@media only screen and (min-width: 1101px)
#header-container #header .header-wrap > .row > .columns > *, #header-container .header .header-wrap > .row > .columns > * {
    padding-top: 20px !important;
}

@media only screen and (min-width: 1101px)
#header-container.logo-position-left.header-style-1 #header .dfd-logo-wrap, #header-container.logo-position-left.header-style-1 .header .dfd-logo-wrap, #header-container.logo-position-left.header-style-2 #header .dfd-logo-wrap, #header-container.logo-position-left.header-style-2 .header .dfd-logo-wrap, #header-container.logo-position-right.header-style-1 #header .dfd-logo-wrap, #header-container.logo-position-right.header-style-1 .header .dfd-logo-wrap, #header-container.logo-position-right.header-style-2 #header .dfd-logo-wrap, #header-container.logo-position-right.header-style-2 .header .dfd-logo-wrap {
    padding-top:40px !important;
}

.pbt{
margin-left:-35px
}




@media only screen and (max-width: 768px) {
.content-desktop{
display:none;
}
}

@media only screen and (min-width: 769px) {
.content-mobile{
display:none;
}
}

div.page-title-inner .page-title-inner-wrap {
    width: 45%;
    margin: 0 auto;
padding-top:100px;
top:60% !important;
}

.buttoni{
    padding: 0px 10px;
    border-radius: 20px;
transition: 0.4s;
}

.buttoni:hover{
background: white;
}

.threei{
width: 300px;
margin: 0 auto;
}

.buttonj{
    padding: 0px 10px;
    border-radius: 20px;
transition: 0.4s;
}

.buttonj:hover{
background: #733089;
}

.vl {
  border-left: 1px solid black;
  height: 100px;
  position: absolute;
  left: 50%;
}

.blocke{
padding-top:10px;
    background-color: rgb(255,255,255,0.6);
    border-radius: 15px 15px 15px 15px;
}

.blocker{
    background-color: rgb(255,255,255,0.6);
    border-radius: 0px 0px 15px 15px;
}

@media only screen and (max-width: 768px){
.smally{
width:100%;
margin:0 auto;
}
}

@media only screen and (min-width: 769px){
.smally{
width:600px;
margin:0 auto;
}
}