body{
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'Work Sans', sans-serif;
    color: #353537;
    background-color: #ffffff;
}
main{
    max-width: 2000px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.no-padding {
    padding: 0px;
}
.paddingLeft {
    padding: 0px 0px 0px 15px;
}
.paddingRight {
    padding: 0px 15px 0px 0px;
}
a:hover{
    text-decoration: none;
}
input, button, textarea:focus{
    outline: none;
}
input:focus::-moz-placeholder { 
    color: transparent;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder { 
    color: transparent; 
}
textarea:focus::-webkit-input-placeholder { 
    color: transparent; 
}

.form-success {
	text-align: center;
	color: green;
}

.form-error {
	text-align: center;
	color: red;
}

.link {
    color: #459ed3;
    font-size: 16px;
    margin-left: 23px;
}

.link a:hover {
    color: #459ed3;
}

.btn {
    padding: 8px 30px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
}

.btn-blue1 {
    background-color: #459ed3;
    border: 2px solid #459ed3;
}

.btn-blue2 {
    background-color: #86c8e9;
    border: 2px solid #86c8e9;
}

.btn-blue3 {
    background-color: #9fdbf9;
    border: 2px solid #9fdbf9;
}

.btn-blue1:hover {
    background-color: #ffffff;
    color: #459ed3;
}

.btn-blue2:hover {
    background-color: #ffffff;
    color: #86c8e9;
}

.btn-blue3:hover {
    background-color: #ffffff;
    color: #75c0e5;
}

.border-bottom-blue {
    border-bottom: 1px solid #9ac9e6;
}

.widget {
    position: fixed;
    top: 20%;
    right: 0px;
    transition: 0.5s;
    z-index: 99;
}

.widget:hover {
    right: -5px;
}

/* TOP */
.top {
    width: 100%;
    height: 800px;
    background-image: url(../img/img-top.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.5s;
    background-size: cover;
}
.page .top {
    height: 109px;
    background-image: none;
}

.fix-top {
    position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    height: auto;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.5);
    background-color: #ffffff;
    transition: 0.5s;
    z-index: 999;
}

.red-row {
    width:100%;
    height: 36px;
    background-color: #e20000;
    padding-top: 5px;
	color: #ffffff;
}

.red-row a {
	color: #e20000;
	margin: 0px 12px;
}
.red-row.marquee .js-marquee {
	 display: flex;
	 align-items: center;
}
 .red-row.marquee .js-marquee > a {
	color: #ffffff;
	font-size: 18px;
	display: block;
	height: 36px;
}
 .red-row.marquee .js-marquee > span {
	display: block;
	font-size: 18px;
	height: 36px;
}
 .red-row.marquee .js-marquee > a::after {
	 content: '';
	 height: 1.7rem;
	 width: 0.3rem;
	 background: #e20000;
	 display: block;
	 margin: 0 1.5rem;
}
 .red-row.marquee .marquee-alfa {
	 overflow: hidden;
	 height: 100%;
	 background: #e20000;
}

.blue-row {
    width:100%;
    height: 36px;
    background-color: #4299d0;
    padding-top: 5px;
}

.blue-row a {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 35px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    width: auto;
    height: 25px;
}

.blue-row .row div {
    width: 100%;
}

.blue-row a.icon-phone-white {
    background-image: url(../img/icon-phone-white.png);
    float: left;
}

.blue-row a.icon-email-white {
    background-image: url(../img/icon-email-white.png);
    margin-left: 20px;
    float: left;
}

.blue-row a.make-an-appointment {
    background-image: url(../img/make-an-appointment.png);
    float: right;
}

.blue-row a.make-an-appointment.make-an-appointment2 {
    margin-left: 16px;
}

.blue-row .lang {
    text-align: right;
}

.blue-row .lang a {
    padding: 2px 0px 2px 5px;
}

.white-row {
    padding: 10px 0px;
    transition: 0.5s;
    position: relative;
}

.logo {
    transition: 0.7s;
    width: 100%;
    height: 50px;
    position: relative;
}

.logo a.logo-img {
    position: absolute;
	left: 0px;
	top: 0px;
    transition: 0.7s;
}

.logo a.logo-img img {
    transition: 0.7s;
	width: 260px;
}

.logo-small  {
    transition: 0.7s;
    background-position: left top 15px;
}

.logo-small a.logo-img  img{
    width: 150px;
}

.logo-small.logo a.logo-img {
	top: 11px;
}

.logo a.aga-img {
    position: absolute;
	right: -40px;
	top: 2px;
	transition: 0.5s;
}

.logo a.aga-img img {
	transition: 0.5s;
    animation: aga 4s infinite;
    -webkit-animation: aga 4s infinite;
}

@keyframes aga {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
@-webkit-keyframes aga {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}

.white-apla {
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    z-index: 9;
    padding: 0px 15px;
}

.white-apla h1 {
    font-size: 26px;
    font-weight: 700;
    color: #58595b;
    margin-top: 30px;
}

.white-apla p {
    font-size: 15px;
    line-height: 20px;
    color: #58595b;
    width: 100%;
    max-width: 992px;
    margin: 10px auto 20px auto;
}

.btn-down {
    font-size: 22px;
    font-weight: 700;
    color: #4299d0;
    text-transform: uppercase;
    transition: 0.7s;
    background-image: url(../img/arrow-down.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 43px;
    height: 21px;
    padding-bottom: 30px;
}

.btn-down:hover {
    color: #4299d0;
    animation: arrow_down 1s infinite;
    -webkit-animation: arrow_down 1s infinite;
}

/* NAV */
.navbar-light .navbar-nav .nav-link {
    color: #58595b;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: font-weight .2s ease-in-out;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #4299d0;
    font-weight: 700;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 40px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #4299d0;
    font-weight: 700;
}
.navbar {
    padding-right: 0px;
}


/* CATEGORY NAV */
.category-nav .col {
    position: relative;
    background-color: #4299d0;
    height: 195px;
    border-left: 2px solid #50b3f1;
    border-top: 2px solid #50b3f1;
    border-right: 2px solid #307eaf;
    border-bottom: 2px solid #307eaf;
    display: table;
    padding: 0px;
    transition: 0.7s;
    width: 20%;
    flex-basis: auto;
}

.category-nav .col a {
    display: table-cell;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    transition: 0.7s;
    text-transform: uppercase;
}

.category-nav .col:hover {
    background-color: #9cd9ff;
}

/* ABOUT ME */
.about-me {
    padding: 60px 0px 30px 0px;
    background-image: url(../img/o-nas.jpg);
    background-position: right 20% center;
    background-repeat: no-repeat;
}

.page .about-me.v3 {
    background-image: url(../img/no-name.png);
}

.about-me.about-me2 {
    padding: 0px 0px 30px 0px;
    background-image: url(../img/o-nas2.jpg);
    background-position: left 20% center;
    background-repeat: no-repeat;
}

.page .about-me.about-me2.v2 {
    background-image: url(../img/marta-szelag.png);
}
.page .about-me.about-me2.v3 {
    background-image: url(../img/no-name.png);
}

.about-me.v3 h2, .about-me.v3 h1 {
    background-image: url('../img/orthomedyk-logo-2.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 130px;
    padding-top: 30px;
    height: 120px;
    font-size: 35px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 30px;
}

.about-me.about-me2 h2, .about-me.about-me2 h1, .about-me.about-me3 h2, .about-me.about-me3 h1 {
    background-image: none;
    padding-left: 0px;
    padding-top: 0;
    margin-bottom: 0;
    height: auto;
}

.about-me h2, .about-me h1 {
    background-image: url('../img/orthomedyk-logo.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 130px;
    padding-top: 30px;
    height: 120px;
    font-size: 35px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 30px;
}

.about-me b {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #459ed3;
}

.about-me h2 span, .about-me h1 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #459ed3;
}

.about-me ul {
    font-size: 16px;
    line-height: 26px;
    color: #353537;
    list-style-image: url('../img/dot.png');
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 10px 0px;
}

.about-me ul li {
    padding-left: 5px;
}

.about-me img {
    margin-top: 20px;
}

.about-me .btn {
    margin: 30px 20px 20px 0px;
}

.page .about-me {
    background-color: #4299d0;
    background-image: url(../img/about-me-page-bg.jpg);
    background-position: right -200px center;
    background-size: cover;
    padding: 60px 0px 60px 0px;
}

.page .about-me.about-me2 {
    background-image: url(../img/about-me-page-bg2.jpg);
    background-position: right -200px center;
    display: block;
    padding: 100px 0px 100px 0px;
}

.page .about-me.about-me2 h2, .page .about-me.about-me2 h1 {
    margin-bottom: 45px;
}

.page .about-me h2, .page .about-me h1 {
    color: #ffffff;
}

.page .about-me h2 span, .page .about-me h1 span {
    color: #ffffff;
}

.page .about-me h2 b, .page .about-me h1 b {
    color: #ffffff;
}

.page .about-me ul {
    color: #ffffff;
    list-style-image: url('../img/dot-white.png');
}

.page .about-me .link, .page .about-me .link:hover {
    color: #ffffff;
}

.experience {
    margin-bottom: 40px;
}

.experience h2 {
    font-size: 35px;
    font-weight: 700; 
    color: #58595b;
    margin: 45px 0px 20px 0px;
}

.collapse_header {
    font-size: 18px;
    font-weight: 800; 
    padding: 15px 0px 15px 25px;
    border-top: 1px solid #9ac9e6;
    overflow: hidden;
    cursor: pointer;
}

.collapse_header .collapse_link {
    font-size: 22px;
    font-weight: 500; 
    color: #58595b;
}
a:not([href]):not([tabindex]) {
    color: #58595b;
}
.collapse_header .collapse_link_arrow {
    color: #58595b;
    font-size: 16px;
    font-weight: 400; 
    float: right;
    background-image: url(../img/arrow_down_gray.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.collapse_text {
    padding: 10px 15px 30px 25px;
}
.collapse_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #58595b;
}

/* Certifications */
.certifications .no-slide .slick.marquee {
    width: 100% !important;
    text-align: center;
}
.certifications .no-slide .slick.marquee a {
    float: none;
    display: inline-block;
}
.certifications .slick.marquee a {
    margin: 30px 12px 20px 12px;
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
}

.certifications .slick.marquee a img {
    max-width: 200px;
    min-height: 200px;
}

.certifications h2 {
    font-size: 35px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 0px;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 16px;
    color: #459ed3;
    padding-left: 0px;
    padding-right: 60px;
    padding-bottom: 5px;
}

.nav-tabs .nav-item:last-child .nav-link {
    color: red;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 700;
    color: #459ed3;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.tab-content {
    background-image: url(../img/certifications-border.png);
    background-position: top center;
    background-repeat: no-repeat;
}

/* PARTNERS */
.partners .slick.marquee {
    background-image: url(../img/certifications-border.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 10px;
}

.partners .slick.marquee a {
    margin: 20px 50px 0px 50px;
    display: table;
    height: 100px;
}

.partners .slick.marquee a div {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}

.partners h2 {
    font-size: 35px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 0px;
}

.partners p {
    font-size: 16px;
    color: #459ed3;
    margin-top: 0px;
    margin-bottom: 10px;
}

.page .partners {
    margin-bottom: 40px;
}

/* PRICE LIST */
.price-list {
    border-top: 20px solid #3e8fc3;
    padding-top: 30px;
}

.price-list h1 {
    font-size: 35px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 0px;
}

.price-list .price-list-header p {
    font-size: 16px;
    color: #4299d0;
    margin-top: 0px;
    font-weight: 400;
}

.price-list-header img {
    float: right;
}

.price-list p {
    font-size: 22px;
    color: #58595b;
    font-weight: 700;
}

.price-list p span {
    color: #4299d0;
}

.price-list h2 {
    font-size: 22px;
    color: #4299d0;
    font-weight: 500;
    margin-bottom: 80px;
}

.price-list-table {
    width: 100%;
    max-width: 1360px;
    margin: 0px auto 20px auto;
    border-top: 1px solid #9ac9e6;
    padding-top: 20px;
}

.price-list-table p {
    color: #4299d0;
    font-size: 22px;
    margin-bottom: 0px;
}

.price-list-table span {
    color: #58595b;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.table {
    margin-top: 20px;
}

.table td, .table th {
    border-top: 0px solid #dee2e6;
}

.table tr:nth-child(odd) {
    background-color: #f3faff;
}

.table td:nth-child(even) {
    color: #4299d0;
    font-weight: 700;
}

/* INFO */
.info {
    padding: 50px 0px 50px 0px;
}

.info .container {
    background-position: right top;
    background-repeat: no-repeat;
}

.info .info-header h2 {
    font-size: 35px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 0px;
}

.info .info-header p {
    font-size: 22px;
    color: #4299d0;
}

.info p {
    font-size: 16px;
    line-height: 30px;
}

.info a {
    color: #4299d0;
    font-weight: 700;
}

.info h3 {
    font-size: 16px;
    font-weight: 700;
    color: #4299d0;
}

.info ul {
    font-size: 16px;
    line-height: 26px;
    color: #353537;
    list-style-image: url('../img/dot.png');
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 10px 0px;
}

.info ul li {
    padding-left: 5px;
}

.info img {
    margin: 5px 5px;
}

.info img:first-child {
    margin-left: 0px;
}

.info img:last-child {
    margin-right: 0px;
}

/* GALLERY */
.gallery {
    margin: 40px 0px 30px 0px;
}

.gallery h2 {
    font-size: 35px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 20px;
}

.gallery .gallery-hr {
	background-image: url(../img/gallery-hr.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
	padding: 0px;
}

.gallery .gallery-hr.gallery-items {
	padding: 20px 0px 30px 0px;
}

.gallery .gallery-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
    float: left;
    width: 23%;
    height: 270px;
    margin: 10px 11px;
}

.read-more {
	color: #4299d0;
    font-size: 16px;
    font-weight: 700;
	width: 145px;
    margin: 10px auto;
	background-image: url(../img/arrow_down_blue.png);
    background-position: right center;
    background-repeat: no-repeat;
	cursor: pointer;
}

.read-more:hover {
	color: #4299d0;
}

/* ONLINE REGISTRATION */
.online-registration {
    border-top: 20px solid #3e8fc3;
    padding: 30px 0px;
}

.online-registration ul {
    font-size: 16px;
    line-height: 26px;
    color: #353537;
    list-style-image: url('../img/dot.png');
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 10px 0px;
}

.online-registration ul li {
    padding-left: 5px;
}

.online-registration h2 {
    font-size: 35px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 0px;
}

.online-registration p {
    font-size: 16px;
    color: #4299d0;
}

.online-registration .btn {
    margin-top: 20px;
}

.online-registration iframe {
    float: right;
}

.online-registration.experience {
    border-top: 0 solid #3e8fc3;
}

.online-registration.experience ul li {
    margin-bottom: 35px;
}

.online-registration.experience h2 {
    margin: 10px 0px 30px 0px;
}

/* REGISTRATION */
.registration {
    border-top: 20px solid #3e8fc3;
    padding: 60px 0px;
}

.registration h2 {
    margin-bottom: 50px;
}

.registration .button{
    text-align: center;
}

.registration .button img {
    width: auto;
    height: 124px;
}

/* CONTACT */
.contact-blue {
    background-color: #4299d0;
    padding: 50px 0px;
    position: relative;
    margin: 40px 0px 0px 0px;
    text-align: center;
    color: #ffffff;
}
.contact-blue:after {
    content: "";
    background-image: url(../img/arrow-down.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 21px;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0px;
}
.page .contact-blue {
    margin: 0px 0px 0px 0px;
}
.contact-blue h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}
.contact-blue p {
    font-size: 16px;
}
.contact-blue p a {
    color: #ffffff;
}

.contact {
    background-image: url(../img/map-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 80px 0px 40px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #535353;
}

.contact span {
    font-size: 16px;
    color: #4299d0;
}

.contact-white {
    width: 90%;
    max-width: 1300px;
    margin: 0px auto;
    background-color: #ffffff;
    box-shadow: 1px 1px 35px rgba(0,0,0,0.3);
    padding: 50px 0px;
}

.gray-line {
    border-bottom: 1px solid #cccccc;
    height: 1px;
    margin: 30px auto 20px auto;
    width: 100%;
    max-width: 1170px;
}

.contact h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4299d0;
}

.contact p.icon-address-gray {
    font-size: 18px;
    line-height: 24px;
    color: #535353;
    background-image: url(../img/icon-address-gray.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.contact a.icon-phone-gray {
    font-size: 18px;
    line-height: 24px;
    color: #535353;
    background-image: url(../img/icon-phone-gray.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: block;
    margin-top: 30px;
}

.contact a.icon-email-gray {
    font-size: 18px;
    line-height: 24px;
    color: #535353;
    background-image: url(../img/icon-email-gray.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: block;
    margin-top: 0px;
}

.contact a.icon-mobile-gray {
    font-size: 18px;
    line-height: 24px;
    color: #535353;
    background-image: url(../img/icon-mobile-gray.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: block;
    margin-top: 21px;
}

.klobuck {
    margin-top: 8px;
}

.border-right {
    border-right: 1px solid #cccccc;
}

.contact-form {
    width: 95%;
}

.contact-form button {
    display: block;
    width: 100%;
}

.contact-form span {
    font-size: 14px;
    color: #535353;
}

form.contact-form input, form.contact-form textarea {
    border: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 12px 10px;
    background-color: #f3f4f4;
    height: auto;
    font-size: 16px;
    color: #535353;
}

form.contact-form textarea {
    height: 198px;
}
.contact-form input::-moz-placeholder { 
    font-size: 16px;
    color: #535353;
}
.contact-form input::-webkit-input-placeholder {
    font-size: 16px;
    color: #535353;
}
.contact-form textarea::-moz-placeholder { 
    font-size: 16px;
    color: #535353;
}
.contact-form textarea::-webkit-input-placeholder { 
    font-size: 16px;
    color: #535353;
}
.accept label {
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
    float: right;
    padding-right: 10px;
    color: #757576;
}
.required-fields p {
    font-size: 11px;
    font-weight: 300;
    color: #757576;
}
.form button {
    margin: 0px;
    float: right;
}
input[type=checkbox], input[type=radio] {
    display: none; /* ukrywamy nasz input */
}
input[type=checkbox] + label, input[type=radio] + label {
    position: relative;
    padding-left: 30px; /* margines wewnętrzny - trzeba zrobić trochę miejsca dla naszego pola */
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0;
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    background-color: transparent;
    border: 1px solid #c6c7c8;
}
/* checkbox */
input[type=checkbox] + label:before {
    border-radius: 3px;
}
/* radio */
input[type=radio] + label:before {
    border-radius: 50%; /* aby input radio był okrągły */
}
/* gdy zaznaczony */
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
    background-image:url(../img/ico-chcekbox.jpg);
    background-repeat: no-repeat;
    background-position:center;
}

#map {
    height: 390px;
    width: 95%;
    float: right;
    margin-top: 15px;
}

.map .btn {
    float: right;
    margin-top: 20px;
}

/* FOOTER */
footer {
    background-color: #4299d0;
    padding: 20px 0px 0px 0px;
    position: relative;
    color: #ffffff;
}

footer a {
    color: #ffffff;
    font-size: 16px;
}

footer a:hover {
    color: #ffffff;
}

.la p {
    float: left;
}

.la img {
    margin-right: 10px;
}

.bw p {
    float: right;
}

.bw img {
    margin-left: 10px;
}

/* ANIMATION */

/* top */
@keyframes arrow_down {
  0% {
    padding-bottom: 30px;
  }
  50% {
    padding-bottom: 35px;
  }
  100% {
    padding-bottom: 30px;
  }
}
@-webkit-keyframes arrow_down {
  0% {
    padding-bottom: 30px;
  }
  50% {
    padding-bottom: 35px;
  }
  100% {
    padding-bottom: 30px;
  }
}

/* RESPONSIVE */
@media(max-width:1500px){
.category-nav .col {
    width: 25%;
}

.about-me.about-me2 {
    background-position: left 10% top;
}

.page .about-me.about-me2 {
    padding: 60px 0px 60px 0px;
}
.page .about-me.about-me2 h2, .page .about-me.about-me2 h1 {
    margin-bottom: 30px;
}
}

@media(max-width:1400px){

    .about-me.about-me2 {
        background-position: left top;
    }
.contact-white .row {
    margin-right: 0px;
    margin-left: 0px;
}
.contact p.icon-address-gray {
    font-size: 16px;
}
.contact a.icon-email-gray {
    font-size: 16px;
}
.contact-white {
    width: 95%;
    font-size: 16px;
}
.top {
    height: 670px;
}
.white-apla {
    height: auto;
    padding: 0px 15px 40px 15px;
}
}

@media(max-width:1200px){

    .online-registration.experience ul li {
        margin-bottom: 20px;
    }

    .about-me.about-me2 {
        background-position: left -30% top;
    }
.logo a.logo-img  img{
    width: 150px;
}
.logo a.logo-img {
    top: 15px;
}
.category-nav .col {
    width: 33.333%;
}
.category-nav .col:last-child {
       width: 100%;
}
.about-me {
    background-position: right -10% center;
}
.category-nav .col {
    height: 150px;
}

.gallery .gallery-item {
    width: 30%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 30px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 17px;
}
}

@media(max-width:992px){
    .blue-row a.icon-email-white {
        display: none;
    }
    .page .about-me.about-me2 h2, .page .about-me.about-me2 h1 {
        margin-bottom: 15px;
    }
    .page .about-me.about-me2 {
        padding: 40px 0px 40px 0px;
    }

    .about-me.about-me2 {
        background-image: none;
    }
    .page .about-me {
        background-image: none;
    }
    .page .about-me.v3 {
        background-image: none;
    }
    .page .about-me.about-me2 {
        background-image: none;
    }
    .page .about-me.about-me2.v2 {
        background-image: none;
    }
    .page .about-me.about-me3 {
        background-image: none;
    }
    .page .about-me.about-me4 {
        background-image: none;
    }
    .about-me {
        background-image: none;
    }

    .about-me h2, .about-me h1 {
        padding-top: 0;
        height: auto;
        min-height: 120px;
        line-height: 1em;
    }

    .about-me.v3 h2, .about-me.v3 h1 {
        padding-top: 0;
        height: auto;
        min-height: 120px;
        line-height: 1em;
    }

    .about-me b {
        font-size: 22px;
    }
.logo a.aga-img {
	right: 80px;
}
.main-menu button {
    position: absolute;
    right: 0px;
    top: -40px;
}
.navbar {
    padding-right: 0px;
    padding: 0px;
}
.main-menu .navbar-nav {
    text-align: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0px;
}
.category-nav .col {
    width: 50%;
}
.category-nav .col:last-child {
       width: 50%;
}
.category-nav .col:nth-last-child(2) {
       width: 50%;
}
.container {
    max-width: 992px;
    width: 95%;
    margin: 0px auto;
}
.white-apla h1 {
    font-size: 22px;
    width: 95%;
    margin: 30px auto 10px;
}
.white-apla p {
    font-size: 14px;
    margin: 20px auto 20px auto;
}
.btn-down {
    font-size: 18px;
}
.border-right {
    border-right: 0px solid #dee2e6!important;
}
.contact-white {
    text-align: center;
}
.contact a.icon-mobile-gray {
    margin-top: 10px;
}
.contact p.icon-address-gray {
    background-position: center top;
    padding-left: 0px;
    padding-top: 25px;
}
.contact a.icon-phone-gray {
    background-position: center top;
    padding-left: 0px;
    padding-top: 25px;
    margin-top: 0px;
}
.contact a.icon-email-gray {
    background-position: center top;
    padding-left: 0px;
    padding-top: 25px;
    margin-top: 5px;
}
.contact a.icon-mobile-gray {
    background-position: center top;
    padding-left: 0px;
    padding-top: 25px;
    margin-top: 10px;
}
.klobuck {
    margin-top: 30px;
}
#map {
    width: 100%;
}
.contact-form button {
    display: block;
    width: 200px;
    float: none;
    margin: 10px auto;
}
.contact-form {
    width: 100%;
    margin-bottom: 30px;
}
.accept label {
    float: none;
    text-align: left;
}
.bw p {
    float: none;
}
.la p {
    float: none;
}
.bw img {
    margin-left: 0px;
    margin-right: 10px;
    float: left;
}
.contact h3 {
    margin-bottom: 20px;
}
.online-registration iframe {
    transform: scale(0.8);
}
.navbar-nav .dropdown-menu {
    text-align: center;
}
}

@media(max-width:767px){
    .blue-row .left {
        padding-right: 8px;
    }
    .blue-row .lang a {
        padding-left: 4px;
    }

    .online-registration.experience ul li {
        margin-bottom: 15px;
    }

    .about-me b {
        font-size: 20px;
    }
.widget {
    display: none;
}
.experience h2, .certifications h2, .partners h2,
.contact-blue h2, .price-list h1, .info .info-header h2, .online-registration h2 {
    font-size: 26px;
}
.collapse_header .collapse_link {
    font-size: 18px;
}
.collapse_header .collapse_link_arrow {
    font-size: 14px;
    padding-right: 20px;
}
.collapse_text p {
    font-size: 14px;
    line-height: 22px;
}
.collapse_header {
    padding: 10px 0px 10px 5px;
}
.contact-blue p {
    font-size: 14px;
}
.price-list .price-list-header p {
    font-size: 14px;
    line-height: 20px;
}
.price-list p {
    font-size: 18px;
}
.price-list-table p {
    font-size: 18px;
}
.table td, .table th {
    font-size: 14px;
}
.price-list-table span {
    font-size: 14px;
}
.price-list h2 {
    font-size: 18px;
}
.info .info-header p {
    font-size: 18px;
    padding: 0px 0px;
}
.info p {
    font-size: 14px;
    line-height: 24px;
    padding: 0px 5px;
}
.info ul {
    font-size: 14px;
    line-height: 22px;
}
.online-registration iframe {
    transform: scale(1);
    float: none;
}
.rankinglekarzy {
    text-align: center;
    margin-top: 20px;
}
.online-registration p {
    font-size: 14px;
}
.gallery .gallery-item {
    width: 46%;
}

.registration .button img {
    height: 100px;
}
}

@media(max-width:700px){
.blue-row a {
    padding: 6px 0px 4px 20px;
    font-size: 11px;
    background-size: 12px;
}
.blue-row .container {
    padding: 0px;
}
.lang a img {
	width: 17px;
}
.blue-row .lang {
    padding-right: 10px;
}
}

@media(max-width:640px){
.link {
    display: block;
}
.category-nav .col {
    width: 100%;
}
.white-apla h1 {
    font-size: 20px;
    margin: 20px auto 10px;
}
.white-apla p {
    font-size: 12px;
    width: 95%;
}
.btn-down {
    font-size: 16px;
}
.gallery .gallery-item {
        width: 45%;
}
}

@media(max-width:575px){
    .blue-row a {
        padding: 6px 0px 4px 15px;
        font-size: 10px;
        background-size: 11px;
    }
    .blue-row a.make-an-appointment.make-an-appointment2 {
        margin-left: 10px;
    }
.price-list-header img {
    float: none;
}
.nfz {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
}

@media(max-width:540px){
.btn.btn-blue2 {
    margin: 0px 20px 20px 0px;
}
.btn.btn-blue3 {
    margin: 0px 20px 20px 0px;
}
.gallery .gallery-item {
    width: 44%;
	height: 200px;
}
.blue-row a.icon-email-white {
    margin-left: 10px;
}
.blue-row a.icon-phone-white, .blue-row a.icon-email-white {
    display: none;
}
}

@media(max-width:500px){
.about-me h2 {
    padding-top: 40px;
    font-size: 25px;
}
.experience h2, .certifications h2, .partners h2 {
    font-size: 22px;
}
.collapse_header .collapse_link {
    font-size: 16px;
}
.collapse_header .collapse_link_arrow {
    font-size: 12px;
}
.collapse_text p {
    font-size: 12px;
    line-height: 20px;
}
.nav-tabs .nav-link {
    font-size: 14px;
    padding-right: 40px;
}
.collapse_text {
    padding: 10px 10px 20px 10px;
}
.online-registration iframe {
    transform: scale(0.8);
    float: left;
    margin-left: -50px;
}
}

@media(max-width:400px){
    .blue-row .lang a {
        padding-left: 3px;
    }
.white-apla h1 {
    margin: 10px auto 10px;
    font-size: 16px;
}
.white-apla p {
    font-size: 12px;
    line-height: 16px;
    margin: 10px auto 10px auto;
}
.category-nav .col a {
    font-size: 18px;
}
.about-me h2 {
    padding-top: 41px;
}
.about-me ul {
    font-size: 14px;
}
footer a {
    color: #ffffff;
    font-size: 14px;
}
footer a img {
    width: 25px;
}
.collapse_header a.collapse_link_arrow:not([href]):not([tabindex]) {
    color: transparent !important;
    margin-right: 5px;
    font-size: 7px;
    padding-top: 15px;
}
.online-registration iframe {
    transform: scale(0.6);
    float: left;
    margin-left: -80px;
}
.btn {
    padding: 8px 20px;
    font-size: 12px;
}
.online-registration ul {
    font-size: 14px;
    line-height: 22px;
}
.gallery .gallery-item {
    width: 95%;
	max-width: 300px;
	margin: 10px auto;
}
.logo a.aga-img {
    display: none;
}
}