@font-face {
    font-family: "Unica77LL";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Unica77LL"),
            local("Unica77LL-Regular"),
            url("../fonts/Unica77LL-Regular.otf") format("opentype"),
            url("../fonts/Unica77LL-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Unica77LL";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Unica77LL"),
            local("Unica77LL-Medium"),
            url("../fonts/Unica77LL-Medium.otf") format("opentype"),
            url("../fonts/Unica77LL-Medium.woff2") format("woff2");
}
@font-face {
    font-family: "Rhymes";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Rhymes"),
            local("Rhymes-Italic"),
            url("../fonts/Rhymes-MediumDisplayItalic.woff2") format("woff2");
}
@font-face {
    font-family: "Rhymes";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Rhymes"),
            local("Rhymes-Medium"),
            url("../fonts/Rhymes-MediumDisplay.woff2") format("woff2");
}

header{
    padding-bottom: 30px;
}
.row>*{
    border: solid 5px #fff;
}

.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

a.menu{
    font-family:"Unica77LL";
    font-weight: 400;
    color: #000;
    font-size: 40px;
    line-height: 44px;
    text-decoration: none;
}
a.menu span{
    font-weight: 500;
}
.top-block-text p{
    font-family:"Unica77LL";
    font-weight: 400;
    color: #000;
    font-size: 40px;
    line-height: 44px;
    text-decoration: none;
}
.top-contact-a{
    text-align: right;
}
.black-div{
    background-color: #000;
    transition: all 0.5s ease;
    padding-left: 0;
    padding-right: 0;
    min-height: 463px;
}
.black-div img{
    transition: all 0.5s ease;
}
.black-div-double img{
    transition: all 0.5s ease;
}
.black-div:hover{
    cursor: pointer;
}
.black-div:hover img{
    transform:scale(1.15);
}
.black-div-double:hover{
    cursor: pointer;
}
.black-div-double:hover img{
    transform:scale(1.05);
}

div.text{
    width: 100%;
    display: none;
    transition: all 0.5s ease;
}
div.text:hover{
    cursor: auto;
}
div.text-right{
    width: 100%;
    display: none;
    transition: all 0.5s ease;
    text-align: right;
}
.text-right p{
    font-family:"Unica77LL";
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 31px;
}
.text p{
    font-family:"Unica77LL";
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 31px;
}
.text a{
    color: #0000fe;
    text-decoration: none;
    transition: all 0.5s ease;
}
.text a:hover{
    text-decoration: underline;
    padding-left:5px;
}


div.text_intro{
    width: 100%;

    transition: all 0.5s ease;
}
.text_intro p{
    font-family:"Unica77LL";
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 31px;
}
.text_intro a{
    color: #0000fe;
    text-decoration: none;
    transition: all 0.5s ease;
}
.text_intro a:hover{
    text-decoration: underline;
    padding-left:5px;
}

.text_intro span{
    color: #0000fe;
    text-decoration: none;
    transition: all 0.5s ease;
}

.black-div-double{
    background-color: #000;
    transition: all 0.5s ease;
    padding-left: 0;
    padding-right: 0;
    min-height: 463px;
}

.black-div-double img{
    padding:30px;
}
.black-div-double div.text{
    text-align:right !important;
}
.black-div-double .text a:hover{
    text-decoration: underline;
    padding-right:5px;
}
footer {
    padding-top:20px;
}
footer p{
    font-family:"Unica77LL";
    font-weight: 400;
    font-size: 13px;
    color:#000;
}
.footer-publication-block{
    padding-top: 30px;
}

p{
    font-family:"Unica77LL";
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
   font-size: 1.1rem;
   line-height: 1.3;
}

strong{
   
    font-weight: 800;
    
}

/*.card {
    position: relative;
    
    perspective: 30rem;
  }
  .front, .back {
    position: absolute;
    width: 100%; height: 100%;
    transition: transform 1s;
    backface-visibility:hidden;
  }
  .front { 
      background-color: #000;
  }
  .back { 
    background-color: #fff; 
    transform: rotateY(180deg); 
  }
  .card:hover .front{ transform: rotateY(180deg); }
  .card:hover .back { transform: rotateY(360deg); }*/



@media (max-width: 575px) {  
    a.menu {
        font-size: 25px;
        line-height: 29px;
    }
    .top-block-text{
        display: none;
    }
    .top-contact-a{
        display: none;
    }
    .top-block-text p{
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 576px) {  
    a.menu {
        font-size: 20px;
        line-height: 24px;
    }
    .top-block-text{
        display: none;
    }
    .top-contact-a{
        display: none;
    }
    .top-block-text p{
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {  
    a.menu {
        font-size: 20px;
        line-height: 24px;
    }
    .top-block-text{
        display: block;
    }
    .top-contact-a{
        display: block;
    }
    .top-block-text p{
        font-size: 20px;
        line-height: 24px;
    }
    
}

@media (min-width: 992px) { 
    a.menu {
        font-size: 26px;
        line-height: 30px;
    }
    .top-block-text p{
        font-size: 26px;
        line-height: 30px;
    }
}

@media (min-width: 1200px) {  
    a.menu {
        font-size: 34px;
        line-height: 38px;
    }
    .top-block-text p{
        font-size: 34px;
        line-height: 38px;
    }
}

@media (min-width: 1400px) {  
    a.menu {
        font-size: 36px;
        line-height: 40px;
    }
    .top-block-text p{
        font-size: 36px;
        line-height: 40px;
    }
}







.card-container {
    display: inline-block;
    margin: 0 auto;
    padding: 0 12px;
    perspective: 900px;
    text-align: center;
}
.card {
  position: relative;
  width: 330px;
  height: 463px;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}
.front {
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    backface-visibility: hidden;
  }
  .back {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    backface-visibility: hidden;
  }
  .front {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .back {
    display: flex;
    
  }
   
  .card-container:hover .card {
    transform: rotateY(180deg);
  }
  .back {
    transform: rotateY(180deg);
  }