/* --- GLOBALNE ---  */
/* headings for mobile */
@media (max-width: 425px){
	#page h2 {
	    font-size: 47px;
        line-height: 52px;
	}
	#page h3 {
	   font-size: 38px;
	}}
	
/*  --- POLITYKA PRYWATONOŚCI  ---  */
#post-3 h2, .blog h2 {
	line-height: 52px;
    font-size: 40px;
}

#post-3 h3 {
font-family: Open Sans;
    line-height: 32px;
    font-size: 22px;
}

/* --- CONTACT PAGE ---  */
/* Contact form 7 */
.bbpress #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content, .bbpress #bbpress-forums fieldset.bbp-form input#bbp_topic_tags, .bbpress #bbpress-forums fieldset.bbp-form input#bbp_topic_title, .bbpress #bbpress-forums fieldset.bbp-form select#bbp_stick_topic_select, .bbpress #bbpress-forums fieldset.bbp-form select#bbp_topic_status_select, .bbpress .bbp-search-form form input#bbp_search, .form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgb(224, 224, 224);
    transform: scale(1) translate(0px, 0px);
    color: #000;
}

.wpcf7 input[type=text]:focus, .wpcf7 textarea:focus {
    border-bottom: 2px solid rgb(33, 33, 33);
    /*transform: scaleX(0);*/
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.wpcf7 input[type=text]:focus, .wpcf7 textarea:focus {
    border-bottom: 2px solid rgb(33, 33, 33);
    /*transform: scaleX(0);*/
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.wpcf7 input[type=submit] {
    border-radious: 0;
}

.wpcf7 .wpcf7-validation-errors {
    border-bottom: none;
}

/* order in contact for mobile */
@media (max-width: 425px) {
    .vc_row.vc_row-flex > .flex-order-2 {
        order: 2;
    }}
@media (min-width: 425px) {
    .hide-desktop {
        display: none;
    }}
/* --- HOME PAGE ---  */
/* Video */
/*.ultv-aspect-ratio-4_3 .ultv-video__outer-wrap {*/
/*    padding-bottom: 134%;*/
/*}*/
.home video {
    width: 70%;
}
@media (max-width: 991px){
    .home video {
        width: 40%;
        margin-left: 6%;
}}
@media (max-width: 768px){
    .home video {
        margin-left: 32%;
}}
@media (max-width: 425px){
    .home video {
        width: 100%;
        margin-left: 0;
}}

.special-list {
  list-style: none;
  color: #888;
}


.special-list li {
  display: block;
  margin-bottom: 15px;
  margin-left: 1.7rem;
  font-size: 22px;
  line-height: 32px;

}

.special-list li::before {
  content: "•";
  font-size: 360%;
  line-height: 0;
  margin: 0 1.1rem 0 -0.25rem;
  position: relative;
  top: 1.2rem;
}

.special-list li:nth-child(1)::before {
  color: #02E3AF;
}

.special-list li:nth-child(2)::before {
  color: #0CDCB5;
}

.special-list li:nth-child(3)::before {
  color: #1ED2C0;
}

.special-list li:nth-child(4)::before {
  color: #2CC9C9;
}

.special-list li:nth-child(5)::before {
  color: #25ACB4;
}

.special-list li:nth-child(6)::before {
  color: #187C91;
}

.special-list li:nth-child(7)::before {
  color: #0B486B;
}

.special-list li:hover::before {
  color: #fff;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 2.4rem;
  text-align: center;
}

.special-list li:nth-child(1):hover::before {
  background-color: #02E3AF;
}

.special-list li:nth-child(2):hover::before {
  background-color: #0CDCB5;
}

.special-list li:nth-child(3):hover::before {
  background-color: #1ED2C0;
}

.special-list li:nth-child(4):hover::before {
  background-color: #2CC9C9;
}

.special-list li:nth-child(5):hover::before {
  background-color: #25ACB4;
}

.special-list li:nth-child(6):hover::before {
  background-color: #187C91;
}

.special-list li:nth-child(7):hover::before {
  background-color: #0B486B;
}
/*end*/

/* referencje */
.btn-references .ubtn {
    border-radius: 50px;
    background: #f9f9f9;
    color: #353535;
    border: 1px solid #2CC9C9;
    padding: 1px 12px;
}
.btn-references .ubtn:hover {
    background: #2CC9C9;
}
/*  --- OFERTA ---  */

/*  Info list  */
.icon_list_icon {
    line-height: 36px;
}

.smile_icon_list li .icon_list_icon {
    width: 3em;
    height: 3em;
}

/* Special Text */
.bold-text {
    text-align: center;
    font-size: 22px;
    line-height: 42px
}

/* Diamond */
.diamond .vc_column-inner {
    border-right: 56px solid #fff;
    margin: 10px 0;
}