@font-face {
    font-family: 'roboto';
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/Roboto-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

section{
    width: 100%;
}

body{
    background: transparent url("../images/design/bg.jpg") repeat scroll;
    font-size: 18px;
}

p{
    margin-block-start: 0;
}

.main{
    background: transparent url("../images/design/logo1.png") no-repeat scroll center 0;
    min-height: 800px;
    position: relative;
    font-family: roboto;
}

.main.inner{
    background: unset;
}

header{
    height: 360px;
}
.container{
    width: 1060px;
    margin: auto;
    position: relative;
}

.inner .container{
    width: 820px;
}

.inner header .container{
    width: 720px;
}

header .logo{
    display: block;
    position: absolute;
    width: 50%;
    height: 60%;
    left: 25%;
    top: 10%;
}

header .container .social{
    float: right;
    margin-left: 15px;
}

.inner header .container .social img{
    width: 40px;
}

.inner header .container .social.facebook{
    margin-right: 45px;
}

header .container .lang{
    margin-right: 15px;
    position: relative;
}

.inner header .container .lang{
    margin-right: 10px;
}

.inner header .container .lang.ru{
    margin-left: 45px;
}

.inner header .container .lang img{
    width: 40px;
}

header .container .lang img.ico{
    width: 1px;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

.inner header{
    height: 260px;
}

header .container{
    padding-top: 180px;
}

.inner header .container{
    padding-top: 100px;
    background: transparent url("../images/design/logo1.png") no-repeat scroll 88px 0;
    background-size: 500px;
}

.main-menu{
    height: 1200px;
    min-width: 1400px;
    background: transparent url("../images/design/bg-main.png") no-repeat scroll center 75px;
    position: relative;
}

.main-menu h1{
    color: #218CAE;
    font-size: 37px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 5px;
    font-weight: bold;
}

footer .container{
    min-height: 200px;
    background: transparent url("../images/design/line-footer.png") no-repeat scroll right 0;
    position: relative;
    padding-top: 30px;
}

.float-right{
    float: right;
}

.clear{
    clear: both;
    margin: 0px!important;
}

footer .container .email {
    display: block;
    width: 371px;
    height: 44px;
    background: transparent url("../images/art-email-footer.png") scroll no-repeat 0 0;
    background-size: cover;
    margin: 0 32px 0 25px;
    line-height: 65px;
}

footer .container .social{
    margin-left: 25px;
}

footer .container .phone-code, footer .container .phone-number{
    color: #5c5b58;
    font-size: 30px;
}

footer .container .phone-number{
    font-weight: bold;
    margin: 0px 32px 0px 10px;
}

.inner footer .container{
    min-height: 200px;
    background: transparent url("../images/design/line-footer.png") no-repeat scroll 435px 0;
    background-size: 355px;
    position: relative;
    padding-top: 30px;
    padding-right: 117px;
}

.inner footer .container .social{
    margin-left: 12px;
}

.inner footer .container .social img{
    width: 30px;
}

.inner footer .container .email {
    width: 250px;
    height: 30px;
    margin-left: 15px;
}

.inner footer .container .phone-code, .inner  footer .container .phone-number{
    font-size: 20px;
}

.inner footer .container .phone-number{
    margin-left: 10px;
    margin-right: 33px;
}



.circle-with-text {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 58px;
    padding: 2%;
    display: flex;
    height: 290px;
    width: 290px;
    color: #fff;
    position: absolute;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 58px;
}

.circle-with-text > div{
    width: min-content;
}

.circle-with-text.blue{
    background-color: #1c40c2;
    color: #a3aee2;
    top: 125px;
    right: -30px;
}

.circle-with-text.yellow{
    background-color: #f4de21;
    color: #fcf5c0;
    top: 465px;
    right: -30px;
}

.circle-with-text.green{
    background-color: #0dbc91;
    color: #b8e5d7;
    top: 835px;
    right: -30px;
}

.circle-with-text.red{
    background-color: #e43b6d;
    color: #f2a9bb;
    top: 465px;
    right: 310px;
}

.circle-with-text.orange{
    background-color: #f5a21f;
    color: #fad39f;
    top: 835px;
    right: 700px;
}

.menu-first{
    display: flex;
    padding: 0 30px;
    margin-top: 58px;
}

.menu-first a{
    color: #494443;
    font-size: 20px;
    text-decoration: none;
    height: 70px;
    display: block;
    width: fit-content;
    margin: auto;
    position: relative;
}

.menu-first a.active, .menu-first a:hover {
    font-weight: bold;
}

.menu-first a .menu-first-item-active{
    position: absolute;
    height: 20px;
    width: 140%;
    top: 25px;
    left: -23px;
    display: none;
}

.menu-first a .menu-first-item-active img{
    width: 100%;
}

.menu-first a.active .menu-first-item-active, .menu-first a:hover .menu-first-item-active {
    display: block;
}

.menu-second{
    margin: 0px 0 10px 0;
    padding: 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-second a{
    color: #a29796;
    font-size: 24px;
    text-decoration: none;
    height: 30px;
    display: block;
    width: fit-content;
    margin: 0px 7px;
}

.menu-second.graphic a, .menu-second.about a{
    color: #a29796;
}

.menu-second a.active, .menu-second a:hover{
    color: #1e5cc1;
}

.menu-second.graphic a.active, .menu-second.graphic a:hover{
    color: #de3165;
}

.menu-second.about a.active, .menu-second.about a:hover{
    color: #efc300;
}

.container.watercolor-all, .container.graphic-all{
    width: 820px;
}

.container.watercolor-one .menu-second, .container.graphic-one .menu-second{
    padding: 0 50px;
}

.container .navigator{
    height: 40px;
}

.container .navigator div{
    height: 30px;
    width: 100px;
    float: right;
    margin-right: 60px;
    cursor: pointer;
    background-size: contain !important;
}

.container.watercolor-all .navigator.next div{
    background: transparent url("../images/design/aa-arrow-down.png") scroll no-repeat top right;
}

.container.watercolor-all .navigator.previous div{
    background: transparent url("../images/design/aa-arrow-up.png") scroll no-repeat bottom right;
}

.list{
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0px 5px;
}

.label-color{
    color: #5e5958;
}

.label-name{
    margin-bottom: 60px;
    text-align: center;
}

.text-color{
    color: #606060;
}

.text-color-contacts{
    color: #222020;
}

.browsing{
    margin: 25px 0px 35px;
    position: relative;
    text-align: center;
}

.browsing img{
    max-width: 80%;
    max-height: 480px;
    cursor: pointer;
}

.browsing .arrow{
    width: 40px;
    height: 100px;
    top: 45%;
    position: absolute;
    display: block;
    background-size: 80% !important;
}

.aa-square{
    width: 245px;
    height: 245px;
    margin: auto;
    margin-bottom: 30px;
    background-color: #c4c5c3;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery .aa-square{
    background-position: center center;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.container .aa-square a{
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

.menu-second.news a.active, .menu-second.news a:hover{
    color: #f5a21f;
}

.container.graphic-all .navigator.next div{
    background: transparent url("../images/design/ag-arrow-down.png") scroll no-repeat top right;
}

.container.graphic-all .navigator.previous div{
    background: transparent url("../images/design/ag-arrow-up.png") scroll no-repeat bottom right;
}

.browsing .arrow.previous {
    left: 15px;
    background: transparent url("../images/design/ag-arrow-left.png") scroll no-repeat 0 0;
}

.browsing .arrow.next {
    right: 15px;
    background: transparent url("../images/design/ag-arrow-right.png") scroll no-repeat right 0;
}

.container.graphic-all .aa-square{
    background-color: transparent;
    padding: 0;
}

.container.graphic-all .aa-square img{
    max-width: 100%;
    max-height: 245px;
}

.content{
    padding-bottom: 50px;
    text-align: justify;
    margin-top: 25px;
}

.content .wp-block-image{
    float: left;
    margin: 0 20px 20px 0;
    max-width: 60%;
}

.content .wp-block-column .wp-block-image{
    float: unset;
    max-width: unset;
    width: 100%;
    cursor: pointer;
}

.contacts-info{
    font-size: 20px;
    color: #5c5b58;
    text-align: center;
    margin: 15px 0 40px 0;
    line-height: 28px;
}

.contacts-info span{
    color: #192b82;
}

.contacts textarea{
    width: 95%;
    height: 250px;
    padding: 20px;
    font-size: 20px;
    border-color: transparent;
    font-family: roboto;
    resize: none;
}

.contacts .sending{
    text-align: center;
    margin: 20px 0 25px 0;
}

.contacts .sending button{
    position: relative;
    font-size: 24px;
    text-transform: lowercase;
    height: 50px;
    width: 230px;
    color: #2c2d2f;
    border: transparent;
    font-family: roboto;
    cursor: pointer;
    background: transparent url("../images/design/button-c.png") no-repeat scroll 44px 27px;
    background-size: 135px;
}

body[data-lang=en] .contacts .sending button{
    background-size: 100px;
    background-position: 61px 27px;;
}


.contacts .sending button div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.contacts .content{
    color: #222020;
    text-align: center;
    line-height: 26px;
    padding-bottom: 50px;
}

.content .wp-block-preformatted{
    padding-bottom: 20px;
}

.content div:last-of-type{
    padding-bottom: unset;
}

.container.news-all .navigator.next div{
    background: transparent url("../images/design/an-arrow-down.png") scroll no-repeat top right;
}

.container.news-all .navigator.previous div{
    background: transparent url("../images/design/an-arrow-up.png") scroll no-repeat bottom right;
}

.container .navigator.previous div.back{
    background: transparent url("../images/design/aa-arrow-up.png") scroll no-repeat bottom right;
}

.container.news-all section{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: #999999 solid 1px;
}

.container.news-all .list.gallery{
    display: flex;
    justify-content: center;
    align-items: start;
}

.container.news-all .list.gallery section{
    width: 30%;
    margin: 0 auto;
    border-bottom: unset;
}

.container.news-all section img{
    max-width: 20%;
    float: left;
    margin: 0 20px 20px 0;
}

.container.news-all .list.gallery section .cat-gallery-img{
    width: 100%;
    height: 185px;
    background-position: center center;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1em;
}

.container.news-all .list.gallery section .cat-gallery-txt{
    margin: 0 10px;
}

.container.news-all section a{
    color: #494443;
    text-decoration: none;
}

.container.news-all section a:hover {
    text-decoration: underline;
}

body[data-lang=ru] .menu-first-item-active.menu-a{
    left: -16px;
    width: 123%;
}

body[data-lang=en] .menu-first-item-active.menu-a{
    left: -34px;
}

body[data-lang=en] .menu-first-item-active.menu-a img{
    height: 15px;
}

body[data-lang=ru] .menu-first-item-active.menu-g{
    left: 5px;
    width: 92%;
}

body[data-lang=en] .menu-first-item-active.menu-g{
    left: -16px;
    width: 118%;
}

body[data-lang=en] .menu-first-item-active.menu-g img{
    height: 16px;
}


body[data-lang=ru] .menu-first-item-active.menu-o{
    left: -10px;
    width: 120%;
}

body[data-lang=en] .menu-first-item-active.menu-o{
    left: -8px;
    width: 120%;
    top: 25px;
}

body[data-lang=en] .menu-first-item-active.menu-o img{
    height: 17px;
}

body[data-lang=ru] .menu-first-item-active.menu-c{
    left: -2px;
    width: 97%;
}

body[data-lang=en] .menu-first-item-active.menu-c{
    left: -8px;
    width: 116%;
}

body[data-lang=ru] .menu-first-item-active.menu-n{
    left: -4px;
    width: 107%;
}

body[data-lang=en] .menu-first-item-active.menu-n{
    left: -15px;
    top: 25px;
}

body[data-lang=en] .menu-first-item-active.menu-n img{
    height: 16px;
}

.contacts-info .art-mail{
    background: transparent url("../images/art-mail.png") scroll no-repeat right -2px;
    width: 311px;
    height: 30px;
    text-align: left;
    padding-left: 250px;
}

.gallery-wrap .arrow {
    width: 40px;
    height: 100px;
    top: 45%;
    position: absolute;
    display: block;
    z-index: 99999;
}

.gallery-wrap .arrow.previous {
    left: 15px;
    background: transparent url("../images/mobile/ag-arrow-left.png") scroll no-repeat 0 0;
}

.gallery-wrap .arrow.next {
    right: 15px;
    background: transparent url("../images/mobile/ag-arrow-right.png") scroll no-repeat right 0;
}


@media (max-height: 800px){
    .browsing img{max-height: 350px;}
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}

.modal .close {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #eeeeee;
    font-size: 45px;
    font-weight: bold;
    cursor: pointer;
}

#modal-img img{
    max-width: 90%;
    max-height: 90%;
}

.wp-block-gallery img{
    cursor: pointer;
}

#modal-gallery .gallery-wrap{
    width: 90%;
    height: 90%;
}

#modal-gallery .gallery-wrap .slick-list, #modal-gallery .gallery-wrap .slick-track{
    height: 100%;
}

#modal-gallery .gallery-wrap .item{
    display: block;
    height: 100%!important;
    background-position: center center;
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/design/loader.gif");
}

