@charset "UTF-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}

/* Fonts */
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans.eot');
    src: url('../fonts/FiraSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraSans.woff') format('woff'),
    url('../fonts/FiraSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans Medium';
    src: url('../fonts/FiraSansMedium.eot');
    src: url('../fonts/FiraSansMedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraSansMedium.woff') format('woff'),
    url('../fonts/FiraSansMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif Italic';
    src: url('../fonts/NotoSerif-Italic.eot');
    src: url('../fonts/NotoSerif-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSerif-Italic.woff') format('woff'),
    url('../fonts/NotoSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans Light';
    src: url('../fonts/FiraSansLight.eot');
    src: url('../fonts/FiraSansLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FiraSansLight.woff') format('woff'),
    url('../fonts/FiraSansLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ----------- general -------------*/

html {
    height: 100%;
    font-size: 0.73207vw;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    min-width: 320px;
    height: 100%;
    font: 1.6rem/1.6rem 'Fira Sans', sans-serif;
    color: #737373;
    overflow-x: hidden;
}
* {
    box-sizing: border-box;
}
.overflow body {
    overflow: hidden;
    height: 100%;
}

input, textarea {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: none !important;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }

a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}
.for-mob {
     display: none;
 }
.wow{
    visibility: hidden;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: 'Fira Sans Medium';
    color: #000;
    text-transform: uppercase;
    line-height: 1.2;
}
h1, .h1 {
    font-size: 4.4rem;
    line-height: 1.3;
    padding-bottom: 3rem;
    letter-spacing: 0.2rem;
}
h2, .h2 {
    font-size: 4rem;
    letter-spacing: 0.1rem;
    padding-bottom: 2.5rem;
}
h3, .h3 {
    font-size: 3.4rem;
    padding-bottom: 2rem;

}
h4, .h4 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
}
h5, .h5 {
    font-family: "Fira Sans";
    font-size: 2.4rem;
    color: #000;
    padding-bottom: 1rem;
    line-height: 2.2rem;
}
p {
    line-height: 1.2;
    padding: 1rem 0;
}
/* -------------------- header ----------------------- */

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.toggle-search svg{
    width: 1.7rem;
    height: 1.7rem;
}
.toggle-search svg path {
    fill: #fff;
}
.header-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 4.6rem 3rem 0 5.5rem;
}
.header-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.header-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-menu ul li {
    padding: 0 1.5rem;
}
.header-menu.small-menu ul li {
    padding: 0 0.7rem;
}
.header-menu ul li a, .header-nav ul li a {
    font-family: 'Fira Sans Medium';
    color: #fff;
    text-transform: uppercase;
    transition: 0.1s;
}
.header-menu ul li a:hover {
    color: #de5236;
}
.header-menu {
    padding: 0 6.6rem 0 4.5rem;
    max-width: 100rem;
}
.header-logo {
    width: 21.4rem;
    height: 6.4rem;
    margin-right: 9rem;
}
.header-logo img {
    width: 100%;
    height: 100%;
}
/* --------------------------------- */
/* search */
form.header-src {
    height: 5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
form.header-src input[type='search'] {
    height: 100%;
    width: 100%;
    border: none;
    line-height: 1;
    font-size: 1.8rem;
    color: #000;
    box-shadow: none;
    border-radius: 0;
    background: #f2f2f2;
    padding-right: 2rem;
}
.toggle-search, .src-submit {
    width: 1.7rem;
    height: 1.7rem;
    background: url(../img/svg/src-toggle-white.svg) no-repeat;
    background-size: contain !important;
}
.toggle-search {
    z-index: 1;
    position: relative;
    right: 2rem;
    cursor: pointer;
}
.toggle-search:hover {
    background: url(../img/svg/src-toggle-black.svg) no-repeat;
}
.src-submit {
    background: url(../img/svg/src-toggle-black.svg) no-repeat;
    cursor: pointer;
    margin-right: 1.5rem;
}
.src-submit:hover {
    background: url(../img/svg/src-go.svg) no-repeat;
}

.header-search {
    position: relative;
    left: 3.6rem;
}
.header-search-block {
    height: 11rem;
    /*width: 58.4rem;*/
    background: #f2f2f2;
    position: absolute;
    right: 0;
    top: -4.6rem;
    padding: 3rem 7rem 3rem 11rem;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
    transition: 0.15s;
}
.header-search.open-search .header-search-block {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.header-search.open-search .toggle-search, #header.fixed .header-search.open-search .toggle-search {
    background: url(../img/svg/src-close.svg) no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain !important;
}
.header-search.open-search .toggle-search:hover,  #header.fixed .header-search.open-search .toggle-search:hover {
    background: url(../img/svg/src-close-h.svg) no-repeat;
    background-size: contain !important;
}

/* --------------------------*/

.fixed-menu-trigger {
    padding: 2.63rem 2.4rem;
    background-color: #f2f2f2;
    width: 7rem;
    height: 7.2rem;
    cursor: pointer;
    display: none;
}
.menu-icon {
    width: 2.5rem;
    height: 2rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.fixed-menu-trigger:hover span {
    background: #de5236;
}
.menu-icon span:nth-child(1) {
    top: 0;
}
.menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
    top: 0.9rem;
}
.menu-icon span:nth-child(4) {
    top: 1.8rem;
}
.menu-icon.open span:nth-child(1) {
    top: 0.9rem;
    width: 0%;
    left: 50%;
}
.menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-icon.open span:nth-child(4) {
    top: 0.9rem;
    width: 0%;
    left: 50%;
}
.fixed-logo {
    display: none;
}
.header-lang {
    position: relative;
}
.header-lang ul li:nth-child(n+2) {
    display: none;
}
.header-lang ul {
    position: absolute;
    top: -5rem;
    right: -3rem;
    padding: 3.5rem 0 1rem;
    transition: 0.2s;
}
.header-lang.open-lang ul {
    background: rgba(242, 242, 242, 0.7);
}
.header-lang.open-lang ul li a {
    color: #000;
}
.header-lang.open-lang ul li a:hover {
    color: #de5236;
}
.header-lang.open-lang ul li:first-child a {
    color: rgba(0,0,0,.5);
}
.header-lang ul li {
    padding: 1.5rem 3rem 2.5rem;
}
#header.fixed .toggle-search svg path {
    fill: #000;
}
#header.fixed .header-lang ul {
    background: rgb(242, 242, 242);
    padding-bottom: 0;
    top: -5.8rem;
}

/* main */
main {
    margin-top: 12rem;
}
.big-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: -12rem;
}
.big-banner:before {
    content: '';
    width: 100%;
    height: 100vh;
    background: url(../img/main-slider-overlay.png) repeat-x;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.main-slider-item.slick-slide {
    height: 100vh;
    width: 100%;
}
.main-slider-item.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-arrow {
    position: absolute;
    bottom: 0;
    width: 5rem;
    height: 5rem;
    text-indent: -9999px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-size: contain;
    cursor: pointer;
    z-index: 5;
    transition: 0.1s;
    padding: 0;
    outline: none !important;
}
.slick-arrow.slick-prev {
    background:  #de5236 url(../img/svg/arrow-left.svg) no-repeat center;
}
.slick-arrow.slick-next {
    background:  #de5236 url(../img/svg/arrow-right.svg) no-repeat center;
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
    background-color: #464646;
}

.big-banner .slick-arrow.slick-prev {
    right: 0;
}
.big-banner .slick-arrow.slick-next {
    right: -5rem;
}
.main-slider-text {
    width: 69rem;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    z-index: 1;
}
.main-text-inner {
    width: 69rem !important;
    padding: 9rem;
}
.main-slider-dots {
    position: absolute;
    right: 3.5rem;
    bottom: 45%;
    z-index: 5;
}
.main-slider-dots li button {
    text-indent: -9999px;
    border: none;
    border-radius: 50%;
    background: #fff;
    width: 0.7rem;
    height: 0.7rem;
    cursor: pointer;
    transition: 0.1s;
    padding: 0;
}
.main-slider-dots li {
    margin: 1.4rem 0;
    height: 0.7rem;
    line-height: 1;
}
.main-slider-dots .slick-active button {
    background: #de5236;
}
.main-slider-dots li button:hover {
    background: #aeaeae;
}
.main-slider-social {
    position: absolute;
    right: 3.1rem;
    bottom: 3rem;
    z-index: 5;
}
.main-slider-social a {
    display: block;
    width: 2rem;
    height: 2.1rem;
    background-repeat: none !important;
    background-position: top !important;
    background-size: 2rem !important;
    margin-top: 2rem;
}
.main-slider-social a:hover {
    background-position: bottom !important;
}

/* about fund */
.about-fund-block {
    position: relative;
}
.about-fund-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.about-fund-block .about-text-left {
    padding: 18.6rem 8rem 0 9rem;
    width: 69rem;
}
.about-fund-block .about-image-right {
}
.about-fund-block .about-image-right .image-wrap {
    width: 59.2rem;
    height: 48.7rem;
}
.about-fund-block .about-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-fund-block .video-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.about-fund-block .video-link::before {
    content: '';
    width: 8.5rem;
    height: 8.4rem;
    background: url(../img/svg/video-play.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 40%;
    left: 26rem;
}
.block-heading.first-letter {
    position: relative;
}
.first-letter span {
    font-family: 'Noto Serif Italic';
    font-size: 22.6rem;
    color: rgba(122, 134, 142, 0.11);
    text-transform: uppercase;
    position: absolute;
    top: -3rem;
    left: -6.5rem;
    z-index: -1;
}
.about-text-left a {
    position: relative;
    color: #de5236;
    margin-top: 3rem;
    display: inline-block;
}
.about-text-left a:hover {
    color: #000;
}
.about-text-left a:before {
    content: '';
    height: 1px;
    width: 7.1rem;
    background: #de5236;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2rem;
    margin-left: -9.1rem;
}
.about-text-left a:hover:before {
    background: #000;
}

.about-fund-block .color-blocks {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    left: 9rem;
}
.about-fund-block .grey-block {
    width: 18.7rem;
    height: 11.6rem;
    float: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-fund-block .red-block {
    width: 18.7rem;
    height: 5.2rem;
    position: absolute;
    right: 18.7rem;
    top: -5.2rem;
    background-color: #de5236;
}

/* collection block */
.collection-block {
    padding: 6.6rem 0 5rem;
}
.collection-block .block-heading {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0 28rem 4rem;

}
.all-collection-link {
    color: #de5236;
    display: inline-block;
    position: absolute;
    top: 2.2rem;
    right: 9rem;
    white-space: nowrap;
}
.all-collection-link.for-mob {
    display: none;
}
.collection-block .block-heading a:hover {
    color: #000;
}
.all-collection-link:after {
    content: '';
    height: 1px;
    width: 7.1rem;
    background: #de5236;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2rem;
    margin-right: -9.1rem;
}
.collection-block .block-heading a:hover:after {
    background: #000;
}
.collection-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 9rem;
    padding-right: 3rem;
}
.collection-item {
    width: 37.8rem;
    position: relative;
    margin-right: 5.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-direction: column;

}
.collection-item:nth-child(3n) {
    margin-right: 0;
}
.collection-item img {
    width: 31.6rem;
    height: 31.6rem;
    object-fit: cover;
    margin-right: 6rem;
}
.collection-title {
    background: #fff;
    max-width: 26rem;
    transition: 0.1s;
    position: relative;
    margin-top: -8.2rem;
    justify-content: flex-end;
}
.collection-title-inner {
    padding: 5.9rem 6rem 2rem 4rem;
    display: inline-block;
}
.collection-title i {
    font-family: 'Noto Serif Italic';
    font-size: 6.9rem;
    color: rgba(122, 134, 142, 0.11);
    text-transform: uppercase;
    position: absolute;
    top: 4.8rem;
    right: 0;
    letter-spacing: 0.6rem;
    transition: 0.1s;
}
.collection-item:hover .collection-title, .collection-title:hover .collection-title {
    background: #de5236;
}
.collection-item:hover h4 {
    color: #fff;
}
.collection-item:hover .collection-title i {
    color: rgba(255,255,255,0.15);
}
/* M17 */

.modern-art-block {
    height: 31.5rem;
    width: 100%;
    padding: 0 15rem 0 15.8rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 5rem 0 0;
    position: relative;
    background-attachment: fixed;
    background-position: center;
}
.modern-art-block .h1 {
    color: #fff;
    padding-bottom: 0;
    margin-left: 3.6rem;
}
.m17 {
    height: 31.5rem;
    width: 65.6rem;
}
.m17 img {
    height: 31.5rem;
    width: 65.6rem;
    object-fit: cover;
}
.modern-art-block .back {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: -1;
    background-size: 100% 37rem;
}
/* sculpture park block */

.sculpture-park-block {
    background: #f2f2f2;
}
.sculpture-park-block-inner {
    padding: 25rem 0 13rem 9rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}
.sculpture-park {
    padding: 9rem 27rem 9rem 9rem;
    position: relative;
    background-color: #de5236;
    width: 59rem;
}
.sculpture-park h3 {
    color: #fff;
}
.sculpture-park .text {
    padding: 2.5rem 0 0;
}
.red-block {
    background-color: #de5236;
}
.red-block h1, .red-block h2, .red-block h3, .red-block h4, .red-block h5 {
    color: #fff;
}
.red-block * {
    color: rgba(255,255,255, 0.7)
}
.red-block .text ul li:before {
    background: #fff;
}
.red-block .text ol li:before {
    color: #fff;
}
.red-block a {
    margin-top: 3rem;
    display: inline-block;
    color: #fff;
}
.sculpture-park .red-block a {
    margin-left: -9rem;
}
.red-block a:hover {
    color: #000;
}
.red-block a:hover:before {
    background: #000;
}
.red-block a:before {
    content: '';
    height: 1px;
    width: 7rem;
    margin-right: 2rem;
    display: inline-block;
    background: #fff;
    vertical-align: middle;
}

.sculpture-image {
    position: absolute;
    bottom: 0;
    right: 5rem;
    width: 16.5rem;
    height: 57.1rem;
}
.sculpture-image img {
    width: 16.5rem;
    height: 57.1rem;
    background-size: contain;
}
.sculpture-park .first-letter span {
    color: #e5e6e7;
    top: -14rem;
    left: auto;
    right: -38rem;
    z-index: -1;
}
.news-block-main {
    margin-top: -2rem;
    width: 43.6rem;
}
.news-block-main h3 {
    padding-left: 9rem;
}
.news-block-main .news-item {
    display: block;
    margin-top: 2.5rem;
    width: 43.6rem;
    position: relative;
    margin-left: 9rem;
}
.news-block-main .image-news-item {
    width: 35rem;
    height: 33.5rem;
    position: relative;
}
.news-block-main .image-news-item img {
    width: 35rem;
    height: 33.5rem;
    object-fit: cover;
}
.news-item .date-block {
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    padding: 1rem;
    text-align: center;
}
.news-item .date-block span {
    display: block;
    font-size: 2.7rem;
    line-height: 1;
}
.news-item .date-block span:last-child {
    font-size: 1.5rem;
}
.title-news-item {
    font-size: 1.8rem;
    color: #000;
    background: #fff;
    padding: 1.5rem 1.5rem 3.3rem 9rem;
    max-width: 40rem;
    margin-top: -2.8rem;
    line-height: 1.1;
    z-index: 1;
    position: relative;
    margin-left: -9rem;
}
.news-item .back {
    width: 9rem;
    display: block;
    position: absolute;
    bottom: 0;
    background: #fff;
    height: 25rem;
    left: -9rem;
    top: 6rem;
}
.news-block-main .news-item:hover .title-news-item, .news-block-main .news-item:hover .back {
    color: #fff;
    background: #de5236;
}
.all-news-link {
    margin-top: 4.8rem;
    padding-left: 9rem;
}
.all-news-link a {
    color: #de5236;
    white-space: nowrap;
}
.all-news-link a:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #de5236;
    display: inline-block;
    margin-left: 2rem;
    vertical-align: middle;
}
.all-news-link a:hover {
    color: #000;
}
.all-news-link a:hover:after {
    background: #000;
}

/* footer */

#footer {
    padding: 3rem 9rem;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#footer.typical {
    background: #f2f2f2;
}
.copyright-col .ww {
    display: inline-block;
    width: 7.8rem;
    height: 2.1rem;
    background: url(../img/svg/logo-whiteweb.svg) no-repeat;
    background-size: contain !important;
    margin-left: 0.5rem;
}
.copyright-col .ww:hover {
    background: url(../img/svg/logo-whiteweb-h.svg) no-repeat;
}
.copyright-col div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: 1.3rem;
}
.footer-menu {
    padding: 0 14rem 0 13rem;
}
.footer-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 30rem;
}
.footer-menu ul li {
    width: 50%;
    padding-bottom: 1.8rem;
    padding-right: 1rem;
}
.footer-menu ul li a {
    color: #000;
    word-wrap: break-word;
}
.footer-menu ul li a:hover {
    color: #de5236;
}
.footer-contact {
    width: 19rem;
    line-height: 1.2;
}
.footer-social {
    margin-left: 10rem;
}
.footer-social a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-bottom: 1.4rem;
}
.footer-social a span {
    color: #000;
    opacity: 0.8;
}
.footer-social a i {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
    background-position: top;
    background-size: cover !important;
}
.footer-social a:hover span {
    color: #de5236;
}
.footer-social a:hover i {
    background-position: bottom;
}
.footer-contact > div:last-child {
    margin-top: 1.5rem;
}
.footer-contact > div:last-child a {
    color: #000;
    display: block;
}

/* ------------ Pages -------------- */

.page-head {
    padding: 8rem 9rem 3rem;
}
.page-head h1 {
    padding-bottom: 0;
}
.breadcrumbs ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.breadcrumbs ul li:after {
    content: '';
    width: 1.5rem;
    height: 1px;
    background: #de5236;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1rem;
}
.breadcrumbs ul li:last-child:after {
    display: none;
}
.breadcrumbs ul li a {
    color: #000;
    opacity: 0.8;
    transition: 0.1s;
}
.breadcrumbs ul li a:hover {
    opacity: 1;
}
.breadcrumbs ul li span {
    color: #de5236;
}
.page-heading.first-letter {
    position: relative;
}
.page-heading.first-letter span {
    top: 5rem;
    left: -4rem;
}
.video-image-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    padding-bottom: 3rem;
}
.video-image-block .text-block-hidden {
    padding: 2rem 11.5rem 2rem 9rem;
}
.read-more {
    margin-top: 3rem;
    display: none;
    /*display: inline-block;*/
}
.read-more span {
    transition: 0.1s;
    color: #de5236;
    cursor: pointer;
}
.red-block .read-more span {
     color: #fff;
 }
.read-more span i {
    width: 1.2rem;
    height: 0.9rem;
    background: url(../img/svg/lil-arr-down.svg) no-repeat;
    background-size: contain !important;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.15rem;
}
.red-block .read-more span i {
    background: url(../img/svg/lil-arrow-white.svg) no-repeat;
}
.read-more span:hover i {
    background: url(../img/svg/lil-arr-down-h.svg) no-repeat;
}
.read-more span:hover {
    color: #000;
}
.read-more span:last-child {
    display: none;
}

.text-inner a {
    color: #de5236;
    border-bottom: 0.1rem solid #de5236;
    transition: 0.1s;
}
.text-inner a:hover, .red-block .text-inner a:hover {
    color: #000;
    border-color: #000;
}
.red-block .text-inner a {
    color: #fff;
    border-bottom: 0.1rem solid #fff;
    transition: 0.1s;
    margin: 0;
}

.red-block .text-inner a:before, .red-block .text-inner a:after {
    display: none;
}

.text strong {
    font-weight: 700;
}
.text ul, .text ol  {
    margin: 1.5rem;
    padding: 0 3rem;
}
.text ul li, .text ol li  {
    position: relative;
    padding: 0 0 1rem;
    line-height: 1.1;
}
.text ul li:last-child {
    padding: 0;
}
.text ul li:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background: #de5236;
    border-radius: 50%;
    margin-left: -1.2rem;
    margin-right: 0.7rem;
    margin-bottom: 0.3rem;
}
.text ol {
    list-style-type: none;
    counter-reset: num;
}
.text ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
    font: 1.5rem/1.5rem 'Fira Sans Medium', sans-serif;
    color: #de5236;
    width: 2rem;
    display: inline-block;
    margin-left: -2.5rem;
    text-align: right;
    padding-right: 0.5rem;
}
table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    height: auto !important;
}
table tr th {
    font-family: 'Fira Sans';
    font-size: 1.8rem;
    border-bottom: 0.1rem solid #de5236;
    padding: 2rem 2.5rem;
    color: #000;
}
table tr td {
    color: #737373;
    border-bottom: 0.1rem solid #737373;
}
table tr th, table tr td {
    padding: 2.8rem 2.5rem 1rem;
    text-align: left;
}
table tr th:first-child, table tr td:first-child {
    padding-left: 0;
}
.img-video-wrap:before {
    content: '';
    width: 29.6rem;
    height: 4.4rem;
    position: absolute;
    right: 0;
    top: -4.4rem;
    background: #93969f;
}
.img-video-wrap {
    position: relative;
}
.img-video-wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.fancybox-slide--iframe .fancybox-content {
    width: 80rem;
    height: 45rem;
}*/
.img-video-wrap a {
    position: relative;
    display: block;
    width: 58.4rem;
    height: 34.2rem;
}
.img-video-wrap a:before {
    content: '';
    width: 8.5rem;
    height: 8.4rem;
    background: url(../img/svg/video-play.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13rem;
    left: 26rem;
}
.img-video-wrap .image-wrap {
    width: 58.4rem;
}
.img-video-wrap .image-wrap img {
    width: 100%;
    height: 100%;
}
.open-text .read-more span:first-child{
    display: none;
}
.open-text .read-more span:last-child{
    display: inline-block;
}
.open-text .read-more span i {
    transform: rotateX(180deg);
}
.left-text.crop-text{
    max-height: 32rem;
    overflow: hidden;
}
.cropped .crop-text {
    position: relative;
}
.cropped .left-text.crop-text:after, .block-grey-right .cropped .crop-text:after, .author-info-right .cropped .crop-text:after, .author-slider-left .cropped .crop-text:after {
    content: '';
    width: 100%;
    height: 5rem;
    background: url(../img/white-text-mask.png) repeat-x;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -0.2rem;
}
.cropped.open-text .crop-text:after {
    display: none;
}
/* team slider */

.team-slider-block {
    padding: 0 11rem 0 65rem;
    position: relative;
    background-color: #f2f2f2;
    margin: 10rem 0 10rem;
}
.team-slider-text {
    min-height: 44rem;
    padding: 12rem 0 10rem;
}
.team-slide-text span {
    color: #de5236;
}
.team-slide-text hr {
    color: rgba(0,0,0,0.5);
    margin: 3rem 0 1.5rem;
}
.team-slider-image{
    position: absolute;
    top: -4.5rem;
    left: 9rem;
}
.team-slider-image, .team-item-image {
    width: 43.7rem;
    height: 52.9rem;
}
.team-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-slider-image .slick-arrow {
    top: 23.2rem;
    width: 6.6rem;
    height: 6.6rem;
}
.team-slider-image .slick-arrow.slick-prev {
    left: -3.3rem;
}
.team-slider-image .slick-arrow.slick-next {
    right: -3.3rem;
}
.team-slider-image .slick-arrow.slick-prev, .team-slider-image .slick-arrow.slick-next {
    background-size: 1.5rem 2.3rem !important;
}
.team-slider-image .slick-arrow.slick-prev:hover, .team-slider-image .slick-arrow.slick-next:hover {
    background-color: #000;
}
/* goals block */
.goals-block {
    padding: 3rem 9rem 5rem;
}
.goals-block .first-letter span {
    top: -7.5rem;
    left: -2.3rem;
}
.goals-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5rem;
}
.goal-item {
    width: 33.3rem;
    margin-right: 8.2rem;
    margin-bottom: 3rem;
}
.goal-item:nth-child(3n) {
    margin-right: 0;
}
.goal-item h5 {
    position: relative;
}
.goal-item h5:before {
    content: '';
    width: 12rem;
    height: 2rem;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.goal-item:nth-child(3n+1) h5:before {
    background-color: #dadce2;
}
.goal-item:nth-child(3n-1) h5:before {
    background-color: #e0e2e7;
}
.goal-item:nth-child(3n) h5:before {
    background-color: #f3f3f4;
}

/* Mission block */

.mission-block {
    padding-left: 9rem;
    padding-top: 4rem;
}
.mission-block.no-pad {
    padding-top: 0;
}
.mission-text-block {
    padding: 7rem 39rem 7rem 7.7rem;
    position: relative;
}
.mission-image {
    width: 16.5rem;
    height: 45rem;
    position: absolute;
    bottom: 0;
    right: 13.5rem;
    display: flex;
}
.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.mission-text-block .first-letter span {
    top: -4rem;
    left: -12.5rem;
    z-index: -1;
}
.mission-text .crop-text{
    max-height: 13rem;
    overflow: hidden;
    position: relative;
}
.red-block .cropped .crop-text:after {
    content: '';
    width: 100%;
    height: 5rem;
    background: url(../img/red-text-mask.png) repeat-x;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
}
.red-block .cropped.open-text .crop-text:after {
    display: none;
}
.show-pdf {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    transition: 0.1s;
    max-width: 60%;
}
.show-pdf i {
    width: 3rem;
    height: 3.1rem;
    background: url(../img/svg/pdf-white.svg) no-repeat;
    background-size: contain !important;
    transition: 0.1s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.2rem;
}
.show-pdf:hover {
     color: #000;
 }
.show-pdf:hover i {
    background: url(../img/svg/pdf-h.svg) no-repeat;
}
.show-3d i {
    width: 3.3rem;
    height: 3.1rem;
    background: url(../img/svg/cube.svg) no-repeat;
    background-size: contain !important;
    transition: 0.1s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.2rem;
}
.show-3d:hover i {
    background: url(../img/svg/cube-h.svg) no-repeat;
}
.red-block .show-pdf::before {
    display: none;
}
.mission-text .buttons-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* news list */
.news-list {
    padding: 2rem 6.2rem;
}
.news-item {
    display: block;
    width: 35rem;
    margin: 0 2.9rem;
    position: relative;
}
.news-item img{
    width: 35rem;
    height: 100%;
    object-fit: cover;
    margin-bottom: -3.1rem;
}
.news-item .news-date {
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    padding: 1rem;
    text-align: center;
}
.news-item .news-date span {
    display: block;
    font-size: 2.7rem;
    line-height: 1;
}
.news-item .news-date span:last-child {
    font-size: 1.5rem;
}
.news-item-title {
    display: inline-block;
    background: #fff;
    font-size: 1.8rem;
    color: #000;
    max-width: 32rem;
    padding: 1rem 2rem 3rem 0;
    line-height: 1.2;
    transition: 0.1s;
    margin-right: 2rem;
    margin-bottom: 2rem;
}
.news-item:hover .news-item-title {
    color: #de5236;
}


    /* ---- Pagination ---- */
.pagination {
    width: 100%;
    text-align: center;
    padding-bottom: 8rem;
}
.pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul a {
    display: inline-block;
    font-family: 'Fira Sans';
    color: #000;
    font-size: 1.6rem;
    padding: 0 1.4rem;
    transition: 0.1s;
}
.pagination .prev a, .pagination .next a {
    width: 1.1rem;
    height: 1.4rem;
    display: inline-block;
    background-size: contain !important;

}
.pagination .prev a {
    background: url(../img/svg/page-arr-left.svg) no-repeat center;
}
.pagination .prev a:hover {
    background: url(../img/svg/page-arr-left-h.svg) no-repeat center;
}
.pagination .next a {
    background: url(../img/svg/page-arr-right.svg) no-repeat center;
}
.pagination .next a:hover {
    background: url(../img/svg/page-arr-right-h.svg) no-repeat center;
}
.pagination .active-page span {
    font-family: 'Fira Sans Medium';
    color: #fff;
    padding: 1rem 1.2rem;
    background: #de5236;
    display: inline-block;
    font-size: 1.8rem;
}

.pagination ul a:hover {
    color: #de5236;
}

/* contacts */
.contacts-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 1rem 0 5rem 9rem;
}
.map-wrap {
    width: 68.3rem;
    height: 79.9rem;
    position: relative;
    margin-left: -5rem;
}
.map-wrap:before {
    content: '';
    width: 18.7rem;
    height: 5.2rem;
    display: block;
    background-color: #de5236;
    position: absolute;
    top: -1.8rem;
    left: -1.8rem;
    z-index: -1;
}
.map-wrap:after {
    content: '';
    width: 18.7rem;
    height: 8.4rem;
    display: block;
    background-color: #9d9d9d;
    position: absolute;
    right: 0;
    bottom: -8.4rem;
}
.map-wrap #map {
    width: 100%;
    height: 100%;
}
.contact-info {
    width: 65rem;
    padding-right: 8rem;
    margin-top: -3rem;
}
.address-block {
    border-bottom: 1px solid #dadada;
    padding-bottom: 1rem;
    margin-top: 3.5rem;
}
.address-block:last-child {
    border-bottom: none;
}
.address-block i {
    display: inline-block;
    background-size: contain !important;
    margin-right: 1.2rem;
}
.address-block > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 4.2rem;
}
.address, .email {
    align-items: flex-end;
}
.address i {
    width: 2rem;
    height: 2.6rem;
    background: url(../img/svg/address.svg) no-repeat;
}
.phones i {
    width: 2.2rem;
    height: 2rem;
    background: url(../img/svg/phone.svg) no-repeat;
}
.phones a {
    color: #000;
    display: block;
    padding: 0.3rem 0 1.2rem;
}
.phones span span:last-child {
    padding-bottom: 0;
}
.email i {
    width: 2.3rem;
    height: 1.7rem;
    background: url(../img/svg/email.svg) no-repeat;
}
.text-content p > a, .email a {
    color: #de5236;
    text-decoration: underline;
    transition: 0.1s;
}
.text-content p > a:hover, .email a:hover {
    color: #000;
    border-color: #000;
}
.contact-form-block {
    padding: 6.5rem 7.6rem;
    background-color: #f2f2f2;
    margin-right: -8rem;
}
.form-row {
    position: relative;
    padding-bottom: 2rem;
}
.form-row label {
    font-size: 1.6rem;
    width: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 2.3rem;
    transition: 0.2s ease all;
    color: #5a5a5a;
    text-align: left;
}
.is-focused label {
    top: 0;
    left: 0;
    font-size: 1.4rem;
    opacity: 1;
}
.form-row input {
    font-family: 'Fira Sans';
    font-size: 1.6rem;
    color: #000;
    background: transparent;
    width: 100%;
    height: 5rem;
    border-bottom: 1px solid #dadada;
    padding: 0.7rem 0 0;
    text-align: left;
}
.checkbox-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 1rem 0 2rem;
}
.checkbox-row label {
    color: #000;
}
.checkbox-row .jq-checkbox {
    width: 1.6rem;
    height: 1.6rem;
    background: #fff;
    border: 0.1rem solid #dadada;
    position: relative;
    transition: 0.1s;
    cursor: pointer;
    margin-right: 1.1rem;
}
.checkbox-row .jq-checkbox.checked, .checkbox-row .jq-checkbox:hover {
    border-color: #de5236;
}
.checkbox-row .jq-checkbox .jq-checkbox__div {
    background: #de5236;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: 0.1s;
    border: 0.23rem solid #fff;
}
.checkbox-row .jq-checkbox.checked .jq-checkbox__div {
    visibility: visible;
}
.submit-row input[type='submit'] {
    font-family: 'Fira Sans';
    background: #000;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    border: none;
    padding: 2rem 3rem;
    line-height: 1;
    height: 6.2rem;
    letter-spacing: 0.02rem;
    transition: 0.1s;
    min-width: 20.8rem;
    cursor: pointer;
    text-align: center;
}
.submit-row input[type='submit']:hover {
    background: #de5236;
}

.submit-form-row.gcaprtcha {
    position: relative;
    padding: 1rem 0 2rem;
}
.submit-form-row.gcaprtcha span {
    position: absolute;
    right: 0;
    max-width: 18rem;
    top: 2.8rem;
}
.submit-form-row.gcaprtcha span sub{
    margin-left: -0.8rem;
}
.submit-form-row.gcaprtcha .g-recaptcha {
    width: 30rem !important;
    height: 7.8rem !important;
}
.text-content {
    padding: 0 9rem 10rem;
}
/* ----------------------------------------------------- */

/* Collection */
.collection-top {
    padding: 7rem 9rem 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.collection-left-blocks {
    width: 38rem;
    position: relative;
    margin-right: 11rem;
}
.collection-block-right {
    width: 78rem;
    margin-top: -2rem;
}
.collection-left-blocks .block1 {
    width: 13.5rem;
    height: 3.1rem;
    background-color: #7a868e;
}
.collection-left-blocks .block2 {
    width: 24.5rem;
    height: 11.5rem;
    background-color: #de5236;
    position: absolute;
    right: 0;
    top: 3.1rem;
}
.block-grey {
    width: 27.1rem;
    height: calc(100% + 13rem);
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.block-grey-right .read-more {
    margin-top: 1.5rem;
}
.page-head.collection {
    padding: 0 0 3rem;
}
.page-head.collection .page-heading.first-letter span {
    top: 3.2rem;
    left: -20rem;
}
.grey-text-block .crop-text {
    position: relative;
    max-height: 10.6rem;
    transition: 0.3s;
}
.crop-text {
     overflow: hidden;
 }
.text-block-hidden.open-text .crop-text {
    max-height: 100%;
}
.text-inner p, .text-inner ul li, .text-inner ol li {
    margin: 0 0 1rem;
    padding: 0;
}
.text em {
    font-style: italic;
}
.slick-slide {
    outline: none !important;
}
.grey-text-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding-left: 49rem;
}
.grey-text-block .crop-text {
    width: 78rem;
}
.links-list a {
    color: #de5236;
    transition: 0.1s;
    width: 26rem;
    margin: 1rem 0;
    display: inline-flex;
    align-items: center;
}
.links-list a span {
    max-width: 75%;
}
.links-list a:hover {
    color: #000;
}
.links-list .show-pdf i {
    background: url(../img/svg/show-pdf-red.svg) no-repeat;
}
.links-list .show-pdf:hover i {
    background: url(../img/svg/pdf-h.svg) no-repeat;
}
.show-video i {
    width: 3rem;
    height: 3.1rem;
    background: url(../img/svg/show-catalog.svg) no-repeat right;
    background-size: contain !important;
    transition: 0.1s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.2rem;
}
.show-video:hover i {
    background: url(../img/svg/show-catalog-h.svg) no-repeat right;
}
.links-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 52rem;
    margin-left: 49rem;
    padding: 4rem 0 0;
}
/* arts */
.art-heading {
    position: relative;
    padding: 0 9rem 1.4rem;
}
.art-heading span {
    font-family: 'Noto Serif Italic';
    font-size: 6.9rem;
    color: rgba(122, 134, 142, 0.11);
    text-transform: uppercase;
    position: absolute;
    top: -0.2rem;
    left: 8.8rem;
    letter-spacing: 0.2rem;
    z-index: -1;
}
.art-heading a {
    color: #de5236;
    position: absolute;
    right: -1rem;
    top: 1.6rem;
    transition: 0.1s;
}
.art-heading a:after {
    content: '';
    width: 7rem;
    height: 2px;
    background: #de5236;
    vertical-align: middle;
    margin-left: 2.3rem;
    transition: 0.1s;
    display: inline-block;
}
.art-heading a:hover:after {
    background: #000;
}
.art-heading a:hover {
    color: #000;
}
.arts-block {
    padding: 2rem 0 8.5rem;
}
.arts-block-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 9rem;
}
.art-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 34.7rem;
    margin-right: 7.1rem;
}
.art-item:last-child {
    margin-right: 0;
}
.art-item .art-image {
    width: 29rem;
    height: 29rem;
    margin-left: 5.6rem;
}
.art-item .art-image img {
    width: 29rem;
    height: 29rem;
    object-fit: cover;
}
.art-item .add-data{
    height: 100%;
    z-index: -1;
    transition: all 0.1s;
    background-color: #f2f2f2;
    width: 31.2rem;
    padding: 0.7rem 0.7rem 0.5rem 3.7rem;
}
.art-item .art-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #f2f2f2;
    width: 31.2rem;
    padding: 21.7rem 1.7rem 0rem 3.7rem;
    margin-top: -19.5rem;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    z-index: -1;
    transition: all 0.1s;
}
.art-item .art-title span {
    font-family: 'Fira Sans Medium';
    font-size: 2rem;
    color: #000;
    text-transform: none;
    display: inline-block;
    width: 90%;
    line-height: 1.1;
}
.art-item .art-title i {
    display: inline-block;
    width: 1.3rem;
    height: 2rem;
    background: url(../img/svg/arr-red.svg) no-repeat;
    background-size: contain !important;
}
/*.art-item:hover .art-title {
    background: #de5236;
}
.art-item:hover .art-title span {
    color: #fff;
}
.art-item:hover .add-data {
    background: #de5236;
}
.art-item:hover .add-data span {
    color: #fff;
}
.art-item:hover .art-title i {
    background: url(../img/svg/arr-white.svg) no-repeat;
}*/
.arts-block:last-of-type {
    padding-bottom: 10rem;
}

/* List work */
.list-work {
    position: relative;
    padding-bottom: 2rem;
}
.list-work:after {
    content: '';
    width: 24.6rem;
    height: 10rem;
    background: #de5236;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.list-work-block {
    padding: 2rem 6.2rem;
    margin-top: 6rem;
}
.list-work-item {
    display: block;
    width: 35rem;
    margin: 0 2.8rem 7rem;
}
.list-work-image {
    width: 35rem;
}
.list-work-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-work-item span {
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
    font-family: 'Fira Sans Medium';
     color: #000;
    text-transform: uppercase;
    line-height: 1;
    padding: 2.6rem 3rem;
    margin-top: -0.5rem;
    transition: 0.1s;
}
/*.list-work-item:hover span{
    background: #de5236;
    color: #fff;
}*/
.alphabet-block {
    padding: 6rem 9rem;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.alphabet-block .letter-block {
    width: 33.3%;
}
.letter-block .letter {
    font-size: 3rem;
    line-height: 1.5;
    font-family: "Fira Sans Medium";
    color: #000;
    border-bottom: 1px solid #000;
    text-align: center;
    margin-bottom: 2rem;
}
.authors a {
    display: block;
    color: #de5236;
    transition: 0.1s;
    margin-bottom: 1.2rem;
}
.authors a:hover {
    color: #000;
}
/* change view  */

.view-trigger {
    position: absolute;
    right: 7rem;
    top: -5.6rem;
    width: 16.2rem;
    height: 9.7rem;
    background: #7a868e;
    padding: 2.7rem 4.2rem 4.7rem;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}
.view-trigger span {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    background-size: contain !important;
    cursor: pointer;
}
.view-trigger span:first-child {
    background: url(../img/svg/view-table.svg) no-repeat;
    position: relative;
}
.view-trigger span:first-child:hover {
    background: url(../img/svg/view-table-h.svg) no-repeat;
}
.view-trigger span:last-child {
    background: url(../img/svg/view-line.svg) no-repeat;
}
.view-trigger span:last-child:hover {
    background: url(../img/svg/view-line-h.svg) no-repeat;
}
.view-trigger i {
    width: 1px;
    height: 2.4rem;
    background: rgba(255,255,255,0.15);
    display: inline-block;
    margin: 0 1.4rem;
}
.list-work.view-table .view-trigger span:first-child, .list-work.view-line .view-trigger span:last-child{
    pointer-events: none;
    opacity: 0.5;
}
.list-work.view-table .alphabet-block-wrapper, .list-work.view-line .list-work-block {
    display: none;
}
.list-work.view-line .alphabet-block-wrapper, .list-work.view-table .list-work-block {
    display: block;
}

/* Open work */
.author-block {
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}
.author-slider-left {
    width: 68.3rem;
}
.author-slider {
    width: 68.3rem;
    margin-bottom: 7rem;
}
.author-slider .slick-prev.slick-arrow {
    bottom: -4.9rem;
    right: 5rem;
}
.author-slider .slick-next.slick-arrow {
    right: 0;
    bottom: -4.9rem;
}
.author-slider-item {
    width: 68.3rem;
    position: relative;
}
.author-slider-item>a {
    display: block;
}
.author-slider .slide-title {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.6);
}
.author-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide-title span, .about-work {
    display: block;
    color: #000;
    line-height: 1.2;
}
.slide-title span {
    padding: 2rem 3rem;
}
.slide-title span:nth-child(1)  {;
    font-size: 1.8rem;
}
.slide-title span:nth-child(2)  {
    font-family: "Fira Sans Light";
    margin-top: -3.7rem;
}
.slide-title span:first-child, .about-work {
    font-family: "Fira Sans Medium";
}
.author-info-right {
    width: 100%;
    padding: 0 8.8rem;
}
.author-photo {
    width: 50.8rem;
    height: 26.5rem;
    position: relative;
    margin-bottom: 3.5rem;
}
.author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author-photo:after {
    content: '';
    width: 18.7rem;
    height: 5.2rem;
    background: #de5236;
    display: block;
    position: absolute;
    top: -4rem;
    right: -3.2rem;
    z-index: -1;
}
.author-info-right .crop-text {
    max-height: 14.8rem;
}
.author-info-right .crop-text p {
    line-height: 1.3;
}
.author-info {
    padding: 0 0 1.5rem;
}
.author-info span:first-child {
    display: inline-block;
    color: #000;
    margin-right: 2rem;
}
.author-info-right .read-more, .author-slider-left .read-more{
    margin-top: 2rem;
}
.author-info-right .links-list {
    margin: 0;
}
.author-info-right .links-list a {
    max-width: 100%;
    width: 100%;
}
.author-slider-left .crop-text {
    max-height: 8rem;
}
.author-slider-left .text-block-hidden {
    padding: 0 0 4rem 9rem;
}
.collection-works-list {
    padding: 2rem 6.2rem;
}
.about-work {
    padding-bottom: 2rem;
}
.collection-works {
    padding: 6rem 0 0;
    position: relative;
}
.collection-work-item {
    display: block;
    width: 35rem;
    margin: 0 2.9rem 6.4rem;
}
.collection-work-item .work-image {
    width: 35rem;
}
.collection-work-item .work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.collection-work-item .work-title {
    background: #f2f2f2;
    padding: 2.3rem 3rem;
    margin-top: -0.5rem;
    transition: 0.1s;
}
.collection-work-item .work-title span {
    color: #000;
    line-height: 1.2;
    display: block;
    transition: 0.1s;
}
.collection-work-item .work-title span:first-child {
    font-family: 'Fira Sans Medium';
    margin-bottom: 5px;
}
.collection-work-item .work-title span:last-child {
    font-family: 'Fira Sans Light';
}
.collection-work-item:hover .work-title {
    background: #de5236;
}
.collection-work-item:hover .work-title span {
    color: #fff;
}
.black-square {
    position: absolute;
    right: 0;
    top: -8rem;
}
.black-square span:first-child {
    width: 5.5rem;
    height: 5.5rem;
    background: #f2f2f2;
    display: inline-block;
    margin-bottom: -5.5rem;
}
.black-square span:last-child {
    width: 7.5rem;
    height: 7.5rem;
    background: #464646;
    display: inline-block;
}


/* --------------- validation styles ----------------- */
span.wpcf7-not-valid-tip {
    color: #de5236;
    font-size: 1.3rem;
    text-align: right;
    margin-top: 0.2rem;
}
div.wpcf7-response-output {

}
div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    padding: 0;
}
.search-text-inner {
    margin: 2rem 0 0;
}
.search-page  .list-work-block{
    margin-top: 2rem;
}
.list-work.search-page center {
    padding: 0 3rem;
    text-align: left;
}
.msnry {
    margin-right: -14px;
}
.fancybox-image {
    object-fit: contain;
    object-position: center;
    width: 100%;
}
/* ---------------------------------------*/
@media screen and (min-width: 1001px) {
    #mobile-menu, .mobile-menu-open #mobile-menu{
        display: none !important;
    }
    /* fixed header */
    #header.fixed, #header.typical.fixed {
        position: fixed;
        right: 0;
        top: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
    }

    #header.fixed .header-container, #header.typical.fixed .header-container {
        padding: 0;
        background-color: #f2f2f2;
        align-items: center;
        width: 100%;
        display: none;
    }
    #header.fixed .header-container.open, #header.typical.fixed .header-container.open {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    #header.fixed .fixed-menu-trigger,  #header.typical.fixed .fixed-menu-trigger {
        display: block;
    }
    #header.fixed .header-nav, #header.fixed.typical .header-nav  {
        height: auto;
        padding: 0 2.5rem 0 2.6rem;
        align-items: center;
    }
    #header.fixed .header-menu ul li a, #header.fixed .header-nav ul li a {
        color: #000;
    }
    #header.fixed .header-menu ul li a:hover, #header.fixed .header-nav ul li a:hover {
        color: #de5236;
    }
    #header.fixed .header-logo, #header.fixed.typical .header-logo {
        width: 15.9rem;
        height: 4.7rem;
        margin: 0 9rem 0 9.4rem;
    }
    #header.fixed.typical .header-logo .fixed-logo {
        width: 100%;
        height: 100%;
    }
    #header.fixed .header-logo img {
        display: none;
    }
    #header.fixed .header-logo .fixed-logo {
        display: block;
    }
    #header.fixed .header-search-block {
        height: 9rem;
        padding: 4.1rem 7rem 1rem 17rem;
    }
    #header.fixed  form.header-src, #header.fixed.typical  form.header-src {
        height: 3rem;
        padding-bottom: 0.5rem;
    }
    #header.fixed .toggle-search {
        background: url(../img/svg/src-toggle-black.svg) no-repeat;
    }
    #header.fixed .toggle-search:hover {
        background: url(../img/svg/src-go.svg) no-repeat;
    }
    #header.fixed .header-search-block, #header.fixed.typical .header-search-block {
        width: 51.4rem;
    }
    /* fixed header end */

    /* ------------ header typical -------------*/
    #header.typical .header-container {
        padding: 0;
        align-items: flex-end;
    }
    #header.typical .header-logo {
        margin: 0 9rem;
    }
    #header.typical .header-logo img {
        display: none;
    }
    #header.typical .header-logo .fixed-logo {
        width: 21.4rem;
        height: 6.4rem;
        display: block;
    }
    #header.typical ul li a {
        color: #000;
    }
    #header.typical ul li a:hover {
        color: #de5236;
    }
    #header.typical .header-nav {
        height: 11rem;
        background: #f2f2f2;
        padding: 4.6rem 3rem 4.6rem 3.5rem;
    }
    #header.typical .header-nav .header-search-block {
        padding-left: 19rem;
    }
    #header.typical .toggle-search{
        background: url(../img/svg/src-toggle-black.svg) no-repeat;
    }
    #header.typical .header-search.open-search .toggle-search {
        background: url(../img/svg/src-close.svg) no-repeat;
    }
    #header.typical .header-search.open-search .toggle-search:hover {
        background: url(../img/svg/src-close-h.svg) no-repeat
    }
    #header.typical .header-lang.open-lang ul {
        background: #f2f2f2;
    }
    .breadcrumbs ul li {
        display: block !important;
    }



}

/* ----------- media ------------- */

@media screen and (max-width: 1000px) {

    /* general */

    html {
        font-size: 3.125vw;
         -webkit-overflow-scrolling: touch;
    }
    main {
        overflow-x: hidden;
    }
    h2, .h2 {
        font-size: 2.8rem;
    }
    h3, .h3 {
        font-size: 2.6rem;
    }
    h5, .h5 {
        font-size: 2rem;
    }
    .wow{
        visibility: visible;
    }

    .for-mob {
        display: block;
    }
    .for-pc {
        display: none;
    }
   /* .fancybox-slide--iframe .fancybox-content {
        width: 100%;
        height: 16rem;
    }*/
    .text ul, .text ol {
        margin: 1.5rem 0 1.5rem 1.5rem;
        padding: 0 0 0 2rem;
    }

/* header */
    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        background: #fff;
        padding: 1rem 2rem;
    }
    #header.typical, #header.typical .header-lang ul, #header.typical.fixed .header-lang ul{
        background: #f2f2f2;
    }
    .header-container {
        padding: 0;
        background: transparent;
        width: 100%;
    }
    .header-logo {
        width: 14.5rem;
        height: 4.4rem;
    }
    .header-logo img {
       display: none;
    }
    .header-logo .fixed-logo {
        display: block;
    }
    .header-menu, .header-search{
        display: none;
    }
    .header-nav ul li a {
        color: #000;
    }
    .header-lang ul, #header.fixed .header-lang ul {
        top: 0;
        right: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: #fff;
    }
    .header-lang ul li {
        padding: 1.5rem 3rem 2rem;
    }
    .header-lang.open-lang ul {
        background: #fff;
    }
    .mobile-menu-trigger {
        width: 2.7rem;
        height: 2.1rem;
        background: url(../img/svg/mobile-menu.svg) no-repeat;
        background-size: cover !important;
    }
    /*.mobile-menu-trigger:hover {
        background: url(../img/svg/mobile-menu-h.svg) no-repeat;
    } */

    /* mobile menu */

    #mobile-menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 15;
        overflow-x: auto;
    }
    .mobile-menu-inner {
        position: relative;
        padding: 4.4rem 2rem;
    }
    .menu-icon-close {
        width: 2.3rem;
        height: 2.2rem;
        background: url(../img/svg/menu-close.svg) no-repeat;
        background-size: contain !important;
        position: absolute;
        top: 2.2rem;
        right: 2.2rem;
    }
    .menu-icon-close:hover {
        background: url(../img/svg/menu-close-h.svg) no-repeat;
    }
    .header-mobile-menu {
        width: 100%;
        text-align: center;

    }
    .header-mobile-menu ul li a {
        font-family: 'Fira Sans Medium';
        font-size: 1.8rem;
        color: #000;
        text-transform: uppercase;
        line-height: 1;
    }
    .header-mobile-menu ul li a:hover {
        color: #de5236;
    }
    .header-mobile-menu ul li {
        padding: 2rem 0;
    }
    /* mobile search */

    .toggle-mobile-search {
        width: 1.7rem;
        height: 1.7rem;
        background: url(../img/svg/src-toggle-black.svg) no-repeat;
        background-size: contain !important;
        cursor: pointer;
    }
    .mobile-src {
        height: 3.8rem;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        width: 0;
        overflow: hidden;
        transition: 0.2s;
    }
    .mobile-src input[type='search'] {
        width: 100%;
        height: 100%;
        font-size: 1.6rem;
        padding-right: 1rem;
    }
    .mobile-src .src-submit {
        margin-right: 1rem
    }

    .mobile-search-block {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.5rem;
    }
    .mobile-search-block.open-mobile-search .toggle-mobile-search {
        display: none;
    }
    .mobile-search-block.open-mobile-search .mobile-src{
        width: 100%;
        overflow: visible;
    }

    /* big banner */
    main {
        margin-top: 6.4rem;
    }
    .big-banner {
        height: auto;
        margin-top: 0;
    }
    .main-slider-back, .main-slider-item.slick-slide {
        width: 100%;
        height: 24.6rem;
    }
    .main-slider-text, .main-text-inner {
        width: 32rem !important;
    }
    .main-slider-text {
        position: unset;
        margin-top: -5rem;
    }
    .big-banner::before {
        height: 24.6rem;
        background-size: contain;
    }
    .main-text-inner {
        padding: 2.4rem 5rem 3rem 2rem;
        background: rgba(255,255,255,0.9);
    }
    .main-slider-social {
        display: none;
    }
    .slick-arrow {
        background-size: 1.1rem 1.7rem !important;
    }
    .big-banner .slick-arrow.slick-prev {
        top: 19.6rem;
    }
    .big-banner .slick-arrow.slick-next {
        right: 0;
        top: 24.6rem;
    }

    /* about fund */

    .about-fund-inner {
        flex-direction: column-reverse;
    }
    .about-fund-block .about-image-right .image-wrap {
        width: 32rem;
        height: 27.5rem;
    }
    .about-fund-block .about-text-left {
        padding: 4rem 2rem;
        width: 100%;
    }
    .first-letter span {
        top: -5rem;
    }
    .about-fund-block .grey-block {
        width: 13.7rem;
        height: 17rem;
        margin-top: -11rem;
    }
    .about-fund-block .color-blocks {
        left: 0;
    }
    .about-fund-block .red-block {
        width: 6.3rem;
        height: 1.4rem;
        right: auto;
        left: 0;
        top: 0;
    }
    .about-text-left a::before {
        margin-left: -7.1rem;
    }

    /* collections main block */
    .collection-block {
        padding: 5rem 0;
    }
    .collection-block .block-heading {
        text-align: left;
        padding: 0 2rem;
    }
    .collection-list {
        flex-direction: column;
        padding: 0 2rem;
    }
    .all-collection-link.for-pc {
        display: none;
    }
    .all-collection-link.for-mob {
        display: inline-block;
        position: relative;
    }
    .all-collection-link.for-mob::after {
        display: none;
    }
    .all-collection-link.for-mob:before {
        content: '';
        height: 1px;
        width: 7.1rem;
        background: #de5236;
        display: inline-block;
        vertical-align: middle;
        margin-right: 2rem;
        margin-left: 4rem;
    }
    .all-collection-link.for-mob:hover {
        color: #000;
    }
    .all-collection-link.for-mob:hover:before {
        background: #000;
    }
    .collection-item {
        width: 28rem;
        margin: 0 0 1rem;
    }
    .collection-item img {
        width: 28rem;
        height: 28rem;
        object-fit: cover;
        margin: 0;
    }
    .collection-title {
         max-width: 22.3rem;
         margin-right: -2rem;
     }

    /* modern-art */
    .modern-art-block {
        padding: 0 2rem;
        height: 8.2rem;
        margin: 3.5rem 0 0;
        background-attachment: scroll;

    }
    .m17, .m17 img {
        width: 17rem;
        height: 8.2rem;
    }
    .modern-art-block .h1 {
        font-size: 1.3rem;
        margin-left: 1.1rem;
        letter-spacing: 0.1rem;
    }

    /* sculpture-park-block */

    .sculpture-park-block-inner {
        padding: 9.4rem 0 0 0;
        flex-direction: column;
    }
    .sculpture-park {
        padding: 6rem 9rem 5rem 2rem;
        width: 100%;
    }
    .sculpture-image {
        right: 0.6rem;
    }
    .sculpture-image, .sculpture-image img {
        width: 7.9rem;
        height: 27.4rem;
    }
    .sculpture-park .first-letter span {
        top: -6.5rem;
        right: -12rem;
    }
    .sculpture-park .red-block a {
        margin-left: -7rem;
    }
    .news-block-main {
        margin-top: 0;
        width: 100%;
        padding: 7rem 2rem;
    }
    .news-block-main h3 {
        padding: 0 3rem 0 0;
    }
    .news-block-main .news-item {
        margin: 4rem 0 0;
        width: 100%;
    }
    .news-block-main .image-news-item, .news-block-main .image-news-item img {
        width: 28rem;
        height: 28rem;
    }
    .news-item .back {
        display: none;
    }
    .title-news-item {
        padding: 2rem;
        max-width: 100%;
        margin-left: 0;
    }
    .all-news-link a::after {
        display: none;
    }
    .all-news-link {
        margin-top: 3rem;
        padding-left: 0;
    }
    .all-news-link a::before {
        content: '';
        height: 1px;
        width: 7rem;
        background: #de5236;
        display: inline-block;
        vertical-align: middle;
        margin-right: 2rem;
        margin-left: -7rem;
    }
    .all-news-link a:hover:before {
        background: #000;
    }

    /* footer */

    #footer {
        padding: 3.6rem 2rem 2.5rem;
        flex-direction: column;
    }
    .copyright-col {
        order: 3;
    }
    .footer-menu {
        padding: 0 0 2rem;
        order: 0;
    }
    .footer-menu ul {
        width: 100%;
        flex-direction: column;
    }
    .footer-contact {
        width: 20rem;
    }
    .footer-social {
        margin-left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 3.6rem 0;
    }
    .footer-social a {
        padding: 0;
    }
    .footer-social a span {
        display: none;
    }
    .footer-social a i {
        margin-right: 2rem;
    }

    /* page heading */

    .page-head {
        padding: 2rem;
        display: flex;
        flex-direction: column-reverse;
    }
    .page-head h1 {
        font-size: 2.8rem;
    }
    .page-heading.first-letter span {
        display: none;
    }
    .breadcrumbs {
        margin-bottom: 1rem;
    }
    .breadcrumbs ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .breadcrumbs ul li {
        padding: 0.5rem 0;
    }
    .breadcrumbs ul li::after {
        display: none;
    }
    .breadcrumbs ul li:nth-child(n+2) {
        display: none;
    }
    .breadcrumbs ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    .breadcrumbs ul li:not(:first-child) i {
        display: none;
    }
    .breadcrumbs .bc-open {
        width: 1rem;
        height: 1rem;
        background: url(../img/svg/bc-arr.svg) no-repeat bottom;
        background-size: 0.8rem 0.7rem !important;
        cursor: pointer;
        margin-left: 0.5rem;
        transition: 0.2s;
    }
    .breadcrumbs.open .bc-open {
        transform: rotateX(180deg);
        background-position: top;
    }

    .video-image-block {
        flex-direction: column-reverse;
        padding-bottom: 6rem;
    }
    .img-video-wrap a::before, .about-fund-block .video-link::before {
        width: 5.7rem;
        height: 5.7rem;
    }
    .img-video-wrap a {
        width: 100%;
        height: 19.6rem;
    }
    .img-video-wrap a::before, .about-fund-block .video-link::before {
        top: 40%;
        left: 42%;
    }
    .img-video-wrap .image-wrap {
        width: 32rem;
        height: 19.6rem;
    }
    .img-video-wrap::before {
        width: 18.6rem;
        height: 3rem;
        right: auto;
        top: auto;
        bottom: -3rem;
        left: 2rem;
    }
    .video-image-block .left-text {
        padding: 0;
    }
    .video-image-block .text-block-hidden {
        padding: 6rem 2rem 2rem;
    }
    .read-more {
        margin-top: 2rem;
    }
    /* team slider */
    .team-slider-block {
        padding: 27rem 0 3rem;
    }
    .team-slider-block {
        margin: 4rem 0 0;
    }
    .team-slider-image, .team-item-image {
        width: 23.5rem;
        height: 26.5rem;
    }
    .team-slider-text {
        min-height: unset;
        padding: 0 2rem;
    }
    .team-slider-image {
        position: absolute;
        top: -3.5rem;
        left: 4.3rem;
    }
    .team-slider-image .slick-arrow {
        top: 11rem;
        width: 4.5rem;
        height: 4.5rem;
    }
    .team-slider-image .slick-arrow.slick-prev {
        left: -2.1rem;
    }
    .team-slider-image .slick-arrow.slick-next {
        right: -2.1rem;
    }
    .team-slide-text hr {
        margin: 2.4rem 0 1rem;
    }
    .team-slider-image .slick-arrow.slick-prev, .team-slider-image .slick-arrow.slick-next {
        background-size: 1.1rem 1.7rem !important;
    }
    /* goals block */
    .goals-list {
        padding-top: 2rem;
    }
    .goals-block .first-letter span {
        color: #f2f2f2;
        top: -7rem;
        left: auto;
        right: -4rem;
        z-index: -1;
    }
    .goals-block .first-letter h2 {
        font-size: 2.6rem;
    }
    .goals-block {
        padding: 8rem 2rem 2rem;
    }
    .goal-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;
    }

    /* mission block  */

    .mission-block {
        padding-left: 2rem;
    }
    .mission-text-block {
        padding: 5.5rem 2rem;
    }
    .mission-image {
        display: none;
    }
    .mission-text .buttons-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .mission-text-block .first-letter span {
        top: -3.5rem;
        left: -7.5rem;
    }
    .red-block .show-pdf {
        margin-top: 5rem;
        max-width: 100%;
    }
    /* news */

    .news-list {
        padding: 2rem;
    }
    .news-item {
        width: 28rem;
        margin: 0;
    }
    .news-item img {
        width: 28rem;
    }
    /* contacts */

    .contacts-wrapper {
        padding: 0;
        flex-direction: column;
    }
    .contact-info {
        width: 100%;
        padding: 3rem 2rem 0;
        margin-top: 0;
        order: 3;
    }
    .contact-form-block {
        padding: 2rem;
        margin-right: 0;
        margin-top: 1.5rem;
    }
    .map-wrap {
        width: 100%;
        height: 35.3rem;
        position: relative;
        margin-left: 0;
        order: 2;
    }
    .map-wrap::before {
        width: 10rem;
        height: 1.4rem;
        top: -1.4rem;
        left: 0;
    }
    .map-wrap::after {
        display: none;
    }
    .contact-form-block {
        background: #fff;
        margin-top: 0;
        padding: 2rem 0 4rem;
    }
    .address-block {
        margin: 0 0 3.5rem;
    }
    .address-block > div {
        margin-bottom: 3.5rem;
    }
    .address-block .address {
        align-items: flex-start;
    }
    .address-block .address i {
       margin-top: -0.6rem;
    }

    .submit-form-row.gcaprtcha span {
        position: unset;
        margin-bottom: 2rem;
        display: inline-block;
        max-width: 100%;
    }
    .submit-form-row.gcaprtcha span sub {
        margin: 0;
    }
    .submit-form-row.gcaprtcha {
        padding: 0 0 2rem;
    }
    .text-content {
        padding: 0 2rem 5rem;
    }

    /* ---------- Collection page ----------- */
    .collection-left-blocks,  .collection-left-blocks .block1, .grey-text-block .block-grey {
        display: none;
    }
    .collection-left-blocks .block2 {

    }
    .grey-text-block .crop-text {
        width: 100%;
    }
    .collection-block-right {
        width: 100%;
    }
    .collection-top {
        padding: 0;
    }
    .page-head.collection {
        padding: 2rem 2rem 1rem;
        display: flex;
        flex-direction: column-reverse;
    }
    .page-head.collection .breadcrumbs {
        padding-bottom: 0.5rem;
        margin-top: 1rem;
    }
    .grey-text-block {
        padding: 0 2rem 0 5.4rem;
        position: relative;
    }
    .grey-text-block:before {
        content: '';
        width: 3.4rem;
        height: 11.5rem;
        background: #de5236;
        position: absolute;
        top: 1.4rem;
        left: 0;
    }
    .block-grey-right {
        width: 100%;
    }
    .grey-text-block .crop-text {
        max-height: 18rem;
        transition: 0.2s;
    }
    .links-list {
        max-width: 100%;
        margin-left: 0;
        padding: 4rem 2rem;
    }
    .links-list a {
        max-width: 100%;
    }
    .links-list a span {
        max-width: 82%;
    }
    .arts-block {
        padding: 2rem 2rem 5rem;
    }
    .art-heading {
        position: relative;
        padding: 0;
    }

    /*  art blocks  */
    .arts-block-list {
        flex-direction: column;
        padding: 0;
    }
    .art-heading > span {
        display: none;
    }
    .art-item {
        width: 28rem;
        margin-right: 0;
        margin-bottom: 3.8rem;
    }
    .art-item .art-image {
        width: 23.5rem;
        height: 23.5rem;
        margin-left: 4.4rem;
    }
    .art-item .art-image img {
        width: 23.5rem;
        height: 23.5rem;
    }

    .art-item .art-title {
        width: 25.1rem;
        padding: 18rem 1.7rem 3rem 2.2rem;
        margin-top: -16rem;
    }
    .arts-block .all-works {
        color: #de5236;
        margin-left: -2rem;
        margin-top: -1rem;
    }
    .arts-block .all-works:before {
        content: '';
        height: 1px;
        width: 2rem;
        margin-right: 2rem;
        background: #de5236;
        display: inline-block;
        vertical-align: middle;
    }
    .arts-block .all-works:hover {
        color: #000;
    }
    .arts-block .all-works:hover:before {
        background: #000;
    }
    .arts-block:last-of-type {
        padding-bottom: 7rem;
    }

    /* collection */

    .list-work-block {
        padding: 2rem;
        position: relative;
        z-index: 1;
    }
    .search-page .list-work-block {
        padding-bottom: 12rem;
    }
    .list-work-image {
        width: 28rem;
    }
    .list-work-item {
        width: 28rem;
        margin: 0 0 3.7rem;
    }
    .view-trigger {
        right: -2.4rem;
    }
    .grey-text-block .crop-text {
        max-height: 18rem;
    }
    .list-work::after {
        width: 16rem;
    }
    .list-work {
        margin-top: 3.6rem;
    }
    .alphabet-block {
        padding: 2rem;
    }
    .alphabet-block {
        padding: 6rem 2rem 12rem;
    }
    .alphabet-block .letter-block {
        width: 100%;
    }
    .author-info span:first-child {
        margin-bottom: 0.7rem;
    }

    /* open work */
    .author-block {
        flex-direction: column;
        padding: 0 2rem;
    }
    .author-slider {
        height: auto;
        width: 100%;
        margin-bottom: 5rem;
    }
    .author-slider-item img {
        height: 100%;
    }
    .author-slider-left {
        width: 100%;
    }
    .author-slider-item {
        height: auto;
    }
    .author-slider .slide-title {
        position: unset;
    }
    .slide-title-inner {
        background: #f2f2f2;
    }
    .slide-title span{
         padding: 2rem;
    }
    .author-slider-left .text-block-hidden {
        padding: 2rem 0 0;
    }
    .author-info-right {
        padding: 0;
        margin-top: 6.4rem;
    }
    .author-photo {
        width: 100%;
        height: auto;
    }
    .author-slider-left .crop-text {
        max-height: 14.8rem;
    }
    .black-square {
        display: none;
    }
    .author-photo::after {
        width: 11rem;
        top: -2.5rem;
        right: -2rem;
    }
    .author-info span {
        display: block;
    }
    .author-info-right .crop-text {
        max-height: 22rem;
    }
    .author-info-right .links-list {
        padding: 5rem 0 3rem;
    }
    .collection-works-list {
        padding: 0;
    }
    .collection-work-item {
        width: 100%;
        margin: 0 0 3.5rem;
    }
    .collection-work-item .work-image {
        width: 100%;
    }
    .collection-work-item .work-title {
        padding: 2rem;
    }
    .collection-works {
        padding: 2rem 2rem 4.5rem;
    }
    .page-head.search-page .page-heading {
        order: 1;
    }
    .page-head.search-page .breadcrumbs {
        order: 2
    }
    .list-work.search-page center {
        padding: 0;
    }
    .text iframe {
        width: 28rem;
        height: 16rem;
    }
    .contact-points-mobile.for-mob {
        order: 1;
    }
    .contact-points-mobile.for-mob .contacts-points {
        padding: 2rem;
        order: 1;
    }
    .contact-info .contacts-points{
        display: none;
    }
    .address-block:last-child {
        margin-bottom: 0;
    }
    .collection-item:hover .collection-title, .collection-title:hover .collection-title {
        background: #fff;
    }
    .list-work-item:hover span {
        background: #f2f2f2;
    }
    .collection-item:hover h4, .list-work-item:hover span {
        color: #000;
    }
    .list-work-item img {
        width: 28rem;
        height: 100%;
        object-fit: cover;
    }
}

.list-work-item span{
    text-transform: none;
}

.list-work-item span > span{
    padding: 0;
    margin-top: 5px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Fira Sans';
    /*text-transform: uppercase;*/
}
.list-work-item span > span > span{
    font-size: 10px;
    /*text-transform: uppercase;*/
}

.art-item .add-data span{
    padding: 0;
    margin-top: 5px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Fira Sans';
    /*text-transform: uppercase;*/
    color: black;
}
.art-item .add-data span > span{
    font-size: 10px;
    /*text-transform: uppercase;*/
}
