.section {
	overflow:hidden;
}

.insection {
	width:1000px;
	height:100%;
	margin:0 auto;
	padding-top:78px;
	padding-bottom:50px;
	box-sizing:border-box;
	position:relative;
	background:rgba(0, 0, 0, 0.8);
}

.section-padding {
	width:100%;
	height:100%;
	box-sizing:border-box;
	position:relative;
	padding-top:50px;
	padding-bottom:50px;	
}

.temporary-sushkow {
	display:none;
}

.section-black {
  background: #000;
  color:#eee;
}

.section-white {
  color:#333;
}

.section-white .headling {
  color:#111;
  text-shadow:0 0 1px #111;
}

.section-black .headling {
	color:#FCFCFC;
}

/**************************** Слайдер *************************/

.sushkow-overlay {
	position:absolute;
	max-width:918px;
	max-height:80%;
	z-index:500;
	padding:0;
	display:none;
	width:50%;
	left:50%;
	top:50%;
}

.sushkow-overlay img {
	width:100%;
	height:auto;
}

.background-carousel-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.main-carousel {
	position:relative;
	width:100%;
	height:100%;
	cursor:pointer;
}

.carousel-slide {
	background-repeat: no-repeat;
	background-position:center center;
	/* background-size: 100% auto; */
	background-size: cover !important;
	height:100%;
}

.from-top-to-bottom-arrow.main-carousel-arrow:before {
    background-color: #fff;
}

.main-carousel-more {
	position: absolute;
	right: 70px;
	bottom: 50px;
    z-index: 2;
    text-align: center;
}

@media (max-width: 767px) {
    .from-top-to-bottom-arrow.main-carousel-arrow {
        /*
        bottom: 150px;
        */
    }

    .main-carousel-more {
        /*
        left: 0;
        right: 0;
        bottom: 50px;
        */
        
        display: none;
    }
}

/* ------------------------- О нас -----------------------*/

.section-about {
	padding-top: 0;
	padding-bottom: 0;
}

.section-about-text
{
    align-self: center;
}

.section-about-text-title
{
    
}

.section-about-text-title-ru
{
    width: 460px;
    max-width: 100%;
    margin: 0 auto -3.7vw auto;
    font-family: "Cera Pro Bold";
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 1;
}

.section-about-text-title-en
{
    opacity: 0.06;
    font-family: "Cera Pro Bold";
    font-size: 10vw;
    line-height: 1;
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase;
}

.section-about-text-description
{
    width: 460px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    font-family: "Cera Pro Regular";
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.8;
}

.section-about-img
{
    background-image: url(/layout/images/new-about.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.mobile-container-about
{
    display: none;
    width: 100%;
    height: 100%;
}

.mobile-container-about-2
{
    height: 100% !important;
    background-image: url(/layout/images/new-about.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.from-top-to-bottom-arrow.section-about-arrow:before {
    background-color: #333;
}

@media (max-width: 767px), (orientation: portrait)
{
    .section-about
    {
        display: none;
    }
    
    .section-about-text-title-ru {
        margin: 0 auto -10.6vw auto;
        font-size: 7vw;
        letter-spacing: 0.625vw;
        text-align: center;
    }
    
    .section-about-text-title-en {
        font-size: 15.625vw;
        letter-spacing: 3.125vw;
    }
    
    .section-about-text-description
    {
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
        text-align-last: center;
    }
    
    .mobile-container-about
    {
        display: block;
    }
    
    .from-top-to-bottom-arrow.section-about-arrow {
        display: none;
    }
}

/************************** Услуги **************************/

.section-services
{
	padding-top: 0;
	padding-bottom: 0;
}

.section-services-title
{
    position: relative;
    height: 30%;
}

.section-services-title-ru
{
    position: absolute;
    top: 50%;
    left: 13%;
    z-index: 2;
    font-family: "Cera Pro Bold";
    font-size: 30px;
    color: #FCFCFC;
    letter-spacing: 3px;
    transform: translateY(-50%);
    line-height: 1;
}

.section-services-title-en
{
    position: relative;
    top: 50%;
    z-index: 1;
    opacity: 0.12;
    font-family: "Cera Pro Bold";
    font-size: 10vw;
    line-height: 1;
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.section-services-content
{
    height: 70%;
    /*
    background-image: url(/images/uslugi/bf4414fd5b9f0d7b1863274c8db97db4.jpeg);
    */
    background-image: url(/layout/images/uslugi_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-services-content-service
{
    height: 100%;
    overflow: hidden;
}

/*
.section-services-content-service:before
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
*/

.section-services-content-service-image
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate3D(0, 0, 0) scale(1);
    transition: all 1.2s ease 0s;
}

.section-services-content-service:hover .section-services-content-service-image
{
    transform: translate3D(0, 0, 0) scale(1.03);
}

.section-services-content-service-title
{
    position: relative;
    z-index: 3;
    margin: 50px 0 30px 0;
    font-family: "Cera Pro Bold";
    font-size: 26px;
    color: #FCFCFC;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
}

.section-services-content-service-line
{
    position: relative;
    z-index: 3;
    width: 100px;
    height: 4px;
    margin: 0 auto 0 auto;
    background-color: #FCFCFC;
}

.section-services-content-service-description
{
    position: relative;
    z-index: 3;
    margin: 28px 10px 36px 10px;
    font-family: "Cera Pro Regular";
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.section-services-content-service-description-sub1
{
    margin: 0 0 28px 0;
}

.section-services-content-service-description-sub2
{
    margin: 28px 0 0 0;
    /*
    display: none !important;
    opacity: 0;
    transition: all 0.3s ease 0s;
    */
    font-size: 14px;
    text-align: left;
}

.section-services-content-service:hover .section-services-content-service-description-sub2
{
    opacity: 1;
}

.from-top-to-bottom-arrow.section-services-arrow:before {
    background-color: #fff;
}

@media (max-width: 1199px) {
    .section-services-content-service
    {
        height: 50%;
    }
    
    .section-services-content-service-description {
        margin: 28px 0 0 0;
    }
    
    .section-services-content-service-description-sub1
    {
        margin: 0 0 0 0;
    }
    
    .section-services-content-service-description-sub2
    {
        display: none !important;
    }
    
    .section-services-content-service-description .section-services-content-service-line {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .section-services-title
    {
        height: 20%;
    }

    .section-services-content
    {
        height: 80%;
    }
}

@media (max-width: 767px) {
    .section-services-title-ru
    {
        top: 50%;
        left: 0;
        width: 100%;
        font-size: 7vw;
        letter-spacing: 0.625vw;
        text-align: center;
        transform: translateY(-56%);
    }

    .section-services-title-en
    {
        width: 100%;
        left: 50%;
        transform: translate3D(-48.5%, -50%, 0);
        font-size: 15.625vw;
        letter-spacing: 3.125vw;
    }
    
    .section-services-content-service {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25%;
        overflow: visible;
    }
    
    .section-services-content-service-line {
        position: absolute;
        bottom: -2px;
    }
    
    .section-services-content-service:nth-child(4) .section-services-content-service-line {
        display: none;
    }
    
    .section-services-content-service-title {
        margin: 0 0 0 0;
        font-size: 18px;
    }
    
    .section-services-content-service-description {
        display: none;
    }
    
    .from-top-to-bottom-arrow.section-services-arrow {
        display: none;
    }
}

/******************************* Галерея **************************/
.section-gallery
{
	padding-top: 0;
	padding-bottom: 0;
}

.section-gallery-title
{
    position: relative;
    height: 30%;
}

.section-gallery-title-ru
{
    position: absolute;
    top: 50%;
    left: 13%;
    z-index: 2;
    font-family: "Cera Pro Bold";
    font-size: 30px;
    color: #333;
    letter-spacing: 3px;
    transform: translateY(-50%);
    line-height: 1;
}

.section-gallery-title-en
{
    position: relative;
    top: 50%;
    z-index: 1;
    opacity: 0.06;
    font-family: "Cera Pro Bold";
    font-size: 10vw;
    line-height: 1;
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.section-gallery-title-en div:first-child
{
    display: block;
}

.section-gallery-title-en div:last-child
{
    display: none;
}

.section-gallery-content
{
    max-width: 1720px;
    height: calc(70% - 77px);
    overflow: hidden;
}

.section-gallery-content-item
{
    height: 50%;
    padding-bottom: 30px;
}

.section-gallery-content-item-body
{
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.section-gallery-content-item-body:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.section-gallery-content-item-body:hover:before
{
    opacity: 1;
}

.section-gallery-content-item-body-image
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate3D(0, 0, 0) scale(1);
    transition: all 1.2s ease 0s;
}

.section-gallery-content-item-body:hover .section-gallery-content-item-body-image
{
    transform: translate3D(0, 0, 0) scale(1.03);
}

.section-gallery-content-item-body-title
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-family: "Cera Pro Bold";
    font-size: 16px;
    color: #FCFCFC;
    font-weight: 100;
    line-height: 1.4;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.section-gallery-content-item-body-title div
{
    font-family: "Cera Pro Regular";
    font-size: 14px;
    text-transform: none;
}

.section-gallery-content-item-body-title div:first-letter {
    text-transform: uppercase;
}

.section-gallery-content-item-body:hover .section-gallery-content-item-body-title
{
    opacity: 1;
}

.section-gallery-link
{
    display: flex;
    justify-content: center;
    align-items: start;
    height: 77px;
    text-align: center;
}

.section-gallery-link a:first-child
{
    display: inline-block;
}

.section-gallery-link a:last-child
{
    display: none;
}

@media (max-width: 1199px)
{
    
}

@media (max-width: 991px)
{
    .section-gallery-title
    {
        height: 20%;
    }
    
    .section-gallery-content
    {
        height: calc(80% - 62px);
        padding-right: 22.5px;
        padding-left: 22.5px;
    }
    
    .section-gallery-content-item {
        padding-right: 7.5px;
        padding-left: 7.5px;
        padding-bottom: 15px;
    }
    
    .section-gallery-link {
        height: 62px;
    }
}

@media (max-width: 767px), (orientation: portrait)
{
    .section-gallery-title-ru
    {
        top: 50%;
        left: 0;
        width: 100%;
        font-size: 7vw;
        letter-spacing: 0.625vw;
        text-align: center;
        transform: translateY(-56%);
    }

    .section-gallery-title-en
    {
        width: 100%;
        left: 50%;
        transform: translate3D(-48.5%, -50%, 0);
        font-size: 15.625vw;
        letter-spacing: 3.125vw;
    }
    
    .section-gallery-title-en div:first-child
    {
        display: none;
    }

    .section-gallery-title-en div:last-child
    {
        display: block;
    }
    
    .section-gallery-content {
        padding-right: 0;
        padding-left: 0;
        background-color: #000;
    }
    
    .section-gallery-content-item {
        width: 100%;
        height: 33%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
    }
    
    .section-gallery-content-item:nth-child(2) {
        height: 34%;
    }
    
    .section-gallery-content-item-body:before {
        top: -2.5%;
        height: 105%;
        opacity: 1;
    }
    
    .section-gallery-content-item-body-image {
        top: -2.5%;
        height: 105%;
    }
    
    .section-gallery-content-item-body-title {
        opacity: 1;
        font-family: "Cera Pro Bold";
        font-size: 18px;
        text-transform: none;
    }
    
    .section-gallery-content-item-body-title div
    {
        display: none;
    }
    
    .section-gallery-link {
        align-items: center;
        background-color: #1f1f1f;
    }
    
    .section-gallery-link a:first-child
    {
        display: none;
    }

    .section-gallery-link a:last-child
    {
        display: inline-block;
    }
}

/******************************* Пресса **************************/

.section-publications
{
	padding-top: 0;
	padding-bottom: 0;
    position: relative;
    background-color: #191919;
    background-image: url(/layout/images/media.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    overflow: hidden;
}

.section-publications-title
{
    position: relative;
    height: 30%;
}

.section-publications-title-ru
{
    position: absolute;
    top: 50%;
    left: 13%;
    z-index: 2;
    font-family: "Cera Pro Bold";
    font-size: 30px;
    color: #FCFCFC;
    letter-spacing: 3px;
    transform: translateY(-50%);
    line-height: 1;
}

.section-publications-title-en
{
    position: relative;
    top: 50%;
    z-index: 1;
    opacity: 0.06;
    font-family: "Cera Pro Bold";
    font-size: 10vw;
    line-height: 1;
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.section-publications-title-en div:first-child
{
    display: block;
}

.section-publications-title-en div:last-child
{
    display: none;
}

.section-publications-content
{
    height: 70%;
}

.section-publications-content-description
{
    width: 560px;
    max-width: 100%;
    position: relative;
    /*
    top: -17%;
    */
    top: -10%;
    margin: 0 auto 0 auto;
    font-family: "Cera Pro Regular";
    font-size: 16px;
    color: #FCFCFC;
    line-height: 1.8;
    text-align: justify;
    text-align-last: center;
}

.section-publications-content-link
{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .section-publications-title
    {
        height: 20%;
    }

    .section-publications-content
    {
        height: 80%;
    }
    
    .section-publications-content-description {
        top: 0;
    }
    
    .section-publications-content-link
    {
        bottom: 9px;
    }
}

@media (max-width: 767px), (orientation: portrait)
{
    .section-publications-title-ru
    {
        top: 50%;
        left: 0;
        width: 100%;
        font-size: 7vw;
        letter-spacing: 0.625vw;
        text-align: center;
        transform: translateY(-56%);
    }

    .section-publications-title-en
    {
        width: 100%;
        left: 50%;
        transform: translate3D(-48.5%, -50%, 0);
        font-size: 15.625vw;
        letter-spacing: 3.125vw;
    }
    
    .section-publications-title-en div:first-child
    {
        display: none;
    }

    .section-publications-title-en div:last-child
    {
        display: block;
    }
    
    .section-publications-content-description {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .section-publications
    {
        background-size: 200% auto;
    }
    
    .section-publications-content-link
    {
        display: none;
    }
}

@media (max-width: 360px) {
    .section-publications-content-description {
        font-size: 12.4px;
        line-height: 1.4;
    }
}

/******************************* Контакты **************************/

.section-contacts
{
	padding-top: 0;
	padding-bottom: 0;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.section-contacts-title
{
    position: relative;
    height: 30%;
}

.section-contacts-title-ru
{
    position: absolute;
    top: 50%;
    left: 13%;
    z-index: 2;
    font-family: "Cera Pro Bold";
    font-size: 30px;
    color: #FCFCFC;
    letter-spacing: 3px;
    transform: translateY(-50%);
    line-height: 1;
}

.section-contacts-title-en
{
    position: relative;
    top: 50%;
    z-index: 1;
    opacity: 0.12;
    font-family: "Cera Pro Bold";
    font-size: 10vw;
    line-height: 1;
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.section-contacts-content
{
    height: 70%;
    background-image: url(/layout/images/contacts.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.section-contacts-content > .row
{
    width: 560px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    overflow: hidden;
    text-align: center;
}

.section-contacts-content-description
{
    /*
    margin: 0 20px 1.6vw 26px;
    */
    margin: 0 20px 4.2vmin 26px;
    font-family: "Cera Pro Regular";
    font-size: 16px;
    color: #FCFCFC;
    line-height: 1.8;
    text-align: justify;
    text-align-last: center;
}

.section-contacts-content-phone
{
    font-family: "Cera Pro Regular";
    font-size: 60px;
    color: #FCFCFC;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.section-contacts-content-phone:hover
{
    color: #b4b4b4;
    text-decoration: none;
}

.section-contacts-content-line
{
    /*
    margin: 1.6vw auto 0.4vw auto;
    */
    margin: 4.2vmin auto 2.4vmin auto;
    position: relative;
    z-index: 2;
    width: 100px;
    height: 4px;
    background-color: #FCFCFC;
}

.section-contacts-content-email
{
    font-family: "Cera Pro Regular";
    font-size: 57px;
    color: #FCFCFC;
    transition: all 0.3s ease 0s;
}

.section-contacts-content-email:hover
{
    color: #b4b4b4;
    text-decoration: none;
}

.section-contacts-content-socials
{
    /*
    margin: 2.2vw 0 0 0;
    */
    margin: 4.2vmin 0 0 0;
    text-align: center;
    font-size: 0;
}

.section-contacts-content-social
{
    display: inline-block;
    margin: 0 6px 0 6px;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center, center center;
    background-size: 100% 100%, 100% 100%;
    transition: all 0.3s ease 0s;
}

.section-contacts-content-social:nth-child(1)
{
    background-image: url(/layout/images/socials/wtatsapp-light.png), url(/layout/images/socials/wtatsapp.png);
}

.section-contacts-content-social:nth-child(1):hover
{
    background-image: url(/layout/images/socials/wtatsapp.png);
}

.section-contacts-content-social:nth-child(2)
{
    background-image: url(/layout/images/socials/pinterest-light.png), url(/layout/images/socials/pinterest.png);
}

.section-contacts-content-social:nth-child(2):hover
{
    background-image: url(/layout/images/socials/pinterest.png);
}

.section-contacts-content-social:nth-child(3)
{
    background-image: url(/layout/images/socials/be-light.png), url(/layout/images/socials/be.png);
}

.section-contacts-content-social:nth-child(3):hover
{
    background-image: url(/layout/images/socials/be.png);
}

.section-contacts-content-social:nth-child(4)
{
    background-image: url(/layout/images/socials/instagram-light.png), url(/layout/images/socials/instagram.png);
}

.section-contacts-content-social:nth-child(4):hover
{
    background-image: url(/layout/images/socials/instagram.png);
}

.section-contacts-content-social:nth-child(5)
{
    background-image: url(/layout/images/socials/youtube-light.png), url(/layout/images/socials/youtube.png);
}

.section-contacts-content-social:nth-child(5):hover
{
    background-image: url(/layout/images/socials/youtube.png);
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .section-contacts-title
    {
        height: 20%;
    }

    .section-contacts-content
    {
        height: 80%;
    }
}

@media (max-width: 767px) {
    .section-contacts-title-ru
    {
        top: 50%;
        left: 0;
        width: 100%;
        font-size: 7vw;
        letter-spacing: 0.625vw;
        text-align: center;
        transform: translateY(-56%);
    }

    .section-contacts-title-en
    {
        width: 100%;
        left: 50%;
        transform: translate3D(-48.5%, -50%, 0);
        font-size: 14vw;
        letter-spacing: 2.725vw;
    }
    
    .section-contacts-content-description {
        /*
        margin: 0 0 1.6vw 0;
        */
        margin: 0 0 8.4vmin 0;
        font-size: 14px;
        line-height: 1.6;
    }
    
    .section-contacts-content-phone
    {
        font-size: 36px;
    }

    .section-contacts-content-line
    {
        /*
        margin: 3.2vw auto 0.2vw auto;
        */
        margin: 8.4vmin auto 4.8vmin auto;
        width: 80px;
        height: 3px;
    }

    .section-contacts-content-email
    {
        font-size: 40px;
    }

    .section-contacts-content-socials
    {
        /*
        margin: 1.1vw 0 0 0;
        */
        margin: 8.4vmin 0 0 0;
    }

    .section-contacts-content-social
    {
        margin: 0 4px 0 4px;
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767px) and (orientation: landscape)
{
    .section-contacts-content-description {
        margin: 0 0 0 0;
    }

    .section-contacts-content-line
    {
        margin: 0 auto 0 auto;
    }

    .section-contacts-content-socials
    {
        margin: 0 0 0 0;
    }
}

@media (max-width: 575px) {
    /*
    .section-contacts-content-description {
        margin: 0 0 1.6vw 0;
    }
    */
}

@media (max-width: 360px) {
    .section-contacts-content-description {
        font-size: 12.4px;
        line-height: 1.4;
    }
    
    .section-contacts-content-phone {
        font-size: 30px;
    }
    
    .section-contacts-content-line
    {
        /*
        margin: 1.6vw auto 0.2vw auto;
        */
        width: 60px;
        height: 2px;
    }

    .section-contacts-content-email
    {
        font-size: 32px;
    }

    .section-contacts-content-socials
    {
        
    }

    .section-contacts-content-social
    {
        margin: 0 4px 0 4px;
        width: 26px;
        height: 26px;
    }
}

/* from-top-to-bottom-arrow */
.from-top-to-bottom-arrow
{
	position: absolute;
    left: 50%;
    z-index: 3;
    bottom: 0;
	width: 1px;
	height: 150px;
    overflow: hidden;
}

.from-top-to-bottom-arrow:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: -100%;
    left: 0;
    -webkit-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite;
}

@-webkit-keyframes scroll
{
    0%
    {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    25%
    {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    35%
    {
        -webkit-transform: translate(0, 200%);
        transform: translate(0, 200%);
    }
    35.001%
    {
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
    100%
    {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@keyframes scroll
{
    0%
    {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    25%
    {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    35%
    {
        -webkit-transform: translate(0, 200%);
        transform: translate(0, 200%);
    }
    35.001%
    {
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }
    100%
    {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@media (max-width: 767px)
{
    .from-top-to-bottom-arrow
    {
        height: 100px;
    }
}
/* /from-top-to-bottom-arrow */