html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}@font-face {
font-family: 'Inter';
src: url(//coachingisl.com/wp-content/themes/coalchingisl/fonts/Inter-Regular.woff2) format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(//coachingisl.com/wp-content/themes/coalchingisl/fonts/Inter-Medium.woff2) format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inter';
src: url(//coachingisl.com/wp-content/themes/coalchingisl/fonts/Inter-SemiBold.woff2) format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}.header {
z-index: 10;
}
.header__fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
background: var(--clr-white);
z-index: 100;
transform: translateY(-100%);
transition: transform 0.3s;
}
.header__fixed--wrap {
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.header__fixed--visible {
transform: translateY(0);
}
.header__wrapper {
padding: 24px 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.header__logo .logo {
height: 72px;
width: 72px;
object-fit: cover;
}
.header__menu-list {
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
gap: 24px;
}
.header__menu-link {
color: var(--clr-black);
}
.header__buttons {
display: flex;
align-items: center;
gap: 24px;
}
.header__socials {
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
gap: 16px;
}
.header__socials-link {
height: 24px;
width: 24px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
background-color: var(--clr-blue);
}
.header__socials-link:hover {
background-color: var(--clr-blue-hover);
}
.header__socials-icon {
height: 14px;
width: 14px;
}
.header__btn-burger {
padding: 4px;
display: none;
cursor: pointer;
outline: none;
border: none;
background-color: transparent;
}
.header__burger-img {
height: 32px;
width: 32px;
}
.header__burger-menu {
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 100%;
background-color: var(--clr-white);
visibility: hidden;
overflow-x: hidden;
transform: translateX(100%);
z-index: 1000;
transition: .6s ease-in-out;
}
.header__burger-menu.active {
transform: translateX(0);
visibility: visible;
} .header.header--burger-open {
z-index: 150;
}
.header__burger-wrapper {
padding: 14px 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.header__btn-close {
align-self: end;
padding: 4px;
cursor: pointer;
outline: none;
border: none;
background-color: transparent;
}
.header__burger-list {
list-style: none;
padding: 0;
margin: 0;
}
.header__burger-item {
padding-left: 18px;
padding-bottom: 18px;
border-bottom: 1px solid var(--clr-white-hover);
}
.header__burger-item:not(:first-child) {
padding-top: 18px;
}
.header__burger-link {
color: var(--clr-black);
font-size: 1rem;
}
.header__burger-btn {
margin: 32px 0;
align-self: center;
}
.header__burger-info {
display: flex;
flex-direction: column;
align-items: center;
gap: 18px;
}
.header__burger-tel {
color: var(--clr-black);
font-size: 1rem;
}
.header__burger-socials {
padding: 24px 18px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header__social-link {
padding: 4px;
color: var(--clr-black);
font-size: 1rem;
}
@media screen and (max-width: 1380px) {
.header__logo .logo {
height: 64px;
width: 64px;
}
.header__socials {
display: none;
}
}
@media screen and (max-width: 1280px) {
.header__menu-list {
gap: 18px;
}
}
@media screen and (max-width: 1024px) {
.header__wrapper {
padding: 14px 0;
}
.header__logo .logo {
height: 52px;
width: 52px;
}
.header__menu-list {
display: none;
}
.header__buttons {
display: none;
}
.header__btn-burger {
display: flex;
}
}
@media screen and (max-width: 438px) {
.header {
position: absolute;
top: 0;
right: 0;
width: 100%;
}
}  .modal {
display: none; position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
overflow: auto;
z-index: 1000;
background-color: rgba(0,0,0,0.8);
}
.modal-content {
padding: 20px;
position: relative;
width: 80%;
max-width: 500px;
border-radius: 8px;
border: 1px solid #888;
background-color: var(--clr-white);
}
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}
.close:hover {
color: black;
}
.modal__title {
text-align: center;
}
.modal__subtitle {
margin: 0 0 20px 0;
text-align: center;
}
.modal--success .modal-content {
text-align: center;
}
.modal--success .modal__close-btn {
margin-top: 12px;
}.footer {
margin-top: 80px;
border-top: 1px solid var(--clr-white-hover);
}
.footer__wrapper {
padding: 24px 0px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.footer__text {
color: var(--clr-gray);
}
.footer__text a {
color: var(--clr-gray);
text-decoration: underline;
}
@media screen and (max-width: 1024px) {
.footer__wrapper {
flex-direction: column;
align-items: center;
text-align: center;
gap: 24px;
}
}:root {
--clr-black: #1D1C20;
--clr-gray: #646464;
--clr-white: #ffffff;
--clr-white-700: #f7f7f7;
--clr-white-hover: #e2e6ea;
--clr-blue: #0066d2;
--clr-blue-100: #BDD8E9;
--clr-blue-200: #49769f;
--clr-blue-300: #6ea1b2;
--clr-blue-700: #094174;
--clr-blue-800: #001e3a;
--clr-blue-hover: #0058b7;
--natural-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', Tahoma, sans-serif;
background: var(--clr-white-700);
}
h1 {
font-size: 4rem;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.05em;
}
h2 {
font-size: 3rem;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.04em;
}
h3 {
font-size: 2rem;
font-weight: 600;
line-height: 120%;
letter-spacing: normal;
}
h4 {
font-size: 1.25rem;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.03em;
}
h5 {
font-size: 1rem;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.01em;
}
p {
font-size: 1rem;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.03em;
}
a {
text-decoration: none;
font-size: 1rem;
font-weight: 500;
line-height: 120%;
letter-spacing: normal;
}
button {
padding: 12px 22px;
white-space: nowrap;
font-size: 1rem;
font-weight: 500;
line-height: 120%;
letter-spacing: normal;
cursor: pointer;
}
img {
display: block;
pointer-events: none;
}
.container {
margin: 0 auto;
max-width: 1380px;
box-sizing: border-box;
}
.section {
padding-top: 140px;
}
.section-new {
padding: 100px 0 20px;
}
.section-new__article {
display: flex;
flex-direction: column;
gap: 22px;
}
.section-new__title {
margin: 0;
color: var(--clr-blue-800);
font-size: 30px;
font-weight: 500;
line-height: 110%;
letter-spacing: -0.8px;
}
.section-new__subtitle {
margin: 0;
color: var(--clr-blue-200);
font-size: 16px;
font-weight: 400;
line-height: 140%;
letter-spacing: 0px;
}
.btn {
padding: 12px 22px;
display: inline-block;
text-decoration: none;
white-space: nowrap;
font-weight: 500;
line-height: 120%;
letter-spacing: normal;
cursor: pointer;
border-radius: 8px;
border: solid;
transition: .3s ease-in-out;
}
.btn__white {
border-color: var(--clr-blue);
color: var(--clr-blue);
background-color: var(--clr-white);
}
.btn__white:hover {
border-color: var(--clr-blue-hover);
color: var(--clr-white);
background-color: var(--clr-blue);
}
.btn__blue {
border-color: var(--clr-blue-hover);
color: var(--clr-white);
background-color: var(--clr-blue);
}
.btn__blue:hover {
background-color: var(--clr-blue-hover);
}
.btn__arrow--blue {
display: flex;
align-items: center;
}
.btn__arrow--blue::after {
margin-left: 4px;
content: '';
display: block;
width: 15px;
height: 15px;
background: no-repeat url(//coachingisl.com/wp-content/themes/coalchingisl/assets/icons/arrow_blue.svg) center / cover;
transition: .3s ease-in-out;
}
.btn__arrow--blue:hover::after {
margin-left: 8px;
}
.btn__arrow--white {
display: flex;
flex-direction: row;
align-items: center;
gap: 4px;
}
.btn__arrow--white::after {
content: '';
display: block;
width: 15px;
height: 15px;
background: no-repeat url(//coachingisl.com/wp-content/themes/coalchingisl/assets/icons/arrow_white.svg) center / cover;
}
.btn__new {
padding: 12px 24px;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
color: var(--clr-white);
font-size: 16px;
font-weight: 500;
line-height: 140%;
letter-spacing: 0%;
border-radius: 12px;
background: var(--clr-blue-700);
transition: .3s ease-in-out;
outline: none;
cursor: pointer;
border: none;
}
.btn__new:hover {
color: var(--clr-white);
background-color: var(--clr-black);
}
.li__dotted {
position: relative;
padding-left: 20px;
}
.li__dotted::before {
content: '';
position: absolute;
left: 0;
top: 0.4em;
width: 12px;
height: 12px;
background: url(//coachingisl.com/wp-content/themes/coalchingisl/assets/icons/dods_item.svg) no-repeat center center;
background-size: cover;
}
.date {
display: flex;
align-items: center;
}
.date::before {
content: '';
margin-right: 4px;
width: 15px;
height: 15px;
display: block;
background: no-repeat url(//coachingisl.com/wp-content/themes/coalchingisl/assets/icons/calendar.svg) center / cover;
}
.views {
display: flex;
align-items: center;
}
.views::before {
content: '';
margin-right: 4px;
width: 15px;
height: 15px;
display: block;
background: no-repeat url(//coachingisl.com/wp-content/themes/coalchingisl/assets/icons/eye.svg) center / cover;
}
@media screen and (max-width: 1380px) {
button {
padding: 8px 18px;
}
.btn {
padding: 8px 18px;
}
.container {
max-width: 90%;
}
.section {
padding-top: 80px;
}
}
@media screen and (max-width: 1024px) {
.container {
max-width: 95%;
}
.section {
padding-top: 60px;
}
}
@media screen and (max-width: 768px) {
h1 {
font-size: 3rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.25rem;
}
h4 {
font-size: 1rem;
}
h5 {
font-size: .75rem;
}
p {
font-size: .75rem;
}
a {
font-size: .75rem;
}
button {
font-size: .75rem;
}
.section-new {
padding: 50px 0 10px;
}
.section-new__title {
font-size: 24px;
font-weight: 500;
line-height: 110%;
letter-spacing: -0.6px;
}
.section-new__subtitle {
font-size: 14px;
font-weight: 400;
line-height: 140%;
letter-spacing: 0px;
}
}
@media screen and (max-width: 438px) {
h1 {
font-size: 2.25rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.25rem;
}
h4 {
font-size: 1rem;
}
h5 {
font-size: .75rem;
}
p {
font-size: 1rem;
}
a {
font-size: 1rem;
}
button {
font-size: 1rem;
}
.container {
max-width: 90%;
}
.btn {
padding: 12px 24px;
}
}.news-page__article {
margin-top: 42px;
margin-bottom: 38px;
max-width: 90%;
}
.news-page__title {
margin: 0;
}
.news-page-subtitle {
margin-bottom: 32px;
}
.news-page__category {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 20px;
flex-wrap: wrap;
margin-top: 24px;
}
.news-page__category .btn__category {
padding: 12px 24px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
font-size: 16px;
font-weight: 500;
line-height: 120%;
color: var(--clr-blue-800);
background-color: var(--clr-white);
border: 1px solid var(--clr-white-hover);
border-radius: 8px;
cursor: pointer;
transition: all 0.2s ease;
}
.news-page__category .btn__category.active {
color: var(--clr-white);
background: var(--clr-blue-800);
border-color: var(--clr-blue-800);
}
.news-page__category .btn__category:hover {
color: var(--clr-white);
background: var(--clr-blue-700);
border-color: var(--clr-blue-700);
}
.news-page__category .btn__category.active:hover {
color: var(--clr-white);
background: var(--clr-blue-800);
border-color: var(--clr-blue-800);
}
.news__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-content: flex-start;
align-items: flex-start;
gap: 22px;
}
.news__post--none {
height: 20vh;
display: flex;
align-items: center;
justify-content: center;
}
.news__item {
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
overflow: hidden;
box-sizing: border-box;
border: 1px solid var(--clr-white-hover);
border-radius: 8px;
box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
background: var(--clr-white);
}
.news__item picture {
height: 320px;
width: 100%;
}
.news__img {
width: 100%;
height: 320px;
object-fit: cover;
}
.news__item-article {
padding: 32px 24px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.news__date {
margin: 0 0 28px 0;
color: var(--clr-gray);
}
.news__item-title {
margin: 0 0 32px 0;
}
.news__link {
margin-top: auto;
color: var(--clr-blue);
}
.btn__news {
align-self: center;
}
@media screen and (max-width: 1024px) {
.news__item picture {
height: 200px;
}
.news__img {
height: 200px;
}
.news__item-article {
padding: 24px;
}
.news__date {
margin: 0 0 20px 0;
}
}
@media screen and (max-width: 1024px) {
.news-page__category {
flex-wrap: wrap;
}
}
@media screen and (max-width: 768px) {
.news-page__article {
margin-top: 90px;
max-width: 100%;
}
.news-page__category {
max-width: 100%;
flex-wrap: nowrap;
gap: 10px;
overflow-x: auto;
padding-bottom: 8px;
-webkit-overflow-scrolling: touch;
}
.news-page__category .btn__category {
font-size: 14px;
padding: 10px 16px;
white-space: nowrap;
flex-shrink: 0;
}
.news__list {
display: flex;
flex-direction: column;
gap: 12px;
}
.news__item {
width: 100%;
}
.news__item-article {
padding: 18px;
}
.news__date {
margin: 0 0 12px 0;
}
.news__item-title {
margin: 0 0 18px 0;
}
} .single__news-img {
height: 520px;
width: 100%;
object-fit: cover;
object-position: top;
border-radius: 8px;
}
.single__news-article {
padding: 20px 0;
max-width: 846px;
display: flex;
flex-direction: column;
gap: 32px;
}
.single__news-title {
margin: 0;
}
.single__news-info {
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: flex-end;
gap: 20px;
border-bottom: 1px solid #64646430;
}
.single__news-body {
padding: 20px 0;
display: flex;
flex-direction: column;
align-items: center;
}
.single__news-content {
max-width: 846px;
}
.single__news-content figure {
width: 100% !important;
margin: 32px 0;
}
.single__news-content figure figcaption {
text-align: center;
}
.single__news-content figure img {
width: 100% !important;
margin-bottom: 12px;
}
.single__news-content ul {
padding-left: 20px;
}
.single__news-content ul li {
margin-bottom: 8px;
line-height: 140%;
}
.single__news-content ol li {
margin-bottom: 8px;
line-height: 140%;
}
.pagination {
display: flex;
justify-content: center;
}
.page-numbers {
margin: 32px 0 0;
padding: 0;
list-style: none;
display: flex;
gap: 24px;
color: var(--clr-blue);
}
@media screen and (max-width: 438px) {
.single__news-wrapper {
margin-top: 80px;
}
}.contact__wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
}
.contact__info {
max-width: 412px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 48px;
}
.contact__article {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 24px;
}
.contact__title {
margin: 0;
}
.contact__subtitle {
margin: 0;
color: var(--clr-gray);
}
.contact__list {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 32px;
}
.contact__item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 8;
}
.contact__item--title {
margin: 0;
color: var(--clr-gray);
}
.contact__item--link {
margin: 0;
color: var(--clr-black);
}
.contact__item--row {
flex-direction: row !important;
}
.contact__item--wrapper {
margin-top: 16px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.contact__form {
max-width: 560px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 24px;
}
.form__wrapper {
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 12px;
}
.form__label {
margin: 0;
color: var(--clr-black);
font-size: 16px;
font-weight: 400;
line-height: 1.4;
}
.form__input {
width: 100%;
padding: 16px 20px;
box-sizing: border-box;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
color: var(--clr-black);
background-color: #f0f5f9;
outline: none;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 8px;
transition: all 0.2s ease;
}
.form__input::placeholder {
color: #788996;
}
.form__input:focus {
border-color: var(--clr-blue);
box-shadow: 0 0 0 3px rgba(0, 102, 210, 0.1);
background-color: var(--clr-white);
}
.form__input:focus-visible {
outline: none;
}
textarea.form__input {
min-height: 120px;
resize: vertical;
font-family: inherit;
}
.form__checkbox-wrapper {
position: relative;
}
.form__checkbox-wrapper .form__privacy--checkbox {
position: absolute;
opacity: 0;
width: 18px;
height: 18px;
margin: 0;
cursor: pointer;
z-index: 1;
}
.form__checkbox-wrapper .form__privacy--checkbox + .form__privacy--label {
position: relative;
display: inline-block;
align-items: flex-start;
cursor: pointer;
font-size: 16px;
line-height: 1.4;
color: var(--clr-black);
padding-left: 28px;
user-select: none;
}
.form__checkbox-wrapper .form__privacy--checkbox + .form__privacy--label::before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 18px;
height: 18px;
border: 2px solid var(--clr-blue);
border-radius: 6px;
background: #f0f5f9;
transition: all 0.2s ease;
pointer-events: none;
z-index: 0;
}
.form__checkbox-wrapper .form__privacy--checkbox + .form__privacy--label::after {
content: '';
position: absolute;
left: 5px;
top: 7px;
width: 8px;
height: 4px;
border: solid var(--clr-white);
border-width: 0 0 2px 2px;
transform: rotate(-45deg);
opacity: 0;
transition: opacity 0.2s;
pointer-events: none;
z-index: 2;
}
.form__checkbox-wrapper .form__privacy--checkbox:checked + .form__privacy--label::before {
background-color: var(--clr-blue);
border-color: var(--clr-blue);
}
.form__checkbox-wrapper .form__privacy--checkbox:checked + .form__privacy--label::after {
opacity: 1;
}
.form__checkbox-wrapper .form__privacy--checkbox:focus + .form__privacy--label::before {
box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.3);
}
.form__checkbox-wrapper .form__privacy--label {
color: var(--clr-black);
font-size: 14px;
line-height: 1.5;
}
.form__checkbox-wrapper .form__privacy--label a {
color: var(--clr-blue);
text-decoration: underline;
transition: color 0.2s ease;
}
.form__checkbox-wrapper .form__privacy--label a:hover {
color: var(--clr-blue-hover);
}
.contact__form .btn.btn__blue {
width: 100%;
padding: 16px 24px;
font-size: 18px;
font-weight: 500;
border-radius: 8px;
border: none;
background-color: var(--clr-blue-800);
color: var(--clr-white);
cursor: pointer;
transition: all 0.2s ease;
}
.contact__form .btn.btn__blue:hover {
background-color: var(--clr-blue-700);
}
.contact__form .btn.btn__blue:active {
transform: translateY(1px);
}
@media screen and (max-width: 1024px) {
.contact__wrapper {
flex-direction: column;
gap: 64px;
}
}