/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
.navbar-brand img{
    width: 85%;
}
#home{
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height:14rem;
    content: "";
    display:block;
}
#home::after {
    height: 13rem;
    content: "";
    display:block;
}
.text-block {
    padding: 4% 7% 0 3%;
    width: 50%;
}
.text-block .h1 {
    display: block;
    margin: 0;
    font-size: 4rem;
    line-height: 1;
}

@media only screen and (max-width: 1024px) {
    #home::before{
        height: 7rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 7rem;
        content: "";
        display:block;
    }
    .text-block {
        padding: 6% 0 0 9%;
    }
    .text-block .h1{
        font-size: 2.5rem;
        margin: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-brand img {
        width: 65%;
        height: auto;
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.25rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 3.25rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 6% 0 0 12%;
    }
    .text-block .h1{
        font-size: 2.15rem;
        margin: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-brand img {
        width: 55%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 2.5rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 2.25rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 6% 0 0 12%;
    }
    .text-block .h1{
        font-size: 1.85rem;
        margin: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-brand img {
        width: 55%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 2.5rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 2rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 6% 0 0 12%;
    }
    .text-block .h1{
        font-size: 1.5rem;
        margin: 0;
    }
}
@media only screen and (max-width: 375px) {
    .navbar-brand img {
        width: 55%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 2.5rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 2rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 6% 0 0 5%;
    }
    .text-block .h1{
        font-size: 1.35rem;
        margin: 0;
    }
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 55%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.5rem;
        padding-top: .25rem;
    }
    #home::before,
    #home::after{
        height: 1.5rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 13% 0 0 3%;
    }
    .text-block .h1{
        font-size: 1.15rem;
        margin: 0;
    }


}
/*About Block styles*/
#about::before{
    height: 6rem;
    content: "";
    display: block;
}
#about::after{
    height: 4.5rem;
    content: "";
    display: block;
}
.heading{
    font-size: 3.5rem;
    margin: 0 0 5rem 1rem;
    position:relative;
    z-index:10;
}
.heading::before{
    content:'';
    display:block;
    position:absolute;
    left: -16px;
    top: -5px;
    background:transparent url('../images/sq-1.png')no-repeat center;
    background-size:contain;
    width:69px;
    height:69px;
    z-index: -1;
}
.partners {
    margin: 20% 0 0 0;
}
.partners::before{
    content:'';
    display:block;
    position: absolute;
    bottom: 40%;
    background: #000000;
    width: 280px;
    height: 1px;
}
#about .sub-heading{
    font-size: 2.25rem;
    margin: 0 0 2.85rem 1rem;
    position:relative;
    z-index:10;
}
#about .sub-heading::before{
    content:'';
    display:block;
    position:absolute;
    left: -17px;
    top: -6px;
    background:transparent url('../images/sq-2.png')no-repeat center;
    background-size:contain;
    width:48px;
    height:48px;
    z-index: -1;
}
.img-about {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
#about p {
    padding: 0 5rem 0 0;
}
.partners-list {
    list-style: none;
    padding: 0;
}
.partners-list li{
    display:inline-block;
    margin: 0 24px 0 0;
}
@media only screen and (max-width: 1024px) {
    .partners-list li {
        display: inline-block;
        width: 48%;
        margin: 0 5px 0 0;
    }
    .partners::before {
        bottom: 30%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    .heading {
        font-size: 2.85rem;
        margin: 0 0 3.5rem 1rem;
    }
    .heading::before {
        width: 60px;
        height: 60px;
    }
    #about p {
        padding: 0 0.75rem 0 0;
        font-size: 95%;
        text-align: left !important;
    }
    #about .sub-heading {
        font-size: 2rem;
        margin: 0 0 2.25rem 1rem;
    }
    .partners::before {
        bottom: 25%;
    }
    .partners-list li {
        width: 43%;
    }
    .partners-list li img{
        width: 100%;
    }

}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 3rem;
    }
    #about::after{
        height: 3rem;
    }
    .heading {
        font-size: 3rem;
        margin: 0 0 3.5rem 1rem;
    }
    .heading::before {
        width: 60px;
        height: 60px;
    }
    #about p {
        padding: 0 1.75rem 0 0;
        font-size: 95%;
    }
    .partners {
        margin: 15% 0 0 0;
    }
    .partners::before {
        bottom: 34%;
    }
    #about .sub-heading {
        font-size: 2rem;
    }
    .img-about {
        margin: 0 auto;
        width: 70%;
    }
    .partners-list li {
        width: 43%;
    }
    .partners-list li img{
        width: 100%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2.5rem;
        content: "";
        display: block;
    }
    .heading {
        font-size: 2.5rem;
        margin: 0 0 3.5rem 2rem;
    }
    .heading::before {
        width: 60px;
        height: 60px;
    }
    #about p {
        padding: 0 1.25rem;
        font-size: 95%;
    }
    .partners {
        margin: 12% 0 0 0;
        padding: 0 1.5rem;
    }
    .partners::before {
        bottom: 33%;
    }
    #about .sub-heading {
        font-size: 2rem;
        margin: 0 0 2.5rem 0;
    }
    #about .sub-heading::before {
        left: 5px;
        width: 43px;
        height: 43px;
    }
    .img-about {
        margin: 0 auto;
        width: 70%;
    }
    .partners-list li {
        width: 45%;
    }
    .partners-list li img{
        width: 100%;
    }
}
@media only screen and (max-width: 414px) {
    #about .sub-heading {
        font-size: 1.9rem;
    }
    .partners::before {
        bottom: 28%;
    }
}
@media only screen and (max-width: 375px) {
    .heading::before {
        left: -23px;
        top: -8px;
    }
    #about p {
        padding: 0 .5rem;
        text-align: left !important;
    }
    .partners {
        margin: 20% 0 0 0;
        padding: 0;
    }
    .partners::before {
        bottom: 33%;
    }
    #about .sub-heading {
        font-size: 1.75rem;
        margin: 0 0 2.5rem 1rem;
    }
    #about .sub-heading::before {
        left: -9px;
        width: 43px;
        height: 43px;
    }
}
@media only screen and (max-width: 360px) {
    .partners::before {
        bottom: 24%;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 2.5rem;
    }
    #about::after{
        height: 2.5rem;
    }
    .heading {
        font-size: 2.25rem;
        margin: 0 0 3rem 1rem;]
    }
    .heading::before {
        left: -17px;
        top: -8px;
        width: 52px;
        height: 52px;
    }
    #about p {
        padding: 0 .5rem;
        font-size: 95%;
    }
    .partners {
        margin: 28% 0 0 0;
        padding: 0 .5rem;
    }
    .partners::before {
        bottom: 24%;
    }
    #about .sub-heading {
        font-size: 1.5rem;
    }
    .img-about {
        margin: 3% auto 0 auto;
        width: 84%;
    }
    .partners-list li {
        width: 45%;
    }
    .partners-list li img{
        width: 100%;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 3.5rem;
    content: "";
    display: block;
}
#services{
    background:transparent url('../images/bg-service.jpg') no-repeat center;
    background-size:cover;
    padding: 0 3.5rem;
}
#services .heading,
#buyers .heading{
    color:#fff;
}
#services .heading::before,
#buyers .heading::before{
    background: transparent url(../images/sq-3.png);
    background-size: contain;
}
#services .img-about{
    margin:0 auto 0 0 ;
}
.service-list, .service-list .item-title{
    color: #fff;
}
.service-list {
    width: 90%;
    margin: 1.5rem 0 0 0;
}
.service-list .item-title {
    margin: 0 0 1.35rem 0;
}
.service-list .img-icon, .service-list .img-icon .icon-1, .service-list .item-descr {
    float:left;
}
.service-list .img-icon{
    width:20%;
}
.service-list .item-descr{
    width:80%;
    margin: 0 0 .5rem 0;
}
.img-icon .icon-1,
.img-icon .icon-2,
.img-icon .icon-3,
.img-icon .icon-4,
.img-icon .icon-5,
.img-icon .icon-6{
    display: block;
    width: 90px;
    height:90px;
}
.img-icon .icon-1{
    background: transparent url('../images/icon-1.png') no-repeat center;
    background-size:contain;
}
.img-icon .icon-2{
    background: transparent url('../images/icon-2.png') no-repeat center;
    background-size:contain;
}
.img-icon .icon-3{
    background: transparent url('../images/icon-3.png') no-repeat center;
    background-size:contain;
}

@media only screen and (max-width: 1024px) {
    #services{
        padding: 0 2.5rem;
    }
    #services .img-about {
        margin: 0;
        width: 95%;
    }
    .service-list {
        width: 95%;
    }
    .img-icon .icon-1, .img-icon .icon-2, .img-icon .icon-3,
    .img-icon .icon-4, .img-icon .icon-5, .img-icon .icon-6 {
        width: 80px;
        height: 80px;
    }
    .service-list .item-title{
        font-size: 1.35rem;
        margin: 0 0 1rem 0;
    }
    .service-list .item-txt {
        font-size: 1.05rem;
        margin-bottom: 1.5rem;
    }

}
@media (max-width: 991px) and (min-width: 768px) {
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 2.5rem;
    }
    #services {
        padding: 0 1.85rem;
    }
    .img-icon .icon-1, .img-icon .icon-2, .img-icon .icon-3,
    .img-icon .icon-4, .img-icon .icon-5, .img-icon .icon-6 {
        width: 66px;
        height: 66px;
    }
    .service-list .item-title {
        font-size: 1.35rem;
        margin: 0 0 1rem .5rem;
    }
    .service-list .item-txt {
        font-size: 90%;
        text-align: left !important;
        margin: 0 0 1.5rem .5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 2.5rem;
    }
    #services .img-about {
        margin: 0 auto;
        width: 65%;
    }
    .service-list .item-txt {
        font-size: 95%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 2.5rem;
    }
    #services {
        padding: 0 1.5rem;
    }
    #services .img-about {
        margin: 0 auto;
        width: 65%;
    }
    .service-list {
        width: 95%;
        margin: 1rem 0 0 0;
    }
    .service-list .item-title {
        font-size: 1.5rem;
        margin: 0 0 1rem 1rem;
    }
    .service-list .item-txt {
        font-size: 95%;
        text-align: left !important;
        margin: 0 0 1rem 1rem;
    }
}
@media only screen and (max-width: 414px) {
    .img-icon .icon-1, .img-icon .icon-2, .img-icon .icon-3,
    .img-icon .icon-4, .img-icon .icon-5, .img-icon .icon-6 {
        width: 72px;
        height: 72px;
    }
}
@media only screen and (max-width: 375px) {
    .img-icon .icon-1, .img-icon .icon-2, .img-icon .icon-3,
    .img-icon .icon-4, .img-icon .icon-5, .img-icon .icon-6 {
        width: 67px;
        height: 67px;
    }
}
@media (max-width: 348px){
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 2.5rem;
    }
    #services {
        padding: 0 20px;
    }
    .service-list {
        width: 100%;
    }
    .img-icon .icon-1, .img-icon .icon-2, .img-icon .icon-3,
    .img-icon .icon-4, .img-icon .icon-5, .img-icon .icon-6 {
         width: 60px;
         height: 60px;
    }
    .service-list .item-title {
        font-size: 1.5rem;
        margin: 0 0 1rem 1rem;
    }
    .service-list .item-txt {
        font-size: 95%;
        text-align: left !important;
        margin: 0 0 1rem 1rem;
    }
    #services .img-about {
        margin: 0 auto;
        width: 75%;
    }
}
/*Collections Block styles*/
#collections::before {
    height: 4rem;
    content: "";
    display: block;
}
#collections::after {
    height: 5.5rem;
    content: "";
    display: block;
}
#collections .heading::before{
    left: -20px;
}
/*Filter gallery*/
#btn-container {
    margin-bottom: 3.5rem;
}
.filter-button {
    padding: .7rem 2.5rem;
    margin: 0;
    background: transparent;
    border-radius: 0;
    text-align: left;
    font-size: 1.5rem;
    font-weight:500;
    color: #080808;
}
.filter-button:hover,.filter-button:active, .filter-button:focus, #btn-container .active {
    background: #080808;
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: none;
    color: #fff;
}
.artworks .card:hover{
    box-shadow:1px 1px 10px rgba(0,0,0,.25);
}
.artworks .card:hover a{
    text-decoration:none;
}
.artworks .card .art-autor {
    margin: 0 0 .5rem 0;
    font-size: 1.45rem;
    font-weight: 600;
}
.artworks .card .art-title {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
}
.artworks .card .art-data {
    margin: 2.5rem 0 0 0;
}
.artworks .card .art-data .views,
.artworks .card .art-data .size,
.artworks .card .art-data .arttype{
    display: inline-block;
    margin: 0 5px 0 0;
    font-size:.85rem;
}
.artworks .card .art-data .views .icon {
    margin: 0 5px 0 0;
}
.artworks .card .card-foot {
    padding: 0 1rem .5rem 1rem;
}
.artworks .card .card-foot .art-price {
    margin: 0;
    text-align: right;
    font-size: 1.65rem;
    font-weight: 600;
}
.artworks .card .card-foot .art-price .currency,
.artworks .card .card-foot .art-price-old .currency{
    position: relative;
    top: -11px;
    font-size: 69%;
    font-weight: 500;
}
.artworks .card .card-foot .art-price-old {
    margin: 0;
    position: absolute;
    bottom: 3rem;
    left: 13.75rem;
    font-weight: 600;
    text-decoration: line-through;
    color:rgba(8,8,8,.37);
}
.artworks .card .badge-akciya {
    position: absolute;
    right: 0;
    padding: .5rem;
    background: #080808;
    color: #fff;
}
.artworks .card .badge-title, .artworks .card .badge-count {
    display: block;
    text-align: center;
}
.artworks .card .badge-title {
    font-size: smaller;
}
.artworks .card .badge-count{
    font-size: 1.35rem;
    font-weight: 500;
}
.more-button {
    display: block;
    margin: 2rem auto 0 auto;
}
@media only screen and (max-width: 1024px) {
    #btn-container {
        margin-bottom: 1.5rem;
    }
    .filter-button {
        padding: .7rem 1.5rem;
        font-size: 1.25rem;
    }
    .artworks .card .card-body {
        padding: 1rem .5rem .25rem .5rem;
        height:130px;
    }
    .artworks .card .art-autor {
        font-size: 1.1rem;
        line-height: 1.15;
    }
    .artworks .card .art-title {
        font-size: 1.05rem;
    }
    .artworks .card .art-data {
        margin: 2.25rem 0 0 0;
    }
    .artworks .card.lines .art-data {
        margin: -0.5rem 0 0 0;
    }
    .artworks .card .art-data .views, .artworks .card .art-data .size, .artworks .card .art-data .arttype {
        margin: 0 3px 0 0;
        font-size: .8rem;
    }
    .artworks .card .card-foot .art-price-old {
        bottom: .75rem;
        left: 1rem;
    }
    .artworks .card .badge-count {
        font-size: 1rem;
    }
    .artworks .card .badge-title {
        font-size: 70%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #collections::before {
        height: 3.5rem;
    }
    #collections::after {
        height: 3rem;
    }
    .artworks .filter {
        padding-right: 7px;
        padding-left: 7px;
    }
    #btn-container {
        margin-bottom: 1.5rem;
    }
    .filter-button {
        padding: .7rem 1.5rem;
        font-size: 1.25rem;
    }
    .artworks .card .card-body {
        padding: 1rem .5rem .25rem .5rem;
        height: 120px;
    }
    .artworks .card .art-autor {
        font-size: 1rem;
        line-height: 1.15;
        height: 36px;
    }
    .artworks .card .art-title {
        font-size: .95rem;
        height: 44px;
    }
    .artworks .card .art-data {
        margin: 0;
    }
    .artworks .card .art-data .arttype{
        display: block;
    }
    .artworks .card.lines .art-data {
        margin: -0.5rem 0 0 0;
    }
    .artworks .card .art-data .views, .artworks .card .art-data .size, .artworks .card .art-data .arttype {
        margin: 0 3px 0 0;
        font-size: .8rem;
    }
    .artworks .card .card-foot {
        padding: 2.5rem .5rem 0 .5rem;
    }
    .artworks .card .card-foot .art-price-old {
        bottom: 1.75rem;
        left: 5.5rem;
    }
    .artworks .card .card-foot .art-price {
        font-size: 1.3rem;
    }
    .artworks .card .card-foot .art-price .currency, .artworks .card .card-foot .art-price-old .currency {
        font-size: 60%;
    }
    .artworks .card .badge-akciya {
        padding: .3rem;
    }
    .artworks .card .badge-count {
        font-size: .95rem;
    }
    .artworks .card .badge-title {
        font-size: 65%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #collections::before {
        height: 3rem;
    }
    #collections::after {
        height: 3rem;
    }
    .artworks .filter {
        padding-right: 7px;
        padding-left: 7px;
    }
    #btn-container {
        margin-bottom: 1.5rem;
    }
    .filter-button {
        padding: .7rem 1.15rem;
        font-size: 1.1rem;
    }
    .artworks .card .card-body {
        padding: 1rem .5rem .25rem .5rem;
        height: 120px;
    }
    .artworks .card .art-autor {
        font-size: 1rem;
        line-height: 1.15;
        height: 36px;
    }
    .artworks .card .art-title {
        font-size: .95rem;
        height: 44px;
    }
    .artworks .card .art-data {
        margin: 0;
    }
    .artworks .card .art-data .arttype{
        display: block;
    }
    .artworks .card.lines .art-data {
        margin: 0.5rem 0 0 0;
    }
    .artworks .card .art-data .views, .artworks .card .art-data .size, .artworks .card .art-data .arttype {
        margin: 0 3px 0 0;
        font-size: .8rem;
    }
    .artworks .card .card-foot {
        padding: 2.5rem .5rem 0 .5rem;
    }
    .artworks .card .card-foot .art-price-old {
        bottom: 1.5rem;
        left: 5.5rem;
    }
    .artworks .card .card-foot .art-price {
        font-size: 1.3rem;
    }
    .artworks .card .card-foot .art-price .currency, .artworks .card .card-foot .art-price-old .currency {
        font-size: 60%;
    }
    .artworks .card .badge-akciya {
        padding: .3rem;
    }
    .artworks .card .badge-count {
        font-size: .95rem;
    }
    .artworks .card .badge-title {
        font-size: 65%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #collections::before {
        height: 3rem;
    }
    #collections::after {
        height: 3rem;
    }
    .artworks .filter {
        padding-right: 7px;
        padding-left: 7px;
    }
    #btn-container {
        margin-bottom: 1.5rem;
    }
    .filter-button {
        padding: .5rem 1rem;
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 414px) {
    #collections::before {
        height: 3rem;
    }
    #collections::after {
        height: 3rem;
    }
    .artworks .filter {
        padding-right: 7px;
        padding-left: 7px;
    }
    #btn-container {
        margin-bottom: 1.5rem;
    }
    .filter-button {
        padding: .5rem .5rem;
        font-size: 1rem;
    }
    .artworks .card .card-body {
        padding: 1rem .5rem .25rem .5rem;
        height: 120px;
    }
    .artworks .card .art-autor {
        font-size: 1rem;
        line-height: 1.15;
        height: 30px;
    }
    .artworks .card .art-title {
        font-size: .95rem;
        height: 40px;
    }
    .artworks .card .art-data {
        margin: 0;
    }
    .artworks .card .art-data .arttype{
        display: block;
    }
    .artworks .card.lines .art-data {
        margin: 0.5rem 0 0 0;
    }
    .artworks .card .art-data .views, .artworks .card .art-data .size, .artworks .card .art-data .arttype {
        margin: 0 3px 0 0;
        font-size: .8rem;
    }
    .artworks .card .card-foot {
        padding: 2.5rem .5rem 0 .5rem;
    }
    .artworks .card .card-foot .art-price-old {
        bottom: 1.75rem;
        left: 7.15rem;
    }
    .artworks .card .card-foot .art-price {
        font-size: 1.3rem;
    }
    .artworks .card .card-foot .art-price .currency, .artworks .card .card-foot .art-price-old .currency {
        font-size: 60%;
    }
    .artworks .card .badge-akciya {
        padding: .3rem;
    }
    .artworks .card .badge-count {
        font-size: .95rem;
    }
    .artworks .card .badge-title {
        font-size: 65%;
    }
}
@media only screen and (max-width: 375px) {
    #collections::before {
        height: 3rem;
    }
    #collections::after {
        height: 3rem;
    }
    .artworks .filter {
        padding-right: 7px;
        padding-left: 7px;
    }
    #btn-container {
        margin-bottom: 1.5rem;
    }
    .filter-button {
        padding: .5rem .5rem;
        font-size: 1rem;
    }
    .artworks .card .card-body {
        padding: 1rem .5rem .25rem .5rem;
        height: 120px;
    }
    .artworks .card .art-autor {
        font-size: 1rem;
        line-height: 1.15;
        height: 30px;
    }
    .artworks .card .art-title {
        font-size: .95rem;
        height: 40px;
    }
    .artworks .card .art-data {
        margin: 0;
    }
    .artworks .card .art-data .arttype{
        display: block;
    }
    .artworks .card.lines .art-data {
        margin: 0.5rem 0 0 0;
    }
    .artworks .card .art-data .views, .artworks .card .art-data .size, .artworks .card .art-data .arttype {
        margin: 0 3px 0 0;
        font-size: .8rem;
    }
    .artworks .card .card-foot {
        padding: 2.5rem .5rem 0 .5rem;
    }
    .artworks .card .card-foot .art-price-old {
        bottom: 1.5rem;
        left: 5.5rem;
    }
    .artworks .card .card-foot .art-price {
        font-size: 1.3rem;
    }
    .artworks .card .card-foot .art-price .currency, .artworks .card .card-foot .art-price-old .currency {
        font-size: 60%;
    }
    .artworks .card .badge-akciya {
        padding: .3rem;
    }
    .artworks .card .badge-count {
        font-size: .95rem;
    }
    .artworks .card .badge-title {
        font-size: 65%;
    }
}
@media only screen and (max-width: 360px) {
    .filter-button {
        font-size: .9rem;
    }
}
@media (max-width: 348px){
    #collections::before {
        height: 3rem;
    }
    #collections::after {
        height: 3rem;
    }
    .filter-button {
        padding: .5rem .25rem;
        font-size: .95rem;
    }
}
/*Artists Block styles*/
#artists::before {
    height: 4rem;
    content: "";
    display: block;
}
#artists::after {
    height: 5.5rem;
    content: "";
    display: block;
}
#artists{
    background:#f1efef url('../images/bg-autor.png') no-repeat bottom right;
    background-size: 78% auto;
    padding: 0 3.5rem;
}
.artists-link {
    display: inline-block;
    float: right;
}
.artists-link a{
    font-family: 'Avenir Next Cyr', 'Arial', sans-serif;
    font-size: 1.2rem;
    font-weight:500;
    font-style:normal;
}
.autor-card {
    margin: 0 10px;
    background: #fff;
    border: 1px solid #848484;
}
.autor-card .card-image{
    background:transparent url('../images/aut-img.jpg') no-repeat center;
    background-size: cover;
    height: 175px;
}
.autor-card .card-image .avatar-img{
    display: block;
    margin: 0 auto;
    position: relative;
    top: 67%;
    width: 85px;
    height: 85px;
    border: 1px solid #3d3d3d;
    z-index:10;
}
.autor-card .card-image .avatar-img::before{
    content: '';
    display:block;
    position:absolute;
    top: 10px;
    left: 10px;
    background:transparent url('../images/frame.png') no-repeat center;
    background-size: contain;
    width: 80px;
    height: 80px;
    z-index: -1;
}
.autor-card .card-bbody{
    padding: 2.65rem 1rem 1rem 1rem;
}
.author-name {
    text-align: center;
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
}
.autor-card .author-data {
    margin-top: 1.25rem;
    padding: .5rem 1rem 0 1rem;
    border-top: 1px solid rgba(132,132,132,.47);
}
.autor-card .author-data .views,
.autor-card .author-data .likes{
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 1rem;
}
.autor-card .author-data .likes{
    float:right;
}
.autor-card .author-data .views .icon,
.autor-card .author-data .likes .icon{
    margin: 0 5px 0 0;
}
@media only screen and (max-width: 1024px) {
    .autor-card .card-image{
        height:125px;
    }
    .autor-card .card-image .avatar-img {
        top: 64%;
        width: 78px;
        height: 78px;
    }
    .autor-card .card-image .avatar-img::before{
        width: 73px;
        height: 73px
    }
    .author-name {
        font-size: 1rem;
    }
    .autor-card .card-bbody {
        padding: 2.65rem .5rem .5rem .5rem;
    }
    .autor-card .author-data .views, .autor-card .author-data .likes{
        font-size:.95rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #artists::before {
        height: 3.5rem;
    }
    #artists::after {
        height: 3rem;
    }
    #artists {
        padding: 0 1.75rem;
    }
    .autor-card .card-image{
        height: 100px;
    }
    .autor-card .card-image .avatar-img {
        top: 64%;
        width: 67px;
        height: 67px;
    }
    .autor-card .card-image .avatar-img::before{
        width: 62px;
        height: 62px
    }
    .author-name {
        font-size: .8rem;
    }
    .autor-card .card-bbody {
        padding: 2.65rem .5rem .5rem .5rem;
    }
    .autor-card .author-data {
        padding: .5rem .5rem 0 .5rem;
    }
    .autor-card .author-data .views, .autor-card .author-data .likes{
        font-size:.85rem;
    }
    .autor-card .author-data .likes{
        margin-top: 6px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #artists::before {
        height: 3.5rem;
    }
    #artists::after {
        height: 3rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #artists::before {
        height: 3.5rem;
    }
    #artists::after {
        height: 3rem;
    }
    #artists {
        padding: 0 1.5rem;
    }
    .autor-card .card-image{
        height: 100px;
    }
    .autor-card .card-image .avatar-img {
        top: 64%;
        width: 67px;
        height: 67px;
    }
    .autor-card .card-image .avatar-img::before{
        width: 62px;
        height: 62px
    }
    .author-name {
        font-size: 1rem;
    }
    .autor-card .card-bbody {
        padding: 2.65rem .5rem .5rem .5rem;
    }
    .autor-card .author-data {
        padding: .5rem .5rem 0 .5rem;
    }
    .autor-card .author-data .views, .autor-card .author-data .likes{
        font-size:.85rem;
    }
    .autor-card .author-data .likes{
        margin-top: 6px;
    }
}
@media only screen and (max-width: 414px) {
    .author-name {
        font-size: 72%;
    }
}
@media only screen and (max-width: 375px) {
    .autor-card .card-image{
        height: 150px;
    }
    .autor-card .card-image .avatar-img {
        top: 64%;
        width: 78px;
        height: 78px;
    }
    .autor-card .card-image .avatar-img::before{
        width: 73px;
        height: 73px
    }
    .author-name {
        font-size: 1.5rem;
    }
    .autor-card .card-bbody {
        padding: 2.65rem .5rem .5rem .5rem;
    }
    .autor-card .author-data .views, .autor-card .author-data .likes{
        font-size:1rem;
    }
}
@media (max-width: 348px){
    #artists::before {
        height: 3.5rem;
    }
    #artists::after {
        height: 3rem;
    }
    #artists {
        padding: 0 15px;
    }
    .artists-link a {
        font-size: 1rem;
    }
}
/*Artists Block styles*/
#buyers::before {
    height: 4rem;
    content: "";
    display: block;
}
#buyers::after {
    height: 3.5rem;
    content: "";
    display: block;
}
#buyers{
    background:transparent url('../images/bg-order.jpg') no-repeat center;
    background-size: cover;
    padding: 0 3.5rem;
}
#buyers .tel-list {
    list-style: none;
    padding: 0;
}
#buyers .tel-list li a{
    font-weight:500;
    color:#fff;
}
#buyers .service-list .service-item.item-2 .item-descr {
    margin: 0 0 2rem 0;
}

.img-icon .icon-4{
    background: transparent url('../images/icon-4.png') no-repeat center;
    background-size:contain;
}
.img-icon .icon-5{
    background: transparent url('../images/icon-5.png') no-repeat center;
    background-size:contain;
}
.img-icon .icon-6{
    background: transparent url('../images/icon-6.png') no-repeat center;
    background-size:contain;
}
@media only screen and (max-width: 1024px) {
    #buyers{
        padding: 0 2.5rem;
    }
    #buyers .service-list .service-item.item-2 .item-descr {
        margin: 0;
    }
    #buyers .service-list .item-title {
        margin: 0 0 1rem .5rem;
    }
    #buyers .service-list .item-txt {
        margin-left: .5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #buyers::before {
        height: 3.5rem;
    }
    #buyers::after {
        height: 2.5rem;
    }
    #buyers{
        padding: 0 1.75rem;
    }
    #buyers .service-list .service-item.item-2 .item-descr {
        margin: 0;
    }
    #buyers .service-list .item-title {
        margin: 0 0 1rem 1rem;
    }
    #buyers .service-list .item-txt {
        margin-left: 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #buyers::before {
        height: 3.5rem;
    }
    #buyers::after {
        height: 3rem;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #buyers::before {
        height: 3.5rem;
    }
    #buyers::after {
        height: 3rem;
    }
    #buyers {
        padding: 0 1.5rem;
    }
    #buyers .service-list .service-item.item-2 .item-descr {
        margin: 0;
    }
    #buyers .service-list .item-title {
        margin: 0 0 1rem 1rem;
    }
    #buyers .service-list .item-txt {
        margin-left: 1rem;
    }
    #buyers .tel-list {
        padding: 0 0 0 1rem;
    }
}
@media only screen and (max-width: 375px) {
    #buyers::before {
        height: 3.5rem;
    }
    #buyers::after {
        height: 3rem;
    }
    #buyers {
        padding: 0 1.5rem;
    }
    #buyers .service-list .service-item.item-2 .item-descr {
        margin: 0;
    }
    #buyers .service-list .item-title {
        margin: 0 0 1rem 1.5rem;
    }
    #buyers .service-list .item-txt {
        margin-left: 1.5rem;
    }
    #buyers .tel-list {
        padding: 0 0 0 1.5rem;
    }
}
@media (max-width: 348px){
    #buyers::before {
        height: 3.5rem;
    }
    #buyers::after {
        height: 3rem;
    }
    #buyers {
        padding: 0 1rem;
    }
}

/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .thumb-modal{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.carousel-item .hover-mask .gallery-img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-mask:hover .thumb-modal{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hover-mask a .mbri-file, .hover-mask a .mbri-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 41.65% 20px;
    text-align: center;
    background-color: rgba(83,80,73,.66);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.gallery .hover-mask a .mbri-search, #blogCarousel .hover-mask a .mbri-search, #blogCarousel1 .hover-mask a .mbri-search,
#blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search, #certificatesCarousel.hover-mask a .mbri-search{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 26.65% 20px;
    text-align: center;
    background-color: rgba(83,80,73,.66);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
#blogCarousel1 .hover-mask a .mbri-search,
#blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
    padding: 29.85% 20px;
}
#certificatesCarousel .hover-mask a .mbri-search{
    padding: 20% 20px;
}
.hover-mask:hover a p, .gallery .hover-mask:hover a p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask .mbri-file, .hover-mask .mbri-search, .gallery .hover-mask .mbri-search, #blogCarousel .hover-mask .mbri-search,
#blogCarousel1 .hover-mask .mbri-search, #blogCarousel2 .hover-mask .mbri-search, #blogCarousel3 .hover-mask .mbri-search,
#certificatesCarousel .hover-mask .mbri-search{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #080808;
    font-size: 3rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover .mbri-file, .hover-mask:hover .mbri-search, .gallery .hover-mask:hover .mbri-search, #blogCarousel .hover-mask:hover .mbri-search,
#blogCarousel1 .hover-mask:hover .mbri-search, #blogCarousel2 .hover-mask:hover .mbri-search, #blogCarousel3 .hover-mask:hover .mbri-search,
#certificatesCarousel .hover-mask:hover .mbri-search{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}
@media only screen and (max-width: 1024px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 39.25% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 27.5% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 21.45% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 16.85% 20px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 35.5% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 25.5% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 21.45% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 12.5% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 42% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 27.2% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 29.5% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 10.85% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 44.2% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 31% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 28.5% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 6.85% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 27.2% 20px;
        font-size: 1.5rem;
    }
}
@media (max-width: 348px){
    .hover-mask .mbri-file, .hover-mask .mbri-search, .gallery .hover-mask .mbri-search, #blogCarousel .hover-mask .mbri-search, #blogCarousel1 .hover-mask .mbri-search, #blogCarousel2 .hover-mask .mbri-search, #blogCarousel3 .hover-mask .mbri-search, #certificatesCarousel .hover-mask .mbri-search{
        font-size: 2rem;
    }
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 44.12% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 22.2% 20px;
        font-size: 1.5rem;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 29.5% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 7.85% 20px;
    }
}

/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #080808;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #080808;
    color: #080808;
}
#scrollToTopBtn:active {
    background-color: #fff;
    border: 2px solid #080808;
    color: #080808;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 3rem;
    content: "";
    display:block;
}
#footer:after{
    height: 0;
    content: "";
    display:block;
}
#footer {
    background: #080808;
    color:#fff;
}
.logo-footer {
    margin: 0 auto;
}
#footer .sm-heading {
    margin-bottom: 1.35rem;
    font-size: 1.5rem;
    font-weight: 500;
}
#footer .info-list,
#footer .work-list{
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    font-size: 1rem;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:34%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left: 2rem;
    top:0;
    height: 84%;
    width: 90%;
    position:absolute;
    border: 3px solid #fff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 0;
}
.sub-heading3 {
    margin: 5px 0;
}
.contacts-list {
    list-style: none;
    margin: 0 0 1.25rem 0;
    padding-left: 0;
    font-size: 1rem;
    color: #fff;
}
.contacts-list li {
    padding: 0 0 7px 0;
}
.contacts-list li a{
    color:#fff;
}
.contacts-list li a:hover{
    text-decoration:underline;
}
.contacts-icons {
    display: inline-block;
    margin-right: .75rem;
    vertical-align:middle;
}
.fas.fa-phone {
    transform: rotate(90deg);
}
.pdng {
    display: block;
    margin: 0 0 0 37px;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem 1.5rem 1rem;
}
.sm3{
    font-size:75%;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem 1.6rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem 1.6rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem 2rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: .25rem 1rem 1.5rem 1rem;
}
@media only screen and (max-width: 1024px){
    #footer .info-list, #footer .work-list {
        font-size: .95rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer .sm-heading {
        margin-bottom: 1.1rem;
        font-size: 1.3rem;
        font-weight: 500;
    }
    #footer .info-list {
        font-size: 75%;
    }
    .contacts-list {
        margin: 0 0 0 0;
        font-size: 80%;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-icons {
        margin-right: .5rem;
    }
    .fas.fa-phone {
        margin: .5rem 0 0 0;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 87%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer .sm-heading {
        margin: 0 0 1.1rem .5rem;
        font-size: 1.5rem;
        font-weight: 500;
    }
    .contacts-list {
        margin: 1.25rem 0 0 0;
    }
    .contact-info{
        padding: 0 0 0 1rem;
        width: 100%;
    }
    .contacts-list li {
        padding: 5px 0;
        font-size: 95%;
    }
    .fas.fa-phone {
        margin: .5rem 0 0 0;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 87%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer .sm-heading {
        margin-bottom: 1rem;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 0;
    }
    .contacts-list li {
        padding: 0 0 5px 0;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }
}
@media only screen and (max-width: 414px) {
    .contacts-list{
        font-size: 83%;
    }
}
@media only screen and (max-width: 375px){
    #footer .sm-heading {
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 0;
        font-size: 78%;
    }
    .contacts-list li {
        padding: 0 0 5px 0;
    }
    .fas.fa-phone {
        margin: .5rem 0 0 0;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }
}
@media only screen and (max-width: 360px) {
    .contacts-list{
        font-size: 70%;
    }
    #footer .info-list, #footer .work-list {
        font-size: .8rem;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer .heading {
        margin: 0;
    }
    #footer .heading .line::before {
        left: 26.5%;
    }
    #footer .heading .line::after {
        right: 26.5%;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 0;
    }
    .contacts-list li {
        padding: 0 0 5px 0;
        font-size: 90%;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }

}
/*Copyright Block styles*/
#copyright::before,
#copyright::after{
    height: 0;
    content: "";
    display: block;
}
.copyright {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-size: 80%;
    padding: .75rem 1.5rem;
    border-top: 1px solid rgba(212,212,212,.5);
    color: #fff;
}
.copyright a{
    font-weight:500;
    color:#fff;
}
.copyright a:hover{
    text-decoration:underline;
}
@media (max-width: 991px) and (min-width: 768px) {
    .copyright {
        font-size: 65%;
        margin: 0 0 0 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .copyright {
        font-size: 64%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .copyright {
        font-size: 70%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}
@media (max-width: 348px){
    .copyright {
        font-size: 63%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}