body {
    position: relative;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.2;
    color: #27313c;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: block;
    max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
input,
textarea {
    color: #27313c;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
}
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.2;
}
td {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style: none;
}
form {
    padding: 0px;
    margin: 0px;
}
a {
    color: #35adad;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a,
span,
div,
button {
    outline: none !important;
}
input[type=submit],
input[type=button],
button {
    -webkit-appearance: none;
    outline: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.loaded .main-wrapper {
    opacity: 0;
}
.icon-load {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.loaded .icon-load {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.sk-folding-cube {
    width: 40px;
    height: 40px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    background: #fff;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #35adad;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(0.97) rotateZ(90deg);
    transform: scale(0.97) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(0.97) rotateZ(180deg);
    transform: scale(0.97) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(0.97) rotateZ(270deg);
    transform: scale(0.97) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
input::placeholder,
textarea::placeholder {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}
.big-ttl,
h1 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 74px;
    line-height: 1;
    color: #27313c;
    font-weight: 600;
}
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
    border-radius: 15px;
    background-color: #2f89c4;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover {
    background-color: #27313c;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.eot");
    src: local("Montserrat-Regular"), url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Montserrat/Montserrat-Regular.woff2") format('woff2'), url("../fonts/Montserrat/Montserrat-Regular.woff") format('woff'), url("../fonts/Montserrat/Montserrat-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Medium.eot");
    src: local("Montserrat-Medium"), url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/Montserrat/Montserrat-Medium.woff2") format('woff2'), url("../fonts/Montserrat/Montserrat-Medium.woff") format('woff'), url("../fonts/Montserrat/Montserrat-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
    src: local("Montserrat-SemiBold"), url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format('embedded-opentype'), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format('woff2'), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format('woff'), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Bold.eot");
    src: local("Montserrat-Bold"), url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Montserrat/Montserrat-Bold.woff2") format('woff2'), url("../fonts/Montserrat/Montserrat-Bold.woff") format('woff'), url("../fonts/Montserrat/Montserrat-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.footer {
    color: #fff;
    margin-bottom: 20px;
}
.footer__mainwrapper {
    background-color: #1d252e;
    border-radius: 20px;
}
.footer__ban {
    padding: 30px;
}
.footer__ban-img {
    display: block;
    width: 728px;
    margin: auto;
    max-width: 100%;
}
.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.footer .col20 {
    width: 20%;
}
.footer__logo {
    margin-bottom: 30px;
    display: inline-block;
}
.footer__logo:hover {
    opacity: 0.7;
}
.footer__socs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__socs a {
    margin-right: 20px;
    display: inline-block;
}
.footer__socs a:hover {
    opacity: 0.7;
}
.footer__menu-ttl {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #35adad;
}
.footer__menu li {
    margin-bottom: 15px;
    padding-right: 10px;
}
.footer__menu li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.3;
}
.footer__menu li a:hover {
    color: #35adad;
}
.footer__botwrap {
    border-radius: 20px;
    background-color: #27313c;
    padding: 80px;
}
.footer__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__bot .copy {
    width: 100%;
    padding-right: 80px;
}
.footer__bot .copy p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #7e8e9d;
}
.footer__bot .copy p:last-child {
    margin-bottom: 0;
}
.footer__bot .langs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.footer__bot .langs img {
    margin-right: 11px;
}
.footer__bot .langs span {
    display: inline-block;
    margin-right: 5px;
}
.header {
    padding: 33px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 19;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header.fixed {
    -webkit-box-shadow: 0 0 50px -10px rgba(39,49,60,0.12);
    box-shadow: 0 0 50px -10px rgba(39,49,60,0.12);
    padding: 20px 0;
}
.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header__logo {
    margin-right: auto;
}
.header__menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__menu li {
    margin: 0 20px;
}
.header__menu li a {
    color: #27313c;
}
.header__menu li a:hover {
    color: #35adad;
}
.header__socs {
    margin-left: auto;
    margin-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__socs a {
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 20px;
}
.header__socs-fb {
    background-image: url("../img/icons/facebook.svg");
}
.header__socs-fb:hover {
    background-image: url("../img/icons/facebook_g.svg");
}
.header__socs-twit {
    background-image: url("../img/icons/twitter.svg");
}
.header__socs-twit:hover {
    background-image: url("../img/icons/twitter_g.svg");
}
.header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__auth a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__auth a:hover {
    opacity: 0.7;
}
.header__auth a .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
.header__signin {
    color: #27313c;
    margin-right: 40px;
}
.header__signin .icon {
    background-image: url("../img/icons/signin.svg");
}
.header__join .icon {
    background-image: url("../img/icons/join.svg");
}
.header__hamb {
    width: 25px;
    height: 18px;
    position: relative;
    display: none;
    cursor: pointer;
}
.header__hamb.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}
.header__hamb.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}
.header__hamb.active span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.header__hamb:before,
.header__hamb:after,
.header__hamb span {
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #7e8e9d;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.header__hamb:before {
    top: 0;
}
.header__hamb:after {
    top: calc(100% - 2px);
}
.header__hamb span {
    top: calc(50% - 1px);
}
.header__submit {
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 10px;
    background-color: #35adad;
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
}
.header__submit img {
    margin-right: 10px;
}
.header__submit:hover {
    background-color: #27313c;
}
.header__notif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
.header__notif img {
    margin-right: 5px;
}
.header__notif-num {
    border-radius: 50%;
    min-width: 16px;
    height: 16px;
    padding: 0 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #35adad;
    color: #fff;
    font-size: 11px;
}
.header__user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.header__user icon {
    background-image: url("../img/icons/author.svg");
}

.main-wrapper {
    padding: 92px 0 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}
.wrapper {
    width: 100%;
    min-width: 320px;
    max-width: 2000px;
    padding: 0 80px;
    margin: 0 auto;
    position: relative;
}
.search-hero {
    margin-bottom: 80px;
}
.search-hero__block {
    height: 560px;
    position: relative;
}
.search-hero__wrap {
    width: 800px;
    max-width: 100%;
    background-color: #fff;
    padding: 10px 10px 10px 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.search-hero__wrap .label-text {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    position: absolute;
    left: 82px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7e8e9d;
    pointer-events: none;
}
.search-hero__wrap .label-text span {
    color: #000;
}
.search-hero__wrap .icon {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.search-hero__wrap input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    line-height: 1;
    color: #27313c;
    padding-right: 30px;
    font-weight: 500;
}
.search-hero__wrap input:focus + .label-text {
    opacity: 0;
}
.search-hero__wrap button {
    width: 120px;
    height: 60px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #2f89c4;
    border: none;
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.search-hero__wrap button:hover {
    background-color: #27313c;
}
.search-hero__slider {
    position: relative;
}
.search-hero__slider-prev,
.search-hero__slider-next {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    top: calc(50% - 16px);
}
.search-hero__slider-prev {
    left: 30px;
}
.search-hero__slider-next {
    right: 30px;
}
.search-hero__slider .slick-dots {
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
}
.search-hero__slider .slick-dots li {
    width: 8px;
    height: 8px;
    padding: 0;
    margin-right: 5px;
    border: 1px solid #2f89c4;
    border-radius: 50%;
    cursor: pointer;
}
.search-hero__slider .slick-dots li:last-child {
    margin-right: 0;
}
.search-hero__slider .slick-dots li.slick-active {
    background-color: #2f89c4;
    cursor: pointer;
}
.search-hero__slider .slick-dots li button {
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.search-hero__slider .item {
    width: 100%;
}
.search-hero__slider .slick-slide {
    height: 560px;
    border-radius: 25px;
    overflow: hidden;
}
.search-hero__slider .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.search-hero .slick-disabled {
    opacity: 0.5;
}
.masonry {
    margin-bottom: 80px;
}
.masonry__wrap {
    margin-bottom: 60px;
}
.masonry__btn-wrap {
    text-align: center;
}
.masonry__sizer {
    width: calc(33.33% - 14px);
}
.masonry__item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    width: calc(33.33% - 14px);
    margin-bottom: 19px;
}
.masonry__item:hover {
    -webkit-box-shadow: 30px 50px 70px rgba(14,17,25,0.6);
    box-shadow: 30px 50px 70px rgba(14,17,25,0.6);
}
.masonry__item:hover .masonry__item-descr {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.masonry__item.google-ad-item {
    background-color: #27313c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 412px;
}
.masonry__item.google-ad-item img {
    width: 250px;
}
.masonry__item-size {
    height: 22px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 10px;
    background-color: rgba(39,49,60,0.3);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
}
.masonry__item-descr {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 2;
    color: #fff;
    font-size: 14px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.masonry__item-descr .name {
    margin-bottom: 10px;
    display: block;
}
.masonry__item-descr .author {
    display: block;
}
.popular-search {
    margin-bottom: 80px;
}
.popular-search .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popular-search__left {
    width: 400px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.popular-search__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}
.popular-search__ttl {
    color: #35adad;
    font-size: 54px;
    font-weight: 600;
}
.tag-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 30px;
    padding: 0 15px;
    background-color: #eef3f5;
    border-radius: 8px;
    color: #27313c;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tag-item:hover {
    background-color: #35adad;
    color: #fff;
}
.menu-overlay {
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.menu-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 7;
}
.mob-menu {
    display: none;
}
.top-search {
    padding: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 60px;
}
.top-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.top-search__form input[type="text"] {
    width: 100%;
    height: 60px;
    border: none;
    font-size: 16px;
    padding-right: 15px;
}
.top-search__form input[type="text"]:focus + .top-search__placeholder {
    opacity: 0;
}
.top-search__icon {
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.top-search__submit {
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 116px;
    height: 60px;
    background-color: #2f89c4;
    border-radius: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.top-search__submit:hover {
    background-color: #27313c;
}
.top-search__placeholder {
    position: absolute;
    left: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7e8e9d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
.top-search__placeholder span {
    color: #000;
}
.photo-info {
    margin-bottom: 80px;
}
.photo-info__ttl {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 54px;
    line-height: 1.2;
}
.photo-info__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #7e8e9d;
    margin-bottom: 50px;
}
.photo-info__author img {
    margin-right: 10px;
}
.photo-info__author a {
    color: #000;
    padding-left: 5px;
}
.photo-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.photo-info__left {
    width: 100%;
    margin-right: 40px;
}
.photo-info__right {
    width: 420px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.photo-info__right .photo-info__tags {
    display: none;
}
.photo-info__photo {
    margin-bottom: 40px;
    background-color: #d8d8d8;
    border-radius: 25px;
    overflow: hidden;
}
.photo-info__descr {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.7;
    font-weight: 600;
}
.photo-info__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.photo-info__btns a {
    width: calc(50% - 10px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    border-radius: 15px;
}
.photo-info__btns .buy-btn {
    background-color: #2f89c4;
    color: #fff;
}
.photo-info__btns .buy-btn:hover {
    background-color: #35adad;
}
.photo-info__btns .download-btn {
    border: 1px solid #e6ecf2;
    color: #000;
}
.photo-info__btns .download-btn:hover {
    background-color: #35adad;
    color: #fff;
}
.photo-info__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.photo-info__prices .col {
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #7e8e9d;
    font-size: 14px;
}
.photo-info__prices .col .price {
    margin-right: 20px;
    color: #000;
}
.photo-info__prices .col .price span {
    color: #7e8e9d;
}
.photo-info .info-label {
    margin-bottom: 30px;
    font-size: 12px;
    color: #7e8e9d;
}
.photo-info .info-label p {
    margin-bottom: 5px;
}
.photo-info .info-label a {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
}
.photo-info .info-label a:hover {
    text-decoration: underline;
}
.photo-info__like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    border-radius: 15px;
    border: 1px solid #e6ecf2;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
}
.photo-info__like img {
    margin-right: 10px;
}
.photo-info__like:hover {
    background-color: #35adad;
    color: #fff;
}
.photo-info__likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.photo-info__likes .item {
    margin-right: 20px;
    color: #7e8e9d;
}
.photo-info__likes .item span {
    color: #000;
}
.photo-info__specs {
    border: 1px solid #e6ecf2;
    border-radius: 20px;
    padding: 40px;
}
.photo-info__specs .tab_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.photo-info__specs .tab_header .tab {
    margin-right: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #7e8e9d;
    cursor: pointer;
}
.photo-info__specs .tab_header .tab.active {
    color: #000;
}
.photo-info__specs .line {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
}
.photo-info__specs .line p {
    color: #7e8e9d;
    padding-right: 15px;
}
.h2-ttl {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 34px;
}
.search-footer {
    margin-bottom: 80px;
}
.search-footer .search-hero__wrap {
    width: 800px;
    max-width: 100%;
    border: 1px solid #e6ecf2;
    border-radius: 20px;
    margin: auto;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: none;
    transform: none;
}
.latest-posts {
    margin-bottom: 40px;
}
.latest-posts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.latest-posts__item {
    width: calc(33.33% - 40px);
    margin: 0 20px 40px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e6ecf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.latest-posts__item:hover {
    -webkit-box-shadow: 30px 50px 70px rgba(49,60,89,0.18);
    box-shadow: 30px 50px 70px rgba(49,60,89,0.18);
}
.latest-posts__item.promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 75px;
    background-color: #27313c;
}
.latest-posts__item .photo {
    height: 245px;
    width: 100%;
    display: block;
    margin: -1px -1px -1px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.latest-posts__item .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.latest-posts__item .content {
    padding: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.latest-posts__item .content .tags {
    margin-bottom: 15px;
    color: #35adad;
    font-size: 14px;
    font-weight: 500;
}
.latest-posts__item .content .title {
    display: block;
    color: #27313c;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}
.latest-posts__item .content .excerpt {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #7e8e9d;
}
.latest-posts__item .content .bot-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto;
}
.latest-posts__item .content .bot-info .author {
    margin-right: 20px;
}
.latest-posts__item .content .bot-info .author,
.latest-posts__item .content .bot-info .time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    margin-bottom: 10px;
    color: #27313c;
}
.latest-posts__item .content .bot-info .author img,
.latest-posts__item .content .bot-info .time img {
    margin-right: 10px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.blog {
    margin-bottom: 80px;
}
.blog .big-ttl {
    margin-bottom: 30px;
}
.blog .main-subttl {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.2;
    color: #7e8e9d;
    text-align: center;
}
.blog__ttl2 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 34px;
    line-height: 1;
}
.blog__featured {
    margin-bottom: 60px;
}
.blog__featured-wrap {
    margin: 0 -10px;
}
.blog__featured-item {
    width: calc(50% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
}
.blog__featured-item .content {
    padding: 35px 40px 30px;
}
.blog__featured-item .content .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.blog .loadmore-btn {
    width: 200px;
    height: 60px;
    background-color: #2f89c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.blog .loadmore-btn:hover {
    background-color: #35adad;
}
.blog-inner {
    margin-bottom: 80px;
}
.blog-inner__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 60px;
}
.blog-inner__info .author {
    margin-right: 30px;
}
.blog-inner__info .author,
.blog-inner__info .time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    color: #27313c;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.blog-inner__info .author img,
.blog-inner__info .time img {
    margin-right: 10px;
}
.blog-inner__tags {
    text-align: center;
    margin-bottom: 40px;
    color: #35adad;
    font-size: 14px;
    line-height: 1.2;
}
.blog-inner__ttl {
    max-width: 880px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 54px;
    line-height: 1.2;
    font-weight: bold;
}
.blog-inner__main-img {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 750px;
    width: 100%;
}
.blog-inner__main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-inner__content {
    width: 880px;
    max-width: 100%;
    margin: auto;
}
.blog-inner__content h2 {
    /*margin-bottom: 40px;*/
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}

.blog-inner__content h3 {
    font-size: 23px;
    line-height: 40px;
    font-weight: 600;
}

.blog-inner__content ul {
    padding-left: 35px;
    margin-bottom: 10px;
    list-style: disc;
}

.blog-inner__content ul li {
    line-height: 1.5;
}

.blog-inner__content p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 34px;
}
.blog-inner__content .ggl-ban {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e6ecf2;
    border-radius: 25px;
    margin: 60px -80px;
}
.blog-inner__content .ggl-ban img {
    width: 730px;
}
.blog-inner__content .content-img {
    margin: 60px -80px;
}
.blog-inner__content blockquote {
    margin: 60px 0;
    border-left: 20px solid #35adad;
    padding: 6px 0 28px 60px;
}
.blog-inner__content blockquote p {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 52px;
    font-weight: 600;
}
.blog-inner__content blockquote .author {
    display: block;
    font-size: 14px;
    color: #7e8e9d;
}
.blog-inner .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-inner .two-col .col {
    width: calc(50% - 20px);
}
.blog-inner .two-col .ban-wrap {
    border-radius: 15px;
    border: 1px solid #e6ecf2;
    padding: 80px;
}
.blog-inner .sharing {
    margin-top: 60px;
}
.blog-inner .sharing p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
    color: #7e8e9d;
}
.blog-inner .sharing .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-inner .sharing .links a {
    margin-right: 20px;
    display: inline-block;
}
.blog-inner .sharing .links a img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.keywords {
    margin-bottom: 80px;
}
.keywords__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.keywords__item {
    padding: 20px 5px 15px 30px;
    width: calc(20% - 10px);
    border-radius: 20px;
    border: 1px solid #e6ecf2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.keywords__item:hover {
    -webkit-box-shadow: 20px 40px 70px rgba(49,60,89,0.18);
    box-shadow: 20px 40px 70px rgba(49,60,89,0.18);
    position: relative;
    z-index: 2;
}
.keywords__item-ttl {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.keywords__item-list {
    max-height: 560px;
    overflow: auto;
    position: relative;
}
.keywords__item-list:after {
    content: '';
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), to(rgba(0,0,0,0)));
    background: linear-gradient(0deg, #fff 30%, rgba(0,0,0,0) 100%);
}
.keywords__item .item {
    line-height: 24px;
    color: #27313c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5px;
    display: block;
}
.keywords__item .item:hover {
    color: #35adad;
}
.keywords__item .item:hover .num {
    border-color: #7e8e9d;
    color: #27313c;
}
.keywords__item p {
    display: inline-block;
    padding-right: 5px;
    font-weight: 600;
}
.keywords__item .num {
    padding: 0 10px;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid #e6ecf2;
    line-height: 24px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #7e8e9d;
}
.keywords .mCSB_scrollTools {
    width: 25px;
}
.keywords .mCSB_scrollTools .mCSB_dragger {
    max-height: 150px !important;
}
.keywords .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
}
.keywords .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px !important;
}
.keywords .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.keywords .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.keywords .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(126,142,157,0.3);
}
.tags {
    margin-bottom: 60px;
}
.tags__slider {
    padding: 0 45px;
    position: relative;
    margin-top: -30px;
    margin: -30px 0 60px;
}
.tags__slider:before,
.tags__slider:after {
    content: '';
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.tags__slider .item {
    line-height: 24px;
    color: #7e8e9d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    padding: 0 10px;
}
.tags__slider .item:hover,
.tags__slider .item.slick-current {
    color: #27313c;
}
.tags__slider .item:hover .num,
.tags__slider .item.slick-current .num {
    border-color: #7e8e9d;
    color: #27313c;
}
.tags__slider .item p {
    display: inline-block;
    padding-right: 5px;
    font-weight: 600;
    line-height: 26px;
    white-space: nowrap;
}
.tags__slider .item .num {
    padding: 0 10px;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid #e6ecf2;
    line-height: 24px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #7e8e9d;
}
.tags__slider .slick-prev,
.tags__slider .slick-next {
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 24px;
    height: 24px;
    font-size: 0;
    background: none;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tags__slider .slick-prev {
    left: 0;
    background-image: url("../img/icons/tags-slider-prev.svg");
}
.tags__slider .slick-prev:hover {
    -webkit-transform: translate(-3px, -50%) !important;
    transform: translate(-3px, -50%) !important;
}
.tags__slider .slick-next {
    right: 0;
    background-image: url("../img/icons/tags-slider-next.svg");
}
.tags__slider .slick-next:hover {
    -webkit-transform: translate(3px), -50% !important;
    transform: translate(3px), -50% !important;
}
.tags__title {
    text-align: center;
    margin-bottom: 30px;
}
.tags__title span {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    background-color: #eef3f5;
    font-size: 54px;
    line-height: 64px;
    font-weight: bold;
}
.tags__subttl {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 26px;
}
.tags__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tags__info-item {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.tags__info-item .t1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    color: #7e8e9d;
}
.tags__info-item .t1 img {
    margin-right: 5px;
}
.tags__info-item .t2.green {
    color: #35adad;
}
.tags__info-users {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tags__info-users .user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: -8px;
}
.artists {
    margin-bottom: 80px;
}
.artists__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.artists__item {
    width: calc(33.33% - 40px);
    margin: 0 20px 40px;
    border-radius: 20px;
    border: 1px solid #e6ecf2;
    overflow: hidden;
}
.artists__item .photo {
    height: 245px;
    margin: -1px -1px 0 -1px;
}
.artists__item .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.artists__item .content {
    min-height: 220px;
    padding: 0 15px 30px;
    text-align: center;
}
.artists__item .user-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -50px auto 25px;
    border-radius: 50%;
    overflow: hidden;
}
.artists__item .user-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.artists__item .name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: bold;
}
.artists__item .loads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #7e8e9d;
}
.artists__item .loads img {
    margin-right: 10px;
}
.artists__item .view-prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #27313c;
}
.artists__item .view-prof:hover {
    color: #35adad;
}
.artists__item .view-prof:hover img {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
.artists__item .view-prof img {
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.artists .masonry__btn-wrap {
    padding-top: 20px;
}
.artists-inner {
    margin-bottom: 80px;
    text-align: center;
    text-align: center;
}
.artists-inner__wrap {
    width: 880px;
    margin: auto;
    max-width: 100%;
}
.artists-inner .photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
}
.artists-inner .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.artists-inner .name {
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 54px;
    line-height: 64px;
}
.artists-inner .info {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.artists-inner .info .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #27313c;
    margin: 0 20px;
}
.artists-inner .info .item img {
    margin-right: 5px;
}
.artists-inner .info .item .gray {
    color: #7e8e9d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}
.artists-inner .info .item a {
    color: #35adad;
}
.artists-inner .info .item a:hover {
    color: #27313c;
}
.artists-inner .descr {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
}
.artists-inner .statistic {
    border: 1px solid #e6ecf2;
    border-radius: 20px;
    padding: 45px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.artists-inner .statistic .item {
    margin: 0 40px;
}
.artists-inner .statistic .item .top {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.artists-inner .statistic .item .top img {
    margin-right: 10px;
}
.artists-inner .statistic .item .bot {
    font-size: 14px;
    color: #7e8e9d;
    white-space: nowrap;
}
.bottom-tags {
    margin-bottom: 80px;
}
.bottom-tags__ttl {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}
.bottom-tags__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about__wrap {
    width: 880px;
    margin: auto;
    max-width: 100%;
}
.about h2 {
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}
.about h3 {
    margin: 60px 0 40px;
    font-size: 34px;
    line-height: 1;
    font-weight: 600;
}
.about p {
    font-size: 20px;
    line-height: 1.7;
}
.about__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
}
.about__team .item {
    width: calc(50% - 40px);
}
.about__team .photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
}
.about__team .name {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
}
.about__team .about-user {
    font-size: 16px;
    line-height: 2;
}
.about__team .about-user a {
    color: #35adad;
}
.about__team .about-user a:hover {
    text-decoration: underline;
}
.about__form {
    padding: 50px 60px 60px;
    border-radius: 20px;
    background: #27313c;
    margin-bottom: 80px;
    color: #fff;
}
.about__form .ttl {
    margin-bottom: 30px;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}
.about__form .inp-wrap {
    margin-bottom: 30px;
}
.about__form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
    color: #7e8e9d;
    line-height: 1;
}
.about__form input,
.about__form textarea {
    border-radius: 15px;
    border: 1px solid #e6ecf2;
    background-color: #fff;
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
    width: 100%;
}
.about__form input:focus,
.about__form textarea:focus {
    outline: none;
}
.about__form textarea {
    padding: 20px 30px;
    height: 160px;
}
.about__form button {
    width: 100%;
    height: 60px;
    border-radius: 15px;
    background-color: #2f89c4;
    text-align: center;
    margin-top: 10px;
    border: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.about__form button:hover {
    background-color: #35adad;
}
.how-to {
    margin-bottom: 80px;
}
.how-to__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.how-to .item {
    width: calc(50% - 20px);
    padding: 30px 40px 40px;
    background-color: #27313c;
    border-radius: 15px;
    color: #fff;
}
.how-to .item__h1 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}
.how-to .item__p {
    font-size: 16px;
    line-height: 22px;
}
.how-to .item__p a:hover {
    text-decoration: underline;
}
.content-page {
    margin-bottom: 80px;
}
.content-page__wrap {
    width: 880px;
    margin: auto;
    max-width: 100%;
}
.content-page .big-ttl,
.content-page h1 {
    margin-bottom: 40px;
}
.content-page h2 {
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}
.content-page h3 {
    margin: 60px 0 40px;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600;
}
.content-page p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 15px;
}
.content-page__publish {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
}
.content-page__publish .date-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 11px;
    color: #7e8e9d;
}
.content-page__publish .date-text img {
    margin-right: 5px;
}
.content-page h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
}
.content-page ul,
.content-page ol {
    margin: 20px 0;
    list-style-type: none;
}
.content-page ul li,
.content-page ol li {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-left: 37px;
    position: relative;
}
.content-page ul li:last-child,
.content-page ol li:last-child {
    margin-bottom: 0;
}
.content-page ol {
    counter-reset: num;
}
.content-page ol li:before {
    counter-increment: num;
    content: counter(num, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    color: #7e8e9d;
}
.content-page ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    background-color: #7e8e9d;
    width: 20px;
    height: 1px;
}
.search h1 {
    margin-bottom: 50px;
}
.search h1 .green {
    color: #35adad;
}
.search__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search__top-left .item {
    margin-right: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7e8e9d;
}
.search__top-left .item img {
    margin-right: 10px;
}
.search__top-left .item.active {
    color: #27313c;
}
.search__top-left .item.active img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.search__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search__top-right .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
}
.search__top-right .item .gray {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    color: #7e8e9d;
}
.search__top-right .item img {
    margin-right: 10px;
}
.search .jq-selectbox__select {
    cursor: pointer;
    position: relative;
    padding: 10px 24px 10px 0;
}
.search .jq-selectbox__trigger {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("../img/icons/drop-gray.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.search .jq-selectbox__dropdown {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.search .jq-selectbox__dropdown li {
    padding: 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.search .jq-selectbox__dropdown li:hover {
    opacity: 0.7;
}
.search-masonry__item {
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    width: calc(33.33% - 14px);
    margin-bottom: 19px;
    position: relative;
}
.search-masonry__item.google-ad-item {
    background-color: #27313c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 412px;
}
.search-masonry__item.google-ad-item img {
    width: 250px;
}
.search-masonry__item .masonry__item {
    width: 100%;
    margin-bottom: 10px;
}
.search-masonry__item .masonry__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.auth-sect {
    padding: 80px 0;
}
.auth-sect__wrap {
    width: 520px;
    max-width: 100%;
    margin: auto;
}
.auth-sect__inp {
    margin-bottom: 30px;
}
.auth-sect__inp label {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #7e8e9d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.auth-sect__inp label a {
    color: #35adad;
}
.auth-sect__inp label a:hover {
    text-decoration: underline;
}
.auth-sect__inp input {
    border: 1px solid #e6ecf2;
    border-radius: 15px;
    width: 100%;
    display: block;
    height: 60px;
    padding: 0 25px;
}
.auth-sect__inp input:focus {
    outline: none;
}
.auth-sect__form-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.auth-sect__form-bot p {
    color: #7e8e9d;
    font-size: 14px;
}
.auth-sect__form-bot input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.auth-sect__form-bot input:checked + .custom-checkbox {
    background-color: #35adad;
    border-color: #35adad;
    background-image: url("/https/imagefree.com/front/img/icons/checked.svg");
}
.auth-sect__form-bot label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.auth-sect__form-bot .custom-checkbox {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #e6ecf2;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-repeat: no-repeat;
    background-position: center;
}
.auth-sect__form-bot .label-text {
    line-height: 1.6;
}
.auth-sect__form-bot button {
    color: #fff;
    padding: 0 30px;
    height: 60px;
    display: inline-block;
    border-radius: 15px;
    background-color: #2f89c4;
    border: none;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.auth-sect__form-bot button:hover {
    background-color: #35adad;
}
.auth-sect__inf {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    color: #7e8e9d;
}
.auth-sect__socs {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.auth-sect__socs a {
    /*width: calc(50% - 15px);*/
    width: calc(100% - 15px);
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #27313c;
    background-color: #fff;
    border: 1px solid #e6ecf2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.auth-sect__socs a:hover,
.auth-sect__socs a.auth-sect__fb:hover {
    color: #fff;
    background-color: #35adad;
    border-color: #35adad;
}
.auth-sect__socs a img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.auth-sect__socs a.auth-sect__fb {
    background-color: #227bef;
    border-color: #227bef;
    color: #fff;
}
.auth-sect__info-bot {
    background-color: #eef3f5;
    border-radius: 15px;
    padding: 30px 40px 40px;
}
.auth-sect__info-bot .t1 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
}
.auth-sect__info-bot .t2 {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
}
.auth-sect__info-bot .join {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.auth-sect__info-bot .join:hover {
    opacity: 0.7;
}
.auth-sect__info-bot .join img {
    margin-right: 10px;
}
.auth-sect .info {
    margin-left: 10px;
    position: relative;
}
.auth-sect .info:hover .info-popup {
    opacity: 1;
    visibility: visible;
    top: -10px;
}
.auth-sect .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.auth-sect .info-popup {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 5;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 10px 15px 35px rgba(49,60,89,0.184);
    box-shadow: 10px 15px 35px rgba(49,60,89,0.184);
    min-width: 185px;
    font-size: 12px;
    line-height: 1.2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.auth-sect .info-popup:before {
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}
.auth-sect__inp-50 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.auth-sect__inp-50 .auth-sect__inp {
    width: calc(50% - 20px);
    margin-bottom: 0;
}
.auth-sect__check-wrap {
    margin-bottom: 20px;
}
.auth-sect__check-wrap:last-child {
    margin-bottom: 0;
}
.forgot-pass {
    margin-top: -30px;
}
.forgot-pass .h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 26px;
}
.forgot-pass button {
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 15px;
    background-color: #2f89c4;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.forgot-pass button:hover {
    background-color: #35adad;
}
.page404 {
    margin-bottom: 80px;
}
.page404__wrap {
    border-radius: 25px;
    background-image: url("../img/page404.jpg");
    background-size: cover;
    background-position: center;
    padding: 150px 30px 80px;
    color: #fff;
}
.page404 .search-hero__wrap {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin: auto;
    max-width: 100%;
}
.page404__h1 {
    color: #fff;
    margin-bottom: 30px;
}
.page404__h2 {
    width: 530px;
    max-width: 100%;
    margin: 0 auto 95px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.upload-photo {
    padding: 60px 0 80px;
}
.upload-photo__wrap {
    width: 880px;
    max-width: 100%;
    margin: auto;
}
.upload-photo__h1 {
    margin-bottom: 40px;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.2;
}
.upload-photo .droparea {
    border-radius: 25px;
    background-color: #eef3f5;
    margin-bottom: 40px;
    padding: 40px;
    cursor: pointer;
}
.upload-photo .droparea__active {
    opacity: 0.8;
}
.upload-photo .droparea__inner {
    height: 200px;
    text-align: center;
    padding: 60px 30px 30px;
    border-radius: 15px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23BCC4CCFF' stroke-width='2' stroke-dasharray='8%2c 8' stroke-linecap='square'/%3e%3c/svg%3e");
}
.upload-photo .droparea__inner img {
    margin-bottom: 20px;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.upload-photo .droparea__text {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}
.upload-photo .droparea__text-upload {
    color: #35adad;
    display: inline-block;
}
.upload-photo__bot {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.upload-photo__bot .col1 {
    width: 25%;
    padding-right: 10px;
}
.upload-photo__bot .col2 {
    width: 35%;
    padding-right: 10px;
}
.upload-photo__bot .col3 {
    width: 40%;
    padding-right: 10px;
}
.upload-photo__bot p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1;
}
.upload-photo__bot p:last-child {
    margin-bottom: 0;
}
.upload-photo__bot p .gray {
    color: #7e8e9d;
}
#droparea__input-file {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.uploaded-photos {
    margin-bottom: 20px;
}
.uploaded-photos .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.uploaded-photos .item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
}
.uploaded-photos .item.load-proccess .item__photo {
    height: 320px;
    background-color: #eef3f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.uploaded-photos .item.load-proccess .item__photo img {
    width: 128px;
    margin-bottom: 20px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.3;
}
.uploaded-photos .item.load-proccess .item__photo .loader {
    width: 128px;
    height: 4px;
    border-radius: 2px;
    position: relative;
    background-color: #fff;
}
.uploaded-photos .item.load-proccess .item__photo .loader span {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #35adad;
    border-radius: 4px;
}
.uploaded-photos .item__photo {
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.uploaded-photos .item__photo-size {
    position: absolute;
    bottom: 10px;
    right: 16px;
    padding: 6px 10px;
    color: #fff;
    background-color: rgba(39,49,60,0.3);
    border-radius: 11px;
    font-size: 10px;
}
.uploaded-photos .item__descr {
    display: block;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 17px 25px;
    resize: none;
    border: 1px solid #e6ecf2;
    color: #27313c;
    font-size: 16px;
    line-height: 1.5;
}
.uploaded-photos .item__descr:focus {
    outline: none;
}
.uploaded-photos .tag-field {
    padding: 15px 15px 0;
    border: 1px solid #e6ecf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 15px;
}
.uploaded-photos .tag-elem {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 6px 6px 6px 15px;
    border-radius: 8px;
    background-color: #eef3f5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    margin-right: 15px;
}
.uploaded-photos .tag-elem .tag-name {
    overflow: hidden;
    text-overflow: ellipsis;
}
.uploaded-photos .tag-elem .remove {
    margin-left: 6px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.uploaded-photos .tag-input {
    height: 30px;
    font-size: 16px;
    line-height: 1;
    width: 120px;
    max-width: 70%;
    border: none;
    margin-bottom: 15px;
}
.uploaded-photos .buttons {
    padding: 20px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.uploaded-photos .buttons .bottom-btn {
    width: 180px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 15px;
    background-color: #eef3f5;
    border: none;
    margin-left: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.uploaded-photos .buttons .bottom-btn:hover {
    opacity: 0.8;
    background-color: #27313c;
    color: #fff;
}
.uploaded-photos .buttons .submit-button {
    background-color: #2f89c4;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 1300px) {
    .header__socs {
        margin-right: 20px;
    }
    .wrapper {
        padding: 0 20px;
    }
}
@media (max-width: 1200px) {
    .footer__botwrap {
        padding: 40px;
    }
    .popular-search__left {
        width: 220px;
    }
    .popular-search__ttl {
        font-size: 44px;
    }
    .masonry__item.google-ad-item,
    .search-masonry__item.google-ad-item {
        height: 312px;
    }
    .masonry__wrap,
    .search-masonry__wrap {
        margin-bottom: 30px;
    }
    .big-ttl {
        font-size: 56px;
    }
    .search-hero__block,
    .search-hero__slider .slick-slide {
        height: 450px;
    }
    .header__menu li {
        margin: 0 15px;
    }
    .header__signin {
        margin-right: 20px;
    }
    .header__socs a,
    .header__socs {
        margin-right: 15px;
    }
    .header__auth,
    .header__menu li a,
    .footer__menu-ttl {
        font-size: 14px;
    }
    .masonry__item.google-ad-item img,
    .search-masonry__item.google-ad-item img {
        max-width: 90%;
    }
    .latest-posts__item:not(.blog__featured-item) {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px;
    }
    .latest-posts__item:not(.blog__featured-item) .photo {
        height: 215px;
    }
    .latest-posts__item:not(.blog__featured-item) .content {
        padding: 25px 20px 15px;
    }
    .latest-posts__wrap {
        margin: 0 -10px;
    }
    .search-hero__slider .slick-dots {
        display: none !important;
    }
    .keywords__item {
        width: calc(25% - 20px);
        margin-bottom: 20px;
    }
    .keywords__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .artists__item .photo {
        height: 200px;
    }
}
@media (max-width: 1080px) {
    .blog-inner__content .content-img,
    .blog-inner__content .ggl-ban {
        margin: 60px 0;
    }
    .blog-inner__main-img {
        height: 550px;
    }
    .blog-inner__ttl {
        font-size: 42px;
    }
    .tags__info-item {
        margin: 10px 20px;
    }
}
@media (max-width: 1000px) {
    .photo-info__descr {
        font-size: 24px;
        line-height: 1.4;
    }
    .photo-info__left {
        margin-right: 20px;
    }
    .latest-posts__item.promo-item {
        padding: 25px;
    }
    .keywords__item {
        width: calc(50% - 10px);
    }
    .keywords__item-list {
        max-height: 300px;
    }
    .artists__item {
        width: calc(50% - 40px);
    }
    .search h1 {
        font-size: 46px;
    }
    .big-ttl,
    h1 {
        font-size: 60px;
    }
    .header__submit {
        background-image: url("../img/icons/gallery-green.svg");
        background-position: center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        padding: 0;
        background-color: transparent;
        font-size: 0;
        margin-right: 25px;
    }
    .header__submit img,
    .header__submit span {
        display: none;
    }
}
@media (max-width: 940px) {
    .header__auth a span:not(.icon) {
        display: none;
    }
    .header__auth a .icon {
        margin-right: 0;
    }
    .header__socs {
        margin-right: 30px;
    }
    .masonry__item-descr {
        padding: 20px;
        font-size: 11px;
    }
    .masonry__item-descr .name {
        margin-bottom: 5px;
    }
    .photo-info__right {
        width: 360px;
    }
    .photo-info__prices .col .price {
        margin-right: 10px;
    }
    .photo-info__specs {
        padding: 30px;
    }
    .photo-info__specs .tab_header .tab {
        font-size: 18px;
    }
    .photo-info__specs .line {
        font-size: 14px;
    }
    .photo-info__descr {
        font-size: 22px;
    }
    .photo-info__ttl {
        font-size: 40px;
    }
    .search-hero__wrap {
        max-width: calc(100% - 60px);
        bottom: 30px;
    }
}
@media (max-width: 900px) {
    .latest-posts__item:not(.blog__featured-item) {
        width: calc(50% - 20px);
    }
    .latest-posts__item.promo-item,
    .blog-inner .two-col .ban-wrap {
        padding: 50px;
    }
    .upload-photo__bot .col1,
    .upload-photo__bot .col2,
    .upload-photo__bot .col3 {
        width: 33.33%;
    }
}
@media (max-width: 830px) {
    .footer__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__logo {
        margin-bottom: 0;
        margin-right: 50px;
    }
    .footer .col20 {
        width: 25%;
    }
    .footer .footer__col1 {
        width: 100%;
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__bot .copy {
        padding-right: 20px;
    }
    .masonry__item.google-ad-item,
    .search-masonry__item.google-ad-item {
        height: 240px;
        padding: 15px;
    }
    .masonry__item.google-ad-item img,
    .search-masonry__item.google-ad-item img {
        max-width: 100%;
    }
    .popular-search .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .popular-search__left {
        width: 100%;
    }
    .latest-posts__item .content {
        padding: 20px;
    }
    .artists-inner .info .item {
        margin: 10px 20px;
    }
    .artists-inner .name {
        font-size: 42px;
        line-height: 1.3;
    }
    .about h2,
    .content-page h2 {
        font-size: 22px;
        line-height: 1.7;
    }
    .about__team .item {
        width: calc(50% - 20px);
    }
    .big-ttl,
    h1 {
        font-size: 56px;
    }
}
@media (max-width: 800px) {
    .photo-info__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .photo-info__left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .photo-info__right {
        width: 520px;
        max-width: 100%;
        margin: auto;
    }
    .photo-info__right .photo-info__tags {
        display: block;
        padding-top: 20px;
    }
    .photo-info__left .photo-info__tags {
        display: none;
    }
    .photo-info__left {
        margin-bottom: 20px;
    }
}
@media (max-width: 750px) {
    .header__hamb {
        display: block;
        margin-right: 30px;
    }
    .header__menu,
    .header__socs {
        display: none;
    }
    .header__logo {
        margin-right: auto;
    }
    .header__auth a .icon {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    .header__signin {
        margin-right: 30px;
    }
    .mob-menu {
        position: fixed;
        background-color: #fff;
        top: 0;
        left: 0;
        padding: 125px 15px 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 13;
        width: 100%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        text-align: center;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden;
    }
    .mob-menu.active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
    .mob-menu__menu {
        margin-bottom: 70px;
    }
    .mob-menu__menu li {
        margin-bottom: 35px;
    }
    .mob-menu__menu li:last-child {
        margin-bottom: 0;
    }
    .mob-menu__menu li a {
        font-size: 20px;
        color: #27313c;
    }
    .mob-menu__socs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mob-menu__socs a {
        margin: 0 14px;
    }
    .blog__featured-item .content .title {
        font-size: 18px;
    }
    .tags__title span {
        font-size: 40px;
        line-height: 1.4;
    }
    .artists__item .user-pic {
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }
    .search__top-left,
    .search__top-right {
        width: 100%;
    }
    .search__top-left {
        margin-bottom: 15px;
    }
    .search__top-right .item {
        margin-left: 0;
        margin-right: 40px;
    }
    .uploaded-photos .item.load-proccess .item__photo {
        height: 250px;
    }
    .uploaded-photos .item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}
@media (max-width: 680px) {
    .blog-inner__content blockquote {
        padding-left: 25px;
        border-left: 10px solid #35adad;
    }
    .blog-inner__content blockquote p {
        font-size: 30px;
        line-height: 1.4;
    }
    .blog-inner .two-col .col {
        width: 100%;
    }
    .blog-inner__content h2 {
        font-size: 22px;
    }
    .blog-inner__content p {
        font-size: 18px;
        line-height: 1.9;
    }
    .how-to .item {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 30px 30px;
    }
    .how-to .item__h1 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
}
@media (max-width: 600px) {
    .search-hero__block {
        height: 360px;
        padding-bottom: 40px;
    }
    .search-hero__slider .slick-slide {
        height: 360px;
    }
    .big-ttl {
        font-size: 44px;
        margin-bottom: 50px;
    }
    .masonry__sizer,
    .masonry__item,
    .search-masonry__item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .masonry__item.google-ad-item img,
    .search-masonry__item.google-ad-item img {
        width: auto;
        max-height: 100%;
    }
    .wrapper {
        padding: 0 15px;
    }
    .header {
        padding: 28px 0;
    }
    .footer .col20:not(.footer__col1) {
        width: 50%;
        margin-bottom: 30px;
    }
    .main-wrapper {
        padding-top: 82px;
    }
    .search-hero__wrap button {
        width: 100px;
    }
    .blog__ttl2 {
        font-size: 26px;
    }
    .latest-posts__item .photo,
    .latest-posts__item:not(.blog__featured-item) .photo {
        height: 175px;
    }
    .latest-posts__item.promo-item {
        padding: 30px;
    }
    .blog-inner__ttl {
        font-size: 32px;
    }
    .blog-inner__tags,
    .blog-inner__ttl {
        margin-bottom: 20px;
    }
    .blog-inner__main-img {
        height: 60vw;
    }
    .artists__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .about h2,
    .content-page h2 {
        font-size: 18px;
    }
    .about p,
    .content-page p {
        font-size: 16px;
    }
    .about h3,
    .content-page h3 {
        margin: 50px 0 30px;
        font-size: 28px;
    }
    .about__team .item {
        width: 100%;
        margin-bottom: 60px;
    }
    .about__team {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about__form {
        padding: 50px 40px;
    }
    .about__team .photo {
        height: 130px;
        width: 130px;
    }
    .content-page h4 {
        font-size: 18px;
        line-height: 1.5;
    }
    .content-page ul li,
    .content-page ol li {
        font-size: 16px;
        line-height: 1.6;
    }
    .big-ttl,
    h1 {
        font-size: 42px;
        margin-bottom: 50px;
    }
    .upload-photo__h1 {
        font-size: 40px;
    }
    .upload-photo .droparea {
        padding: 25px;
    }
    .upload-photo__bot .col1,
    .upload-photo__bot .col2,
    .upload-photo__bot .col3 {
        width: 50%;
    }
    .upload-photo .droparea__text {
        line-height: 1.4;
        font-size: 16px;
    }
    .uploaded-photos .item {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media (max-width: 520px) {
    .search-hero__block {
        height: 280px;
        padding-bottom: 20px;
        border-radius: 0;
    }
    .search-hero__slider .slick-slide {
        height: 280px;
    }
    .search-hero .wrapper {
        padding: 0;
    }
    .search-hero__wrap {
        padding-left: 20px;
    }
    .search-hero__wrap input {
        padding-right: 10px;
    }
    .photo-info__ttl {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .top-search {
        margin-bottom: 30px;
    }
    .search-hero__wrap button,
    .top-search__submit {
        width: 60px;
        font-size: 0;
        background-image: url("../img/icons/search-white.svg");
        background-position: center;
        background-repeat: no-repeat;
    }
    .search-hero__wrap .icon,
    .top-search__icon {
        display: none;
    }
    .search-hero__wrap .label-text {
        left: 20px;
    }
    .top-search__placeholder {
        left: 0;
    }
    .latest-posts__item:not(.blog__featured-item),
    .blog__featured-item {
        width: 100%;
    }
    .latest-posts__item .photo,
    .latest-posts__item:not(.blog__featured-item) .photo {
        height: 50vw;
    }
    .tags__slider .item p {
        font-size: 14px;
    }
    .tags__slider:before {
        left: 20px;
    }
    .tags__slider:after {
        right: 20px;
    }
    .tags__slider {
        margin: 0 0 40px;
    }
    .tags__info-item {
        margin: 5px 10px;
        min-height: 30px;
    }
    .search h1 {
        font-size: 34px;
    }
    .search__top-right .item {
        margin-right: 20px;
    }
    .upload-photo__bot .col1,
    .upload-photo__bot .col2,
    .upload-photo__bot .col3 {
        width: 100%;
    }
    .upload-photo__bot p {
        text-align: center;
    }
    .upload-photo__bot p:last-child {
        margin-bottom: 15px;
    }
}
@media (max-width: 460px) {
    .photo-info__specs {
        padding: 30px 20px;
    }
    .search-hero__wrap input {
        font-size: 14px;
    }
    .h2-ttl {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .top-search__icon {
        margin-right: 10px;
    }
    .top-search__placeholder {
        left: 0;
        font-size: 14px;
    }
    .photo-info__author {
        margin-bottom: 30px;
    }
    .search-hero__wrap {
        max-width: calc(100% - 20px);
        bottom: 30px;
    }
    .search-hero__slider-prev {
        left: 10px;
    }
    .search-hero__slider-next {
        right: 10px;
    }
    .blog-inner__ttl {
        font-size: 26px;
    }
    .blog-inner__main-img {
        margin-bottom: 40px;
    }
    .blog-inner__content h2 {
        font-size: 18px;
        line-height: 1.8;
    }
    .blog-inner__content p {
        font-size: 16px;
        line-height: 1.8;
    }
    .blog-inner__content .content-img,
    .blog-inner__content .ggl-ban,
    .blog-inner__content blockquote {
        margin: 40px 0;
    }
    .blog-inner__content .ggl-ban {
        padding: 15px;
    }
    .blog-inner__content blockquote p {
        font-size: 20px;
        line-height: 1.8;
    }
    .blog-inner .two-col .ban-wrap {
        padding: 40px;
    }
    .keywords__item {
        width: 100%;
    }
    .artists-inner .statistic .item {
        margin: 0 20px;
    }
    .artists-inner .statistic {
        padding: 35px 5px;
    }
    .artists-inner {
        margin-bottom: 60px;
    }
    .artists-inner .name {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .artists-inner .photo {
        margin-bottom: 15px;
        width: 130px;
        height: 130px;
    }
    .about__team {
        margin-bottom: 20px;
    }
    .about__form {
        padding: 40px 20px;
    }
    .search__top {
        font-size: 13px;
    }
    .uploaded-photos .buttons {
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .uploaded-photos .buttons .bottom-btn {
        margin: 5px 0;
        width: calc(50% - 5px);
    }
    .uploaded-photos .item:last-child {
        margin-bottom: 30px;
    }
    .upload-photo {
        padding: 30px 0 60px;
    }
}
@media (max-width: 430px) {
    .top-search__placeholder {
        left: 0;
    }
    .big-ttl {
        font-size: 34px;
        margin-bottom: 40px;
    }
    .search-hero {
        margin-bottom: 40px;
    }
    .masonry__item.google-ad-item,
    .search-masonry__item.google-ad-item {
        height: 200px;
    }
    .popular-search__ttl {
        font-size: 40px;
    }
    .popular-search__right a {
        height: 25px;
        padding: 0 10px;
    }
    .footer {
        margin-bottom: 0;
    }
    .footer .wrapper {
        padding: 0;
    }
    .footer__botwrap {
        padding: 30px 20px;
    }
    .footer__wrap {
        margin-bottom: 10px;
    }
    .header .wrapper {
        padding: 0 20px;
    }
    .masonry .wrapper {
        padding: 0 10px;
    }
    .footer__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer__bot .copy {
        padding-right: 0;
    }
    .footer__bot .langs {
        margin-bottom: 20px;
    }
    .footer__mainwrapper {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .photo-info__likes .item {
        font-size: 14px;
    }
    .tag-item {
        margin-right: 5px;
    }
    .blog__ttl2 {
        margin-bottom: 30px;
    }
    .blog .big-ttl {
        margin-bottom: 20px;
    }
    .blog .main-subttl {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .tags__title span {
        font-size: 30px;
    }
    .tags__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tags__subttl {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 1.6;
    }
    .tags__slider .item .num {
        padding: 0 5px;
    }
    .tags__slider {
        padding: 0 25px;
    }
    .artists-inner .statistic .item .top img {
        margin-right: 5px;
    }
    .artists-inner .statistic .item .top {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .artists-inner .statistic .item .bot {
        font-size: 12px;
    }
    .auth-sect__socs a {
        width: 100%;
        margin-bottom: 20px;
    }
    .auth-sect__info-bot {
        padding: 30px;
    }
    .auth-sect__info-bot .t1 {
        font-size: 22px;
    }
    .auth-sect__form-bot label {
        font-size: 12px;
    }
    .auth-sect__form-bot .label-text {
        padding-top: 2px;
    }
    .auth-sect__inp-50 .auth-sect__inp {
        width: 100%;
        margin-bottom: 30px;
    }
    .auth-sect__inp-50 {
        margin: 0;
    }
    .auth-sect__form-bot {
        margin: 20px 0;
    }
    .page404__wrap {
        padding: 70px 15px;
        border-radius: 0;
    }
    .page404 .wrapper {
        padding: 0;
    }
    .upload-photo__h1 {
        font-size: 30px;
    }
    .header__submit,
    .header__notif {
        margin-right: 15px;
    }
}
@media (max-width: 380px) {
    .search-hero__wrap input {
        font-size: 13px;
    }
    .big-ttl {
        font-size: 30px;
    }
    .header__hamb {
        margin-right: 20px;
    }
    .masonry__sizer,
    .masonry__item,
    .search-masonry__item {
        width: 100%;
    }
    .mob-menu {
        padding: 110px 15px 50px;
    }
    .mob-menu__menu {
        margin-bottom: 40px;
    }
    .photo-info__ttl {
        font-size: 26px;
    }
    .photo-info__descr {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .photo-info__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .photo-info__btns a {
        width: 100%;
        margin-bottom: 15px;
    }
    .photo-info__prices .col {
        width: 100%;
        margin-bottom: 15px;
    }
    .search-hero__wrap .label-text {
        font-size: 13px;
    }
    .blog-inner__ttl {
        font-size: 22px;
    }
    .blog-inner__info .author,
    .blog-inner__info .time {
        font-size: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px;
    }
    .blog-inner__info {
        margin-bottom: 40px;
    }
    .blog-inner__content .ggl-ban {
        border-radius: 10px;
    }
    .blog-inner__content blockquote {
        padding-bottom: 10px;
    }
    .blog-inner__content blockquote p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .artists-inner .statistic .item {
        margin: 0 15px;
    }
    .about__form input {
        height: 50px;
        padding: 0 15px;
        font-size: 14px;
    }
    .about__form textarea {
        height: 140px;
        font-size: 14px;
        padding: 15px;
    }
    .about__form label {
        margin-bottom: 13px;
    }
    .about__form .ttl {
        font-size: 26px;
    }
    .search__top-right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .auth-sect__form-bot button {
        padding: 0 15px;
        height: 50px;
    }
    .uploaded-photos .buttons .bottom-btn {
        font-size: 14px;
        height: 50px;
    }
    .header__user {
        width: 30px;
        height: 30px;
    }
    .header__notif {
        margin-right: 15px;
    }
    .header__logo {
        max-width: 90px;
    }
    .header__hamb {
        width: 22px;
        height: 14px;
        margin-right: 15px;
    }
}
