
.tipy {
    width: 330px;
    margin: 0 auto 35px;
}

.tipy .tipy__logo {
    margin-bottom: 20px;
}

.tipy h3 {
    margin-bottom: 25px;
    font-size: 30px;
}

.tipy p {
    color: #7e7f7e8c;
    font-size: 20px;
    text-align: center;
}

.tipy .tipy__big-image {
    width: 330px;
    height: 330px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin-bottom: 10px;
}

@media (max-width: 400px){
	.tipy .tipy__big-image{
		display: none !important;
	}
}


.tipy .tipy__small-images {
    display: flex;
    width: 330px;
    height: 110px;
}

.tipy .tipy__small-images .tipy__small-images__small-image {
    min-width: calc(33% - 5px);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    margin-right: 10px;
}

.tipy .tipy__small-images .tipy__small-images__small-image:last-child {
    margin-right: 0;
}

.tipy .btn.btn--white {
    margin: auto auto 0;
    bottom: 27px;
}

/* custom slider*/

.tipy-page .tipy-slider--small {
    width: 100%;
    display: flex;
    height: 80px;
    overflow: hidden;
}

.tipy-slider--small__slide {
    width: 80px;
    height: 80px;
    margin-right: 13px;
    border-radius: 15px;
}


.tipy-content {
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px;
}

.tipy-content iframe{
	width: 100%;
	height: auto;
}
@media all and (min-width: 992px){
	.tipy-content iframe{
		width: 65vw;
		height: 65vh;
	}
}

.tipy-content .slick-slide{
	margin: 0 15px;
}


.tipy-btn--prev, .tipy-btn--next {
    position: absolute;
    left: 5%;
    font-size: 40px;
    color: black;
    top: 0;
    margin-top: 120px;
    cursor: pointer;
}

.tipy-btn--next {
    transform: rotate(180deg);
    right: 5%;
    left: auto;
}

.tipy-page .tipy-slider--big {
    width: 100%;
    overflow: hidden;

    /*width: 1000px;*/
    /*display: flex;*/
    /*height: 340px;*/
}

.tipy-slider--big__slide {
    width: 250px;
    height: 340px;
    margin-right: 13px;
    margin: 0 auto -25px;
    border-radius: 15px;
}

.tipy-slider--big__slide img {
    margin: 0 auto;
    max-height: 320px;
    display: block;
}

.tipy-slider--big__slide__video {
    text-align: center;
    margin-bottom: 40px;
}

.tipy-slider--big__name {
    margin-bottom: 10px;
    margin-top: 15px;

    font-family: "Gotham", Sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;

    text-align: center;

    color: #333333;
}

.tipy-slider--big__slide__image {
    margin: 0 auto;
    text-align: center;
}

.tipy-slider--big__slide__image img {
    display: inline !important;
    max-width: 80%;
}

.tipy-page-logo {
    width: 330px;
    margin: 20px auto 25px;
    display: block;
}