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;
}
}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}