.langs a.current{
    display: inline-block;
    margin-right: 10px;
}

.langs a.current span{
    opacity: .6;
}

.langs a.current:after{
    content: '/';
    margin-left: 10px;
}

@media (max-width: 1280px) {
    .hidden_1280{
        display: none;
    }
}

body{
    width: 100%;
    margin: 0;
    position: relative;
}
/*Bank Account*/
.bank-account-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    margin-bottom: 200px;
}
.bank-account{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 50px;
    justify-content: space-between;
    font-family: "Open Sans";
}
.bank-account:not(:last-child){
    border-bottom: 1px solid #C4A676;
}

.bank-account img{
    width: 300px;
    height: 300px;
    border: 1px solid transparent;
    border-radius: 180px;
}
.bank-account-title{
    margin-top: 50px;
    width: 25%;
    letter-spacing: 1px;
}
.bank-account-text{
    width: 40%;
    margin-top: 50px;
    letter-spacing: 1px;
}
.bank-account-price{
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: rgba(196, 166, 118, 1);
    margin-top: 10px;
}
/*Bank Account*/

/*We work*/
.we_work_wrapper{
    background-image: url('/wp-content/themes/twt/images/front-page/we_work_background_image.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    padding: 50px 100px;
}
.we_work_title{
    font-family: 'Roboto';
    font-size: 45px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding-bottom: 50px;
}
.we_work_logo_wrapper ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1200px ;
    margin: 0 auto;
}
.we_work_logo_wrapper ul li {
    /*margin: 20px;*/ margin: 15px 5px;
    /*width: 120px;*/ width: 150px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.5);
}
.we_work_logo_wrapper ul li img{
    display: block;
    max-width: 140px;
    max-height: 80px;
}

@media screen and (max-width:768px){
    .we_work_wrapper{
        padding: 50px 20px;
    }
    .we_work_title{
        font-size: 35px;
    }
}

@media screen and (max-width:565px){
    .we_work_wrapper{
        padding: 50px 20px;
    }
    .we_work_title{
        font-size: 30px;
    }
}
@media screen and (max-width:360px){
    .we_work_logo_wrapper ul li {
        margin: 10px;
    }
}
/*We work end*/

/*OUR TEAM*/
.our-team-wrapper, .our-clients-wrapper{
    margin-top: 150px;
    margin-bottom: 150px;
}
.our-team-slider-wrapper, .our-clients-slider-wrapper{
    width: 1200px;
    margin: 0 auto;
    margin-top: 150px;
    height: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.our-clients-slider-wrapper{
    margin-top: 50px;
}
.our-team-left-arrow, .our-team-right-arrow, .our-clients-left-arrow, .our-client-right-arrow{
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.our-team-slider, .our-clients-slider{
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-family: Roboto;
}
.our-team-slider img{
    border: 1px solid transparent;
    border-radius: 20px;
    width: 200px;
    height: 250px;
}
.our-clients-slider .slick-track{
    display: flex;
    align-items: center;
}
.our-clients-slider img{
    width: 230px;
    height: auto;
    margin: 0 auto;
}
.our-team-slide, .our-clients-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team-member-name{
    font-family: Roboto;
    font-size: 1rem;
    margin-top: 10px;
}
.team-member-position{
    font-family: Roboto;
    font-size: .8rem;
    margin-top: 10px;
}

/*OUR TEAM*/
/*OUR CONTACT*/
.contact-wrapper{
    margin-top: 100px;
    margin-bottom: 100px;
}
.contact-info{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.contact-info div:nth-child(1){
    width: 35%;
}
.contact-info div:nth-child(2), .contact-info div:nth-child(3){
    width: 25%;
}
.contact-info-title{
    font-family: Roboto;
    font-size: 2rem;
    color: #C4A676;
    margin-bottom: 30px;
}
.contact-info p{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Roboto;
}
/*OUR CONTACT*/
/*About-us-start*/
.about-us-wrapper{
    width: 100%;
}
.about-us-title, .services-title, .our-team-title, .our-client-title{
    font-family: Roboto;
    display: flex;
    width: 50%;
    border-bottom: 1px solid #C4A676;
    justify-content: flex-end;
    color: #C4A676;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
}
.about-us-info{
	max-width: 1200px;
    margin: 0px auto;
    margin-top: 81px;
	padding-bottom: 30px;
    display: flex;
    justify-content: flex-start;
}
.about-us-info img{
    width: 50%;
    margin-right: 38px;
	max-height: 350px;
}
.about-us-info p{
    width: 50%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #3C3C3C;
}


/*About-us-end*/

/*Service-start*/

.services-wrapper{
    width: 100%;
    background: #F8F8F8;
    padding-top: 110px;
}

.services-title{
    display: flex;
    width: 50%;
    border-bottom: 1px solid #C4A676;
    justify-content: flex-end;
    color: #C4A676;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 110px;
}

.services-container{
    display: flex;
    max-width: 1200px;
    justify-content: center;
    margin: 0px auto;
}

.service-point-wrapper{
    width: 50%;
    display: flex;
}
.service-point-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-point{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    text-align: center;
    margin-bottom: 85px;
}

.service-point img{
    width: 70px;
}
.service-score{
    width: 50%;
    display: flex;
    margin: 0px auto;
    align-items: center;
}
.service-score-wrapper{
    background: white;
    width: 54%;
    padding: 63px 42px;
    margin: 0px auto;
}
.line-gold{
    max-width: 320px;
    height: 1px;
    background: #C4A676;
    margin-bottom: 66px;
}

.service-score-text{
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 34px;
    text-align: center;

    color: #000000;
}
.service-score-wrapper span{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #C4A676;
}
/*Service-end*/

/*Adv-header-start*/

.adv-header-plus{
    width: 100%;
}

.icon-wrapper{
    max-width: 1300px;
    display: flex;
    justify-content: center;
	align-items: center;
    margin: 0px auto;
    margin-top: 83px;
    margin-bottom: 83px;
    padding: 75px 60px;
    border-radius: 30px;
    box-shadow: 0px 0px 50px rgba(13, 13, 13, 0.12);
}

.icon-point{
    width: 200px;
    height: 115px;
    padding: 0;
    margin-right: 30px;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.icon-point:last-child{
    margin-right: 0;
}

.icon-point img{
    display: flex;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 30px;
}

.icon-point p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #3C3C3C;
}
/*Adv-header-end*/

/*Adw-poster-Start*/

.adw-poster{
    width: 100%;
    height: 400px;
    background-image: url("../images/front-page/adw-poster.png");
    background-attachment: fixed;
	background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
    display: flex;
}

.adw-poster-wrapper{
    display: flex;
    width: 1200px;
    justify-content: space-around;
    margin: 0px auto;
    align-items: center;
    color: white;
}

.adw-poster-text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    max-width: 500px;
    color: #FFFFFF;
	padding-left: 5px;
}

.adw-poster-text p{
	font-size: 20px;
}

.adw-poster-button{
    cursor: pointer;
    width: 345px;
    height: 50px;
    border: 1px solid #C4A676;
    box-sizing: border-box;
    border-radius: 33px;
    background: #C4A676;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.line-adw{
    width: 100px;
    height: 1px;
    background: #C4A676;
}

/*Adw-poster-End*/


/*article-start*/

article{
    width: 100%;
    margin-top: 75px;
}

.article-wrapper{
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    max-width: 1200px;
}

.article-point{
    display: flex;
    margin-bottom: 72px;
}

.article-text-wrapper{
    width: 70%;
    padding: 61px 65px;
    background: #F8F8F8;
}

.article-title{
	font-family: Open Sans;
    font-style: Regular;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #2D2D2D;
    margin-bottom: 25px;
}

.article-text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #3C3C3C;
}

/*article-end*/


/*Footer-Start*/

#map{
    width: 100%;
    height: 400px;
}

footer{
    width: 100%;
    border-bottom: 1px solid #C4A676;
}

.footer-wrapper{
    padding-bottom: 45px;
    padding-top: 45px;
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-wrapper img{
    cursor: pointer;
}

.footer-button{
    cursor: pointer;
    width: 345px;
    height: 50px;
    border: 1px solid #C4A676;
    box-sizing: border-box;
    border-radius: 33px;
    background: white;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: black;
}

.made-by{
    display: flex;
    justify-content: center;
    margin: 0px auto;
    margin-top: 16px;
    margin-bottom: 15px;
    align-items: center;
    cursor: pointer;
}

/*Footer-End*/


.service-point p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}

@media (max-width: 1250px) {

	.adw-poster {
		background-attachment: inherit;
	}

    .footer-wrapper {
        justify-content: space-around;
    }

    .bank-account{
        width: 90%;
    }
    .our-team-slider-wrapper, .our-clients-slider-wrapper{
        width: 90%;
    }
    .our-team-slider img{
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    .our-clients-slider img{
        width: 200px;
        height: auto;
    }
    .contact-info {
        width: 960px;
    }
}
@media (max-width: 1026px) {
	
	.service-score-wrapper {
		width: 63%;
	}

    .service-point-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bank-account img{
        width: 200px;
        height: 200px;
    }
    .bank-account-title{
        font-size: 1rem;
    }
    .bank-account-price{
        font-size: 1rem;
    }
    .bank-account-text{
        font-size: .9rem;
    }
    .our-team-slider-wrapper, .our-clients-slider-wrapper {
        width: 90%;
    }
    .our-team-slider, .our-clients-slider{
        width: 80%;
    }
    .our-team-slider img{
        border: 1px solid transparent;
        border-radius: 20px;
        width: 170px;
        height: 220px;
        margin:  0 auto;
    }
    .our-clients-slider img{
        border: 1px solid transparent;
        border-radius: 20px;
        width: 180px;
        height: auto;
        margin:  0 auto;
    }
    .contact-info {
        width: 90%;
    }


    .services-container {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 60px;
    }

    .service-point-wrapper {
        justify-content: center;
        margin: 0px auto;
    }

    .article-img{
        margin: 0px auto;
		margin-bottom: 40px;
   		margin-top: 40px;
    }

    .adw-poster-wrapper {
        flex-direction: column;
    }

    .service-point-container {
        margin-top: 40px;
    }

    .article-point {
        flex-direction: column;
    }

    .article-text-wrapper {
        margin: 0px auto;
    }


}

@media (max-width: 769px) {
	
	.about-us-info img {
		width: 90%;
		margin-right: 38px;
	}
	
    .our-team-slider-wrapper, .our-clients-slider-wrapper {
        width: 90%;
    }
    .our-team-slider, .our-clients-slider{
        width: 85%;
    }
    .our-clients-slider img{
        border: 1px solid transparent;
        border-radius: 20px;
        width: 150px;
        height: auto;
        margin:  0 auto;
    }
    .about-us-title, .services-title, .our-team-title, .our-client-title{
        font-family: Roboto;
        display: flex;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #C4A676;
        justify-content: center;
        color: #C4A676;
        font-style: normal;
        font-weight: bold;
        font-size: 45px;
        line-height: 55px;
        text-align: center;
    }

    .article-img img{
        width: 300px;
    }

    .line-gold {
        width: 140px;
        height: 1px;
        background: #C4A676;
        margin-bottom: 66px;
    }
    .about-us-info {
        flex-direction: column;
        margin: 0px auto;
        margin-top: 81px;
    }

    .about-us-info img {
        margin: 0px auto;
    }

    .about-us-info p{
        margin: 0px auto;
        margin-top: 40px;
        width: 300px;
    }
	
	.footer-wrapper {
		flex-direction: column;
	}
	
	.footer-wrapper img {
		cursor: pointer;
		margin-bottom: 35px;
	}
	
	.icon-point {
		max-width: 215px;
		margin-bottom: 40px;
		margin-right: 0px;
	}
	
}

@media (max-width: 760px) {
	
	
	
    .bank-account{
        flex-direction: column;
        align-items: center;
    }
    .bank-account img{
        width: 250px;
        height: 250px;
    }
    .bank-account-text, .bank-account-title{
        width: 100%;
    }
    .bank-account-title{
        text-align: center;
    }

    .icon-wrapper {
        flex-wrap: wrap;
    }

}
@media (max-width: 670px) {
    .contact-info{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact-info div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contact-info div:nth-child(1){
        width: 90%;
        padding-left: 10px;
    }
    .contact-info div:nth-child(2), .contact-info div:nth-child(3){
        width: 90%;
        padding-left: 20px;
    }
}
@media (max-width: 500px) {
	
	.adw-poster {
		background-attachment: inherit;
	}
	
    .our-team-slider-wrapper, .our-clients-slider-wrapper{
        width: 90%;
    }
    .our-team-slider, .our-clients-slider{
        width: 80%;
    }
    .our-team-slider img{
        border: 1px solid transparent;
        border-radius: 20px;
        width: 250px;
        height: 300px;
        margin:  0 auto;
    }
    .our-clients-slider img{
        border: 1px solid transparent;
        border-radius: 20px;
        width: 200px;
        height: auto;
        margin:  0 auto;
    }

    .article-text-wrapper {
		width: 300px;
		padding: 61px 10px;
	}
	
	.service-score-text {
		font-size: 22px;
	}
	
	
	
}
@media (max-width: 370px) {
    .our-team-slider-wrapper {
        width: 90%;
    }
    .our-team-slider{
        width: 80%;
    }
    .our-team-slider img{
        border: 1px solid transparent;
        border-radius: 20px;
        width: 170px;
        height: 220px;
        margin:  0 auto;
    }

    .service-score {
        width: 88%;
    }

    .service-score-wrapper {
        width: 100%;
    }

    .line-gold {
        width: 200px;
    }

    .adw-poster {
        height: 468px;
        background-repeat: no-repeat;

    }


    .adw-poster-button {
        width: 260px;
        color: white;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-wrapper img {
        cursor: pointer;
        margin-bottom: 40px;
    }

    .footer-button {
        width: 300px;
    }

}
.custom-call-btn {
    position: fixed;
    bottom: 45px;
    right: 45px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    background: url("../images/call.svg") center center / 50% 50% no-repeat #c4a676;
    z-index: 11;
    animation: .7s ease-in-out 1s alternate jump;
}
.custom-call-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    box-sizing: border-box;
    border: 3px solid #c4a676;
    animation: 2.5s ease-in-out 2.2s infinite fade;
}
@media (max-width: 1365px) {
    .custom-call-btn {
        right: 30px;
        bottom: 30px;
    }
}
@media (max-width: 1024px) {
    .icon-wrapper {
        padding: 60px 45px
    }
}
@media (max-width: 991px) {
    .custom-call-btn {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
    .custom-call-btn {
        right: 15px;
        bottom: 15px;
    }
}
@media (min-width: 992px) {
    .icon-wrapper .icon-point:hover {
        padding: 0 40px;
    }
}
@keyframes jump {
    from {
        transform: translateY(0px);
    }
    20%,80% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    to {
        transform: translateY(0px);
    }
}
@keyframes fade {
    from {
        transform: scale(1);
        opacity: 1;
    }
    80% {
        transform: scale(1.5);
        opacity: 0;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* OLD BANNER TELEGRAM (START) */
@font-face{
    font-family: 'Franklin Gothic';
    src: url('../fonts/Franklin-Gothic-Medium.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Franklin Gothic';
    src: url('../fonts/Franklin-Gothic-Heavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*{
    box-sizing: border-box;
}
.banner-telegram-wrapper{
    background-image: url(/wp-content/uploads/2021/04/banner-background-min.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
}
.banner-telegram-left-block{
    width:65%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 50px;
    font-family: 'Franklin Gothic', 'Roboto', Sans-serif ;
    text-align: right;
    color: #ffffff;
    position: relative;
}
.banner-telegram-left-block .banner-telegram-title-text{
    font-weight: normal;
    line-height: 100%;
    font-size: 56px;
}
.banner-telegram-red-marker-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.banner-telegram-left-block .banner-telegram-red-marker-container .banner-telegram-red-marker-element{
    background: rgba(255, 0, 0, 0.8);
    padding: 0px 20px;
    border-radius: 12px;
    font-weight: normal;
    line-height: 115%; 
    display: block;
    width: auto;
}
.banner-telegram-left-block .banner-telegram-description{
    font-size: 38px;
}
.banner-telegram-left-block .banner-telegram-blue-marker-container{
    font-size: 40px;
    margin-top: 15px;
}
.banner-telegram-left-block .banner-telegram-blue-marker-container .banner-telegram-blue-marker-element{
    background: rgba(42, 74, 188, 0.75);
    padding: 5px 10px;
    border-radius: 10px;
}
.banner-telegram-left-block .banner-telegram-blue-marker-container .banner-telegram-red-in-blue{
    background: rgba(255, 0, 0, 1);
    border-radius: 5px;
    padding: 0px 5px;
}
.banner-telegram-logo{
    height:30px;
    margin-right: 10px;
}
.banner-telegram-link{
    color: #e0e0e0;
    font-size: 25px;
    margin-top: 15px;
    display:flex;
    flex-direction: row;
    align-items: center;
    z-index: 10;
}
.banner-telegram-lavaro-logo-container{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-telegram-lavaro-logo{
    max-height: 40px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    right: 240px;
}
.banner-telegram-lavaro-logo img{
    height: 100%;
}
.banner-telegram-right-block{
    width:35%;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.banner-telegram-right-block img{
    max-height: 600px;
}

@media (max-width:1600px){
    .banner-telegram-right-block img{
        max-height: 500px;
    }
}
@media (max-width:1499px){
    .banner-telegram-left-block .banner-telegram-title-text{
        font-size: 44px;
    }
}
@media (max-width:1199px){
    .banner-telegram-left-block{
        width: 65%;
        padding-right: 0px;
    }
    .banner-telegram-right-block{
        width: 35%;
        padding-left: 40px;
    }
    .banner-telegram-left-block .banner-telegram-title-text{
        font-size: 38px;
    }
    .banner-telegram-left-block .banner-telegram-red-marker-container .banner-telegram-red-marker-element {
        width: auto;
    }
    .banner-telegram-left-block .banner-telegram-description{
        font-size: 25px;
    }
    .banner-telegram-left-block .banner-telegram-blue-marker-container{
        font-size: 25px;
    }
    .banner-telegram-link{
        font-size: 20px;
    }
    .banner-telegram-margin-top {
        margin-top: 5px;
    }
}
@media (max-width:992px){
    .banner-telegram-wrapper{
        flex-direction: column-reverse;
    }
    .banner-telegram-left-block{
        width: 100%;
        margin:50px 0px;
        text-align: center;
        align-items: center;
    }
    .banner-telegram-right-block{
        width: 100%;
        padding-left: 0px;
        padding-top: 50px;
        align-items: center;
    }
    .banner-telegram-red-marker-container {
        align-items: center;
    }
    .banner-telegram-lavaro-logo-container{
        position: relative;
        margin-top: 80px;
    }
    .banner-telegram-lavaro-logo{
        position: relative;
        bottom: 0px;
        right: 0px;
    }
}
@media (max-width: 650px){
    .banner-telegram-left-block .banner-telegram-title-text {
        font-size: 25px;
    }
    .banner-telegram-left-block .banner-telegram-blue-marker-container {
        font-size: 20px;
    }
    .banner-telegram-left-block .banner-telegram-red-marker-container .banner-telegram-red-marker-element {
        padding: 0px 10px;
        border-radius: 8px;
    }
    .banner-telegram-lavaro-logo {
        max-height: 30px;
        height: 30px;
    }
}
@media (max-width: 600px){
    .banner-telegram-left-block h2 {
        font-size: 25px;
    }
}
@media (max-width: 450px){
    .banner-telegram-left-block h2 {
        font-size: 17px;
    }
    .banner-telegram-left-block .banner-telegram-description{
        font-size: 17px;
    }
    .banner-telegram-left-block .banner-telegram-blue-marker-container{
        font-size: 17px;
    }
    .banner-telegram-left-block .banner-telegram-title-text {
        font-size: 17px;
    }
    .banner-telegram-left-block .banner-telegram-red-marker-container .banner-telegram-red-marker-element {
        border-radius: 5px;
    }
}
.english-language .banner-telegram-wrapper{
    display: none;
}
/* OLD BANNER TELEGRAM (END) */
  
/*NEW BANNER (START)*/
.bt-wrapper{
	display: block;
	position: relative;
	width: 100%;
}
.bt-wrapper-link{
	display: block;
	position: relative;
}
.bt-wrapper-img{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: -5px;
}
/*NEW BANNER (END)*/