@charset "UTF-8";

 .btn-sz, #navbarNavDropdown .btn-menu a {
color: #FFF3E5; position: relative;
text-decoration: none;
background-color: #282828; border-style: solid;
border-color: transparent;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;
display: inline-block;
z-index: 1;
-moz-transition: background-image 0.3s ease-in-out;
-o-transition: background-image 0.3s ease-in-out;
-webkit-transition: background-image 0.3s ease-in-out;
transition: background-image 0.3s ease-in-out;
transition: background-image 0.3s ease, color 0.3s ease;  background-image: linear-gradient(#282828, #282828), linear-gradient(94deg, #fdc965, #5d4617, #fdc965, #5d4617); background-origin: border-box;
background-clip: padding-box, border-box; } .btn-sz-bg {
color: #FFF3E5; position: relative;
text-decoration: none;
background-color: #282828; border-style: solid;
border-color: transparent;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;
display: inline-block;
z-index: 1;
-moz-transition: background-image 0.3s ease-in-out;
-o-transition: background-image 0.3s ease-in-out;
-webkit-transition: background-image 0.3s ease-in-out;
transition: background-image 0.3s ease-in-out;
transition: background-image 0.3s ease, color 0.3s ease;  background-image: linear-gradient(#ebc580, #bca05e), linear-gradient(94deg, #fdc965, #5d4617, #fdc965, #5d4617); background-origin: border-box;
background-clip: padding-box, border-box; } .btn-sz-bg-dark {
color: #FFF3E5; position: relative;
text-decoration: none;
background-color: #121212; border-style: solid;
border-color: transparent;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;
display: inline-block;
z-index: 1;
-moz-transition: background-image 0.3s ease-in-out;
-o-transition: background-image 0.3s ease-in-out;
-webkit-transition: background-image 0.3s ease-in-out;
transition: background-image 0.3s ease-in-out;
transition: background-image 0.3s ease, color 0.3s ease; font-weight: bold; background-image: linear-gradient(#121212, #121212), linear-gradient(94deg, #fdc965, #5d4617, #fdc965, #5d4617); background-origin: border-box;
background-clip: padding-box, border-box; } .temp { } .temp:hover {
background-image: linear-gradient(94deg, #edc681, #ba9e5c), linear-gradient(94deg, #fdc965, #5d4617, #fdc965, #5d4617); background-origin: border-box;
background-clip: padding-box, border-box; } .btn-sz-bg {
width: auto;
height: auto;
font-size: 16px;
line-height: 28px;
font-weight: bold;
text-align: center;
padding: 20px 80px;
} .btn-sz-bg:focus {
box-shadow: none;
outline: none;
} .btn-arrow {
position: relative;
font-size: 16px;
line-height: 22px;
color: #BA9E5C;
padding-right: 17px;
display: table;
} .btn-arrow:before {
content: "";
display: block;
position: absolute;
width: 10px;
height: 10px;
top: 7px;
right: 0;
border-top: 1px solid #BA9E5C;
border-right: 1px solid #BA9E5C;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
} #page {
max-width: 1920px;
overflow: hidden;
margin-right: auto;
margin-left: auto;
} body {
font-optical-sizing: auto;
font-style: normal;
font-weight: 300;
} p, li {
font-size: 19px;
line-height: 1.47;
} p strong, li strong {
font-weight: bold;
} ul {
padding-left: 0;
} ul li {
list-style-type: none;
} h1, h2, h3, h4, h5, h6 {
font-weight: 300;
color: #BA9E5C;
} .post-item img {
margin-bottom: 35px;
} .post-item h2 {
font-size: 36px;
line-height: 1;
color: #FFF3E5;
} .post-item h2 a {
color: #FFF3E5;
} .post-item .post-date {
line-height: 1.94;
color: #BA9E5C;
margin-bottom: 37px;
} .post-item .post-description p {
font-size: 22px;
line-height: 1.68;
margin-bottom: 64px;
} .navbar-toggler {
background: transparent !important;
float: right;
margin-top: -10px;
border: none !important;
margin-right: 0;
position: absolute;
right: 4px;
top: 31px;
} .navbar-toggler .navbar-toggler-icon {
height: 3px !important;
width: 28px !important;
position: relative;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .navbar-toggler .navbar-toggler-icon:before {
content: "";
position: absolute;
height: 3px;
width: 28px;
background-color: #BA9E5C;
top: 0;
left: 50%;
margin-left: -14px;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
bottom: 0;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .navbar-toggler .navbar-toggler-icon:after {
content: "";
position: absolute;
height: 3px;
width: 28px;
background-color: #BA9E5C;
left: 50%;
margin-left: -14px;
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
bottom: 0;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .navbar-toggler:focus {
outline: none;
} .navbar-toggler:hover {
cursor: pointer;
} .navbar-toggler.collapsed .navbar-toggler-icon {
background-color: #BA9E5C;
} .navbar-toggler.collapsed .navbar-toggler-icon:before {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
top: -8px;
} .navbar-toggler.collapsed .navbar-toggler-icon:after {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
bottom: -8px;
} #wrapper-navbar {
background-color: #282828;
position: relative;
z-index: 999;
} #main-nav {
padding: 19px 15px 13px 15px;
} #main-nav .container {
max-width: 1920px;
} #navbarNavDropdown li:not(.btn-menu) a {
-moz-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
-webkit-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
padding: 14px;
} #navbarNavDropdown li:not(.btn-menu) a:hover {
color: #e0bc78;
} #navbarNavDropdown .btn-menu {
margin-left: 11px;
} #navbarNavDropdown .btn-menu a {
font-size: 14px;
padding: 13px 40px;
border-width: 1px;
} .dropdown:hover .dropdown-menu {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
z-index: 999;
visibility: visible;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
} .dropdown-menu {
display: block;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
z-index: -1;
visibility: hidden;
background-color: #282828;
margin-top: 0;
} .dropdown-menu li a {
color: #BA9E5C;
} .dropdown-menu li a:hover {
background-color: transparent;
} .col-footer-2 ul li a, .col-footer-3 ul li a, .col-footer-4 ul li a {
display: block;
font-size: 16px;
line-height: 2.25;
color: #FFF3E5;
} .footer-info li {
color: #FFF3E5;
} .footer-info li a {
color: #FFF3E5;
} .tel-footer {
position: relative;
padding-left: 31px;
font-size: 19px;
line-height: 26px;
font-weight: bold;
color: #FFF3E5;
} .tel-footer:before {
content: "";
display: block;
position: absolute;
width: 18px;
height: 18px;
top: 4px;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/phone-alt-light.svg) no-repeat center top;
} .col-footer-5 {
width: 330px;
flex-basis: inherit;
flex-grow: inherit;
max-width: inherit;
} .address-footer {
font-size: 13px;
line-height: 17px;
position: relative;
padding-left: 30px;
display: block;
margin-bottom: 13px;
font-weight: bold;
} .address-footer:before {
content: "";
display: block;
position: absolute;
width: 16px;
height: 21px;
top: 0;
left: 2px;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/map-marker-light.svg) no-repeat center top;
} .mail-footer {
font-size: 13px;
line-height: 17px;
position: relative;
padding-left: 30px;
font-weight: bold;
} .mail-footer:before {
content: "";
display: block;
position: absolute;
width: 21px;
height: 21px;
top: 0;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/envelope-open-light.svg) no-repeat center top;
} .social-footer-sz {
display: table;
margin-left: auto;
} .social-footer-sz li {
margin-right: 16px;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
} .social-footer-sz li:last-child {
margin-right: 0;
} .section-contact-footer {
background-color: #282828;
padding-top: 90px;
padding-bottom: 57px;
} .contact-form-box {
background-color: #121212;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;
padding: 90px 30px 30px 30px;
} .col-form-tel p {
font-size: 22px;
font-weight: bold;
position: relative;
padding-left: 37px;
} .col-form-tel p:before {
content: "";
display: block;
position: absolute;
width: 21px;
height: 21px;
top: 4px;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/phone-contact.svg) no-repeat center top;
} .col-form-tel p a {
color: #FFF3E5;
} .col-contact-form-box {
width: 490px;
flex-basis: inherit;
flex-grow: inherit;
max-width: inherit;
} .col-form-address {
margin-bottom: 40px;
} .col-form-address p {
font-size: 15px;
font-weight: bold;
color: #FFF3E5;
padding-left: 37px;
position: relative;
} .col-form-address p:before {
content: "";
display: block;
position: absolute;
width: 16px;
height: 21px;
top: 0;
left: 4px;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/map-marker.svg) no-repeat center top;
} .contact-form-box .wpcf7 .col-input input[type=text], .contact-form-box .wpcf7 .col-input input[type=tel], .contact-form-box .wpcf7 .col-input input[type=email] {
background-color: transparent;
font-size: 18px;
line-height: 24px;
color: #FFF3E5;
border: none;
border-bottom: 1px solid #222222;
padding: 13px 13px 13px 37px;
border-radius: 0 !important;
height: auto;
max-width: 100%;
} .contact-form-box .wpcf7 .col-input input[type=text]:-moz-placeholder, .contact-form-box .wpcf7 .col-input input[type=tel]:-moz-placeholder, .contact-form-box .wpcf7 .col-input input[type=email]:-moz-placeholder {
color: #FFF3E5;
} .contact-form-box .wpcf7 .col-input input[type=text]::-moz-placeholder, .contact-form-box .wpcf7 .col-input input[type=tel]::-moz-placeholder, .contact-form-box .wpcf7 .col-input input[type=email]::-moz-placeholder {
color: #FFF3E5;
} .contact-form-box .wpcf7 .col-input input[type=text]:-ms-input-placeholder, .contact-form-box .wpcf7 .col-input input[type=tel]:-ms-input-placeholder, .contact-form-box .wpcf7 .col-input input[type=email]:-ms-input-placeholder {
color: #FFF3E5;
} .contact-form-box .wpcf7 .col-input input[type=text]::-webkit-input-placeholder, .contact-form-box .wpcf7 .col-input input[type=tel]::-webkit-input-placeholder, .contact-form-box .wpcf7 .col-input input[type=email]::-webkit-input-placeholder {
color: #FFF3E5;
} .contact-form-box .wpcf7 .col-input input[type=text]:focus, .contact-form-box .wpcf7 .col-input input[type=tel]:focus, .contact-form-box .wpcf7 .col-input input[type=email]:focus {
outline: none !important;
box-shadow: none !important;
} .contact-form-box .wpcf7 .col-input-name {
margin-bottom: 16px;
} .contact-form-box .wpcf7 .col-input-name input {
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/user-contact.svg) no-repeat 2px center;
} .contact-form-box .wpcf7 .col-input-tel {
margin-bottom: 16px;
} .contact-form-box .wpcf7 .col-input-tel input {
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/phone-contact.svg) no-repeat 2px center;
} .contact-form-box .wpcf7 .col-input-mail {
margin-bottom: 16px;
} .contact-form-box .wpcf7 .col-input-mail input {
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/mail-contact.svg) no-repeat 2px center;
} .contact-form-box .wpcf7 .col-input-acceptance {
margin-bottom: 11px;
} .contact-form-box .wpcf7 .col-input-acceptance .wpcf7-form-control-wrap {
display: table;
margin-right: auto;
} .contact-form-box .wpcf7 .col-input-acceptance .wpcf7-list-item {
margin-left: 0;
} .contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance input {
display: none;
} .contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
} .contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
position: relative;
font-size: 11px;
color: #646464;
line-height: 18px;
padding-left: 37px;
text-align: left;
display: table;
} .contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance .wpcf7-list-item-label a {
color: #fff;
} .contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance .wpcf7-list-item-label:before {
content: "";
display: block;
position: absolute;
text-decoration: none;
background-color: #121212; border-style: solid;
border-color: transparent;
border-width: 2px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
z-index: 1;
-moz-transition: background-image 0.3s ease-in-out;
-o-transition: background-image 0.3s ease-in-out;
-webkit-transition: background-image 0.3s ease-in-out;
transition: background-image 0.3s ease-in-out;
transition: background-image 0.3s ease, color 0.3s ease; width: 18px;
height: 18px;
left: 4px; background-image: linear-gradient(#121212, #121212), linear-gradient(330deg, #fdc965, #5d4617, #fdc965, #5d4617); background-origin: border-box;
background-clip: padding-box, border-box; } .contact-form-box .wpcf7 .col-input-acceptance .wpcf7-acceptance .wpcf7-list-item-label:after {
display: block;
position: absolute;
width: 9px;
height: 5px;
border-left: 1px solid #efbe5e;
border-bottom: 1px solid #efbe5e;
top: 5px;
left: 9px;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 999;
} .contact-form-box .wpcf7 .wpcf7-not-valid-tip {
font-size: 12px;
padding-top: 5px;
} .contact-form-box .wpcf7 .wpcf7-response-output {
border: none;
width: 100%;
display: table;
padding: 0;
} .col-input-submit input[type=submit] {
margin-left: auto;
margin-right: auto;
display: table;
} .contact-footer-wrapper, .contact-footer-wrapper-2 {
max-width: 560px;
width: 100%;
display: table;
margin-left: auto;
margin-right: auto;
} .contact-footer-wrapper {
padding-bottom: 16px;
} .contact-footer-wrapper h2 {
margin-bottom: 53px;
} .contact-footer-wrapper p {
font-size: 19px;
line-height: 1.47;
} .contact-footer-wrapper-2 p.invite {
font-size: 19px;
line-height: 2;
font-weight: bold;
margin-bottom: 2px;
} .col-days {
font-size: 19px;
line-height: 2;
} .col-hours {
font-size: 19px;
line-height: 2;
font-weight: bold;
} .col-hours span {
display: table;
margin-left: auto;
position: relative;
padding-left: 37px;
} .col-hours span:before {
content: "";
display: block;
position: absolute;
width: 20px;
height: 20px;
top: 9px;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/clock.svg) no-repeat center top;
} .section-footer-bottom {
padding-top: 115px;
} .expert-footer-wrapper {
margin-bottom: 45px;
} .expert-footer-wrapper div {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
} .expert-footer-wrapper div p {
font-size: 24px;
line-height: 1.125;
color: #BA9E5C;
} .expert-footer-wrapper div p br {
display: none;
} .expert-footer-wrapper div a {
font-weight: bold;
color: #FFF3E5;
padding-left: 38px;
position: relative;
} .expert-footer-wrapper div a:before {
content: "";
display: block;
position: absolute;
width: 21px;
height: 21px;
top: 2px;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/phone-alt-light.svg) no-repeat center top;
} .expert-footer-wrapper .expert-footer-img {
margin-right: 31px;
} .section-home-top {
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/main_header_image.png) no-repeat center top;
padding-top: 116px;
} .section-home-top .contact-form-box {
padding: 28px 30px 0 30px;
position: relative;
} .section-home-top .contact-form-box:before {
content: "";
display: block;
position: absolute;
width: 789px;
height: 789px;
top: 100%;
margin-top: -395px;
left: 50%;
margin-left: -395px;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat center top;
z-index: -1;
} .section-home-top .contact-form-box .book-home-top {
font-size: 36px;
line-height: 1.33;
color: #BA9E5C;
} .section-home-top .col-form-address {
margin-bottom: 13px;
} .section-home-top a.btn-sz {
font-size: 16px;
font-weight: bold;
line-height: 28px;
padding: 20px 54px;
display: table;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
} .col-contact-home-top {
margin-top: 170px;
} .home-top-box {
max-width: 580px;
padding-bottom: 30px;
} .home-top-box h1 {
font-size: 60px;
line-height: 1.33;
color: #EDC681;
margin-bottom: 42px;
} .home-top-box p {
font-size: 19px;
line-height: 1.47;
margin-bottom: 32px;
} #home-page-wrapper {
padding-top: 0;
} .container-home-top {
position: relative;
z-index: 2;
} .container-home-services {
position: relative;
z-index: 1;
} .services-wrapper {
position: relative;
padding-top: 92px;
margin-top: 40px;
padding-bottom: 110px;
} .services-wrapper > h2 {
font-size: 36px;
line-height: 1.333;
max-width: 590px;
} .services-wrapper:before {
content: "";
display: block;
position: absolute;
width: 1000%;
top: 0;
left: -140px;
bottom: 0;
background-color: #282828;
-moz-border-radius-topleft: 45px;
-webkit-border-top-left-radius: 45px;
border-top-left-radius: 45px;
-moz-border-radius-bottomleft: 45px;
-webkit-border-bottom-left-radius: 45px;
border-bottom-left-radius: 45px;
z-index: -1;
} .services-carousel {
width: 1554px;
margin-top: 56px;
} .service-home h2 {
font-size: 26px;
line-height: 1.19;
color: #FFF3E5;
} .service-home p {
font-size: 19px;
line-height: 1.47;
} .service-home img {
display: block;
margin-bottom: 28px;
} .service-home h2 {
margin-bottom: 44px;
} .service-home a {
position: absolute;
bottom: 0;
padding-right: 16px;
} .service-home a:before {
content: "";
display: block;
position: absolute;
width: 10px;
height: 10px;
top: 7px;
right: 0;
border-top: 1px solid #BA9E5C;
border-right: 1px solid #BA9E5C;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
} .service-home .service-box {
max-width: 227px;
display: table;
margin-left: auto;
margin-right: auto;
width: 100%;
padding-bottom: 44px;
position: relative;
height: 100%;
} .services-carousel-nav {
margin-top: 100px;
} .services-carousel-nav ul {
display: table;
margin-left: auto;
} .services-carousel-nav ul li {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
} .services-carousel-nav ul li:first-child {
margin-right: 24px;
} .services-carousel-nav ul li div {
display: block;
} .services-carousel-nav ul li div:hover {
cursor: pointer;
} .section-services-home-2 {
position: relative;
z-index: 2;
margin-top: -57px;
} .section-services-home-2 h2 {
margin-bottom: 73px;
} .section-services-home-2 p {
margin-bottom: 30px;
} .section-services-home-2 a {
padding: 20px 27px;
} .section-services-home-2 ul {
margin-bottom: 39px;
} .section-services-home-2 ul li {
padding-left: 13px;
position: relative;
} .section-services-home-2 ul li:before {
content: "";
display: block;
position: absolute;
width: 5px;
height: 5px;
top: 11px;
left: 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #BA9E5C;
} .row-service-2 {
margin-bottom: 70px;
} .container-home-services-2 .row:nth-child(even) {
flex-direction: row-reverse;
} .container-home-services-2 .row:first-child .col-service-home-2-content {
padding-top: 120px;
} .container-home-services-2 .row:last-child {
margin-bottom: 0;
} .home-expert-box {
text-align: center;
max-width: 270px;
display: table;
margin-left: auto;
margin-right: auto;
} .home-expert-box img {
display: table;
max-width: 268px;
width: 100%;
margin-left: auto;
margin-right: auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-bottom: 30px;
} .home-expert-box h3 {
font-size: 24px;
line-height: 1.125;
margin-bottom: 34px;
} .home-expert-box p {
font-size: 18px;
line-height: 1.3333;
color: #FFF3E5;
} .row-home-experts-head h2 {
font-size: 36px;
margin-bottom: 65px;
} .section-home-experts {
position: relative;
overflow: hidden;
padding-top: 308px;
margin-top: -168px;
} .home-experts-wrapper {
position: relative;
padding-top: 99px;
padding-bottom: 100px;
} .home-experts-wrapper:before {
content: "";
display: block;
position: absolute;
width: 1000%;
top: 0;
right: -82px;
bottom: 0;
background-color: #282828;
-moz-border-radius-topright: 45px;
-webkit-border-top-right-radius: 45px;
border-top-right-radius: 45px;
-moz-border-radius-bottomright: 45px;
-webkit-border-bottom-right-radius: 45px;
border-bottom-right-radius: 45px;
z-index: -1;
} .home-experts-wrapper:after {
content: "";
display: block;
position: absolute;
width: 789px;
height: 789px;
top: 100%;
margin-top: -395px;
left: 50%;
margin-left: -395px;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat center top;
z-index: -1;
} .container-home-experts {
position: relative;
} .container-home-experts:before {
content: "";
display: block;
position: absolute;
width: 789px;
height: 789px;
bottom: 100%;
margin-bottom: -395px;
left: -204px;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat center top;
z-index: -2;
} .home-experts-carousel .slick-dots {
position: relative;
display: table;
margin-left: auto;
margin-right: auto;
padding-top: 90px;
} .home-experts-carousel .slick-dots li button {
width: 16px;
height: 16px;
background-color: #7f6e4a;
padding: 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
} .home-experts-carousel .slick-dots li button:before {
display: none;
} .home-experts-carousel .slick-dots li.slick-active button {
background-color: #ba9e5c;
} .section-home-video {
position: relative;
padding-top: 130px;
margin-top: -75px;
padding-bottom: 200px;
} .section-home-video .video-poster {
position: absolute;
right: 0;
top: 0;
z-index: 2;
} .home-video-content-wrapper {
max-width: 690px;
} .home-video-content-wrapper .video-text {
margin-bottom: 0;
font-size: 24px;
line-height: 1.125;
color: #BA9E5C;
} .home-video-content-wrapper .video-text-small {
margin-bottom: 6px;
} .home-video-content-wrapper h2 {
margin-bottom: 55px;
} .col-home-video {
position: static;
} .section-opinions {
text-align: center;
} .section-opinions h2 {
color: #282828;
margin-bottom: 78px;
} .opinion {
color: #282828;
} .opinion p {
font-size: 26px;
line-height: 1.65;
margin-bottom: 48px;
} .opinion span {
display: table;
margin-left: auto;
margin-right: auto;
line-height: 1.21;
margin-bottom: 100px;
} .opinions-wrapper {
position: relative;
padding-top: 142px;
padding-bottom: 114px;
} .opinions-wrapper:before {
content: "";
display: block;
position: absolute;
width: 151%;
top: 0;
right: -142px;
bottom: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/bg_testimonials.png) no-repeat right center;
background-size: cover !important;
-moz-border-radius-topright: 45px;
-webkit-border-top-right-radius: 45px;
border-top-right-radius: 45px;
-moz-border-radius-bottomright: 45px;
-webkit-border-bottom-right-radius: 45px;
border-bottom-right-radius: 45px;
z-index: -1;
} .opinions-wrapper .slick-dots {
position: relative;
display: table;
margin-left: auto;
margin-right: auto;
bottom: inherit;
} .opinions-wrapper .slick-dots li button {
width: 16px;
height: 16px;
background-color: #957c4c;
padding: 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
} .opinions-wrapper .slick-dots li button:before {
display: none;
} .opinions-wrapper .slick-dots li.slick-active button {
background-color: #282828;
} .home-posts-carousel {
width: 1730px;
position: static !important;
margin-bottom: 0;
} .home-posts-carousel .post-item {
margin-right: 130px;
} .home-posts-carousel .slick-dots {
position: absolute;
display: table;
left: 0;
right: 0;
bottom: 0;
} .home-posts-carousel .slick-dots li button {
width: 16px;
height: 16px;
background-color: #282828;
padding: 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
} .home-posts-carousel .slick-dots li button:before {
display: none;
} .home-posts-carousel .slick-dots li.slick-active button {
background-color: #957c4c;
} .home-blog-wrapper {
position: relative;
padding-bottom: 58px;
} .col-home-blog-head h2 {
font-size: 36px;
margin-bottom: 78px;
} .section-home-blog {
display: none;
padding-top: 52px;
padding-bottom: 70px;
} #service-page-wrapper {
padding-top: 0;
padding-bottom: 90px;
} #service-page-wrapper h1 {
margin-bottom: 128px;
} .section-service-top {
padding-top: 78px;
position: relative;
z-index: 2;
} .service-main-1 {
font-size: 36px;
line-height: 1.333333333333333;
color: #BA9E5C;
margin-bottom: 44px;
} .col-service-top-image {
text-align: right;
} .col-background-neon-content h2, .col-background-neon-content h3 {
margin-bottom: 50px;
} .col-background-neon-content p {
margin-bottom: 30px;
} .background-neon-content-box {
display: table;
margin-left: auto;
} .background-neon-content-box ul li {
padding-left: 14px;
position: relative;
} .background-neon-content-box ul li:before {
content: "";
display: block;
position: absolute;
width: 5px;
height: 5px;
top: 11px;
left: 0;
background-color: #FFF3E5;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
} .service-background-neon {
position: relative;
padding-top: 145px;
padding-bottom: 145px;
} .service-background-neon:before {
content: "";
display: block;
position: absolute;
width: 1000%;
top: 0;
left: -140px;
bottom: 0;
-moz-border-radius-topleft: 45px;
-webkit-border-top-left-radius: 45px;
border-top-left-radius: 45px;
-moz-border-radius-bottomleft: 45px;
-webkit-border-bottom-left-radius: 45px;
border-bottom-left-radius: 45px;
background: #282828 url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
} .service-background-neon .heading-service-neon {
margin-bottom: 58px;
} .service-background-neon .floating-yellow-box {
width: 200px;
height: 200px;
background-image: linear-gradient(to bottom, #edc681, #ba9e5c);
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
padding: 63px 20px 20px 20px;
position: absolute;
margin-right: -33px;
margin-bottom: -27px;
bottom: 0;
right: 0;
} .service-background-neon .floating-yellow-box .text-big {
display: table;
font-size: 53px;
color: #282828;
line-height: .5;
margin-bottom: 16px;
} .service-background-neon .floating-yellow-box .text-small {
font-size: 18px;
line-height: 1.38;
color: #282828;
font-weight: bold;
} .container-service-background-neon {
position: relative;
margin-top: -70px;
} .container-service-text-left h2, .container-service-text-left h3 {
margin-bottom: 50px;
} .container-service-text-left p {
margin-bottom: 30px;
} .container-service-text-left img {
display: table;
margin-left: auto;
} .container-service-text-left ul li {
padding-left: 14px;
position: relative;
} .container-service-text-left ul li:before {
content: "";
display: block;
position: absolute;
width: 5px;
height: 5px;
top: 11px;
left: 0;
background-color: #FFF3E5;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
} .neon-bg {
position: relative;
} .neon-bg:before {
content: "";
display: block;
position: absolute;
width: 1824px;
height: 1824px;
top: -540px;
right: -400px;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine-big.svg) no-repeat center top;
} .col-yellow-box {
width: 870px;
flex-basis: inherit;
flex-grow: inherit;
max-width: inherit;
} .col-yellow-box.bg_left .yellow-box-wrapper:before {
content: "";
display: block;
position: absolute;
width: 154%;
top: 0;
bottom: 0;
right: -70px;
background: linear-gradient(to right, #edc681, #ba9e5c);
-moz-border-radius-topright: 35px;
-webkit-border-top-right-radius: 35px;
border-top-right-radius: 35px;
-moz-border-radius-bottomright: 35px;
-webkit-border-bottom-right-radius: 35px;
border-bottom-right-radius: 35px;
z-index: -1;
} .col-yellow-box.bg_right {
margin-left: 25%;
} .col-yellow-box.bg_right .yellow-box-wrapper:before {
content: "";
display: block;
position: absolute;
width: 154%;
top: 0;
bottom: 0;
left: -70px;
background: linear-gradient(to right, #ba9e5c, #edc681);
-moz-border-radius-topleft: 35px;
-webkit-border-top-left-radius: 35px;
border-top-left-radius: 35px;
-moz-border-radius-bottomleft: 35px;
-webkit-border-bottom-left-radius: 35px;
border-bottom-left-radius: 35px;
z-index: -1;
} .yellow-box-wrapper {
position: relative;
padding-top: 45px;
padding-bottom: 10px;
} .yellow-box-wrapper h2 {
color: #282828;
margin-bottom: 58px;
} .yellow-box-wrapper ul li {
position: relative;
padding-left: 50px;
line-height: 1;
color: #282828;
margin-bottom: 48px;
} .yellow-box-wrapper ul li:before {
content: "";
display: block;
position: absolute;
width: 25px;
height: 25px;
top: 0;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/check-circle-solid.svg) no-repeat center top;
} .service-background-without-neon {
position: relative;
padding-top: 67px;
padding-bottom: 42px;
} .service-background-without-neon:before {
content: "";
display: block;
position: absolute;
width: 1000%;
top: 0;
left: -116px;
bottom: 0;
-moz-border-radius-topleft: 45px;
-webkit-border-top-left-radius: 45px;
border-top-left-radius: 45px;
-moz-border-radius-bottomleft: 45px;
-webkit-border-bottom-left-radius: 45px;
border-bottom-left-radius: 45px;
background: #282828;
} .service-background-without-neon h2 {
margin-bottom: 49px;
} .service-background-without-neon h3 {
font-size: 29px;
margin-bottom: 34px;
} .service-background-without-neon p {
margin-bottom: 32px;
} .service-background-without-neon img {
display: block;
margin-left: auto;
max-width: 512px;
} .service-background-without-neon .service-bg-1-box {
display: table;
margin-left: auto;
max-width: 512px;
width: 100%;
} .row-service-background-without-neon-1 {
margin-bottom: 59px;
} .row-service-background-without-neon-1 p.text-large {
font-size: 36px;
color: #BA9E5C;
max-width: 512px;
display: table;
width: 100%;
margin-left: auto;
padding-top: 56px;
} .container-service-image-left h2, .container-service-image-left h3 {
margin-bottom: 50px;
} .container-service-image-left p {
margin-bottom: 30px;
} .container-service-image-left ul li {
padding-left: 14px;
position: relative;
} .container-service-image-left ul li:before {
content: "";
display: block;
position: absolute;
width: 5px;
height: 5px;
top: 11px;
left: 0;
background-color: #FFF3E5;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
} .page-id-50 .service-background-neon, .page-id-52 .service-background-neon {
padding-bottom: 0;
padding-top: 135px;
} .page-id-50 .service-background-neon .row, .page-id-52 .service-background-neon .row {
position: relative;
bottom: -34px;
} .section-service2-top {
padding-top: 47px;
position: relative;
z-index: 2;
} .row-service-2-top {
padding-top: 100px;
} .col-service2-top-content h2, .col-service2-top-content h3 {
margin-bottom: 58px;
} .col-service2-top-content p {
margin-bottom: 30px;
} .col-service2-top-content p.lead {
font-size: 26px;
line-height: 1.192;
margin-bottom: 42px;
} .background-neon-image {
position: relative;
display: table;
} .page-id-16 .service-background-neon {
padding-bottom: 0;
} .page-id-16 .service-background-neon:before {
bottom: 104px;
} .container-4-columns {
padding-top: 88px;
} .container-4-columns h2, .container-4-columns h3 {
font-size: 24px;
line-height: 1.125;
margin-bottom: 60px;
} .container-4-columns p {
font-size: 18px;
} .c2-img-box {
display: table;
position: relative;
} .c2-img-box .floating-yellow-box {
width: 200px;
height: 200px;
background-image: linear-gradient(to bottom, #edc681, #ba9e5c);
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
padding: 63px 20px 20px 20px;
position: absolute;
bottom: -109px;
left: 52px;
} .c2-img-box .floating-yellow-box .text-big {
display: table;
font-size: 53px;
color: #282828;
line-height: .5;
margin-bottom: 16px;
} .c2-img-box .floating-yellow-box .text-small {
font-size: 18px;
line-height: 1.38;
color: #282828;
font-weight: bold;
} .container-expert-2-columns2 {
padding-top: 100px;
} .container-expert-2-columns2 h2, .container-expert-2-columns2 h3 {
margin-bottom: 56px;
} .row-col2-2 {
position: relative;
margin-top: -90px;
} #service2-next-level-page-wrapper {
padding-bottom: 100px;
} .page-id-18 .col-service-background-without-neon {
position: relative;
margin-top: -130px;
} .container-service-2-yellow-box {
position: relative;
z-index: 2;
} .container-service-without-background-neon {
position: relative;
margin-top: -70px;
} .container-service-without-background-neon .col-neon-content h2, .container-service-without-background-neon .col-neon-content h3 {
margin-bottom: 50px;
} .container-service-without-background-neon .col-neon-content p {
margin-bottom: 30px;
} .container-service-without-background-neon .neon-content-box {
display: table;
margin-left: auto;
} .container-service-without-background-neon .service-without-background-neon {
position: relative;
padding-top: 145px;
padding-bottom: 145px;
} .container-service-without-background-neon .service-without-background-neon:before {
content: "";
display: block;
position: absolute;
width: 1000%;
top: 0;
left: -140px;
bottom: 0;
-moz-border-radius-topleft: 45px;
-webkit-border-top-left-radius: 45px;
border-top-left-radius: 45px;
-moz-border-radius-bottomleft: 45px;
-webkit-border-bottom-left-radius: 45px;
border-bottom-left-radius: 45px;
background: transparent url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
} .container-service-without-background-neon .service-without-background-neon .heading-service-neon {
margin-bottom: 58px;
} .container-service-without-background-neon .service-without-background-neon .floating-yellow-box {
width: 200px;
height: 200px;
background-image: linear-gradient(to bottom, #edc681, #ba9e5c);
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
padding: 63px 20px 20px 20px;
position: absolute;
margin-right: -33px;
margin-bottom: -27px;
bottom: 0;
right: 0;
} .container-service-without-background-neon .service-without-background-neon .floating-yellow-box .text-big {
display: table;
font-size: 53px;
color: #282828;
line-height: .5;
margin-bottom: 16px;
} .container-service-without-background-neon .service-without-background-neon .floating-yellow-box .text-small {
font-size: 18px;
line-height: 1.38;
color: #282828;
font-weight: bold;
} .container-service-without-background-neon .neon-bg {
position: relative;
} .container-service-without-background-neon .neon-bg:before {
content: "";
display: block;
position: absolute;
width: 1824px;
height: 1824px;
top: -540px;
right: -400px;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine-big.svg) no-repeat center top;
} .container-service-image-left {
z-index: 3;
position: relative;
} .container-service-dark-box {
position: relative;
z-index: 1;
} .container-service-dark-box .col-dark-box {
width: 870px;
flex-basis: inherit;
flex-grow: inherit;
max-width: inherit;
} .container-service-dark-box .col-dark-box.bg_left .dark-box-wrapper:before {
content: "";
display: block;
position: absolute;
width: 154%;
top: 0;
bottom: 0;
right: -70px;
background: #282828;
-moz-border-radius-topright: 35px;
-webkit-border-top-right-radius: 35px;
border-top-right-radius: 35px;
-moz-border-radius-bottomright: 35px;
-webkit-border-bottom-right-radius: 35px;
border-bottom-right-radius: 35px;
z-index: -1;
} .container-service-dark-box .col-dark-box.bg_right {
margin-left: 25%;
} .container-service-dark-box .col-dark-box.bg_right .dark-box-wrapper:before {
content: "";
display: block;
position: absolute;
width: 154%;
top: 0;
bottom: 0;
left: -70px;
background: #282828;
-moz-border-radius-topleft: 35px;
-webkit-border-top-left-radius: 35px;
border-top-left-radius: 35px;
-moz-border-radius-bottomleft: 35px;
-webkit-border-bottom-left-radius: 35px;
border-bottom-left-radius: 35px;
z-index: -1;
} .container-service-dark-box .dark-box-wrapper {
position: relative;
padding-top: 45px;
padding-bottom: 10px;
} .container-service-dark-box .dark-box-wrapper h2 {
color: #BA9E5C;
margin-bottom: 58px;
} .container-service-dark-box .dark-box-wrapper ul li {
position: relative;
padding-left: 50px;
line-height: 1;
color: #FFF3E5;
margin-bottom: 48px;
} .container-service-dark-box .dark-box-wrapper ul li:before {
content: "";
display: block;
position: absolute;
width: 25px;
height: 25px;
top: 0;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/check-circle-solid-yellow.svg) no-repeat center top;
} #experts-page-wrapper {
padding-top: 75px;
padding-bottom: 0;
} .experts-wrapper {
position: relative;
padding-top: 85px;
padding-bottom: 364px;
margin-top: 65px;
} .experts-wrapper:before {
content: "";
display: block;
position: absolute;
width: 1000%;
top: 0;
left: -100px;
bottom: 0;
-moz-border-radius-topleft: 60px;
-webkit-border-top-left-radius: 60px;
border-top-left-radius: 60px;
-moz-border-radius-bottomleft: 60px;
-webkit-border-bottom-left-radius: 60px;
border-bottom-left-radius: 60px;
background: #282828 url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
} .experts-wrapper .heading-service-neon {
margin-bottom: 58px;
} .experts-wrapper .col-expert {
margin-bottom: 167px;
} .page-template-experts .section-opinions {
position: relative;
margin-top: -370px;
z-index: 999;
margin-bottom: -35px;
} .page-template-experts #wrapper-footer {
padding-top: 0;
} .section-expert-top {
padding-top: 43px;
} .row-main-expert h2 {
color: #FFF3E5;
line-height: 1.17;
} .expert-info {
padding-top: 61px;
} .expert-info p {
margin-bottom: 30px;
} #expert-page-wrapper {
padding-bottom: 50px;
} .col-expert-short-1 {
width: 415px;
flex-basis: inherit;
flex-grow: inherit;
max-width: inherit;
} .col-expert-short-2 {
width: 475px;
flex-basis: inherit;
flex-grow: inherit;
max-width: inherit;
} .col-expert-short-2 .expert-box {
max-width: 385px;
display: table;
margin-left: auto;
} .expert-bg-wrapper {
position: relative;
margin-top: -90px;
padding-bottom: 80px;
} .expert-bg-wrapper:before {
content: "";
display: block;
position: absolute;
width: 143%;
top: 140px;
right: -100px;
bottom: 0;
-moz-border-radius-topright: 60px;
-webkit-border-top-right-radius: 60px;
border-top-right-radius: 60px;
-moz-border-radius-bottomright: 60px;
-webkit-border-bottom-right-radius: 60px;
border-bottom-right-radius: 60px;
background: #282828 url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat 137px -413px;
} .expert-yellow-box-wrapper {
position: relative;
padding-top: 100px;
padding-bottom: 100px;
margin-top: -50px;
z-index: 2;
} .expert-yellow-box-wrapper:before {
content: "";
display: block;
position: absolute;
width: 160%;
top: 0;
bottom: 0;
left: -100px;
background: linear-gradient(to right, #edc681, #ba9e5c);
-moz-border-radius-topleft: 60px;
-webkit-border-top-left-radius: 60px;
border-top-left-radius: 60px;
-moz-border-radius-bottomleft: 60px;
-webkit-border-bottom-left-radius: 60px;
border-bottom-left-radius: 60px;
z-index: -1;
} .expert-yellow-box-wrapper h2 {
color: #282828;
margin-bottom: 58px;
} .expert-yellow-box-wrapper ul li {
position: relative;
padding-left: 50px;
line-height: 1;
color: #282828;
margin-bottom: 48px;
} .expert-yellow-box-wrapper ul li:before {
content: "";
display: block;
position: absolute;
width: 25px;
height: 25px;
top: 0;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/check-circle-solid.svg) no-repeat center top;
} .container-big-yellow-heading {
padding-top: 200px;
padding-bottom: 160px;
} .container-big-yellow-heading p {
font-size: 47px;
line-height: 1;
color: #BA9E5C;
} .container-additional-services {
position: relative;
z-index: 2;
} .container-additional-services h2 {
margin-bottom: 85px;
} .container-additional-services ul li {
position: relative;
padding-left: 50px;
line-height: 1;
color: #FFF3E5;
margin-bottom: 48px;
} .container-additional-services ul li:before {
content: "";
display: block;
position: absolute;
width: 25px;
height: 25px;
top: 0;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/check-circle-solid-yellow.svg) no-repeat center top;
} .additional-services {
position: relative;
padding-top: 100px;
padding-bottom: 90px;
} .additional-services:before {
content: "";
display: block;
position: absolute;
width: 160%;
top: 0;
bottom: 0;
right: -100px;
background-color: #282828;
-moz-border-radius-topright: 60px;
-webkit-border-top-right-radius: 60px;
border-top-right-radius: 60px;
-moz-border-radius-bottomright: 60px;
-webkit-border-bottom-right-radius: 60px;
border-bottom-right-radius: 60px;
z-index: -1;
} .floating-clients {
width: 200px;
height: 200px;
background-image: linear-gradient(to bottom, #edc681, #ba9e5c);
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
padding: 63px 20px 20px 20px;
position: absolute;
left: 100%;
margin-right: 100px;
top: 80px;
} .floating-clients span {
display: table;
font-size: 53px;
color: #282828;
line-height: .5;
margin-bottom: 16px;
} .floating-clients p {
font-size: 18px;
line-height: 1.38;
color: #282828;
font-weight: bold;
} .expert-section-opinions {
position: relative;
margin-top: -65px;
z-index: 1;
} .expert-section-opinions .opinions-wrapper:before {
right: inherit;
left: -100px;
-moz-border-radius-topleft: 45px;
-webkit-border-top-left-radius: 45px;
border-top-left-radius: 45px;
-moz-border-radius-bottomleft: 45px;
-webkit-border-bottom-left-radius: 45px;
border-bottom-left-radius: 45px;
} .multimedia-carousel {
width: 1720px;
position: static !important;
padding-bottom: 120px;
} .multimedia-carousel .multimedia-item {
margin-right: 130px;
} .multimedia-carousel .multimedia-item p {
font-size: 22px;
color: #ffffff;
line-height: 1.68;
} .multimedia-carousel .multimedia-image {
margin-bottom: 25px;
position: relative;
} .multimedia-carousel .multimedia-image:before {
content: "";
display: block;
position: absolute;
width: 86px;
height: 60px;
top: 50%;
margin-top: -30px;
left: 50%;
margin-left: -43px;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/youtube-brands-solid.svg) no-repeat center top;
z-index: 2;
} .multimedia-carousel .slick-dots {
position: absolute;
display: table;
left: 0;
right: 0;
bottom: 0;
} .multimedia-carousel .slick-dots li button {
width: 16px;
height: 16px;
background-color: #282828;
padding: 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
} .multimedia-carousel .slick-dots li button:before {
display: none;
} .multimedia-carousel .slick-dots li.slick-active button {
background-color: #957c4c;
} .container-multimedia {
padding-top: 57px;
margin-bottom: 16px;
} .container-multimedia h2 {
font-size: 36px;
margin-bottom: 78px;
} .col-expert-2-columns-1 .text-expert-big {
color: #BA9E5C;
font-size: 47px;
line-height: 1;
margin-bottom: 40px;
} .container-expert-2-columns {
position: relative;
margin-top: -67px;
z-index: 3;
} .expert-yellow-bg-short {
position: relative;
max-width: 444px;
width: 100%;
display: table;
margin-left: auto;
padding: 100px 0 150px 0;
} .expert-yellow-bg-short h2, .expert-yellow-bg-short h3 {
color: #282828;
margin-bottom: 72px;
} .expert-yellow-bg-short p {
color: #282828;
} .expert-yellow-bg-short:before {
content: "";
display: block;
position: absolute;
width: 250%;
top: 0;
bottom: 0;
left: -124px;
background: linear-gradient(to right, #edc681, #ba9e5c);
-moz-border-radius-topleft: 60px;
-webkit-border-top-left-radius: 60px;
border-top-left-radius: 60px;
-moz-border-radius-bottomleft: 60px;
-webkit-border-bottom-left-radius: 60px;
border-bottom-left-radius: 60px;
z-index: -1;
} .container-expert-2-columns-without-bg {
padding-top: 124px;
padding-bottom: 70px;
} .col-2-columns-without-bg-1 p {
font-size: 47px;
line-height: 1;
color: #BA9E5C;
} .container-long-yellow-content .long-yellow-content-wrapper {
position: relative;
padding-top: 95px;
padding-bottom: 100px;
margin-top: -50px;
z-index: 2;
} .container-long-yellow-content .long-yellow-content-wrapper p {
color: #282828;
font-size: 26px;
line-height: 1.65;
} .container-long-yellow-content .long-yellow-content-wrapper:before {
content: "";
display: block;
position: absolute;
width: 160%;
top: 0;
bottom: 0;
left: -90px;
background: linear-gradient(to right, #edc681, #ba9e5c);
-moz-border-radius-topleft: 60px;
-webkit-border-top-left-radius: 60px;
border-top-left-radius: 60px;
-moz-border-radius-bottomleft: 60px;
-webkit-border-bottom-left-radius: 60px;
border-bottom-left-radius: 60px;
z-index: -1;
} .blog h1 {
margin-bottom: 74px;
} .blog .site-main {
position: relative;
padding-top: 100px;
padding-bottom: 3px;
margin-bottom: 100px;
} .blog .site-main:before {
content: "";
display: block;
position: absolute;
width: 1000%;
top: 0;
left: -115px;
bottom: 0;
-moz-border-radius-topleft: 45px;
-webkit-border-top-left-radius: 45px;
border-top-left-radius: 45px;
-moz-border-radius-bottomleft: 45px;
-webkit-border-bottom-left-radius: 45px;
border-bottom-left-radius: 45px;
background: #282828 url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
} #index-wrapper {
padding-top: 77px;
} .container-blog-list {
padding-left: 37px;
padding-right: 37px;
} .container-blog-list .row {
margin-right: -37px;
margin-left: -37px;
} .container-blog-list .row div[class*='col-'] {
padding-left: 37px;
padding-right: 37px;
} .col-post-big {
margin-bottom: 60px;
} .col-post-big .post-item .post-description p {
font-size: 19px;
margin-bottom: 23px;
} .col-post-small {
margin-bottom: 100px;
} .col-post-small h2 {
font-size: 26px;
line-height: 1.423;
} .col-post-small .post-item .post-description p {
font-size: 19px;
margin-bottom: 23px;
} .blog-pagination {
max-width: 100%;
display: table;
margin-left: auto;
margin-right: auto;
margin-bottom: 24px;
} .blog-pagination .pagination {
margin-right: -8px;
margin-left: -8px;
} .blog-pagination .pagination li {
padding-left: 8px;
padding-right: 8px;
} .blog-pagination .pagination li.active span {
color: #282828;
background-color: #BA9E5C;
} .blog-pagination .pagination li span, .blog-pagination .pagination li a {
width: 60px;
height: 60px;
padding: 0;
border: 1px solid #BA9E5C;
text-align: center;
font-size: 22px;
line-height: 60px;
-moz-border-radius: 50% !important;
-webkit-border-radius: 50%;
border-radius: 50% !important;
background-color: transparent;
position: relative;
} .blog-pagination .pagination li span:hover, .blog-pagination .pagination li a:hover {
background-color: #BA9E5C;
color: #282828;
} .blog-pagination .pagination li span:focus, .blog-pagination .pagination li a:focus {
outline: none;
box-shadow: none;
} .blog-pagination .pagination li span.next, .blog-pagination .pagination li a.next {
color: transparent;
} .blog-pagination .pagination li span.next:before, .blog-pagination .pagination li a.next:before {
content: "";
display: block;
position: absolute;
width: 10px;
height: 10px;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -5px;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-top: 1px solid #BA9E5C;
border-right: 1px solid #BA9E5C;
} .blog-pagination .pagination li span.next:hover:before, .blog-pagination .pagination li a.next:hover:before {
border-top: 1px solid #282828;
border-right: 1px solid #282828;
} .blog-pagination .pagination li span.prev, .blog-pagination .pagination li a.prev {
color: transparent;
} .blog-pagination .pagination li span.prev:before, .blog-pagination .pagination li a.prev:before {
content: "";
display: block;
position: absolute;
width: 10px;
height: 10px;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -5px;
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-top: 1px solid #BA9E5C;
border-left: 1px solid #BA9E5C;
} .blog-pagination .pagination li span.prev:hover:before, .blog-pagination .pagination li a.prev:hover:before {
border-top: 1px solid #282828;
border-left: 1px solid #282828;
} .single h1 {
margin-bottom: 82px;
} .single .entry-header .post-date {
font-size: 20px;
line-height: 1.35;
color: #BA9E5C;
margin-bottom: 30px;
} .single .site-main {
max-width: 1134px;
margin-left: auto;
margin-right: auto;
} #single-wrapper {
padding-top: 77px;
padding-bottom: 90px;
} .single-bg-neon {
position: relative;
padding-top: 100px;
padding-bottom: 3px;
margin-bottom: 100px;
z-index: 2;
} .single-bg-neon:before {
content: "";
display: block;
position: absolute;
width: 1000%;
top: 0;
left: -115px;
bottom: 0;
-moz-border-radius-topleft: 45px;
-webkit-border-top-left-radius: 45px;
border-top-left-radius: 45px;
-moz-border-radius-bottomleft: 45px;
-webkit-border-bottom-left-radius: 45px;
border-bottom-left-radius: 45px;
background: #282828 url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
z-index: -1;
} .single-bg-neon .entry-content {
padding-top: 36px;
} .single-bg-neon .entry-content p.lead {
font-size: 29px;
line-height: 1.3;
margin-bottom: 50px;
} .single-bg-neon .entry-content p {
line-height: 2;
margin-bottom: 29px;
} .single-bg-neon .entry-content h2, .single-bg-neon .entry-content h3 {
font-size: 29px;
line-height: 1.3;
margin-bottom: 41px;
} .read-also {
font-size: 47px;
line-height: 1;
color: #BA9E5C;
margin-bottom: 80px;
} .row-related-articles {
margin-right: -37px;
margin-left: -37px;
} .row-related-articles div[class*='col-'] {
padding-left: 37px;
padding-right: 37px;
} .row-related-articles .post-item h2 a {
font-size: 26px;
} .row-related-articles .post-item .post-description p {
font-size: 19px;
line-height: 2;
margin-bottom: 3px;
} .row-related-articles .post-item img {
margin-bottom: 25px;
} #pricing-page-wrapper {
background-size: 1920px 769px !important;
padding-top: 77px;
} #pricing-page-wrapper h1 {
padding-bottom: 40px;
} .section-pricing-top {
position: relative;
z-index: 2;
} .section-pricing-top h2 {
font-size: 36px;
line-height: 1.333;
margin-bottom: 48px;
} .section-pricing-top img {
margin-top: 60px;
display: block;
} .price-item {
border: 1px solid #BA9E5C;
background-color: #222222;
display: flex;
flex-wrap: wrap;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;
padding-top: 12px;
padding-bottom: 12px;
margin-bottom: 13px;
} .price-item .price-name {
color: #ffffff;
padding-left: 30px;
padding-right: 15px;
} .price-item .price-val {
margin-left: auto;
font-size: 19px;
color: #BA9E5C;
font-weight: bold;
padding-right: 30px;
padding-left: 15px;
} .pricing-lists-wrapper {
padding-top: 160px;
position: relative;
padding-bottom: 3px;
margin-bottom: 100px;
z-index: 2;
} .pricing-lists-wrapper:before {
content: "";
display: block;
position: absolute;
width: 1000%;
top: 0;
left: -115px;
bottom: 0;
-moz-border-radius-topleft: 45px;
-webkit-border-top-left-radius: 45px;
border-top-left-radius: 45px;
-moz-border-radius-bottomleft: 45px;
-webkit-border-bottom-left-radius: 45px;
border-bottom-left-radius: 45px;
background: #282828 url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
z-index: -1;
} .section-pricing-lists {
position: relative;
margin-top: -80px;
z-index: 1;
} .row-pricing {
margin-bottom: 80px;
} .row-pricing h2 {
font-size: 36px;
margin-bottom: 96px;
} .page-template-pricing .section-opinions {
position: relative;
margin-bottom: -100px;
z-index: 999;
} #contact-page-wrapper {
padding-top: 77px;
} .contact-neon-wrapper {
position: relative;
padding-top: 85px;
padding-bottom: 85px;
margin-top: 70px;
} .contact-neon-wrapper h2 {
margin-bottom: 38px;
} .contact-neon-wrapper:before {
content: "";
display: block;
position: absolute;
width: 1000%;
top: 0;
left: -115px;
bottom: 0;
-moz-border-radius-topleft: 45px;
-webkit-border-top-left-radius: 45px;
border-top-left-radius: 45px;
-moz-border-radius-bottomleft: 45px;
-webkit-border-bottom-left-radius: 45px;
border-bottom-left-radius: 45px;
background: #282828 url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat -395px -395px;
z-index: -1;
} .contact-neon-wrapper .contact-tel {
position: relative;
padding-left: 31px;
font-size: 19px;
line-height: 26px;
font-weight: bold;
color: #FFF3E5;
} .contact-neon-wrapper .contact-tel a {
color: #FFF3E5;
} .contact-neon-wrapper .contact-tel:before {
content: "";
display: block;
position: absolute;
width: 18px;
height: 18px;
top: 4px;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/phone-alt-light.svg) no-repeat center top;
background-size: contain !important;
} .contact-neon-wrapper .contact-address {
font-size: 13px;
line-height: 17px;
position: relative;
padding-left: 30px;
display: block;
margin-bottom: 13px;
font-weight: bold;
} .contact-neon-wrapper .contact-address:before {
content: "";
display: block;
position: absolute;
width: 13px;
height: 18px;
top: 0;
left: 2px;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/map-marker-light.svg) no-repeat center top;
background-size: contain !important;
} .contact-neon-wrapper .contact-mail {
font-size: 13px;
line-height: 17px;
position: relative;
padding-left: 30px;
font-weight: bold;
} .contact-neon-wrapper .contact-mail a {
color: #FFF3E5;
} .contact-neon-wrapper .contact-mail:before {
content: "";
display: block;
position: absolute;
width: 18px;
height: 18px;
top: 0;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/envelope-open-light.svg) no-repeat center top;
background-size: contain !important;
} .contact-neon-wrapper .contact-hours {
padding-top: 50px;
} .contact-neon-wrapper .contact-hours p {
font-weight: bold;
} .contact-neon-wrapper .contact-hours .col-contact-days {
line-height: 2;
} .contact-neon-wrapper .contact-hours .col-contact-hours {
font-weight: bold;
line-height: 2;
} .contact-neon-wrapper .contact-hours .col-contact-hours span {
padding-left: 37px;
display: block;
position: relative;
} .contact-neon-wrapper .contact-hours .col-contact-hours span:before {
content: "";
display: block;
position: absolute;
width: 20px;
height: 20px;
top: 6px;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/clock-light.svg) no-repeat center top;
background-size: contain !important;
} .section-contact-top {
position: relative;
z-index: 2;
} .section-contact-top .contact-form-box {
max-width: 460px;
margin-left: auto;
display: table;
margin-top: 30px;
position: relative;
} .section-contact-top .contact-form-box:before {
content: "";
display: block;
position: absolute;
width: 789px;
height: 789px;
top: -270px;
left: -140px;
bottom: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/shine.svg) no-repeat center top;
z-index: -1;
} .section-map {
position: relative;
z-index: 1;
margin-top: -90px;
margin-left: -50px;
} .section-contact-content {
padding-top: 45px;
} .section-contact-content h2 {
margin-bottom: 50px;
} .row-contact-content {
margin-bottom: 55px;
} .section-transport {
padding-top: 50px;
} .section-transport h2 {
margin-bottom: 38px;
} .col-bus-transport p {
padding-left: 60px;
position: relative;
line-height: 32px;
margin-bottom: 27px;
} .col-bus-transport p:before {
content: "";
display: block;
position: absolute;
width: 32px;
height: 32px;
top: 0;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/bus-alt-light.svg) no-repeat center top;
} .col-tram-transport p {
padding-left: 60px;
position: relative;
line-height: 32px;
margin-bottom: 27px;
} .col-tram-transport p:before {
content: "";
display: block;
position: absolute;
width: 28px;
height: 32px;
top: 0;
left: 0;
background: url(//szwedzkaclinic.pl/wp-content/themes/understrap-child-master/images/train-light.svg) no-repeat center top;
} .col-transport ul li {
font-size: 30px;
line-height: 90px;
color: #EDC681;
width: 90px;
height: 90px;
max-height: 90px;
text-align: center;
background-color: #282828;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
margin-right: 5px;
margin-bottom: 8px;
} .col-transport ul li:last-child {
margin-right: 0;
}@media (max-width: 1680px) { .section-home-video .video-poster {
max-width: 560px;
}
}
@media (max-width: 1440px) { .home-top-box h1 {
font-size: 45px;
} .section-home-top {
padding-top: 87px;
} .services-wrapper {
padding-top: 69px;
} .services-wrapper > h2 {
font-size: 27px;
} .service-home h2 {
font-size: 20px;
margin-bottom: 30px;
} h2 {
font-size: 37px;
} p {
font-size: 16px;
} .section-services-home-2 h2 {
margin-bottom: 50px;
} .section-home-video {
padding-bottom: 100px;
} .opinions-wrapper {
padding-top: 106px;
padding-bottom: 85px;
} .opinion p {
font-size: 19px;
} .section-opinions h2 {
margin-bottom: 58px;
} .opinion span {
margin-bottom: 75px;
} .post-item h2 a {
font-size: 27px;
} .post-item .post-description p {
font-size: 16px;
} .post-item .post-date {
margin-bottom: 27px;
} .post-item .post-description p {
margin-bottom: 48px;
} .section-home-blog {
padding-bottom: 56px;
} #service-page-wrapper h1 {
font-size: 36px;
margin-bottom: 96px;
} .section-service-top {
padding-top: 58px;
} .service-main-1 {
font-size: 27px;
} #experts-page-wrapper {
padding-top: 56px;
} .home-expert-box h3 {
font-size: 18px;
margin-bottom: 26px;
} .home-expert-box p {
font-size: 16px;
} .experts-wrapper .col-expert {
margin-bottom: 125px;
} h1 {
font-size: 36px;
} .container-big-yellow-heading p {
font-size: 36px;
} .additional-services {
padding-top: 75px;
padding-bottom: 65px;
} .container-additional-services ul li {
margin-bottom: 36px;
font-size: 16px;
} .container-additional-services ul li:before {
top: -4px;
} .floating-clients span {
font-size: 36px;
} .floating-clients p {
font-size: 16px;
} .floating-clients {
width: 150px;
height: 163px;
padding-top: 47px;
} .multimedia-carousel {
padding-bottom: 90px;
} .multimedia-carousel .multimedia-item p {
font-size: 18px;
} .col-expert-2-columns-1 .text-expert-big {
font-size: 36px;
} .expert-yellow-bg-short {
padding-top: 75px;
padding-bottom: 75px;
} .expert-yellow-bg-short h2, .expert-yellow-bg-short h3 {
margin-bottom: 54px;
} .expert-yellow-box-wrapper {
padding-top: 75px;
padding-bottom: 75px;
} .expert-yellow-box-wrapper h2 {
margin-bottom: 42px;
} .expert-yellow-box-wrapper ul li {
font-size: 16px;
margin-bottom: 36px;
} .expert-yellow-box-wrapper ul li:before {
top: -4px;
} .col-2-columns-without-bg-1 p {
font-size: 37px;
} .container-long-yellow-content .long-yellow-content-wrapper {
padding-top: 70px;
padding-bottom: 70px;
} .container-long-yellow-content .long-yellow-content-wrapper p {
font-size: 19px;
} .section-service2-top {
padding-top: 28px;
} .service-background-neon .floating-yellow-box {
width: 150px;
height: 150px;
padding: 43px 20px 20px 20px;
} .service-background-neon .floating-yellow-box .text-big {
font-size: 40px;
} .service-background-neon .floating-yellow-box .text-small {
font-size: 16px;
} .container-4-columns h2, .container-4-columns h3 {
font-size: 18px;
margin-bottom: 45px;
} .container-4-columns p {
font-size: 16px;
} .c2-img-box .floating-yellow-box {
width: 150px;
height: 150px;
padding: 43px 20px 20px 20px;
} .c2-img-box .floating-yellow-box .text-big {
font-size: 40px;
} .c2-img-box .floating-yellow-box .text-small {
font-size: 16px;
} .row-service-2-top {
padding-top: 75px;
} .yellow-box-wrapper h2 {
margin-bottom: 43px;
} .yellow-box-wrapper ul li {
font-size: 16px;
margin-bottom: 36px;
} .yellow-box-wrapper ul li:before {
top: -4px;
} #index-wrapper {
padding-top: 58px;
} .col-post-small h2 {
font-size: 20px;
} .col-post-small h2 a {
font-size: 20px;
} .col-post-small .post-item .post-description p {
font-size: 16px;
} #single-wrapper {
padding-top: 58px;
} .single-bg-neon .entry-content p.lead {
font-size: 20px;
} .single-bg-neon .entry-content p.lead {
margin-bottom: 37px;
} .single-bg-neon .entry-content h2, .single-bg-neon .entry-content h3 {
margin-bottom: 30px;
} .read-also {
font-size: 36px;
margin-bottom: 60px;
} .row-related-articles .post-item h2 a {
font-size: 20px;
} .row-related-articles .post-item .post-description p {
font-size: 16px;
} .col-transport ul li {
font-size: 22px;
line-height: 70px;
height: 70px;
width: 70px;
max-height: 70px;
} #navbarNavDropdown li:not(.btn-menu) a {
font-size: 16px;
}
}
@media (max-width: 1200px) { .navbar-brand img {
max-width: 150px;
} #main-nav {
padding: 10px 15px 5px 15px;
} .navbar-nav .nav-link {
text-align: center;
} #navbarNavDropdown .btn-menu a {
display: table;
margin-left: auto;
margin-right: auto;
} .dropdown-menu {
display: none;
} .menu-item-has-children:hover .dropdown-menu {
display: block;
} .menu-item-has-children a {
text-align: center;
} #main-menu {
padding-bottom: 20px;
}
}
@media (max-width: 991px) { .service-home .service-box {
margin-left: 0;
} .services-carousel {
width: auto;
} .home-top-box h1 {
font-size: 33px;
margin-bottom: 30px;
} .section-home-top {
padding-top: 35px;
} .col-contact-home-top {
margin-top: 40px;
} .container-home-services-2 .row:first-child .col-service-home-2-content {
padding-top: 50px;
} .col-service-home-2-content {
padding-top: 51px;
} .section-home-video .video-poster {
position: static;
padding-top: 50px;
display: table;
max-width: 100%;
} .section-home-video .video-poster img {
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
} .service-home p {
font-size: 16px;
} .service-home .service-box {
margin-right: 30px;
} .col-contact-form-box {
width: 100%;
flex: none;
} .contact-footer-wrapper, .contact-footer-wrapper-2 {
max-width: 100%;
padding-top: 50px;
} .contact-footer-wrapper-2 {
max-width: 100%;
} .section-footer-bottom div[class*="col-"] {
max-width: 50%;
flex: 0 0 50%;
margin-bottom: 30px;
} #service-page-wrapper h1 {
margin-bottom: 72px;
} .service-main-2 {
margin-bottom: 30px;
} .col-service-top-image {
text-align: left;
} .col-background-neon-image {
margin-bottom: 50px;
} .service-background-neon {
padding-bottom: 26px;
} .container-service-text-left .col-lg-6 {
top: 0 !important;
} .container-service-text-left img {
text-align: left;
margin-left: 0;
} .container-service-image-left {
padding-top: 45px;
} .section-service-top {
padding-top: 40px;
} .service-background-without-neon img {
margin-left: 0;
} .section-service2-top {
padding-top: 10px;
} .row-service-2-top {
padding-top: 20px;
} .page-id-16 .service-background-neon:before {
bottom: 0;
} .container-4-columns {
padding-top: 46px;
} .col-4-columns-content {
padding-bottom: 20px;
} .col-4-columns-img {
margin-bottom: 30px;
} .container-expert-2-columns2 {
padding-top: 75px;
} .row-col2-2 {
margin-top: 158px;
} .page-id-18 .col-service-background-without-neon {
position: relative;
margin-top: 0;
} .row-service-background-without-neon-1 p.text-large {
margin-left: 0;
} .container-service-2-yellow-box {
margin-top: 0 !important;
} .col-yellow-box.bg_right {
margin-left: 0;
margin-top: 40px;
} #index-wrapper {
padding-top: 40px;
} #single-wrapper {
padding-top: 40px;
} #pricing-page-wrapper {
padding-top: 40px;
} .section-pricing-top img {
margin-top: 0;
} .col-pricing-top-content {
padding-top: 40px;
} .section-pricing-lists {
margin-top: 30px;
} .pricing-lists-wrapper {
padding-top: 50px;
} .expert-bg-wrapper {
margin-top: 20px;
margin-bottom: 20px;
} .col-short-expert-text {
margin-bottom: 20px;
}
}
@media (max-width: 767px) { .col-contact-home-top {
padding-left: 0;
padding-right: 0;
} .contact-form-box {
padding: 56px 10px 17px 10px;
} .service-home .service-box {
margin-right: 0;
} .service-box {
padding-right: 10px;
} .home-posts-carousel {
width: inherit;
} .home-posts-carousel .post-item {
margin-right: 20px;
} .col-form-tel p {
font-size: 16px;
} .col-form-address {
margin-bottom: 18px;
} .section-footer-bottom div[class*="col-"] {
max-width: 100%;
flex: none;
} .social-footer-sz {
margin-left: 0;
} .section-footer-bottom {
padding-top: 70px;
} .experts-wrapper .col-expert {
margin-bottom: 60px;
} .contact-footer-wrapper p {
font-size: 16px;
line-height: 1.47;
} .col-hours {
font-size: 15px;
line-height: 2;
font-weight: bold;
} .col-days {
font-size: 15px;
line-height: 2;
} .col-hours span:before {
top: 4px;
} .blog h1 {
margin-bottom: 52px;
} .container-blog-list .row {
margin-right: -15px;
margin-left: -15px;
} .container-blog-list .row div[class*='col-'] {
padding-left: 15px;
padding-right: 15px;
} .container-blog-list .row div[class*='col-'] {
padding-left: 15px;
padding-right: 15px;
} .container-blog-list {
padding-left: 15px;
padding-right: 15px;
} .col-post-small {
margin-bottom: 74px;
} .single .site-main {
padding-left: 15px;
padding-right: 15px;
} .price-item .price-val {
margin-left: 0;
padding-left: 30px;
margin-top: 10px;
} .price-item {
display: block;
} .container {
max-width: 100%;
} .single .site-main {
max-width: 100%;
margin-left: auto;
margin-right: auto;
} .single .site-main iframe {
width: 100%;
max-width: 100%;
}
}