/*
Theme Name: SofiArt
Text Domain: sofiart
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
 */
* {
    box-sizing:border-box;
    font-family: "Inter", serif;
}
html {
    /* scroll-behavior: smooth; */
    scrollbar-width: thin;
    overflow-y: scroll;
}
body {
    margin: 0;
}

li {
	list-style: none;
}
header {
    display: flex;
    justify-content: space-around;
    padding: 0 23px;
    align-items: center;
    position: sticky;
    background-color: #FFFFFF;
    z-index: 1000;
    justify-self: center;
    margin: 0 auto;
    /* min-height: 70px;  */
    transition: width 1s;
    width: 100%;
}
/*
header.main-menu {
    width: 100%;
    top: 0;
    box-shadow: 0 10px 4px rgba(0, 0, 0, 0.2);
}
header.pre-menu {
    bottom: 15px;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 #00000040;
    width: 850px; 
}
    */
/* .pre-menu .menu {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
} */

.menuContent {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    z-index: 10000;
    position: relative;
}
.menuContent li {
    margin: 7px 10px;
    padding: 0 23px;
    white-space: nowrap;
}
.menuContent li a {
    color: #1A1A1A;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    text-decoration: none;
}
.menuContent li.active a {
    font-weight: 700;
}
 /* .pre-menu  .homeitem {
    display: none;
}  */
.logo {
    margin: 7px 0;
}
/* .pre-menu > .logo {
    display: none;
} */
.logo img {
    width: 162px;
    height: auto;
}
/* .pre-menu > .header__language {
    display: none;
} */
h1 {
    color: #2B434C;
    font-weight: 700;
    font-size: 64px;
    line-height: 67px;
    letter-spacing: -0.24px;
    margin-top: 38px;
    margin-bottom: 35px;
}
p {
    color: #1A1A1A;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 18px;
}

.hero__logo-text-list{
	text-align: center;
	margin-top: -90px
}

.hero__logo-text{
	text-transform:uppercase;
	color:white;
	font-size:45px;
	font-weight:400;
	line-height:0;
}

.hero__italicText {
    color: #1A1A1A;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.24px;
    margin-bottom: 190px;

}
.hero__container {
    width: 948px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    overflow: hidden;
}
.hero__shape {
    width: 512px;
    height: 360px;
}
.hero__shape img {
    width: 100%;
    height: 100%;
}
.hero {
    padding-top: 134px;
    background-image: url("./img/hero_background.webp");
    background-position: calc(50% - 567px) calc(100% + 21px);
    background-repeat: no-repeat;
    background-size: auto 279px;
}

.hero__title{
    position: relative;
    z-index: 2;
}
.hero__textContent {
    max-width: 345px;
}
.header__burger {
    display: none;
}
.about__container {
    width: 987px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 102px;
	row-gap: 30px;
}

.desctop{
	display: grid;
}

.mobile{
	display:none;
}

h2 {
    color: #2B434C;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    margin: 0;
}
.about__description {
    color: #848484;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin-top: 35px;
}
.about__button {
    display: flex;
    background-color: #2B434C;
    border: 1px solid #2B434C;
    border-radius: 30px;
    width: 185px;
    height: 58px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: -0.24px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 75px;
    text-decoration: none;
}

.about__slider {
    position: relative;
    overflow: hidden;
    max-height: 624px; 
    aspect-ratio: 1230 / 624;
}

.about__slider img {
    position: absolute;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
}

.about__slider img.active {
    opacity: 1;
    z-index: 2;
}

.about__slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
	color:rgba(255,255,255,0.3);
	-webkit-text-stroke: 0.5px white;
    font-weight: 700;
    font-size: 64px;
    z-index: 3;
    transform: translate(-50%, -50%);
    text-align: center;
}

.animated-button {
    background-image: radial-gradient(circle at 50% 0%, #FFFFFF 0%, #FFFFFF 70%, transparent 70%);
    background-size: 0% 0%;
    background-repeat: no-repeat;
    background-position: top center;
    transition: background-size 1s ease, color 1s ease, background-color 1s;
    mask-size: 100% 200%;
    mask-repeat: no-repeat;
    mask-position: top center;
    -webkit-mask-size: 100% 200%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    overflow: hidden;
    position: relative;
    border: 1px solid #2B434C;
}
.animated-button:hover {
    background-image: radial-gradient(circle at 50% 0%, #FFFFFF 0%, #FFFFFF 70%, transparent 70%);
    background-size: 250% 250%;
    color: #2B434C;
}

.appointment__container {

    display: flex;
    justify-content: center;
}
.appointment__blurBox {
    width: 1000px;
    height: 530px;
    background-color: rgba(67, 105, 119, 0.33);
    border: 1px solid  #FFFFFFB2;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    text-align: center;
}
.appointment__title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 64px;
    line-height: 67px;
    letter-spacing: -0.24px;
    margin: 100px 0 0 0;
}
.appointment__subtitle {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 64px;
    line-height: 67px;
    letter-spacing: -0.24px;
    margin-bottom: 47px;
}
.appointment__text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.24px;
    margin: 47px 0 0;
}
.appointment__button {
    width: 206px;
    height: 65px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    background-image: radial-gradient(circle at 50% 0%, #2B434C 0%, #2B434C 70%, transparent 70%);
    border: 1px solid white;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}
.appointment__button:hover {
    background-image: radial-gradient(circle at 50% 0%, #2B434C 0%, #2B434C 70%, transparent 70%) !important;
    color: #FFFFFF;
}
.appointment {
    background-image: url("./img/heart_background.webp");
    background-repeat: no-repeat;
    background-position-x: calc(50% + 400px);
    background-position-y: 50px;
    padding: 150px 0;
    background-size: auto 780px;
	margin: -90px 0 0;
}
footer {
    padding-top: 80px;
}
.footer__container {
	display:grid;
	grid-template-columns: 1fr 0.5fr 0.8fr;
	column-gap:70px;
    width: 1120px;
    margin: 0 auto;
    max-width: 97%;
}
.footer__links {
    display: flex;
    gap: 65px;
}
.footer__logo {
    width: 143px;
    height: 43px;
    position: static;
    margin-bottom: 14px;
    margin-top: 0;
}
.footer__logo img {
    width: 100%;
    height: 100%;
}
.footer__conclusion {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #1A1A1A;
    margin-bottom: 29px;
}
.copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1A1A1A;
    margin-bottom: 30px;
	margin-top:-3px;
	font-weight: 500;
}

.footer__time{
	font-weight:500;
	padding-top:4px;
	margin-bottom:10px;
}
footer h4 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
    margin: 0;
    margin-bottom: 40px;
}
.links {
    list-style-type: none;
    padding-left: 0;
	margin:0;
}
.links li {
    margin-top: 14px;
    margin-bottom: 14px;
}
footer a, footer .textEmail, footer .documentation {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #1A1A1A;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
	max-width:400px;
}

.textEmail{
	margin-top: -6px;
}
footer a {
    line-height: normal;
}

.email {
    position: relative;
}
.email input {
    width: 333px;
    height: 55px;
    border: 1px solid #436977;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 37px;
    padding-left: 25px;
}
/* icon */
.email img {
    position: absolute;
    width: 14px;
    height: 10px;
	left: 300px;
    top: 38px;
}

.social-img{
	width:30px;
	height:30px;
}

.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  transition: background-image 0.3s ease;
}

.wa {
  background-image: url('https://sofiart.vist.in.ua/wp-content/themes/sofiart/img/wa.png');
}


.wa:hover {
  background-image: url('https://sofiart.vist.in.ua/wp-content/themes/sofiart/img/wa2.png');
}

.inst {
  background-image: url('https://sofiart.vist.in.ua/wp-content/themes/sofiart/img/inst.png');
}
.inst:hover {
  background-image: url('https://sofiart.vist.in.ua/wp-content/themes/sofiart/img/inst2.png');
}

.li {
  background-image: url('https://sofiart.vist.in.ua/wp-content/themes/sofiart/img/li.png');
}
.li:hover {
  background-image: url('https://sofiart.vist.in.ua/wp-content/themes/sofiart/img/li2.png');
}

.tg {
  background-image: url('https://sofiart.vist.in.ua/wp-content/themes/sofiart/img/tg.png');
}
.tg:hover {
  background-image: url('https://sofiart.vist.in.ua/wp-content/themes/sofiart/img/tg2.png');
}


.footer__social-list{
	display:flex;
	flex-wrap:wrap;
	padding: 0;
	margin: 0;
}

.footer__social-item{
	padding-right:28px;
}

.social-mobile{
	display:none;
}

.social-desc{
	display:block;
	margin-top:-15px;
}

.terms {
    margin-right: 25px;
}

.about_page .container {
    width: 1064px;
    margin: 0 auto;
    max-width: 97%;
}

.tiles {
    margin-top: 40px;
}
.tiles__row {
    display:grid;
    height: 219px;
    gap:20px;
    margin-bottom:10px;
}
.tiles__row:nth-child(1) {
    grid-template-columns: 296fr 451fr;
}
.tiles__row:nth-child(2) {
    grid-template-columns: 29fr auto 29fr;
}
.tiles__row:nth-child(3) {
    grid-template-columns: 451fr 296fr;
}

.tiles__row .block {
    background-color: #9EC6D4;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
}

.tiles__row .text__block {
    background-color: unset;
    display: flex;
    align-self: center;
    justify-self: center;
}
.tiles__row .text__block h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    margin:0;
}
.mission__title {
    margin-bottom: 35px;
    margin-top: 125px;
}
.fRow, .sRow, .tRow {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #2B434C;
    margin-bottom: 30px;
}
.mission__shape {
    width: 440px;
    height: 400px;
    margin-top: 60px;
    margin-right: 50px;
}
.mission__shape img {
    width: 100%;
    height: 100%;
}
.mission .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.infoGallery{
    padding-top: 100px;
    padding-bottom: 56px;
}
.infoGallery .container {
    display: flex;
   justify-content: space-between;
}
.infoGallery__column {
    max-width: 280px;
}
.infoGallery h6 {
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 18px;
}
.companyNumber__title {
    margin-top:40px;
    margin-bottom: 60px;
}
h6 {
    margin-top: 80px;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.24px;
    color: #2B434C;
}
.text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.24px;
    color: #2B434C;
}

.photo_gallery__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap:20px;
}

.photo_gallery__image {
    height: 357px;
    border-radius: 30px;
    padding: 27px 20px;
    font-style: Italic;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: 300;
    -webkit-text-stroke: 0.3px white;
}

.photo_gallery__image:nth-child(1) {
    grid-column: 1/3;
    background-image: url("./img/photo_gallery_image1.webp");
	background-position:center;
}

.photo_gallery__image:nth-child(2) {
    background-image: url("./img/photo_gallery_image2.webp");
	background-size:cover;
}

.photo_gallery__image:nth-child(2) span {
    display: none;
}

.photo_gallery__image:nth-child(3) {
    background-image: url("./img/photo_gallery_image3.webp");
	background-size:cover;
}
.photo_gallery__image:nth-child(3) span {
    display: none;
}

h6 {
    margin-top: 40px;
    margin-bottom: 60px;

    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #436977;
}
.frame {
    width: 478px;
    min-width: 478px;
    height: 187px;
    border: 1px solid #436977;
    border-radius: 30px;
    display: flex;
    flex-direction:column;
    align-items:center;
    padding: 25px;
}
.frame img {
    width: 421px;
    height: 71px;
}
.member {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #2B434C;
    letter-spacing: -0.24px;
    margin-top: 20px;
}
.date {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #2B434C;
    letter-spacing: -0.24px;
    margin-bottom: 17px;
}
.companyNumber__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    letter-spacing: -0.24px;
    margin-bottom: 65px;
}
.companyNumber__text p:first-child {
    margin-top: 0;
}
.companyNumber__content {
    display: flex;
    gap: 36px;
}
.footerImage {
    margin-bottom: 80px;
}


.footerImage .footerImage_photo {
    width: 100%;
    height: 357px;
    border-radius: 30px;
}

.footerImage .footerImage_arrow {
    display: none;
}

.physicalMasterpiece .container {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    gap: 80px;
    margin-top: 160px;
}
.physicalMasterpiece {

}
.heartImg img {
    width: 100%;
    height: 100%;
}
.heartImg {
    width: 500px;
    height: 490px;
    position: relative;
    top: -50px;
}
.physicalMasterpiece .exploreBlock {
    max-width: 400px;
}

.exploreBlock{
	position:relative;
}

.physicalMasterpiece__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #436977;
    margin-bottom: 40px;
}
.physicalMasterpiece__subtitle {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #2B434C;
    margin-bottom: 8px;
}
.physicalMasterpiece__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #848484;
    margin-bottom: 55px;
}
.physicalMasterpiece__button {
    background-color: #2B434C;
    border: 1px solid #2B434C;
    border-radius: 30px;
    width: 185px;
    height: 58px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: -0.24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 138px;
    text-decoration: none;
}
.forArtists .container {
    width: 1100px;
    margin: 0 auto;
    max-width: 97%;

}
.block-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #2B434C;
    margin-bottom: 10px;
}
.explainCap {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #848484;
    margin-bottom: 40px;
}
.exhibition, .artEvents, .sellWork {
    display: flex;
    width: 738px;
    height: auto;
    border: 1px solid #436977;
    border-radius: 30px;
    padding: 35px 45px;
}
.forArtists__block_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #2B434C;
    letter-spacing: -0.24px;
}
.forArtists__block_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #848484;
}
.contactInfo {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #848484;
}
.contacts__button {
    width: 206px;
    height: 65px;
    border: 1px solid #436977;
    border-radius: 30px;
    font-weight: 200;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    background-color: #436977;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
section.contacts {
    margin-top:60px;
}
.contacts .container {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 97%;
}

.forArtists__grid {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: 1fr 1fr;
    row-gap: 22px;
    column-gap: 41px;
}

.exhibition {
    grid-column: 1;
    grid-row: 1;
}
.artEvents {
    grid-column: 1;
    grid-row: 2;
}
.sellWork {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: auto;
    height: 100%;
}
.sellWork .forArtists__block_text {
    width: 270px;
    position: relative;
    left: -62px;
    top: 55px;
}
.forArtists__content {
    max-width: 100%;
}
.forArtists__img {
    margin-right: 12px;
}
.arrowBack {
    margin-left: 46px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.arrowBack img {
    width: 27px;
    height: 19px;
}
.gallerySlider__slider-container {
    width: 1180px;
    margin: 0 auto;
    max-width: 97%;
    display: flex;
    gap: 33px;
    align-items: center;
}
.gallerySlider__slider-arrow {
    width: 48px;
    height: 48px;
}
.pictureInSliderBlock {
    width: 404px;
    border: 1px solid black;
    border-radius: 30px;
}

.pictureInSliderBlock img {
    display: block;
}

.gallerySlider__title {
    font-weight: 700;
    font-size: 64px;
    line-height: 73px;
    letter-spacing: -0.24px;
    color: #000000;
    margin-bottom: 20px;
}
.gallerySlider__author {
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.24px;
    color: #000000;
    margin-bottom: 55px;
}
.gallerySlider__price, .gallerySlider__text {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.24px;
    color: #818080;
}
.byCard {
    font-weight: 400;
    font-size: 21px;
    line-height: 41px;
    color: #000000;
    width: 202px;
    height: 60px;
    border: 1px solid #436977;
    border-radius: 30px;
    padding: 10px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.byCrypto {
    font-weight: 400;
    font-size: 21px;
    line-height: 41px;
    color: #000000;
    width: 202px;
    height: 60px;
    border: 1px solid #436977;
    border-radius: 30px;
    padding: 10px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buttonsPayment {
    display: flex;
    gap: 30px;
    margin-top: 55px;
}
.slider__item {
    width: 1018px;
    border: 1px solid #436977;
    border-radius: 30px;
    display: flex;
    gap: 80px;
    padding: 36px 45px;
}
.arrowLeft, .arrowRight {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.card .gallerySlider {
    margin-bottom: 215px;
}
.gallerySlider__slider-container .slick-initialized .slick-slide {
    display: flex;
}


.cards__wrapper {
    width: 1050px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 68px;
    max-width: 97%;
}
.cards__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #2B434C;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
}
.cards__item {
    padding: 28px 32px;
    height: 410px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    letter-spacing: -0.24px;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease-in-out;
}
.cards__item:hover {    
    transform: scale(1.05);

}
.cards__item img {
    width: 100%;
    height: 100%;
    border-radius: 30px;

}


.cards__item a {
    text-decoration: none;
}
.cards__name {
    position: absolute;
    top: 50px;
    left: 50px;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    letter-spacing: -0.24px;
    text-decoration: none;

}

.cards__price {
    color: #747272;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    line-height: 0;
    margin-top: 5px;
}

.cards__title {
    display: flex;
}
.cryptoExchange {
    background-image: url("./img/exchange_background.webp");
    background-size: 902px auto;
    background-position: calc(50% + 240px) 0;
    background-repeat: no-repeat;
    padding-top: 195px;
    padding-bottom: 120px;
}
.cryptoExchange__container {
    width: 656px;
    height: 425px;
    border: 1px solid #9EC6D4;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
    padding: 32px;
}
.cryptoExchange__upperText {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #436977;
    margin-bottom: 40px;
}
.cryptoExchange__title {
    font-weight: 700;
    font-size: 64px;
    line-height: 67px;
    color: #2B434C;
    letter-spacing: -0.24px;
    margin-bottom: 35px;
}
.cryptoExchange__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #848484;
    margin-bottom: 25px;
}
.cryptoExchange__button {
    font-weight: 300;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 65px;
    border-radius: 30px;
    background-color: #436977;
    margin-bottom: 20px;
    text-decoration: none;
}
.safety__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #2B434C;
}
.safety__picture {
    width: 375px;
    height: 350px;
    margin-left: 30px;
    margin-top: 30px;
}
.safety__picture img {
    width: 100%;
    transform:rotate(180deg);
}
.safety__content-item-icon {
    width: 48px;
    height: 60px;
    position: relative;
    right: -8px;
}
.safety__content-item-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.24px;
    color: #1A1A1A;
    width: 360px;
    height: 80px;
    border-radius: 30px;
    box-shadow: 11px 8px 14.6px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding: 10px 15px;
}
.exchangeContainer {
    width: 815px;
    margin: 0 auto;
    max-width: 97%;
}
.safety .exchangeContainer {
    display: flex;
    gap: 55px;
    margin-top: 75px;
}
.safety__content-item {
    display: flex;
    align-items: center;
    margin-top: 39px;
}
.safety__shape {
    margin-bottom: 100px;
}
.howItWorks .exchangeContainer {
    display: flex;
    width: 815px;
    height: 67px;
    border: 1px solid #1A1A1A;
    border-radius: 30px;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;

}
.howItWorks__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #2B434C;
    padding:20px;
}
.searchSign {
    margin-left: 30px;
}
.textRow, .textRow * {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.24px;
    color: #2B434C;
    align-content: center;
    position: relative;
}
.textRow {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.bLetters {
    font-weight: 400;
    font-size: 25px;
    letter-spacing: -0.24px;
    color: #2B434C;
}
.numberCircle {
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    min-width: 50px;
    height: auto;
    margin-right: 50px;
    display: flex;
    justify-content: center;
    position: relative;
    
}

.numberCircle div {
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    color: #2B434C;
    border: 2px solid #2B434C;
    border-radius: 50%;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: relative;
    background-color: #fff;
}

.vline {
    content: "";
    width: 1px;
    height: calc(100% + 10px);
    border: 1px solid #000000;
    left: 25px;
    position: absolute;
    margin: 0;
}
.textRow:nth-of-type(1) .vline {
    top: 10px;
}
.textRow:last-of-type .vline {
    height: 50%;
}

.heroHowItWorks {
    display: flex;
    justify-content: space-between;
    width: 808px;
    margin: 0 auto;
}
.sTextColumn {
    align-content: start
}
.imgNumbers{
    margin-right: 34px;
}
.twoColumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.heroHowItWorksText {
    margin-bottom: 66px;
}
.limits {
    background-image: url("./img/limits_background.webp"), url("./img/limits_small_background.webp");
    background-repeat: no-repeat;
    background-position: right -24%, 90px calc(100% - 45px);
    padding-bottom: 100px;
}
.limitsTitle {
    margin-top: 60px;
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
}
.limitsTitleText {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #2B434C;
    position: relative;
    left:-25px;
}
.limitsPic {
    width: 113px;
    height: 111px;
}
.limitsPic img {
    width: 100%;
    height: 100%;
}
.limitsTitles__frame {
    display: flex;
    justify-content: space-around;
}
.amount {
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: -0.24px;
    color: #1A1A1A;
    margin-bottom: 50px;
}
.requirements {
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: -0.24px;
    color: #1A1A1A;

}
.limits__amount {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.24px;
    color: #1A1A1A;
    margin-bottom: 40px;
    width: 245px;
    min-width: 180px;
    height: 50px;
}
.limits__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.24px;
    color: #1A1A1A;
}
.limits__icon {
    width: 41px;
    height: 50px;
}
.limitsFrame {
    border: 1px solid #436977;
    border-radius: 30px;
    width: 818px;
    height: 448px;
    padding: 40px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 660px;
    margin-left: 90px;
}
.limits__row {
    display: flex;
    gap: 42px;
}
.limits__content {
    display: flex;
    gap: 7px;
}
.comply__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #2B434C;
    margin-bottom: 77px;
}
.pre-hero {
    background: radial-gradient(57.98% 57.98% at 50% 42.02%, #9EC6D4 0%, #FFFFFF 100%);
    padding: 70px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.main-page, .main-page+footer {
    position: relative;
    z-index: 2;
    background-color: white;
}
.main-page {
    z-index:3;
}
.pre-hero__image {
    width: 100%;
    max-height: 70vh;
    display: flex;
    align-self: center;
    justify-self: center;
    flex: 1;
    object-position: center;
    object-fit: contain;
}

.pre-hero__menu {
    display: flex;
    position: sticky;
    bottom: 15px;
    justify-self: center;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 #00000040;
}
.pre-hero__menu ul {
    list-style: none;
    display: flex;
    gap: 68px;
    margin: 0;
    padding: 10px 29px;
    transition: 1s;
}
.pre-hero__menu li a {
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
}
.cookie-consent {
    width: 480px;
    padding: 32px 46px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #D9DBE9;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 2000;
}
.cookie-consent__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    color: #2B434C;
}
.cookie-consent__text {
    text-align: center;
    color: #2B434C;
    line-height: 25px;
    font-size: 16px;
}
.cookie-consent__button {
    background: #2B434C;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    padding: 13px 32px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cookie-consent__links {
    display: flex;
    gap: 26px;
}
.cookie-consent__links * {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #848484;
    cursor: pointer;
}
.contact-form {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.contact-form__container {
    width: 665px;
    padding: 34px;
    flex-direction: column;
    gap: 20px;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    border: 1px solid #FFFFFFB2;
    background-color: #A9A9A9;
    border-radius: 30px;
    display: flex;
}

.contact-form__row {
    gap: 20px;
}
.contact-form__row.withColumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.contact-form__row label {
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    vertical-align: middle;
    color: #FFFFFF;
    display: block;
}
.contact-form__row input, .contact-form__row select, .contact-form__row textarea {
    width: 100%;
    padding: 7px 10px;
    border-radius: 15px;
    border: 0;
    color: #747272;
}
.contact-form__row *::placeholder {
    font-style:italic;
    color: #747272;
}
.contact-form__row textarea {
    padding-top:10px;
}

.contact-form__button {
    background-color: #9EC6D4;
    color: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    margin-top: 23px;
    cursor: pointer;
}
.contact-form__cross {
    position: absolute;
    display: flex;
    align-self: flex-end;
    cursor: pointer;
}
.art-slider__container {
    width: 1104px;
    margin: 0 auto;
    max-width: 97%;
}
.art-slider__slider {
    padding: 30px 0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.art-slider .arrowLeft, .art-slider .arrowRight {
  min-width: 48px;
}

.art-slider__slider .slick-track {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.art-slider__item {
	display:flex !important;
	align-items:center;
	justify-content:center;
    height: auto;
    width: 290px;
    position: relative;
    margin: 0 30px;
    transition: transform 0.3s ease-in-out; 
}
.art-slider__item:hover {
  transform: scale(1.05); 
}
.art-slider__item.show-more:hover {
  transform: none; 
}

.art-slider__item a {
    text-decoration: none;
}
.art-slider__item img {
    height: 351px;
    width: 100%;
    border-radius: 19px;
}

.art-slider__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 43px;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFFFFF;
}
.art-slider__price {
    color: #747272;
    font-weight: 300;
    font-size: 16px;
    margin-top: 8px;
}
.art-slider__showMoreButton {
    position: relative;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    width: 206px;
    height: 49px;
    top: calc(50% - 25px);
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    letter-spacing: -0.24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 138px;
    text-decoration: none;
}

.forArtists .container {
    padding-top: 90px;
}
.faq__container {
    width: 944px;
    margin: 0 auto;
    display: flex;
    padding-top: 60px;
}
.faq__title {
    margin-top: 0;
}
.faq__subtitle {
    font-size: 16px;
    color: #2B434C;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-right: 80px;
}
.faq__image {
    width: 300px;
}
.faq__question {
  position: relative;
  padding: 18px 50px 18px 26px;
  margin-bottom: 18px;
  border: 1px solid #436977;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq__question::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 20px;
  height: 20px;
  background: url('./img/plus.svg') no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.faq__question.active {
  background-color: #C2DEE7;
}

.faq__question.active::after {
  transform: translateY(-50%) rotate(45deg); 
}

.faq__answer {
  display: none;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

.faq__question-title {
    font-size: 24px;
    line-height: 50px;
}
.faq__answer {
    display: none;
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.contact-us__container {
    width: 1126px;
    margin: 0 auto;
    display: flex;
    padding-top: 50px;
    max-width: 97%;
}
.contact-us__subtitle {
    line-height: 25px;
    color: #848484;
    margin-top: 25px;
    font-size: 16px;
}
.contact-us__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 90px;
}
.contact-us__grid-item {
    display: flex;
}
.contact-us__grid-item:not(:last-child) {
    max-width: 320px;
}
.contact-us__grid-item:last-child {
    grid-column: span 2;
}
.contact-us__grid-item-title {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
}
.contact-us__grid-item-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}
.contact-us__grid-item-text {
	flex-wrap:wrap;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    margin-top: 8px;
}
.contact-us__grid-item-text a{
    color: inherit;
}

.contact-us__list{
	display:flex;
}

.contact__lang-item{
	display:flex;
	align-items:center;
	padding-bottom: 10px;
}

.contact-us__lang-item{
	display:grid;
	padding:0;
}

.uk {grid-column: 1; grid-row:1;}
.fr {grid-column: 2; grid-row:1;}
.it {grid-column: 3; grid-row:1;}
.ru {grid-column: 1; grid-row:2;}
.ukr {grid-column: 2; grid-row:2;}

.contact__lang-item::before{
  content: "|";
	color: #000;
	margin: 0 8px;
  
}

.contact__lang-item:nth-child(1)::before,
.contact__lang-item:nth-child(4)::before
{
	content:"";
}

.contact__lang-item:nth-child(3)::before{
    margin:0 8px 0 0;
}

.contact__lang-icon{
	width:25px
}
.contacts-page .contact-form {
    display: flex;
    position: static;
    width: unset;
    height: unset;
    padding-top: 103px;
    background: unset;
}
.contacts-page .contact-form__container {
    background-color: #43697780;
    backdrop-filter: blur(17.4px);
    -webkit-backdrop-filter: blur(17.4px);
}
.contacts-page {
    background-image: url("./img/contacts_background.webp");
    background-size: 880px auto;
    background-repeat: no-repeat;
    background-position: calc(50% - 375px) 34%;
}
.calculator {
    background-image: url("./img/calculator_background.webp");
    background-size: 446px auto;
    background-repeat: no-repeat;
    background-position: 0 80%;
}
.calculator__title {
    margin-top: 10px;
    margin-bottom: 45px;
    text-align: center;
}
.calculator__wrapper {
    width: 822px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #436977;
    overflow:hidden;
    background: #FFFFFF52;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.calculator__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.calculator__tab {
    font-weight: 700;
    font-size: 24px;
    height: 60px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #9EC6D4;

}
.calculator__tab.active {
    background: #fff;
    color: #436977;
}
.calculator__tab.active:nth-child(1) {
    box-shadow: 50px 0 0 #ffffff;
    clip-path: polygon(0 0, 100% 0, calc(100% + 50px) 100%, 0% 100%);
}
.calculator__tab.active:nth-child(2) {
    box-shadow: -50px 0 0 #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, -50px 100%);
}
.calculator__inputs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top:47px;
    padding-bottom:31px;
}
.calculator__input-row {
    height: 74px;
    border-radius: 30px;
    border: 1px solid #000;
    width: fit-content;
    font-size: 0;
}
.calculator__input-box {
    display: inline-flex;
    align-items: center;
    height: 100%;
}
.calculator__input-row input {
    width: 486px;
    height: 100%;
    margin-left: 30px;
    border:0;
    border-right: 1px solid #000;
    font-size:26px;
}
.calculator__input-row input:focus  {
    outline: none;
}

.calculator__input-row input::placeholder {
    font-size: 24px;
    color: #000000;
}
 
.calculator__input-row select {
    width: 190px;
    height: 100%;
    padding: 20px;
    border:0;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("./img/select_arrow.svg") no-repeat 95% center;
    background-color: white;
    background-size: 12px;
}
.calculator__select-unit {
    font-size: 20px;
    color: #000000;
}
.calculator__text, .calculator__time, .calculator__undertext {
    font-size: 14px;
    font-style: italic;
    color: #747272;
    text-align: center;
    font-weight: 300;
    max-width: 60%;
    margin: 0 auto;
    line-height: 25px;
}
.calculator__time {
    margin-top: 27px;
    margin-bottom: 17px;
}
.calculator__undertext {
    margin-top: 62px;
}
.calculator__bottomline {
    margin-top: 62px;
    border-bottom: 1px solid #436977;
    margin-top: 62px;
}
.disclaimer {
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.disclaimer__wrapper {
    width: 678px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #000000;
}
.disclaimer__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
}
.disclaimer__text {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}
.disclaimer__button {
    width: 97px;
    height: 28px;
    border: 1px solid #000000;
    text-align: center;
    border-radius: 15px;
    margin: 27px auto;
    cursor: pointer;
}
.sendresult {
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.sendresult__wrapper {
    width: 678px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #000000;
}
.sendresult__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
}
.sendresult__text {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px;
}
.senderror {
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.senderror__wrapper {
    width: 678px;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #000000;
}
.senderror__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
}
.senderror__text {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px;
}

.comply__container, .guarantee__container {
    width: 1105px;
    margin: 0 auto;
    max-width: 97%;
}
.comply__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #2B434C;
    margin-bottom: 77px;
}
.comply__content-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #2B434C;
    text-align: center;
}
.comply__content-subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
    color: #2B434C;
    text-align: center;
    margin-bottom: 36px;
}
.comply__content-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #1A1A1A;
    width: 296px;
}
.comply__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.guarantee__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    color: #2B434C;
}
.columnBlock {
    display: flex;
}
.columnBlockImg {
    width: 27px;
    height: 30px;
    margin-right: 16px;
}
.columnBlockSubtitleText {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.24px;
    color: #2B434C;
}
.columnBlockContent {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.24px;
    color: #222222;
}
.guarantee__title {
    display: flex;
    justify-content: space-between;
    gap: 120px;
}
.columnBlockSubtitle {
    display: flex;
}
.guaranteeContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 67px;
}
.guaranteeWrapper {
    display: flex;
    justify-content: space-between;
    gap:90px;
}
.howItWorks .exchangeContainer, .heroHowItWorks {
    width: 757px;
}
.limits {
    background-size: auto 512px, auto 207px;
    background-position: calc(50% + 360px) -25px, calc(50% - 310px) 100%;
}
.imgNumbers .mobile {
    display: none;
}
.menu__language  {
    border:0;
    padding: 5px 25px;
    margin-top:30px;
}
.menu__language {
    display: none;
}
.legal__title {
    font-size: 32px;
}
.legal {
    padding: 38px;
}
.legal * {
    font-size: 24px;
}
header .menu .active {
    font-weight: 700;
}

.pll-switcher-select {
    border: 1px solid #000000;
    width: 83px;
    height: 37px;
    border-radius: 15px;
    padding-left: 15px;
    font-size: 16px;
    cursor: pointer;
}

  
.pre-hero-mobile {
    display:none;
}

.contacts .container{
    flex-wrap: wrap;
}

.contacts__button{
    margin: 20px 0 0;
}

.shadow{
	text-shadow:
	-0.5px -0.5px 0 white,
     0.5px -0.5px 0 white,
    -0.5px  0.5px 0 white,
     0.5px  0.5px 0 white;
}

.shadow-b{
	text-shadow:
	-0.5px -0.5px 0 black,
     0.5px -0.5px 0 black,
    -0.5px  0.5px 0 black,
     0.5px  0.5px 0 black;
}

.lang_name{
	padding-left:10px
}


.hero__calculator{
position: absolute;
  top: 60%; 
  left: 50%;
  transform: translateX(-50%); 
}

.gallery__btn{
	font-size:17px;
	margin: 0;
}

@media screen and (min-width: 1200px) {
    .contact-us__container{
        gap: 76px;
    }
    header {
        min-height: 70px;
    }
    header.main-menu {
        width: 100%;
        top: 0;
        box-shadow: 0 10px 4px rgba(0, 0, 0, 0.2);
    }
    header.pre-menu {
        bottom: 15px;
        border-radius: 30px;
        box-shadow: 0 4px 4px 0 #00000040;
        width: 900px; 
    }

}

@media screen and (max-width:1200px) {
    .forArtists__grid{
        column-gap: 0;
    } 
    
    .footer__contact h4, .footer__contact .textEmail, .footer__contact .email {
		display: none;
    }
	
	.footer__container .footer__important-links {
        display: none;
    }
	
	.footer__container {
        display: block;
    }  
	
	footer {
        padding-top: 170px;
        margin-top: 65px;
        background: url("./img/footer_mobile_background.svg") no-repeat;
        background-position-y: top;
        background-size: cover;
    }
	
	.footer__conclusion{
		margin-bottom:15px;
	}

    .footer__terms{
        padding-bottom: 20px;
    }

    .social-desc{
		display:none;
	}
	
	.social-mobile{
		display: block;
		margin-bottom:16px;
	}

    .menu__language{
        display: block;
    }
    .header__language {
        display: none;
    }

    .pre-hero {
        display: none;
    }
    header {
        padding: 5px 21px 5px 33px;
        justify-content: space-between;
        top:0;
        box-shadow: 0 10px 4px rgba(0, 0, 0, 0.2);
    }
    header .menu {
        display: none;
    }
    header .logo {
        position: static;
        margin: 0;
    }
    .header__burger {
        cursor: pointer;
        display: block;
    }
    header .menu.active {
        display: block;
        width: 268px;
        box-shadow: 0 4px 4px 0 #00000040;
        position: fixed;
        top:80px;
        right: 40px;
        background: #FFFFFF;
        border-radius: 30px;
        text-align:center;
    }
    header .menuContent {
        flex-direction: column;
        padding: 0;
    }

    .pre-hero-mobile {
        height: 100vh;
        width: 100vw;
        display: flex;
        background-image: url("./img/pre-hero-background_mobile.png");
        background-size: contain;
        background-color: #2B434C;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 20px;
        padding: 20px;		
    }
    .pre-hero-mobile .header__burger {
        filter: invert(1);
        width: 75px;
        height: 75px;
        position: absolute;
        right: 0;
		top:20px;
    }
    .pre-hero-mobile__button {
        color: white;
        border: 1px solid #FFFFFFB2;
        background-color: #436977;
        width: 165px;
        height: 40px;
        font-size: 14px;
        line-height: 38px;
        text-align: center;
        border-radius: 30px;
        text-decoration: none;
        top: 520px;
        margin: 0 auto;
        display: block;
        margin-top: 500px;
    }
    .pre-hero-mobile .arrowDown {
        transform: rotate(-90deg);
        position: absolute;
        filter: invert(1);
        width: 85px;
        left: 41%;
        bottom: 5%;
    }
}

@media screen and (max-width:1100px) {
    .forArtists__grid {
        grid-template-columns: 1fr;
        grid-template-rows: 0fr 0fr 1fr;
        gap: 22px;
    }

    .forArtists__grid > div {
        grid-column: unset;
        grid-row: unset;
        width: unset;
        height: unset;
    }

    .sellWork{
        overflow: hidden;
    }
}

@media screen and (max-width: 1025px) {	
	.footer__container{
		column-gap: 40px;
	}
	
	.footer__social-item{
		padding-right: 20px;
	}
}

@media screen and (max-width: 1024px){
    .contact-us__container {
        flex-direction: column;
    }

    .hero__container,
    .about__container,
    .about_page .container,
    .gallerySlider__slider-container,
    .physicalMasterpiece .container,
    .art-slider__container,
    .forArtists .container,
    .contacts .container,
    .faq__container,
    .contact-us__container
    {
        width: 758px;
    }

    .contacts-page {
        background-position: right -5%;
        background-image: url("./img/contacts_background_tablet.webp");
        background-size: 450px auto;
    }

     .contact-us__container .contact-us__title {
        max-width: 50%;
    }
}

@media screen and (max-width: 900px) {
	.desctop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.about__description{
		margin-bottom:55px;
	}
    
    .hero__shape {
        position:relative;
        left: 150px;
    }
    .hero__shape img {
        object-fit: contain;
    }
    .hero__textContent {
        max-width: 50%;
    }
    .sellWork .forArtists__block_text {
        width: auto;
        position: static;
    }
    .hero{
        background-image: none;
        margin-top: 52px;
        overflow: hidden;
    }
    .about__container {
        grid-template-columns: 1fr;
        column-gap: 35px;
    }
    .about {
        background-image: url("./img/about_background.webp");
        background-position: 100% calc(50% - 72px);
        background-repeat: no-repeat;
        background-size: 233px 256px;
    }
    .appointment {
        background-size: auto 570px;
        background-position-x: 425px;
        background-position-y: 40px;
        padding-bottom: 46px;
		margin: 0;
    }
    .appointment__blurBox {
        width: 638px;
        height: 368px;
    }
    .appointment__title {
        font-size: 48px;
        margin-top: 12px;
        font-weight: 600;
    }
    .appointment__subtitle {
        font-size: 36px;
        margin-bottom: 28px;
    }
    .appointment__button {
        height: 60px;
    }

    footer{
        padding-top: 110px;
    }

    .footer__container {
        width: 734px;
    }
    .footer__container .email input {
        width: 310px;
    }
    .footer__container .footer__links {
        gap: 25px;
    }
    .contact-form__container {
        gap: 3px;
    }
    .hero__shape {
        display: none;
    }
    .hero {
        background-image: url("./img/heroShape.webp");
        background-repeat: no-repeat;
        background-position: calc(100% + 75px) 15%;
        background-size: auto 334px;
        margin-top: 0;
        padding-top: 47px;
    }
    .mission__shape {
        width: 262px;
        height: 235px;
        margin-top: 100px;
    }
    .mission__title {
        margin-top: 40px;
    }
    .infoGallery {
        padding-top: 0;
    }
    .companyNumber__title {
        text-align: center;
        margin-top: 97px;
        margin-bottom: 40px;
    }
    .frame {
        width: 343px;
        min-width: unset;
    }
    .frame img {
        width: 334px;
    }
    .footerImage {
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
    }
    .footerImage .container {
        overflow-x: scroll;
        scrollbar-width: none;
        border-radius: 30px;
    }

    .footerImage .container::-webkit-scrollbar {
        width: 0;
    }
    .footerImage .footerImage_photo {
        width: auto;
        border-radius: 0;
    }
    .footerImage .footerImage_arrow {
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -15%);
        bottom: 0;
        z-index: 2; 
        pointer-events: none;
        width: 40px;

    }
    .gallerySlider__slider-container {
        padding: 15px 13px;
        gap:0;
    }
    .gallerySlider__slider-container .pictureInSliderBlock {
        width: 100%;
        height: 277px;
        border-radius: 15px;
        overflow: hidden;
    }
    .gallerySlider__slider-container .pictureInSliderBlock img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slider__item {
        flex-direction: column;
        gap: 5px;
    }
    .gallerySlider__title {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 0;
    }
    .gallerySlider__author {
        position: absolute;
        margin-top: -85px;
        text-align: right;
        width: 478px;
        padding-right: 10px;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 400;
    }
    .gallerySlider__price, .gallerySlider__text {
        font-size: 10px;
    }
    .card .gallerySlider {
        margin-bottom: 0;
    }
    .cards__item {
        width: 200px;
        height: 260px;
        font-size: 20px;
        line-height: 20px;
    }
    .cards__wrapper {
        width: 662px;
        gap: 32px;
    }
    .cards__title {
        margin-top: 0;
        margin-bottom: 0;
        padding: 44px 0;
    }
    .arrowBack {
        margin-left: 12px;
    }
    .heartImg {
        height: 300px;
        width: auto;
        top: 0;
    }
    .physicalMasterpiece .container {
        margin-top: 55px;
    }
    .physicalMasterpiece__text {
        margin-bottom: 20px;
    }
    .forArtists__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .forArtists__grid > div {
        grid-column: unset;
        grid-row: unset;
        width: unset;
        height: unset;
    }
    .physicalMasterpiece__title {
        margin-bottom: 16px;
    }
    .faq__question {
        width: 340px;
        padding: 1px 26px;
    }
    .faq__image {
        width: 242px;
        display: flex;
        justify-self: center;
        margin-top: 65px;
    }

    .calculator__wrapper {
        width: 754px;
    }
    .calculator .cards__title {
        padding-bottom: 0;
    }
    .cryptoExchange__container {
        width: 527px;
        height: unset;
    }
    .cryptoExchange {
        padding: 61px 0 0;
        background-size: 516px auto;
        background-position-x: calc(100% + 70px);
    }
    .cryptoExchange__button {
        height: 58px;
    }
    .cryptoExchange__title {
        font-size: 42px;
        margin-bottom: 15px;
    }
    .cryptoExchange__upperText {
        margin-bottom: 14px;
    }
    .cryptoExchange__text {
        margin-bottom: 15px;
    }
    .cryptoExchange__button {
        margin-bottom: 0;
    }
    .safety__picture {
        width: 300px;
    }
    .safety__content-item {
        width: unset;
    }
    .safety .exchangeContainer {
        gap: 13px;
    }
    .limits__content {
        width: 380px;
    }
    .amount {
        margin-bottom: 38px;
    }
    .limitsFrame {
        padding: 20px;
    }
    .comply__container, .guarantee__container {
        width: 758px;
    }
    .comply__title {
        margin-bottom: 40px;
    }
    .comply__content-subtitle {
        margin-bottom: 24px;
    }
    .comply__content-text {
        width: 223px;
    }
    .guaranteeContent {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-right: 50px;
    }
	
	.email img {
		left: 275px;
	}

    .cards__name{
        display: none;
    }

    .appointment__text{
        margin-top: 10px;
    }

}
@media screen and (max-width:760px){
	.copyright{
		margin:0 0 10px;
	}

    .safety .exchangeContainer {
        flex-direction: column;
        gap: 20px;
    }

    .safety__shape {
        margin-bottom: 0;
    }
    
    .safety__picture {
        display: none;
    }

    .safety__content-item{
        justify-content: start;
    }

    .twoColumns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .limitsFrame{
        margin-left: 0;
    }

    .safety__content {
        margin: 0 auto;
        padding-bottom: 45px;
    }
}
/*
@media screen and (min-width: 750px) {
    .pre-hero ~ header{
        width: 1150px;
        transition: 1s;
    }
}
    */
@media screen and (max-width: 700px) {
    .uk {grid-column: 1; grid-row:1;}
    .fr {grid-column: 2; grid-row:1;}
    .it {grid-column: 1; grid-row:2;}
    .ru {grid-column: 1; grid-row:3;}
    .ukr {grid-column: 2; grid-row:3;}

    .contact-us__lang-item{
        justify-items: start;
    }
	
	.contact__lang-item:nth-child(1)::before,
	.contact__lang-item:nth-child(3)::before
		{
			content:" ";
		}
	
	.contact__lang-item:nth-child(1)::before,
	.contact__lang-item:nth-child(3)::before,
	.contact__lang-item:nth-child(4)::before{
		margin: 0;
	}
	
    .contact-form__container {
        width: 460px;
        padding: 29px 17px;
    }
    .contacts-page .contact-form{
        padding-top: 50px;
    }
	
	.gallerySlider__author{
		text-align:center;
	}

    .cards__item img{
        border-radius: 10px;
    }

    footer{
        padding-top: 70px;
    }
}
@media screen and (max-width: 600px) {
    .hero__container, .about__container, .about_page .container, .gallerySlider__slider-container, .physicalMasterpiece .container, .pre-hero__menu , .art-slider__container, .forArtists .container, .contacts .container, .faq__container, .contact-us__container {
        width: 500px;
    }
    .companyNumber__content {
        flex-direction: column;
        align-items: center;
    }
    .safety__shape {
        margin-bottom: 0;
    }
    .safety__title {
        font-size: 20px;
        line-height: 30px;
    }
    .heroHowItWorks {
        width: 450px;
    }
    .limitsFrame {
        max-width: 97%;
        margin: 0;
    }
    .comply__content {
        flex-direction: column;
    }
    .comply__title, .comply__content-title, .guarantee__title {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        width: 100%;
        display: block;
    }
    .guarantee__title {
        margin-bottom: 32px;
    }
    .comply__content-subtitle {
        font-size: 16px;
        text-align: center;
    }
    .comply__content-text {
        font-size: 14px;
        text-align: center;
        width: unset;
    }
    .footer__container {
        max-width: 100%;
    }
    .howItWorks .exchangeContainer {
        margin-top: 30px;
    }
    .footer__container .email input {
        width: 300px;
    }
    .pre-hero__menu ul {
        gap: 18px;
    }

    .photo_gallery__grid{
        grid-template-columns: auto;
    }

    .photo_gallery__image:nth-child(1){
        display: none;
    }

     .photo_gallery__image:nth-child(2){
        font-size: 14px;
        color: rgb(235, 238, 64);
       -webkit-text-stroke: 0.5px white;
    } 
    .photo_gallery__image:nth-child(2) span {
        display: inline-block;
    }
    .photo_gallery__image:nth-child(3){
        font-size: 14px;
        color: rgb(235, 238, 64);
       -webkit-text-stroke: 0.5px white;
    } 

    .photo_gallery__image:nth-child(3) span {
        display: inline-block;
    }

}
@media screen and (max-width: 450px) {
    .about__container,
    .hero__container,
    .footer__container,
    .appointment__container,
    .about_page .container,
    .physicalMasterpiece .container,
    .art-slider__container,
    .forArtists .container,
    .contacts .container,
    .faq__container,
    .contact-us__container
    {
        width: 360px;
    }
    .pre-hero {
        display: none;
    }
    .footer__container {
        flex-direction: column;
    }

    header .logo {
        width: 129px;
    }
    header .logo img {
        width: 100%;
    }
    header {
        padding-top: 20px;
        border-bottom: none;
        width: 100%;
    }
    .hero h1 {
        font-size: 32px;
        line-height: 36px;
    }
    p {
        font-size: 14px;
    }
    .hero {
        background-image: url("./img/heroShape.webp");
        background-repeat: no-repeat;
        background-position: calc(100% + 145px) -15%;
        background-size: auto 242px;
        margin-top: 0;
        padding-top: 47px;
    }
    .hero__italicText {
        margin-bottom: 53px;
    }
    .hero h1 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .hero__textContent {
        max-width: 55%;
    }
	
	.about__textContent{
		margin-bottom:25px;
	}
	
	.about__textContent:last-child{
		margin-bottom:0;
	}
    .about__mobileBlock {
        background: #9EC6D433;
        border-radius: 15px;
        padding: 12px;
    }
    .about__textContent h2 {
        font-size: 20px;
    }
    .about__textContent .about__description {
        font-size: 14px;
        margin: 0;
    }
    .about {
        background: none;
    }
    .about__button {
        margin-top: 16px;
        font-size: 14px;
        width: 124px;
        height: 45px;
        margin-bottom: 0;
    }
    .appointment__title {
        font-size: 32px;
        line-height: 40px;
    }
    .appointment__subtitle {
        display: none;
    }
    .appointment__text {
        font-size: 14px;
        margin-top: 17px;
    }
    .appointment {
        padding-top:42px;
        padding-bottom: 21px;
        background-position: center;
        background-size: 350px auto;
    }
    .appointment__container {
        margin: 0 auto;
    }
    .appointment__blurBox {
        padding:20px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    .appointment__button {
        margin-top: 10px;
    }
    .footer__links {
        flex-direction: column;
    }

    .footer__conclusion {
        font-size: 14px;
    }
    footer .copyright {
        font-size: 14px;
    }
    footer .documentation {
        font-size: 14px;
    }
    .contact-form__row.withColumns{
        gap: 6px;
    }
    .contact-form label, .contact-form input, .contact-form textarea, .contact-form select {
        font-size: 14px;
        white-space: nowrap;
    }
    .contact-form__button {
        font-size: 14px;
        line-height: 33px;
    }
    header .menu.active {
        width: 180px;
    }
    .menuContent li {
        font-size: 16px;
        margin: 4px 10px;
    }
    .cookie-consent {
        width: 360px;
        padding: 32px;
        right: 15px;
        bottom: 65px;
    }
    .cookie-consent__title {
        font-size: 41px;
    }
    .cookie-consent__text {
        font-size: 14px;
    }
    .about_page .text__block h1 {
        font-size: 32px;
    }
    .mission__title {
        font-size: 20px;
        margin-top: 19px;
        margin-bottom: 0;
    }
    .mission .container {
        grid-template-columns: 1fr;
    }
    .mission__shape {
        display: none;
    }
    .infoGallery .container {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    .infoGallery__column {
        background: #9EC6D433;
        padding: 10px 12px;
        border-radius: 15px;
        width: 282px;
        max-width: unset;
    }
    .infoGallery__column .text {
        font-size: 10px;
    }
    .infoGallery__column h6 {
        color: #2B434C;
        font-size: 16px;
    }
    .companyNumber__content {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .tiles__row {
        height: 154px;
    }
    .photo_gallery__image {
        height: 225px;
        padding: 12px;
        font-size: 10px;
		line-height:20px;
    }
    .companyNumber__title{
        font-size: 20px;
        margin-top: 38px;
        margin-bottom: 8px;
        letter-spacing: -0.5px;
    }
    .companyNumber__text{
        margin-bottom: 30px;
    }
    .footerImage .footerImage_photo {
        height: 225px;
    }
    .gallerySlider__slider-container {
        width: 352px;
        padding: 0;
    }
    .gallerySlider__slider-container .slider__item {
        padding: 16px 13px;
    }
    .gallerySlider__author {
        width: 326px;
    }
    .arrowBack{
        margin-left: 0;
        justify-content: start;
        width: 20px;
    }
    .arrowBack img {
        width: 15px;
        height: 11px;
    }
    .cards__item {
        width: 110px;
        height: 142px;
        border-radius: 15px;
        padding: 10px;
        font-size: 14px;
    }
    .cards__wrapper {
        width: 360px;
        gap: 10px;
        margin-bottom: 18px;
    }
    .cards__title {
        font-size: 20px;
        padding-top: 0;
        padding-bottom: 18px;
    }
    .physicalMasterpiece .container {
        display: block;
    }
    .physicalMasterpiece .heartImg {
        position: absolute;
        height: 190px;
        top: 75px;
        right: 0;
    }
    .physicalMasterpiece__title {
        font-size: 16px;
    }
    .physicalMasterpiece__subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    .physicalMasterpiece__text {
        font-size: 14px;
    }
    .physicalMasterpiece__button {
        font-size: 14px;
        width: 130px;
        height: 40px;
        margin-bottom: 40px;
    }
	.gallery__btn{
		font-size:11px;
	}
    .block-title {
        font-size: 20px;
        line-height: 30px;
    }
    .art-slider__container .block-title {
        text-align: center;
    }
    .forArtists .container {
        padding-top: 56px;
    }
    .forArtists .explainCap {
        font-size: 14px;
    }
    .forArtists__grid > div {
        padding: 17px 14px;
    }
    .art-slider__title {
        font-size: 20px;
    }
    .art-slider__price {
        font-size: 14px;
    }
    .forArtists__block_title {
        font-size: 16px;
    }
    .forArtists__block_text {
        font-size: 14px;
    }
    .forArtists__img {
        min-width: 32px;
        margin-right: 8px;
    }
    .forArtists__img img {
        width: 100%;
    }
    section.contacts {
        margin-top: 43px;
    }
    .contacts .container {
        flex-direction: column;
        align-items: start;
    }
    .contacts__button {
        font-size: 14px;
        width: 130px;
        height: 40px;
        margin-top: 20px;
    }
    .faq {
        background-image: url("./img/question.webp");
        background-repeat: no-repeat;
        background-size: auto 364px;
        background-position: calc(100% + 65px) center;
    }
    .faq__container {
        flex-direction: column;
        padding-top: 0;
    }
    .faq__image {
        display: none;
    }
    .faq__column {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .faq__question {
        backdrop-filter: blur(17.4px);  
        -webkit-backdrop-filter: blur(17.4px);
    }
    .faq__title {
        align-self: start;
    }
    .faq__subtitle {
        margin-top: 8px;
        padding-right: 0;
    }
    .contacts-page {
        background-image: url("./img/contacts_background.webp");
        background-size: 600px auto;
        background-repeat: no-repeat;
        background-position: -250px 83%;
    }
    .contact-us__container {
        gap: 36px;
        padding-top: 13px;
    }
    .contact-us__container .contact-us__title {
        margin-top: 0;
        max-width: unset;
    }
    .contact-us__subtitle {
        font-size: 14px;
        margin-top: 8px;
    }
    .contact-us__grid {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .contact-us__grid-item {
        align-items: start;
    }
    .contact-us__grid-item-title {
        display: none;
    }
    .contact-us__grid-item * {
        font-size: 14px;
        color: #000000;
    }
    .contact-us__grid-item:last-child {
        grid-column: unset;
    }
    .contact-us__grid-item-text {
        margin-top: 0;
    }
    .contacts-page .contact-form {
        padding-top: 40px;
    }
    .calculator__wrapper {
        width: 343px;
    }
    .calculator__input-row {
        height: 48px;
    }
    .calculator__input-row input {
        width: 170px;
        padding: 5px 10px;
    }
    .calculator__input-row select {
        width: 80px;
        padding: 0;
    }
    .calculator__input-row input::placeholder {
        font-size: 16px;
    }
    .calculator__tab {
        font-size: 13px;
        text-align: center;
    }
    .calculator__tab.active:nth-child(1) {
        box-shadow: 25px 0 0 #ffffff;
        clip-path: polygon(0 0, 100% 0, calc(100% + 20px) 100%, 0% 100%);
    }
    .calculator__tab.active:nth-child(2) {
        box-shadow: -25px 0 0 #ffffff;
        clip-path: polygon(0 0, 100% 0, 100% 100%, -13px 100%);
    }
    .calculator {
        background-position-x: calc(0% - 100px);
        background-position-y: 132%;
        border-bottom: 0;
    }
    .calculator__text {
        font-size: 10px;
        max-width: 80%;
    }
    .calculator__time {
        font-size: 14px;
    }
    .calculator__undertext {
        font-size: 10px;
        max-width: unset;
        margin-top: 16px;
        padding-bottom: 42px;
        margin-bottom: 0;
    }
    .disclaimer__wrapper {
        width: 341px;
        padding: 0 10px;
    }
    .cryptoExchange__container,
    .exchangeContainer,
    .howItWorks .exchangeContainer,
    .heroHowItWorks,
    .comply__container,
    .guarantee__container {
        width: 352px;
        margin: 0 auto;
    }
    .exchangeContainer {
        margin: 0 auto;
    }
    .safety__picture {
        display: none;
    }
    .safety .exchangeContainer {
        flex-direction: column;
        gap: 20px;
    }
    .safety__title {
        font-size: 20px;
        line-height: 30px;
    }
    .safety__content-item {
        padding: 10px;
    }
    .safety__content-item-text {
        font-size: 10px;
        line-height: 25px;
        width: 320px;
    }

    .limitsFrame {
        width: 344px;
        margin: 0 auto;
    }
    .comply__content {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .guaranteeWrapper {
        display: block;
    }
    .imgNumbers {
        width: 30px;
        margin: 0;
        min-width: 30px;
    }
    .imgNumbers img {
        width: 100%;
    }
    .textRow, .textRow * {
        font-size: 14px;
    }
    .cryptoExchange__title {
        font-size: 32px;
        line-height: 44px;
    }
    .cryptoExchange__upperText {
        font-size: 16px;
    }
    .cryptoExchange {
        background-position-x: calc(100% + 375px);
        padding-top: 20px;
        padding-bottom: 54px;
    }
    .cryptoExchange__text {
        font-size: 14px;
    }
    .cryptoExchange__button {
        font-size: 14px;
        width: 165px;
        height: 40px;
    }
    .cryptoExchange__container {
        padding: 32px 16px;
    }
    .safety .exchangeContainer {
        margin-top: 0;
    }
    .safety__content-item {
        margin-top: 8px;
        padding: 0;
    }
    .safety__content {
        position: relative;
        left: -10px;
    }
    .safety__content-item-icon {
        width: 40px;
        height: 36px;
        left: 10px;
    }
    .safety__content-item-icon img {
        width: 100%;
    }
    .safety__content-item-text {
        line-height: 25px;
        height: unset;
        padding: 10px 15px;
    }
    .safety .exchangeContainer {
        padding-bottom: 75px;
    }
    .howItWorks__title {
        font-size: 20px;
        line-height: 35px;
        text-align: center;
    }
    .howItWorks .exchangeContainer {
        width: 322px;
        height: unset;
        display: flex;
        justify-content: center;
    }
    .heroHowItWorks {
        margin-top: 37px;
    }
    .imgNumbers .desktop {
        display: none;
    }
    .imgNumbers .mobile {
        display: block;
    }
    .imgNumbers {
        margin-right: 28px;
    }
    .bLetters {
        display: block;
        font-size: 18px;
    }
    .textRow, .textRow * {
        line-height: 27px;
    }
    .limitsTitleText {
        font-size: 20px;
        line-height: 30px;
    }
    .limitsPic {
        width: 57px;
        height: 60px;
    }
    .limitsTitle {
        margin-top:20px;
        margin-bottom:20px;
    }
    .limits__row {
        margin-bottom: 40px;
    }
    .amount, .requirements {
        font-size: 20px;
        line-height: 30px;
    }
    .requirements {
        max-width: 160px;
    }
    .limits__icon {
        display: none;
    }
    .limits__amount, .limits__text {
        font-size: 16px;
        line-height: 25px;
        min-width: unset;
    }
    .limitsFrame {
        height: unset;
        padding-right: 0;
    }
    .limits {
        background-size: auto 404px, auto 207px;
    }
    .limits__row {
        gap: 22px;
    }
    .complyColumn {
        margin-top: 30px;
    }
    .comply__title {
        margin-bottom: 0;
    }
    .comply__title, .comply__content-title, .guarantee__title {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        width: 100%;
        display: block;
    }
    .guarantee__title {
        margin-bottom: 32px;
    }
    .comply__content-subtitle {
        font-size: 16px;
        text-align: center;
    }
    .comply__content-text {
        font-size: 14px;
        text-align: center;
        width: unset;
    }
    .guaranteeContent {
        margin:0 auto;
    }
    .columnBLockImg {
        width: 100%;
    }
    .columnBlockSubtitleText {
        font-size: 16px;
    }
	
    .footer__container .documentation * {
        font-size: 14px;
    }
    .footer__container .documentation {
        margin-top: 12px;
    }
    .footer__conclusion {
        max-width: unset;
    }
    .legal {
        padding-top: 0;
    }
    .legal * {
        font-size: 16px !important;
    }
    .legal__title {
        margin: 0;
    }
    .heartImg img {
        width: 130px;
        object-fit: cover;
        object-position: left;
    }
    .gallerySlider__slider-container .arrowRight, .gallerySlider__slider-container .arrowLeft {
        display: none;
    }

    .contact-form__container{
        width: 320px;
    }
	
	.contact__lang-item:nth-child(3)::before{
	  	content: "|";
		color: #000;
		margin: 0 8px;
	}

    .contact-us__lang-item{
    justify-items: start;
   }

    .uk {grid-column: 1; grid-row:1;}
	.fr {grid-column: 2; grid-row:1;}
	.it {grid-column: 3; grid-row:1;}
	.ru {grid-column: 1; grid-row:2;}
	.ukr {grid-column: 2; grid-row:2;}

    .about__slider-title{
        font-size: 34px;
    }

    .art-slider__item{
        margin:0 15px;
    }
}

@media screen and (max-width: 361px) {
    .about__container, .hero__container, .footer__container, .appointment__container, .about_page .container, .physicalMasterpiece .container, .art-slider__container, .forArtists .container, .contacts .container, .faq__container, .contact-us__container {
        width: 310px;
    }
    .block-title {
        font-size: 17px;
    }
    .frame {
        width: 310px;
    }
    .frame img {
        width: 300px;
    }
    .cryptoExchange__container, .exchangeContainer, .howItWorks .exchangeContainer, .heroHowItWorks, .comply__container, .guarantee__container {
        width: 310px;
    }
}

@media (orientation: landscape){
	.pre-hero-mobile{
		background-image: url("./img/pre-hero-background_mobile-hor.webp");
	}
	
	header .menu.active{
		top:0;
	}
	
	.menu__language{
		margin-top:0;
	}
	
	.menuContent li{
		margin:-2px 10px;
	}
	
}

@media screen and (min-width: 500px) and (max-width: 1200px) and (orientation: portrait) {
  .pre-hero-mobile {
    background-size: contain;
  }
}

@media screen and (min-width: 700px) and (max-width: 1180px) and (orientation: landscape) {
  .pre-hero-mobile {
    background-size: contain;

  }
}