@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
* {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font-family: "Rubik", sans-serif;
    color: #232323;
    font-size: 1rem;
    line-height: 1.5rem;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.container {
    width: 1260px;
    margin: 0 auto;
}
header {
    z-index: 900;
    background-color: #f3f5f8;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0 5px 20px #0000001a;
}
header > .container {
    display: grid;
    grid-template-columns: auto 44vw 14.6vw 12.6vw;
    grid-column-gap: 2rem;
    padding-top: .9375rem;
}
header .logo {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    top: -7px;
}
nav {
    display: grid;
}
nav > div:first-child {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
nav ul {
    margin: 0;
    padding: 0;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    display: flex;
}
nav li {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
    display: flex;
}
nav a {
    color: #232323;
    text-decoration: none;
}
nav a, nav a * {
    transition: all 0.25s ease;
}
nav .languages li > * {
    display: flex;
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-transform: uppercase;
    align-items: center;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem;
}
nav .languages li a span {
    opacity: 0.5;
}
nav .languages li a:hover span {
    opacity: 1;
}
.languages img {
    display: inline-block;
    vertical-align: middle;
}
.menu {
    border-top: 1px solid #b2c1cf;
    justify-content: center;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    justify-content: space-between;
    width: 100%;
    display: flex;
;
}
.menu a:hover {
    box-shadow: inset 0 -3px 0 -2px #232323;
}
.socials {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: center;
    display: flex;
}
.socials a {
    max-width: 100%;
    display: inline-block;
}
.call-me-back {
    align-items: center;
    display: flex;
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
}
.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}
.button {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #ebe2ce, #a89171);
    color: #fff;
    text-align: center;
    letter-spacing: .05vw;
    text-transform: uppercase;
    border: 1px solid #e0ebee;
    border-radius: 2rem;
    padding: 1rem 2rem;
    font-weight: 600;
    line-height: 1rem;
    transition: all .25s;
    box-shadow: 0 6px 4px -3px #25221e66, 0 8px 10px -4px #25221e4d, 0 3px #8e7b62;
}
.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 4px -3px #25221e66, 0 3px #8e7b62;
}
.call-me-back .button {
    padding: .75rem 1.5rem;
    font-size: .75rem;
}
.call-me-back .button:hover {
    transform: translateY(-2px);
}
.contact-phone {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: .75rem;
    line-height: 1rem;
    display: flex;
}
.contact-phone a {
    color: #0097c4;
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 1.25rem;
    transition: all .25s;
    font-weight: 500;
    text-decoration: none;
}
.contact-phone div {
    /*max-width: 161px;*/
    margin-bottom: .75rem;
    font-size: .75rem;
    line-height: 1rem;
}
main {
    padding-top: 104px;
    min-height: calc(100% - 12rem);
}
footer {
    background-color: #232323;
}
footer .container {
    height: 12rem;
    padding-top: 3rem;
}
footer .container > div {
    grid-template-columns: .8fr .6fr .8fr .6fr;
}
footer .logo {
    grid-area: span 1 / span 2 / span 1 / span 2;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 335px;
    display: grid;
}
footer .logo .medals {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    display: flex;
}
footer .logo .medals img {
    width: 3rem;
    height: 3rem;
}
footer .contact {
    justify-self: center;
    grid-area: span 1 / span 1 / span 1 / span 1;
    grid-row-gap: .875rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
footer .address {
    justify-self: stretch;
    grid-area: span 1 / span 1 / span 1 / span 1;
    grid-row-gap: .875rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
main .container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: flex;
}
h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.25rem;
    font-weight: 700;
}
hr {
    margin: 2rem 0;
    border: none;
    border-top: 1px solid #b2c1cf;
}
@media screen and (min-width: 1440px) {
    .news-grid {
    }
}
.info-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 384px;
    grid-auto-columns: 1fr;
    display: grid;
    
}
/*.articles {
    display: grid;
    grid-template-columns: 1fr 384px;
}*/
.articles > div.list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
}
.articles > div.list > div > a {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .7fr 1fr;
    border: 1px solid #bdc7d3;
    border-radius: 1.5rem;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    padding: 2rem;
    display: grid;
}
.articles > div.list > div > a > img {
    width: 22rem;
    border-radius: 1rem;
    height: 18rem;
    overflow: hidden;
    object-fit: cover;
}
.articles > div.list > div > a > span {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
}
.articles > div.list > div > a {
    color: #232323;
    text-decoration: none;
}
.articles > div.list > div > a .title {
    display: block;
    margin: 0;
    color: #0097c4;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
}
.articles > div.list > div > a .read-more {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
}
.pagination {
    display: flex;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    margin-top: 1.5rem;
    align-items: center;
}
.pagination > *, button.more {
    display: flex;
    align-items: center;
    border: 1px solid #bdc7d3;
    border-radius: 1.5rem;
    padding: 1.5rem 2rem;
    color: #232323;
    text-decoration: none;
}
button.more {
    display: block;
    margin: 1.5rem auto;
    padding: 1.5rem 4rem;
}
.pagination > span, button.more {
    background-color: rgba(189, 199, 211, 0.2);
}
.pagination > a:hover, button.more:hover {
    background-color: rgba(189, 199, 211, 0.1);
    cursor: pointer;
}
.w-input, .w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}
.side {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
}
.side form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 1.5rem;
    flex-direction: column;
    padding: 3rem 2rem;
    display: flex;
    box-shadow: 0 2px 20px 5px #0000001a;
}
.side form .title {
    max-width: 90%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
}
.side form .fields {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
}
.side form .fields input {
    background-color: #ebe2ce;
    border: 1px #000;
    border-radius: 1.75rem;
    min-height: 3.5rem;
    margin-bottom: 0;
    padding: .5rem 1rem .5rem 1.5rem;
}
.articles img.picture {
    width: 22rem;
    border-radius: 1rem;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    float: left;
    border-radius: 1.5rem;
    margin: 1rem 1rem 1rem 0;
}
.author {
    margin-top: 2rem;
}
.author a {
    display: grid;
    width: fit-content;
    grid-template-columns: 4rem 1fr;
    grid-column-gap: 1rem;
    text-decoration: none;
    color: #232323;
}
.author img {
    grid-row-start: 1;
    grid-row-end: 4;
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    object-position: bottom;
    border-radius: 2rem;
    background: linear-gradient(90deg, #d5ccb5, #e7dec7);
}
.author .name {
    font-weight: 600;
}
.author .date {
    font-size: 0.8rem;
    color: #777;
}
.team {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.team > a {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: stretch;
    display: grid;
    cursor: pointer;
    border-radius: 1.5rem;
    transition: all .25s;
    position: relative;
    overflow: hidden;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
    padding: 2rem 2rem 1.5rem 2rem;
    display: flex;
    text-decoration: none;
    color: #000;
}
.team > a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 10px -5px #0003;
}
.team > a > img:first-child {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    object-fit: contain;
    object-position: bottom;
    z-index: -1;
    background: linear-gradient(90deg, #d5ccb5, #e7dec7);
}
.team > a > span {
    margin: 0;
    padding: 0;
}
.team > a > span > * {
    display: block;
}
.team > a > span > strong {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
}
.team > a > span > span {
    padding-bottom: 1rem;
    font-size: .875rem;
}
.team > a > span > em {
    font-style: normal;
    font-size: 1rem;
    color: #777;
    margin-top: .5rem;
    padding-right: 15px;
}
h1 span {
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: capitalize;
}
.staff {
    display: grid;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 3fr;
}
.staff > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 1rem;
    background: linear-gradient(90deg, #d5ccb5, #e7dec7);
}
.certificates {
    grid-column-start: 2;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
.certificates a {
    display: inline-block;
}
.certificates img {
    object-fit: contain;
    vertical-align: middle;
}
.slick-slide {
    display: inline-block;
    user-select: none;
}
.slick-dots {
    display: flex;
    margin: 2rem 0;
    padding: 0;
    background-color: #f3f5f8;
    border-radius: 0.1rem;
}
.slick-dots li {
    position: relative;
    width: -webkit-fill-available;
    height: 0.2rem;
    border-radius: 0.1rem;
    transition: all 0.25s ease;
}
.slick-dots li.slick-active {
    background-color: #0097c4;
}
.slick-dots li button {
    position: absolute;
    width: 100%;
    height: 4.4rem;
    top: -2.2rem;
    opacity: 0;
    cursor: pointer;
}
figure {
    display: inline-block;
    margin: 0;
}
.pswp__top-bar {
    background-color: transparent !important;
}
.pswp__top-bar > * {
    background-color: rgba(0, 0, 0, .5) !important;
}
.staff iframe {
    grid-column-start: 1;
    grid-column-end: 3;
    aspect-ratio: 16 / 9;
    border-radius: 2rem;
}
.staff > h2 {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 3;
}
.staff > h2 a {
    text-transform: uppercase;
    color: #0097c4;
    text-decoration: none;
}
.content {
    grid-column-start: 1;
    grid-column-end: 1;
}
.articles-list {
    grid-column-start: 1;
    grid-column-end: 3;
}
.articles a, .articles-list a {
    color: #0097c4;
    text-decoration: none;
}
.articles-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.articles-list ul li {
    display: block;
}
.articles-list ul li a {
    display: grid;
    grid-column-gap: 0.5rem;
    grid-template-columns: 1.5rem 1fr;
    margin: 0.5rem 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.articles-list ul li a:before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("images/ui/arrow-right-bottom.svg");
    vertical-align: text-bottom;
}
ul.breadcrumbs {
    display: flex;
    margin: 0;
    padding: 0;
}
ul.breadcrumbs li {
    list-style-type: disc;
    margin: 0 0 0 2rem;
}
ul.breadcrumbs li:first-child {
    list-style-type: none;
    margin: 0;
}
ul.breadcrumbs li a {
    color: #232323;
}
.parts {
    display: grid;
    grid-column-start: 1;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
}
.parts a {
    display: flex;
    flex-flow: column;
    background-color: #FFF;
    border-radius: 1rem;
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #232323;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 2px 30px 15px #08445f26;
}
.parts a:hover {
    background-color: #fcfcfc;
    box-shadow: 0 4px 6px 3px #23232333, 0 2px 30px 15px #08445f26;
}
.parts a img {
    width: 100%;
    height: auto;
    padding: 1rem;
}
.parts a span {
    flex-grow: 1;
    align-content: center;
}
.faq > div {
    margin: 1rem 0;
    background-color: #ebe2ce;
    border-radius: 2.75rem;
    border: 2px solid #ebe2ce;
    overflow: hidden;
}
.faq > div > p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5.5rem;
    margin: 0;
    padding: 1rem 2rem;
    cursor: pointer;
}
.faq > div > p:after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    background-image: url("images/ui/plus.svg");
    vertical-align: text-bottom;
    transform: rotate(45deg);
    transition: all .25s;
}
.faq > div > div {
    display: flex;
    max-height: 100vh;
    padding: 0 2rem 0.5rem 2rem;
    background-color: #FFF;
    transition: all .25s;
}
.faq > div.closed > div {
    max-height: 0;
    padding-bottom: 0;
}
.faq > div.closed > p:after {
    transform: none;
}
.subheader {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
}
.prices-parts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.prices-parts a {
    background-color: #fff;
    border-radius: 1rem;
    text-decoration: none;
    flex-direction: column;
    width: 100%;
    min-height: 8rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: all .3s;
    position: relative;
    box-shadow: 0 2px 30px 15px #08445f26;
}
.prices-parts a:hover {
    background-color: #fcfcfc;
    box-shadow: 0 4px 6px 3px #23232333, 0 2px 30px 15px #08445f26;
}
.prices-parts a > span {
    grid-column-gap: 1.5rem;
    color: #0097c4;
    text-transform: uppercase;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.55;
    display: flex;
}
.prices-parts a span.more {
    color: #232323;
    background-color: #f3f5f8;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    max-width: 140px;
    margin: 0 auto;
    padding: .25rem 2rem;
    font-size: .75rem;
    line-height: 1.5rem;
    position: absolute;
    inset: auto 0% 0%;
    transition: all 0.6s;
}
.prices-parts a:hover span.more {
    background-color: #0097c4;
    color: #fff;
}
.prices {
    display: grid;
    grid-row-gap: 2rem;
}
.prices > div {
    position: relative;
    padding: 2rem;
    color: #fff;
    background-color: #0097c4;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 2px 20px 5px #0000001a;
}
.prices > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.prices > div > div.single {
    grid-template-columns: 1fr;
}
.prices h2 {
    text-transform: uppercase;
    letter-spacing: .8px;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
}
.prices h2 span {
    display: block;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.35;
}
.prices .title p {
    letter-spacing: .8px;
    font-size: 1.25rem;
    line-height: 1.35;
}
.prices .price {
    position: relative;
}
.prices .price > div {
    position: absolute;
    top: -2rem;
    right: -2rem;
    background-color: #a1a1a1;
    border-bottom-left-radius: 2rem;
    overflow: hidden;
}
.prices .price > div > div:first-child {
    background-color: #232323;
}
.prices .price > div > div {
    padding: 1rem;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .8px;
    text-align: right;
}
.prices .price > div > div span {
    font-size: 0.8vw;
    vertical-align: top;
    line-height: 1.6vw;
    padding: 0 0.6vw 0 0;
    letter-spacing: 2.5px;
}
.prices .price > div > div span:last-child {
    display: inline-block;
    transform: rotate(-90deg);
    padding: 0.6vw 0;
}