@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Rowdies:wght@300;400;700&display=swap");
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}

.navbar img {
    display: inline;
}
img {
    display: block;
}
body {
    font-family: "Rajdhani", sans-serif;
    font-family: "Rowdies", cursive;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.container .control-label {
    color: #fff;
}

/* **** New Css **** */
.main-wrpper{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.main-wrpper .container {
    max-width: 1660px;
}

/* **** track **** */
.track-wrp {
    background: #561ecd;
    padding: 20px 0;
    margin: 0 0 10px;
}
.track-wrp .wizard-title h2 {
    color: #fff;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
}
.track-wrp .wizard-title .row {
    align-items: center;
}
.track-wrp .wizard-form {
    max-width: 370px;
    margin: 0 auto;
}
.track-wrp .wizard-form img {
    max-width: 100%;
    margin: 0 auto 16px;
}
.track-wrp .wizard-form h2 {
    color: #fff;
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    margin: 0 0 16px;
}
.track-wrp .wizard-form ul li {
    border-radius: 5px;
    background: #fff;
    padding: 15px 20px 15px 44px;
    color: #000c22;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    position: relative;
    cursor: pointer;
}
.track-wrp .wizard-form ul li input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.track-wrp .wizard-form ul li:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 19px;
    border: 2px solid #000c22;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.track-wrp .wizard-form ul li:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 23px;
    background: #000c22;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.track-wrp .wizard-form ul li.selected:after {
    opacity: 1;
    visibility: visible;
}
.track-wrp .wizard-form ul li label {
    margin: 0;
}
.track-wrp .valaszaid-wizard-form ul {
    display: flex;
    flex-wrap: wrap;
}
.track-wrp .valaszaid-wizard-form ul li.form-wizard-next-btn {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    width: 33.33%;
    padding: 0;
    margin: 0 0 16px;
    display: block;
    box-shadow: none;
    border: none;
    cursor: pointer;
    border-radius: 0;
}
.track-wrp .valaszaid-wizard-form ul li.form-wizard-next-btn:hover {
    background: transparent;
}
.track-wrp .valaszaid-wizard-form ul li label {
    display: block;
}
.track-wrp .valaszaid-wizard-form ul li img {
    max-width: 100%;
    margin: 0 auto;
}
.track-wrp .valaszaid-wizard-form ul li:before,
.track-wrp .valaszaid-wizard-form ul li:after {
    display: none;
}
.track-wrp .submit-block h2 {
    color: #fff;
    text-align: center;
    font-family: Rowdies;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 16px;
}
.track-wrp .form-wizard .wizard-fieldset {
    display: none;
}
.track-wrp .form-wizard .wizard-fieldset.show {
    display: block;
}
.track-wrp .form-wizard .form-group {
    margin: 0;
}
.track-wrp .form-wizard-submit,
.track-wrp .form-wizard .form-wizard-next-btn,
.track-wrp .form-wizard .form-wizard-previous-btn,
.form-wizard-restart-btn {
    color: #000c22;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -1px;
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid #000c22;
    background: #fff;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 9;
    box-shadow: 4px 4px 0 #000;
}
.track-wrp .form-wizard-submit:hover,
.track-wrp .form-wizard .form-wizard-next-btn:hover,
.track-wrp .form-wizard .form-wizard-previous-btn:hover,
.form-wizard-restart-btn:hover {
    color: #000c22;
    box-shadow: 0 0 0 #000;
}
/* **** End track **** */

/* **** Choose **** */
.choose-wrp .minket-block {
    padding: 80px 0;
}
.choose-wrp .container {
    max-width: 1290px;
}
.choose-wrp .choose-img img {
    width: 100%;
}
.choose-wrp .minket-block h3 {
    color: #000c22;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 20px;
}
.choose-wrp .minket-block p {
    color: #000c22;
    font-family: Rajdhani;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.choose-wrp .minket-block ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choose-wrp .minket-block ul img {
    max-width: 100%;
}
/* **** End Choose **** */

/* **** Student **** */
.student-wrp {
    padding: 80px 0;
}
.student-wrp .container {
    max-width: 1290px;
}
.student-wrp h2 {
    color: #000c22;
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    margin: 0 0 40px;
}
.student-wrp .swiper {
    width: 100%;
    height: 100%;
}
@media (min-width: 1200px) {
    .swiper-wrapper {
        width: auto;
        row-gap: 30px;
    }
}

/* **** End Student **** */
.student-wrp .box {
    width: 100%;
    height: 600px;
    perspective: 1000px;
    display: block;
}
.student-wrp .box-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}
.student-wrp .box-front,
.student-wrp .box-back {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backface-visibility: hidden;
}
.student-wrp .box-front {
    transform: rotateY(0deg);
}
.student-wrp .box-back {
    transform: rotateY(180deg);
}
.student-wrp .box.flip .box-inner {
    transform: rotateY(180deg);
}
.student-wrp .slider-box .box-front {
    border-radius: 15px;
    background: #561ecd;
}
.student-wrp .slider-box .slider-img {
    width: 100%;
    border-radius: 15px;
}
.student-wrp .slider-box .description {
    padding: 0 20px 20px;
    margin-top: -50px;
}
.student-wrp .slider-box .description h3 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 27px;
    font-weight: 300;
    margin: 0 0 10px;
}
.student-wrp .slider-box .description h3 img {
    margin-right: 3px;
    max-width: 100%;
    height: 55px;
}
.student-wrp .slider-box .description p {
    color: #fff;
    font-family: Rajdhani;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 23px;
}
.student-wrp .slider-box .box-front .box-bottom {
    position: absolute;
    bottom: 20px;
    padding-right: 20px;
    text-align: center;
}
.student-wrp .slider-box .box-back .box-bottom {
    text-align: center;
}
.student-wrp .slider-box .box-bottom .box-list {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 25px;
}
.student-wrp .slider-box .box-bottom .box-list li {
    color: #fff;
    text-align: center;
    font-family: Rajdhani;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    padding: 0 2px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.student-wrp .slider-box .box-bottom .box-list li:last-child {
    border: none;
}
.student-wrp .slider-box .box-bottom .box-list li img {
    max-width: 100%;
    height: 27px;
    object-fit: contain;
    margin: 0 auto 5px;
}
.student-wrp .slider-box .description .btn-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.student-wrp .slider-box .description .btn-box li {
    width: 50%;
    padding: 0 5px;
}
.student-wrp .slider-box .description .btn-box li:last-child {
    width: 100%;
    margin: 10px 0 0;
}
.student-wrp .slider-box .description .btn-box li .btn-secondary {
    color: #fff;
    text-align: center;
    font-family: Rowdies;
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 15px 15px;
    display: block;
    width: 100%;
    border: 2px solid #000c22;
    background: #561ecd;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.student-wrp .slider-box .description .btn-box li .btn-secondary:hover,
.student-wrp .slider-box .description .btn-box li .btn-secondary:focus{
    box-shadow: 3px 3px 0 #000;
}
.student-wrp .slider-box .description .btn-box li .btn-primary {
    color: #000c22;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid #000c22;
    background: #fff;
    padding: 15px 3px;
    position: relative;
    z-index: 9;
    box-shadow: 3px 3px 0 #000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.student-wrp .slider-box .box-back .btn-primary:hover,
.student-wrp .slider-box .box-back .btn-primary:focus,
.student-wrp .slider-box .description .btn-box li .btn-primary:hover,
.student-wrp .slider-box .description .btn-box li .btn-primary:focus{
    box-shadow: 0 0 0 #000;
}
.student-wrp .slider-box .box-back {
    border-radius: 15px;
    background: #561ecd;
    padding: 20px;
}
.student-wrp .slider-box .box-back h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.student-wrp .slider-box .box-back h3 span {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-left: auto;
}
.student-wrp .slider-box .box-back h3 span img {
    max-width: 100%;
    margin-left: 5px;
}
.student-wrp .slider-box .box-back p {
    color: #fff;
    font-family: Rajdhani;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px;
}
.student-wrp .slider-box .box-back .btn-primary {
    color: #000c22;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid #000c22;
    background: #fff;
    padding: 15px 3px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 9;
    box-shadow: 3px 3px 0 #000;
}
.student-wrp .slider-box .box-back .btn-primary:hover,
.student-wrp .slider-box .box-back .btn-primary:focus{
    box-shadow: none;
}

.student-wrp .slider-box .box-back h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 25px 0 15px;
}
.student-wrp .slider-box .box-back .time-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.student-wrp .slider-box .box-back .time-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.student-wrp .slider-box .box-back .time-block li {
    width: 50%;
    padding: 0 4px;
    margin: 0 0 8px;
}
.student-wrp .slider-box .box-back .time-block li span {
    display: block;
    background: rgba(255, 255, 255, 0.3);
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding: 4px 8px;
}

/* **** Csoportos Block **** */
.csoportos-block {
    padding: 80px 0;
}
.csoportos-block h3 {
    color: #000c22;
    text-align: center;
    font-family: Rowdies;
    font-size: 27px;
    font-weight: 300;
    margin: 0 0 20px;
}
.csoportos-block ul li {
    color: #000c22;
    font-family: Rajdhani;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 12px;
    position: relative;
}
.csoportos-block ul li:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background: #000c22;
    top: 10px;
    left: 0;
}
/* **** End Csoportos Block **** */

/* **** request ***** */
.request-wrp {
    padding: 40px 0 80px;
}
.request-wrp .container {
    max-width: 1290px;
}
.request-wrp .row {
    margin: 0 -20px;
}
.request-wrp .col-md-6 {
    padding: 0 20px;
}
.request-wrp .btn-purple {
    color: #fff;
    text-align: center;
    font-family: Rowdies;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    border: 2px solid #000c22;
    background: #561ecd;
    padding: 20px;
    display: block;
    width: 100%;
    text-align: center;
    box-shadow: 3px 3px 0 #000;
    margin: 0 0 85px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.request-wrp .btn-purple:hover,
.request-wrp .btn-purple:focus{
    box-shadow: 0 0 0 #000;
}
.request-wrp h3 {
    color: #000c22;
    text-align: center;
    font-family: Rowdies;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 20px;
}
.request-wrp p {
    color: #000c22;
    font-family: Rajdhani;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px;
}
.request-wrp .btn-yellow {
    color: #000c22;
    text-align: center;
    font-family: Rowdies;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 20px;
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid #000c22;
    background: linear-gradient(94deg, #fff301 13.36%, #ffb901 75.47%);
    box-shadow: 3px 3px 0 #000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.request-wrp .btn-yellow:hover,
.request-wrp .btn-yellow:focus{
    box-shadow: 0 0 0 #000;
}
/* **** End request ***** */

/* ***** reservation **** */
.reservation-wrp {
    padding: 15px 0;
    background: #561ecd;
}
.reservation-wrp .container {
    max-width: 1290px;
}
.reservation-wrp h2 {
    color: #fff;
    text-align: center;
    font-family: Rowdies;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 20px;
}
.reservation-wrp form .row {
    margin: 0 -5px;
}
.reservation-wrp form .row .col-md-12,
.reservation-wrp form .row .col-md-10,
.reservation-wrp form .row .col-md-6,
.reservation-wrp form .row .col-md-2 {
    padding: 0 5px;
}
.reservation-wrp form .form-group {
    margin: 0 0 10px;
}
.reservation-wrp form .form-group .form-control {
    color: #000c22;
    font-family: Rajdhani;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    outline: none;
    height: auto;
}
.reservation-wrp form button {
    color: #000c22;
    text-align: center;
    font-family: Rowdies;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 20px;
    border: 2px solid #000c22;
    background: #fff;
    box-shadow: none;
    outline: none;
    box-shadow: 3px 3px 0 #000;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.reservation-wrp form button:hover{
    background: #fff;
    color: #000c22;
    box-shadow: 0 0 0 #000;
    color: #000c22;
    background: #fff;
}
.reservation-wrp form button:focus{
    box-shadow: 0 0 0 #000;
    color: #000c22;
    background: #fff;
}
/* ***** End sreservation **** */

/* **** vasarlas **** */
.vasarlas-wrp {
    padding: 80px 0;
}
.vasarlas-wrp .container {
    max-width: 1260px;
}
.vasarlas-wrp .vasarlas-slider {
    margin: 0 0 50px;
}
.vasarlas-wrp .vasarlas-slider img {
    max-width: 100%;
}
.vasarlas-wrp .vasarlas-block .row {
    align-items: flex-end;
}
.vasarlas-wrp .vasarlas-block .vasarlas-img img {
    width: 100%;
}
.vasarlas-wrp .vasarlas-block .vasarlas-description h2 {
    color: #000c22;
    font-family: Rowdies;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 16px;
}
.vasarlas-wrp .vasarlas-block .vasarlas-description p {
    color: #000c22;
    font-family: Rajdhani;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 45px;
}
.vasarlas-wrp .vasarlas-block .vasarlas-description img{
    display: none;
    max-width: 100%;
}
.vasarlas-wrp .vasarlas-block .vasarlas-description .btn-primary {
    color: #000c22;
    text-align: center;
    font-family: Rowdies;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 86.5%;
    letter-spacing: -1px;
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid #000c22;
    padding: 20px;
    background: linear-gradient(94deg, #fff301 13.36%, #ffb901 75.47%);
    box-shadow: 3px 3px 0 #000;
    outline: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vasarlas-wrp .vasarlas-block .vasarlas-description .btn-primary:hover,
.vasarlas-wrp .vasarlas-block .vasarlas-description .btn-primary:focus{
    box-shadow: 0 0 0 #000;
}
/* **** Ebdvasarlas **** */



.desktop-img{display: block;}
.mobile-img{display: none;}


.swiper-pagination{
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30px auto 0;
    display: none;
}
.swiper-pagination .swiper-pagination-bullet{
    height: 9px;
    width: 9px;
    background: #561ECD;
    opacity: 0.4;
    border-radius: 12px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 41px;
    height: 9px;
    background:#561ECD;
    opacity: 1;
}


.list-student{
    display: block;
}
.list-student .slider-box{
    margin: 0 0 30px;
}
.mySwiper{
    display: none;
}
.ds-vasarlas-img{display: block;}
.tablet-vasarlas-img{display: none;}


/* **** Responsive Css **** */
@media(min-width:1200px) and (max-width:1400px){
    .student-wrp .col-md-3.col-sm-12{width: 33.33%;max-width: 33.33%;flex: 0 0 33.33%}

    .choose-wrp .minket-block .col-md-8.col-sm-12{width: 60%;max-width: 60%;flex: 0 0 60%}
    .choose-wrp .minket-block .col-md-4.col-sm-12{width: 40%;max-width: 40%;flex: 0 0 40%}
    .student-wrp .slider-box .description{padding: 0 15px 20px;}
    .student-wrp .slider-box .slider-img{height: 260px;object-fit: cover;object-position: center;}
}

@media(min-width:992px) and (max-width:1199px){
    .main-wrpper .container{max-width: 946px;}

    .student-wrp .col-md-3.col-sm-12{width: 33.33%;max-width: 33.33%;flex: 0 0 33.33%}

    .choose-wrp .minket-block .col-md-8.col-sm-12{width: 60%;max-width: 60%;flex: 0 0 60%}
    .choose-wrp .minket-block .col-md-4.col-sm-12{width: 40%;max-width: 40%;flex: 0 0 40%}
    .student-wrp .slider-box .description{padding: 0 15px 20px;}
    
}
@media(min-width:768px) and (max-width:991px){
    .main-wrpper .container{padding: 0 20px;max-width: 100%;}

    .track-wrp .form-wizard-submit, .track-wrp .form-wizard .form-wizard-next-btn, .track-wrp .form-wizard .form-wizard-previous-btn .form-wizard-restart-btn{padding: 16px;}

    .choose-wrp .minket-block{padding: 60px 0;}
    .choose-wrp .minket-block .col-md-8.col-sm-12{width: 50%;max-width: 50%;flex: 0 0 50%}
    .choose-wrp .minket-block .col-md-4.col-sm-12{width: 50%;max-width: 50%;flex: 0 0 50%}
    .choose-wrp .minket-block p br{display: none;}

    .student-wrp{padding: 60px 0;}
    .student-wrp .container{max-width: 100%;padding: 0}
    .student-wrp .list-student{display: none;}
    .student-wrp .mySwiper{display: block;}

    /*.swiper-slide {transition: all 200ms linear;transform: scale(0.95);}
    .swiper-slide.swiper-slide-active {transform: scale(1);background: #fc0;}*/

    .csoportos-block{padding: 60px 0;}

    .request-wrp{padding: 20px 0 60px;}
    .request-wrp .btn-purple{padding: 10px;margin: 0 0 60px;}
    .request-wrp .btn-yellow{padding: 10px;}
    .reservation-wrp form button{padding: 11px;}
    .vasarlas-wrp .vasarlas-block .vasarlas-description .btn-primary{padding: 10px;}
    .vasarlas-wrp .vasarlas-block .vasarlas-description p{margin: 0 0 20px;}
    .ds-vasarlas-img{display: none;}
    .tablet-vasarlas-img{display: block;}
}
@media(max-width:767px){
    .main-wrpper .container{padding: 0 20px;max-width: 540px;}
    .student-wrp .container{padding: 0 20px;max-width: 540px;}

    .track-wrp .wizard-title h2{text-align: center;display: block;margin: 0 0 16px;}
    .track-wrp .form-wizard-submit, .track-wrp .form-wizard .form-wizard-next-btn, .track-wrp .form-wizard .form-wizard-previous-btn .form-wizard-restart-btn{padding: 16px;}
    
    .choose-wrp .minket-block{padding: 40px 0;}
    .choose-wrp .minket-block h3{margin: 0 0 20px;text-align: center;}
    .choose-wrp .minket-block p{margin: 0 0 40px;}
    .choose-wrp .minket-block p br{display: none;}
    .choose-wrp .csoportos-block{padding: 40px 10px;}
    .choose-wrp .desktop-img{display: none;}
    .choose-wrp .mobile-img{display: block;}

    .student-wrp .slider-box .slider-img{height: 245px;object-fit: cover;}
    .student-wrp{padding: 40px 0;}
    .student-wrp .container{padding: 0 0 0 15px;}
    .student-wrp .swiper-pagination{display: block;}
    .student-wrp .list-student{display: none;}
    .student-wrp .mySwiper{display: block;}

    .request-wrp{padding: 40px 0 0}
    .request-wrp .btn-purple{padding: 16px;margin: 0 0 40px;}
    .request-wrp .btn-yellow{padding: 16px;margin: 0 0 40px;}

    .vasarlas-wrp{padding: 40px 0;}
    .vasarlas-wrp .container{padding:0;}
    .vasarlas-wrp .swiper {padding: 0 0 0 20px;}
    .vasarlas-wrp .vasarlas-block{padding: 0 20px;}
    .vasarlas-wrp .vasarlas-block .vasarlas-img{display: none;}
    .vasarlas-wrp .vasarlas-block .vasarlas-description p{margin: 0 0 20px;}
    .vasarlas-wrp .vasarlas-block .vasarlas-description img{display: block;margin: 0 0 18px;}
}

/* **** End Responsive Css **** */