.t-container_100 {
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    margin: 0;
    border: 0;
    width: 100%;
    padding: 0;
}
.t-container_100:before {
	display: table;
    content: " ";
}
.t-container_100:after{
    display: table;
    content: " ";
}
.t694__row {
    -webkit-font-smoothing: antialiased;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    display: table;
    width: 100%;
}
.t694__row:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.t694__col {
    overflow: hidden;
}
.t-align_center {
    text-align: center;
}
.t-cell_50 {
    width: 50vw;
}
.t-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}
.t694__table {
    display: table;
    width: 100%;
    height: 400px;
    vertical-align: middle;
    background-color: #000;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.t694__cell {
    display: table-cell;
    width: 100%;
    height: 100%;
}
.t-valign_middle {
    vertical-align: middle;
}
.t-align_center {
    text-align: center;
}
.t694__animation_fast {
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.t694__bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.t694__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.t694__textwrapper {
    padding: 20px 40px;
    position: relative;
}
.t694__textwrapper__content {
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.t694__textwrapper__content {
    margin: 30px auto;
    position: relative;
}
.t694__col:not(.t694__show_hover) .t-valign_middle .t694__inner-wrapper_animated-btn {
    -webkit-transform: translate3d(0,45px,0);
    transform: translate3d(0,45px,0);
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.t694__title {
    color: #fff;
}
.t-title_xxs {
    font-size: 36px;
    line-height: 1.23;
}
.t-title {
    font-family: 'PT Sans',Arial,sans-serif;
    font-weight: 600;
    color: #fff;
}
.t694__button-wrapper {
    display: inline-block;
    margin-top: 40px;
}

.holder{
position:relative;
width:300px;
height:400px;
}
.block{
position:absolute;
left:0;
bottom:0;
right:0;
background:rgba(255,255,255, 0.7);
padding:20px;
display:none;
}
.holder:hover .block{
display:block;
}
.hover-effect-btn {
  position: relative;
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* Настройка цвета и прозрачности для блока с заголовком */
  transition: background 0.5s ease;
}
.hover-effect-btn:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.6); /* Настройка цвета и прозрачности для блока с заголовком при наведении */
}
.title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%; /* Отступ сверху */
  font-size: 2.900em; /* Размер текста заголовка */
  text-align: center;
  text-transform: uppercase; /* Заглавные буквы */
  color: white; /* Цвет заголовка */
  z-index: 1;
  transition: top .5s ease;
}
.hover-effect-btn:hover .title {
  top: 30%; /* Отступ сверху при наведении */
}

.button {
  position: absolute;
  width: 100%;
  left:0;
  top: 50%; /* Отступ сверху */
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}
.button a {
  padding: 15px 40px; /* Отступ */
  text-align: center;
  color: white; /* Цвет текста */
  z-index: 1; 
  border:3px solid #ffffff;
  border-radius: 30px; 
  -moz-border-radius:30px; 
  -webkit-border-radius:30px;
}
.hover-effect-btn:hover .button {
  opacity: 1;
}
* {
    box-sizing: border-box;
}

body {
    background: #3333;
    color: #222;
    line-height: normal;
    font-size: 16px;
    font-family: sans-serif;
}

.links {
    float: right;
    margin-right: 30px;
    position: relative;
}
.links li {
    float: left;
    list-style: none;
    position: relative;
    margin: 0px;
    display: inline-block;
}
.links li > a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
}
.links li > a:hover {
    color: #fff;
    background: #33334d;
    border-radius: 2px;
}
.links li > a[class^=trigger-] {
    padding-right: 40px;
}
.links li > a .arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 35%;
    text-align: center;
    right: 10px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.3) transparent;
}
.links li > a .arrow:after {
    content: "";
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    top: -10px;
    left: -15px;
    position: absolute;
    height: 15px;
}
.links li ul {
    position: absolute;
    left: 0;
    margin: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: none;
    padding: 0;
}
.links li ul > li {
    clear: both;
    list-style: none;
    display: block;
    padding: 0 10px;
    margin: 0;
    width: 100%;
}
.links li ul > li:hover {
    background: #ffffff;
}
.links li ul > li:hover > a {
    background: #ffffff;
    color: #fff;
}
.links li:hover > .drop {
    display: block;
    animation: fadeInRight 0.3s ease;
    -webkit-animation: fadeInRight 0.3s ease;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.container-footer {
    width: 60%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 200px;
}
.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.footer, .header-tools {
    color: #c5cccf;
    background-color: #3b4357;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.footer-icons {

    padding-top: 27px;
    font-weight: 500;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.footer-icons__wrapper, .header-nav__wrapper, .header-tools__wrapper {
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
}
.footer-icons__wrapper, .header-nav__wrapper, .header-tools__wrapper, .navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.col-4 {
    position: absolute;
    right: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.footer a, .header-tools a {
    color: #c5cccf;
}