@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");

@font-face{font-family:"KyivTypeSans-Regular";src:url("/fonts/KyivTypeSans-Regular.ttf") format("truetype");font-style:normal;font-weight:normal;}
@font-face{font-family:"KyivTypeSans-Black2";src:url("/fonts/KyivTypeSans-Black2.ttf") format("truetype");font-style:normal;font-weight:bold;}
@font-face{font-family:"KyivTypeTitling-Heavy2";src:url("/fonts/KyivTypeTitling-Heavy2.ttf") format("truetype");font-style:normal;font-weight:bold;}

body{margin:0;padding:0;color:#333;font-family:"Inter",sans-serif;}
a{color:#2f80ed;}
p{font-weight:400;}
.btn-primary{font-weight:600;font-size:16px;/* padding:5px 20px; */height:36px;}
.btn-big{height:50px;}
.btn-outline-primary{width:113px;}
.container-xl{max-width:1170px;}
.header{padding:24px 0px;}
.header .header-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.header .logo{display:flex;flex-direction:row;align-items:center;justify-content:center;}
.header .logo h1{font-size:24px;font-weight:800;text-transform:uppercase;margin:0;text-indent:-10000px;background:url("/images/logo2.png") no-repeat center;width:120px;height:75px;background-size:contain;}
.header .logo h3{width:255px;font-size:16px;font-weight:400;margin:0;border-left:2px solid #2f80ed;margin-left:8px;padding-left:8px;}
.header .logo h3 span{color:#008Bff}
.header .nav .nav-item a{font-size:14px;font-weight:600;color:#2d2d2d;}
.header .nav .nav-item a.nav-item-outlined{color:#2f80ed;border-radius:6px;border:1px solid #2f80ed;}
.header .nav .nav-item a:hover.nav-item-outlined{cursor:pointer;}
.header #mobContact{display:none;}
.page-cover{width:100%;height:500px;display:flex;flex-direction:row;align-items:center;background:url("/images/cover-bg-2.jpg") no-repeat center;background-size:cover;}
.page-cover .page-cover-content{width:470px;padding:38px 50px;background:rgba(255,255,255,0.9);border-radius:6px;text-align:center;}
.page-cover .page-cover-content h2{font-weight:700;margin-bottom:25px;}
.page-cover .page-cover-content a{width:100%;margin-top:40px;line-height:36px;}

.secondary-bg-color{background-color:#f5f5f5;}
.section.section-py{padding:60px 0px;}
.section .section-header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:32px;position:relative;}
.section.what{padding:40px 0px;}
.section.what .what-row .small-title{color:#333;font-weight:700;font-size:24px;margin:0px 0px 24px 0px;}
.section.what .what-content{margin:0px 0px 48px 0px;}
.section.what .what-item .what-content.right-side{width:455px;}
.section.what .what-content:last-child{margin:0;}
.section.what .what-content blockquote{text-align:right;}
.section .section-header .title{font-size:58px;font-weight:700;margin:0;padding:24px 0px 0px 0px;}
.section .section-header::before{content:"";position:absolute;display:block;width:64px;height:2px;background-color:#2f80ed;left:50%;top:0px;margin:0px 0px 0px -32px;}
.section .section-header p{margin-top:16px;}
.section .section-content .works-row{display:flex;flex-direction:row;justify-content:space-between;margin:32px 0;}
.section .section-content .works-row{display:flex;flex-direction:row;}
.section .section-content .works-row{display:flex;flex-direction:row;justify-content:space-between;}
.section .section-content .works-row .content-thumb{width:470px;height:auto;}
.section .section-content .works-row .works-list{margin-left:72px;}
.section .section-content .works-row .works-list .work-list-item{margin-bottom:32px;}
.section .section-content .works-row .works-list .work-list-item{display:flex;flex-direction:row;position:relative;}
.section .section-content .works-row .works-list .work-list-item:first-child .list-item-icon::before{width:10px;content:"";background:url("/images/svg/first-line.svg") no-repeat;position:absolute;left:55px;bottom:-30px;height:75px;}
.section .section-content .works-row .works-list .work-list-item:last-child .list-item-icon::before{width:10px;content:"";background:url("/images/svg/second-line.svg") no-repeat;position:absolute;left:0px;top:-80px;height:75px;}
.section .section-content .works-row .works-list .work-list-item .list-item-icon{margin-right:32px;}
.section .section-content .works-row .works-list .work-list-item .list-item-content h3{font-size:24px;margin-bottom:14px;font-weight:700;}
.section .section-content .works-row .works-list .work-list-item .list-item-content p{width:100%;text-align:left;font-weight:400;font-size:16px;}
.section .section-content p.content-text-center{text-align:center;padding:0 120px;margin:0 auto;font-weight:400;size:16px;}
.section .section-footer{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:40px;}
.section .section-footer .btn{width:170px;}
.section .section-footer a.btn-big{line-height:36px;}
.results .card{margin-top:32px;}
.results .card{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border:none;}
.results .card h3{color:#f2c94c;font-weight:700;font-size:60px;}
.results .card p{font-weight:700;margin-bottom:16px;font-size:24px;text-align:center;}
.results .card span{font-size:16px;font-weight:400;text-align:center;}
.footer{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:14px;padding:30px;}
.case-article{width:100%;display:flex;flex-direction:row;margin-bottom:40px;}
.case-article .case-thumb img{width:570px;height:412px;object-fit:cover;}
.case-article:nth-child(odd) .case-thumb{margin-right:30px;order:1;}
.case-article:nth-child(odd) .case-content{order:2;}
.case-article:nth-child(even){justify-content:space-between;}
.case-article:nth-child(even) .case-content{order:1;}
.case-article:nth-child(even) .case-thumb{order:2;}
.case-article .case-content{display:flex;flex-direction:column;width:420px;}
.case-article .case-content span{margin-bottom:24px;}
.case-article .case-content h3{font-size:24px;font-weight:700;margin-bottom:24px;}
.case-article .case-content p{width:100%;text-align:left;}
.case-article .case-content a{margin-top:24px;}
.team .team-cover{width:100%;margin-bottom:32px;}
.team .team-founder{display:flex;flex-direction:row;}
.team .team-founder .founder-info{display:flex;flex-direction:column;padding:0px 36px;}
.team .team-founder .founder-info p{font-size:18px;}
.team .team-cover img{width:100%;height:445px;object-fit:cover;}
.team h5.sub-title{text-align:center;margin:32px 0;padding:0px 120px;}
.team .members>h4{font-weight:500;font-size:24px;text-align:center;margin:24px 0;}
.about-us .about.slick-slide:last-child{margin-right:0 !important;}
.team .members .member img,.about-us .about img{width:100%;margin:0px 0px 24px 0px;}
.team .members .member h4,.about-us .about h4,.partners .partner h4{font-size:18px;font-weight:600;}
#about-us-carousel .about .link-more{text-decoration:none;}
#about-us-carousel .about p{margin:0px 0px 8px 0px;}
#about-us-carousel .about .link-more:hover{text-decoration:underline;}
#about-us-carousel.about-en{display:flex !important;justify-content:center;}
.team .members .member>h5{font-size:18px;font-weight:400;margin:8px 0px;}
.team .team-founder .founder-social,.team .members .member .member-social{display:flex;flex-direction:row;align-items:center;margin:0px 0px 8px 0px;}
.team .team-founder .founder-social a:nth-child(2),.team .members .member .member-social a:nth-child(2){margin:0 12px;}
.team .team-founder .founder-info a,.team .members .member a{text-decoration:none;font-weight:400;}
.partners .partner .partner-thumb{width:100%;height:200px;/* border:1px solid #ccc; */margin-bottom:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;}
.partners .partner .partner-thumb img{height:180px;}
#testimonial-carousel{height:434px;}
#testimonials-carousel .testimonial{width:100%;display:flex;}
#testimonials-carousel .testimonial .testimonial-img,#testimonials-carousel .testimonial .testimonial-content{width:50%;}
#testimonials-carousel .testimonial .testimonial-img img{width:100%;height:434px;object-fit:cover;}
#testimonials-carousel .testimonial .testimonial-content{background:#fff;}
#testimonials-carousel.owl-theme .owl-nav.disabled+.owl-dots{margin-top:-45px;z-index:999;position:relative;width:50%;margin-left:50%;}
#testimonials-carousel.owl-theme .owl-dots .owl-dot span{width:16px;height:16px;}
#testimonials-carousel .testimonial .testimonial-content{text-align:center;padding:65px 30px;}
#testimonials-carousel .testimonial .testimonial-content h3{font-size:24px;margin-bottom:30px;font-weight:700;}
#testimonials-carousel .testimonial .testimonial-content p{font-style:italic;}
.donates .donate a{display:flex;flex-direction:row;padding:14px 30px;color:#333;margin-bottom:24px;border:1px solid #ccc;align-items:center;background:url("/images/svg/arrow-link.svg") right 30px center no-repeat;text-decoration:none;}
.donates .copy a{background:url("/images/copy-icon-32.png") right 15px center no-repeat;word-wrap:break-word;word-break:break-all;}
.donates .copy a span{display:contents;}
.donates .donate a:hover{opacity:0.8;}
.donates .donate a img{width:50px;height:50px;margin-right:/* 47px */30px;}
.faq .accordion-button{border-radius:0px;padding:20px 0px;border-bottom:1px solid #ccc;color:#2f80ed;text-decoration:underline;}
.faq .accordion-button::after{background-image:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAdAgMAAACcQHe7AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEUvgO0vgO3///+M0F45AAAAAXRSTlMAQObYZgAAAAFiS0dEAmYLfGQAAAAHdElNRQfmBQkSDwe/f2y3AAAAfUlEQVQY01XQwRWAIAwDUDh0hO7jCB7M/qsYpKSRg9L2/QdkYPSKe+DqMlneXXKPR9VkmY2DMBqvyWz8OeE9EN5MePeFS9XvtAsfFLsNnAMefdUPXSeXSl32G0BPWWzaQzkJi4EuLSSOYBFOwOjCniCx50vs6f9OrcB9ZdEXjNkgdyz3qAgAAAAASUVORK5CYII=");}
.mob_menu{display:none;}

#toTop{display:none;position:fixed;bottom:20px;right:20px;z-index:99;border:none;outline:none;background:transparent url("/images/top_32.png") 0 center no-repeat;cursor:pointer;width:32px;height:32px;}

.display-none {display:none}
/* .case_slider{padding:20px 0;background:rgba(0,0,0,0.4)} */
.case_slider{padding:10px 0;}
.case_slider .items{margin:0 auto}
.case_slider .owl-nav{display:flex;align-items:center;justify-content:center;margin-top:20px}
.case_slider .items .owl-item{cursor:pointer;height:97px;}
.case_slider .owl-nav button{outline:none}
.case_slider .owl-nav i{font:normal normal normal 24px/1 FontAwesome;}
.case_slider .owl-nav .num_slider{margin:0 20px;padding-top:3px;font-size:18px}

.cycle-ride{background-image:url("/images/cycle_ride/cycle_ride_bg_2.jpg");height:400px;font-family:"KyivTypeSans-Regular";}
.cycle-ride .page-cover-content{width:470px;padding:30px 35px;min-height:300px;height:auto;}
.cycle-ride .page-cover-content .btn-outline-secondary{color:#333;}
.cycle-ride  .page-cover-content .col-6 a{line-height:24px;height:40px;}
.cycle-ride  .page-cover-content button.btn-primary{padding-bottom:6px;padding-top:6px;height:38px;}
.cycle-ride-start{width:620px;color:#fff;font-size:32px;}
.cycle-ride-start h1{font-size:48px;font-weight:700;font-family:"KyivTypeSans-Black2";}
.cycle-ride-start p{line-height:38px;}
.cycle-ride-start p.black2{font-family:"KyivTypeSans-Black2";}
.cycle-ride-start p.lh-1{width:400px;}
.section.cycle-ride-section{padding:40px 0px;}
.cycle-ride-section .section-header{margin-bottom:15px;}
.cycle-ride-section .cities .city  .time_to{display:flex;flex-direction:row;justify-content:space-between;align-items:center;}
.cycle-ride-section .cities .city .timebox{box-sizing:border-box;width:170px;height:172px;border:1px solid #E0E0E0;font-weight:700;font-size:24px;text-align:center;}
.cycle-ride-section .cities .city .timebox span{font-size:60px;line-height:110%;text-align:center;color:#2F80ED;font-weight:700;display:block;margin:30px 0 10px;}
.cycle-ride-section .cities .city .timebox img{margin-top:28px;border:1px solid #E0E0E0;}
.cycle-ride-section .cities .city .gerb{border:0 none;}
.cycle-ride-section .cities .city .btn-outline-primary{width:auto;}
.cycle-ride-section .merchant h4{font-weight:bold;}
#more_cities{display:none;}
.city-group{display:none;}
.t-shirt-carousel, .t-shirt-carousel *{border-radius:.25rem;}
.t-shirt-carousel img{border-radius:0;}

.header .nav .nav-item.online a{color:red;font-weight:bold;}
.header .nav .nav-item.online{margin-left:10px;margin-right:10px;position:relative;}
.header .nav .nav-item.online:hover:after,.header .nav .nav-item.online:after{background:red;}
.header .nav .nav-item a span{position:absolute;content:"";width:9px;height:9px;border:1px solid red;background-color:red;border-radius:50%;left:0;box-shadow:0px 0px 2px 0px #484747de;top:calc(50% - 5px);animation:3s blinker infinite;}
@keyframes blinker{
0%	 {background-color:red;}
25%	{background-color:white;}
50%	{background-color:red;}
75%	 {background-color:white;}
100% {background-color:red;}
}

#about_event{overflow:hidden;}
#about_event, #about_event *{font-family:"KyivTypeSans-Black2";}
#about_event.section .section-header::before{display:none;}
#about_event h2{color:#73A8EA;text-transform:uppercase;font-size:28px;padding-left:230px;padding-right:230px;text-align:center;padding-bottom:10px;
background:url("/images/bicyclist_left.png") left 80px top 0 no-repeat, url("/images/bicyclist_right.png") right 80px top 0 no-repeat;
}
#about_event h3{color:black;text-align:center;text-transform:uppercase;font-size:22px;margin:20px 0;}
#about_event span{display:block;text-transform:uppercase;color:#73A8EA;}
#about_event p.last{color:black;text-align:center;font-size:21px;font-family:"KyivTypeSans-Black2";margin-top:20px;}
#about_event p{font-family:"KyivTypeSans-Regular";}

#circles .row{margin-bottom:30px;}
#circles .circle{background-color:#73A8EA;width:125px;height:125px;text-align:center;color:white;text-transform:uppercase;font-weight:bold;padding-top:25px;font-family:"KyivTypeSans-Regular";margin-right:50px;font-size:15px;line-height:18px;}
#circles .circle.circle-town{background-color:#FED403;color:#73A8EA;margin-right:30px;}
#circles .circle.circle-town:last-of-type{margin:0;}
#circles .circle.long-text{padding-top:20px;}
#circles .circle.from-text{padding-top:35px;font-size: 14px;}
#circles .circle img{width:75px;}
#circles .circle img,
#circles .circle span{display:block;margin:5px auto;}
#circles .circle span{font-size:40px;font-weight:bold;line-height:28px;font-family:"KyivTypeSans-Black2"}
#circles .circle small{font-size:12px;}
#circles .circle img{}
/* .circles-carousel .owl-item:first-of-type{margin-right:20px;} */

@media (max-width:991.98px){
.section.what .what-item .what-content.right-side{width:100%;}
.section.what{padding:32px 0px;}
.header .header-container{flex-direction:column;}
.header .header-container .logo{margin-bottom:20px;}
.section .section-content p.content-text-center{padding:0 20px;}
.section .section-content .works-row{display:flex;flex-direction:column;}
.section .section-header p{text-align:center;}
.section .section-content .works-row .works-list{margin-top:20px;margin-left:20px;}
.section .section-content .works-row,.section .section-content .works-row .content-thumb{width:100%;}
.section .section-content .works-row .works-list .work-list-item .list-item-content p{text-align:left;font-weight:400;font-size:16px;word-break:break-word;}
.case-article{flex-direction:column;}
.case-article .case-thumb img,.case-article .case-content span,.case-article .case-thumb h3{margin-bottom:16px;}
.case-article .case-content{width:100%;padding:0 20px;}
.case-article .case-thumb h3,.case-article .case-thumb img{width:100%;}
.case-article:nth-child(odd) .case-thumb{margin-right:0;}
.case-article:nth-child(even) .case-content{order:2;}
.case-article:nth-child(even) .case-thumb{order:2;}
.team h5.sub-title{padding:0px 20px;}
.members .member{margin-bottom:20px;}
.faq .section-footer a{display:flex;flex-direction:row;align-items:center;justify-content:center;height:50px;}
.faq .section-footer a.btn:first-child{margin-bottom:24px;}
}

@media (max-width:767.98px){
.header .header-container{flex-direction:column;}
.header .logo{flex-direction:column;align-items:flex-start;}
.header .logo h1{margin-bottom:8px;}
.header .nav{margin-top:30px;}
.header .nav .nav-item a{padding-left:10px;padding-right:10px;}
.header .nav .nav-item.online{margin:0;}
.header .nav .nav-item a span{left:-5px;top:calc(50% - 4px);}
.page-cover{height:480px;}
.section .section-header .title{font-size:32px;text-align:center;}
.section .section-content p{width:100%;}
.section .section-content .works-row .content-thumb{width:100%;height:auto;margin-bottom:26px;}
.section .section-content .works-row .works-list{margin-left:0px;padding:0px 19px;}
.section .section-content .works-row{flex-direction:column;}
.section .section-content .works-row .works-list .work-list-item .list-item-content h3{font-size:18px;margin-bottom:1px;font-weight:700;}
.section .section-content .works-row .works-list .work-list-item:first-child .list-item-icon::before{bottom:-22px;}
.section .section-content .works-row .works-list .work-list-item:last-child .list-item-icon::before{top:-72px;}
.section .section-content .works-row .works-list .work-list-item:last-child .list-item-icon::before{top:-84px;}
.case-article .case-thumb img{width:100%;height:auto;object-fit:cover;}
.case-article .case-content{width:100%;}
.case-article .case-content a{margin-top:16px;}
.team h5.sub-title{padding:0px 10px;}
.team .team-founder{flex-direction:column;}
.team .team-founder .founder-info{padding:0;}
#about-us-carousel .about{padding:0 30px;}
#about-us-carousel .owl-nav{position:absolute;top:50%;width:100%;margin-top:-13px;display:flex;flex-direction:row;justify-content:space-between;}
#testimonials-carousel{height:500px;}
#testimonials-carousel .testimonial{flex-direction:column;}
#testimonials-carousel .testimonial .testimonial-img,#testimonials-carousel .testimonial .testimonial-content{width:100%;}
#testimonials-carousel .testimonial .testimonial-img img,#testimonials-carousel .testimonial .testimonial-content{height:252px;}
#testimonials-carousel.owl-theme .owl-nav.disabled+.owl-dots{margin-top:-45px;z-index:999;position:relative;width:100%;margin-left:0;}
#testimonials-carousel .testimonial .testimonial-content{text-align:center;padding:33px 30px;}
#testimonials-carousel .testimonial .testimonial-content h3{margin-bottom:18px;}
.donates .donate a{/* background:none; */padding:15px;}
.donates .donate:not(.copy) a{background:none;}
.donates .copy a{padding-right:60px;}
.donates .copy a span{font-size:14px;}
.donates .donate a img {margin-right:15px;}
.case_slider .items .owl-item{height:auto;}

.page-cover.cycle-ride{height:auto;}
.page-cover.cycle-ride .page-cover-content{padding:10px 10px 15px;width:100%;min-height:240px;height:auto;}
.cycle-ride .page-cover-content button.btn-primary{height:auto;}
.cycle-ride-section .cities .city  .time_to{}
.cycle-ride-section .cities .city .justify-content-end{justify-content:center!important;margin-bottom:10px;}
.cycle-ride-section .cities .city .justify-content-start{justify-content:center!important;}
.cycle-ride-section .cities .city .timebox{width:70px;height:71px;font-size:16px;}
.cycle-ride-section .cities .city .timebox span{font-size:30px;margin:5px 0;}
.cycle-ride-section .cities .city .timebox img{margin-top:10px;}
.cycle-ride-start{width:100%;text-align:center;}
.cycle-ride-start p.lh-1{width:auto;}
}

/************************** CUSTOM SELECT LANG BEGIN **************************/
.language-select{position:relative;width:55px;}
.language-select select{display:none}
.language-selected{background-color:#2f80ed}
.language-selected:after{position:absolute;content:"\f105";color:#2f80ed;font:normal normal normal 16px/1 FontAwesome;right:10px;top:50%;transition:all .2s linear;transform:translateY(-50%) rotate(90deg)}
.language-selected.select-arrow-active:after{transform:translateY(-50%) rotate(-90deg)}
.language-items div,.language-selected{padding:6px 10px 7px;cursor:pointer;user-select:none;background-color:#fff;color:#2f80ed;border:1px solid #2f80ed;border-radius:6px}
.language-items{position:absolute;top:100%;left:0;right:0;z-index:99}
.select-hide{display:none}
.language-items div:hover,.language-as-selected{background-color:rgba(255,255,255,0.8)}

@media (max-width:850px){
.search_block .loc{min-width:300px;}
.language-select{font-size:14px;width:50px;position:absolute;top:50px;right:50px;}
.language-items div,.language-selected{padding:8px 6px}
.popup_slider .popup_slider_num{bottom:10px}
}

@media (max-width:768px){
.mob_menu{position:absolute;width:29px;height:2px;background:black;cursor:pointer;top:30px;left:20px;display:block;}
.mob_menu:after,.mob_menu:before{content:'';position:absolute;left:0;top:-7px;width:29px;height:2px;background:#000;transition:all 0.3s ease;}
.mob_menu:after{top:initial;bottom:-7px;}
.mob_menu.show{background:transparent;}
.mob_menu.show:after,.mob_menu.show:before{transform:rotate(45deg);top:0}
.mob_menu.show:after{bottom:0;transform:rotate(-45deg);}
.header .header-container .logo{margin:0 0 0 50px;}
.header .nav{display:none;position:absolute;width:200px;top:50px;left:0;background:white;z-index:99;height:100vh;padding:30px;box-sizing:content-box;margin:0;opacity:0.9;}
.header .nav ul{flex-direction:column;}
.header .nav .nav-item a,.header .nav ul li a{font-size:16px;line-height:40px;}
.header .nav ul li.home a:before{left:-25px;bottom:14px;}
.header .nav ul li{border-top:none;border-bottom:5px solid transparent;}
.header .nav ul li:hover,header nav ul li.active{border-top:none;border-bottom:5px solid #00797E;}
.header .nav ul li:nth-child(3){
margin-left:0;padding-left:10px}
.popup_slider .owl-nav{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%}
}

@media (max-width:450px){
.language-items div,.language-selected{padding:5px 8px}
.language-selected:after{right:10px;}
.language-select{width:initial;width:35px;position:absolute;top:20px;right:130px;}
.language-selected:after{display:none}
.header{padding:10px 0px;/* margin:-20px 0 0; */}
.header .header-container{padding:0 5px;}
.header .header-container .logo{margin:0;width:100%;}
.header .logo h1{margin-bottom:1px;}
.header .header-container .logo a{margin:0 0 0 50px;}
.header .logo h3{width:100%;margin:0;padding:0;border:0 none;font-size:12px;text-align:center;}
.page-cover{height:300px;}
.page-cover .page-cover-content{padding:25px 30px;}
.page-cover .page-cover-content h2{margin-bottom:15px;}
.page-cover .page-cover-content a{margin-top:20px;}
.header #mobContact{display:block;position:absolute;top:20px;right:20px;color:#2f80ed;border-radius:6px;border:1px solid #2f80ed;font-size:14px;text-decoration:none;padding:5px 9px;}
.header .nav .nav-item a.nav-item-outlined{display:none;}
.case_slider .items{width:90%;margin:0 auto}
.members .member:last-child{margin:0;}
.team .members .member .member-social{margin:0;}
.team .members .member .founder-item img{margin:0;}
}

@media (max-width:360px){
}
/************************** CUSTOM SELECT LANG END **************************/

#card-element.StripeElement{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid #ced4da;border-radius:4px;background-color:white;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease;}
#card-element.StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df;}
#card-element.StripeElement--invalid{border-color:#fa755a;}
#card-element.StripeElement--webkit-autofill{background-color:#fefde5 !important;}
#card-errors{color:red;font-size:14px;}
#payment-form button{border:1px solid #ced4da;border-radius:4px;background-color:#fff;color:#000;padding:15px 25px;}
#payment-request-button{border:1px solid #ced4da;border-radius:4px;}

#tckModal .modal-content{background:red;color:white;}
