/* --- Theme --- */

body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-thumb {background: var(--text);}
body::-webkit-scrollbar-thumb:hover {background: #333;}
body::-webkit-scrollbar-track {background: var(--grey);}
@keyframes awaitingfx {to{transform: rotate(1turn)}}
@keyframes formawaitingfx {to{transform: rotate(1turn)}}
@keyframes pulseborder {0%{left: -1px; right: -1px; bottom: -1px; top: -1px; opacity: 1;} 100%{left: -10px; right: -10px; bottom: -10px; top: -10px; opacity: 0;}}
.site-wrapper {overflow: hidden; padding-top: 108px;}
.template-order .site-wrapper {overflow: visible;}
.wrapper {max-width: 1900px; padding: 0 30px; margin: 0 auto;}
.wrapper .wrapper {padding: 0;}
.main-wrapper {min-height: 400px;}
.button {-moz-appearance: none; -webkit-appearance: none; appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; line-height: 1.2; display: inline-block; cursor: pointer; outline: none; position: relative; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; font-weight: 600; font-size: 16px; overflow: hidden; text-overflow: ellipsis; max-width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 29px 25px 28px; font-style: normal; color: #fff; background: var(--text); border: 1px solid var(--text); letter-spacing: 0.04em; border-radius: 45px; min-width: 180px;}
.button-inverse {color: var(--text); background: #fff;}
.button-mid {padding: 24px 20px 23px;}
.button-min {font-size: 16px; padding: 14px 15px 13px; letter-spacing: 0.1em; border-radius: 35px;}
.button:hover {background: #fff; color: var(--text); text-decoration: none;}
.button-inverse:hover {background: var(--grey);}
.button:active {background: var(--text); color: #fff; text-decoration: none; -webkit-transition: all 0s; transition: all 0s;}
.button-inverse:active {background: var(--grey2);}
.wysiwyg-content a:not(.button):hover {text-decoration: underline;}
.pulse-border {position: relative; z-index: 1; overflow: visible;}
.pulse-border::before {content: ''; position: absolute; z-index: -1; left: -1px; right: -1px; bottom: -1px; top: -1px; border: 1px solid var(--text); border-radius: 50px; animation: pulseborder 1.5s infinite linear; pointer-events: none;}
.empty-space-5 {height: 5px;}
.empty-space-10 {height: 10px;}
.empty-space-15 {height: 15px;}
.empty-space-20 {height: 20px;}
.text-uppercase {text-transform: uppercase;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.not-found {padding: 40px 0 100px;}
.width-150 {width: 150px;}
.width-270 {width: 340px;}
.awaiting {opacity: 0.7 !important; position: relative; pointer-events: none !important;}
button.awaiting, a.awaiting {color: transparent !important;}
.awaiting:after {content: ''; display: block; width: 20px; height: 20px; border-radius: 50%; animation: awaitingfx 1s infinite linear; opacity: 1; position: absolute; top: 50%; left: 50%; margin: -10px 0 0 -10px; border: 3px solid #333; border-top: 3px solid var(--grey);}
.grecaptcha-badge {visibility: hidden !important; pointer-events: none !important;}
@media (max-width: 1800px) {
	.site-wrapper {padding-top: 89px;}
	.wrapper {max-width: 1540px;}
	.main-wrapper {min-height: 200px;}
	.button {font-size: 13px; padding: 23px 20px 22px; letter-spacing: 0.04em; min-width: 120px; border-radius: 35px;}
	.button-mid {padding: 20px 20px 19px;}
	.button-min {font-size: 13px; padding: 11px 15px 10px; letter-spacing: 0.04em;}
	.width-270 {width: 270px;}
}
@media (max-width: 1249px) {
	.site-wrapper {padding-top: 74px;}
	.wrapper {max-width: 980px;}
}
@media (max-width: 767px) {
	.site-wrapper {padding-top: 70px;}
	.wrapper {padding: 0 24px;}
	.not-found {padding: 20px 0 0;}
}


/* --- Forms --- */

form {position: relative;}
form .form-item {padding-bottom: 20px;}
form .form-item.no-padding {padding: 0;}
form .form-item label.error {font-weight: 400; background: #ff1744; color: #fff; padding: 4px 10px; font-size: 11px; margin-top: 10px; text-align: left; line-height: 1.4; position: relative;}
form .form-item label.error:before {content: ''; display: block; position: absolute; top: -12px; left: 15px; border: 7px solid transparent; border-bottom: 7px solid #ff1744;}
form .form-notice {display: none; background: #419d41; padding: 10px; margin: 20px 0; color: #fff; font-size: 14px;}
form.success .form-notice {display: block;}
form.error .form-notice {display: block; background: #ff1744;}
form .form-notice:empty {display: none !important;}
form .form-radio {display: inline-block; line-height: 1.3; vertical-align: top; margin: 0; width: 15px; height: 15px; position: absolute; opacity: 0;}
form .form-radio + label {display: inline-block; vertical-align: top; cursor: pointer; position: relative; padding: 1px 0 3px 50px; margin: 0; color: var(--text); font-weight: 400; font-size: 16px;}
form .form-radio + label:before {content: ''; position: absolute; top: 0; left: 0; width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 1px solid var(--text);}
form .form-radio + label:after {content: ''; position: absolute; top: 5px; left: 5px; width: 14px; height: 14px; border-radius: 50%; background: #fff; -webkit-transition: all 0.2s; transition: all 0.2s;}
form .form-radio:checked + label:after {background: var(--text);}
form .form-radio[type="checkbox"] + label:before {border-radius: 0;}
form .form-radio[type="checkbox"] + label:after {border-radius: 0;}
form .form-radio.error + label:before {border-color: #ff1744;}
form button[type="submit"] {position: relative;}
form.awaiting > * {opacity: 0.5; pointer-events: none;}
form.awaiting button[type="submit"] {color: transparent !important; opacity: 0.7 !important; position: relative; pointer-events: none !important;}
form.awaiting button[type="submit"]:after {content: ''; display: block; width: 20px; height: 20px; border-radius: 50%; animation: awaitingfx 1s infinite linear; opacity: 1; position: absolute; top: 50%; left: 50%; margin: -10px 0 0 -10px; border: 3px solid #333; border-top: 3px solid var(--grey);}
@media (max-width: 1800px) {
	form .form-item {padding-bottom: 17px;}
	form .form-item.no-padding {padding: 0;}
	form .form-radio + label:before {width: 20px; height: 20px;}
	form .form-radio + label:after {top: 4px; left: 4px; width: 12px; height: 12px;}
}


/* --- Lang select --- */

.lang-select {-webkit-tap-highlight-color: transparent; background: transparent; display: block; height: 42px; line-height: 42px; position: relative; text-align: left; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: auto; max-width: 140px; text-transform: uppercase; font-size: 16px; font-weight: 600;}
.lang-select .selected {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #052127; position: relative; padding: 0 25px 0 0; text-align: center; cursor: pointer; z-index: 10;}
.lang-select .selected:after {border-bottom: 1px solid var(--text); border-right: 1px solid var(--text); content: ''; display: block; height: 6px; width: 6px; margin-top: -5px; pointer-events: none; position: absolute; right: 8px; top: 50%; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
.lang-select.open .selected:after {-webkit-transform: rotate(-135deg); -ms-transform:rotate(-135deg); transform: rotate(-135deg);}
.lang-select .list {margin: 0; padding: 0; line-height: 30px; min-width: 100%; background: #fff; box-shadow: 0 0 0 2px var(--text); opacity: 0; overflow: hidden; pointer-events: none; position: absolute; top: 100%; right: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); -ms-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out; transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out; z-index: 9;}
.lang-select.open .list {opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0);}
.lang-select .list li {list-style: none; display: block; padding: 5px;}
.lang-select .list li a {text-decoration: none; display: block; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #052127; padding: 3px 20px 3px 15px; -webkit-transition: all 0.4s; transition: all 0.4s;}
.lang-select .list li:last-of-type a {border-bottom: none;}
.lang-select .list li.active a {pointer-events: none; cursor: default;}
.lang-select .list li a:hover,
.lang-select .list li.active a {text-shadow: 0px 0px 0.5px #000000, 0px 0px 0.5px #000000, 0px 0px 0.5px #000000, 0px 0px 0.5px #000000, 0px 0px 0.5px #000000;}
@media (max-width: 1800px) {
	.lang-select {font-size: 14px;}
}


/* --- Header --- */

.header {position: fixed; background: #fff; z-index: 101; left: 0; top: 0; right: 0;}
.header .inner {display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--text); padding: 24px 0; position: relative;}
.header .inner:after {content: ''; position: absolute; bottom: -2px; left: 0; right: 0; margin: 0 auto; height: 2px; background: var(--text);}
.header .logo {max-width: 328px; position: relative; top: -2px;}
.header .logo img {width: 100%; height: auto; display: block;}
.header .navigation > ul {margin: 0; padding: 0; display: flex; align-items: center; justify-content: space-between;}
.header .navigation > ul li {list-style: none; display: block; padding: 15px 13px; position: relative;}
.header .navigation > ul li a {display: block; text-decoration: none; color: var(--text); text-transform: uppercase; font-weight: 600; font-size: 16px; padding: 0 8px; letter-spacing: 0.08em; white-space: nowrap; position: relative;}
.header .navigation > ul li a span {position: relative;}
.header .navigation > ul li a span:after {content: ''; display: block; position: absolute; bottom: -4px; width: 0; height: 1px; background: var(--text); left: 50%; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0;}
.header .navigation > ul li a:hover span:after,
.header .navigation > ul li a.active span:after {left: 0; width: 100%; opacity: 1;}
/*.header .navigation > ul > li > a:after {content: ''; width: 2px; background: var(--text); height: 24px; position: absolute; top: -44px; left: 50%; margin-left: -1px; opacity: 0; -webkit-transition: all 0.3s; transition: all 0.3s;}
.header .navigation > ul > li:hover > a:after {opacity: 1;}
.header .navigation > ul > li > a.active:after {opacity: 1;}*/
.header .navigation > ul ul {margin: 0; padding: 0; columns: 2; justify-content: space-between; position: absolute; top: 100%; left: 18px; background: #fff; padding: 30px 32px; border: 2px solid var(--text); opacity: 0; pointer-events: none; overflow: hidden; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.9) translateY(-10px); -ms-transform: scale(0.9) translateY(-10px); transform: scale(0.9) translateY(-10px); -webkit-transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out; transition: all .2s cubic-bezier(0.5,0,0,1.25), opacity .15s ease-out; z-index: 9;}
.header .navigation > ul li:hover ul {opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0);}
.header .navigation > ul ul li {padding: 7px;}
.header .navigation > ul ul li a {display: inline-block; text-transform: none; font-weight: 400; font-size: 16px; letter-spacing: 0.01em; -webkit-transition: all 0.3s; transition: all 0.3s; padding: 0; position: relative;}
/*.header .navigation > ul ul li a:hover {text-shadow: 0px 0px 0.5px #000000, 0px 0px 0.5px #000000, 0px 0px 0.5px #000000, 0px 0px 0.5px #000000, 0px 0px 0.5px #000000;}*/
.header .navigation > ul ul li a span {position: relative;}
.header .navigation > ul ul li a span:after {content: ''; display: block; position: absolute; bottom: -4px; width: 0; height: 1px; background: var(--text); left: 50%; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0;}
.header .navigation > ul ul li a:hover span:after {left: 0; width: 100%; opacity: 1;}
.header .navigation > ul ul ul {display: none;}
.header .right {display: flex; align-items: center; gap: 0 45px;}
.header .action .button {display: block; width: 150px;}
.header .phone {color: var(--text); font-weight: 600; font-size: 16px; display: flex; text-decoration: none;}
.header .phone svg {width: 24px; height: auto; display: block; margin-right: 10px;}
.header .phone span {letter-spacing: 0.08em; position: relative; white-space: nowrap;}
.header .phone span:after {content: ''; display: block; position: absolute; bottom: 0; width: 0; height: 1px; background: var(--text); left: 50%; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0;}
.header .phone:hover span:after {left: 0; width: 100%; opacity: 1;}
.header .burger {position: relative; z-index: 1; display: none; flex-direction: column; justify-content: space-between; align-items: flex-end; height: 12px; width: 17px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.header .burger span {display: block; height: 1px; width: 100%; border-radius: 20px; background: var(--text); transition: 0.2s;}
body.header-navigation-active .header .burger span:nth-child(1) {transform: rotate(45deg) translate(3px,4px);}
body.header-navigation-active .header .burger span:nth-child(2) {opacity: 0;}
body.header-navigation-active .header .burger span:nth-child(3) {transform: rotate(-45deg) translate(4px,-5px);}
.mobile-bottom-links {display: none;}
@media (max-width: 1800px) {
	.header .logo {max-width: 260px;}
	.header .navigation > ul li {padding: 15px 10px;}
	.header .navigation > ul li a {font-size: 14px;}
	.header .navigation > ul > li > a:after {height: 17px; top: -32px;}
	.header .navigation > ul ul {padding: 23px 26px;}
	.header .navigation > ul ul li {padding: 4px;}
	.header .navigation > ul ul li a {font-size: 13px;}
	.header .inner {padding: 16px 0;}
	.header .right {gap: 0 35px;}
	.header .phone {font-size: 14px;}
	.header .phone svg {width: 20px;}
	.header .action .button {display: block; width: auto;}
}
@media (max-width: 1320px) {
	.header .logo {max-width: 240px;}
	.header .navigation > ul li {padding: 15px 8px;}
	.header .navigation > ul li a {font-size: 13px; padding: 0 4px; letter-spacing: 0.03em;}
	.header .right {gap: 0 25px;}
}
@media (max-width: 1249px) {
	.header .inner {padding: 17px 0;}
	.header .inner:after {z-index: 102;}
	.header .burger {display: flex;}
	.header .lang-select {display: none;}
	.header .phone svg {width: 24px;}
	.header .navigation {display: flex; flex-direction: column; justify-content: space-between; position: fixed; right: -9999px; left: 9999px; opacity: 0; height: calc(100% - 72px); z-index: 100; top: 72px; transform: translateY(-50px); -webkit-transition: all 0.3s, right 0s linear 0.3s, left 0s linear 0.3s; transition: all 0.3s, right 0s linear 0.3s, left 0s linear 0.3s; width: 100%; max-width: 100%; overflow: hidden;}
	body.header-navigation-active .header .navigation {right: 0; left: 0; opacity: 1; background: #fff; bottom: 0; transform: translateY(0); -webkit-transition: all 0.3s, right 0s, left 0s; transition: all 0.3s, right 0s, left 0s; overflow: auto;}
	body:not(.header-navigation-active) .header .navigation {pointer-events: none;}
	.header .navigation > ul {flex-direction: column; justify-content: center; width: 100%; max-width: 970px; margin: 0 auto; align-items: flex-start;}
	.header .navigation > ul li {padding: 10px 24px; width: 100%;}
	.header .navigation > ul > li:first-child {padding-top: 20px;}
	.header .navigation > ul > li:last-child {padding-bottom: 40px;}
	.header .navigation > ul > li > a:after {content: none;}
	.header .navigation > ul li a {display: inline-block; font-size: 32px; font-weight: 400; padding: 0; letter-spacing: -0.03em; text-transform: none; text-align: left; white-space: normal;}
	.header .navigation > ul ul {columns: 1; border: none; position: relative; top: auto; left: auto; opacity: 1; pointer-events: auto; -webkit-transform: none; -ms-transform: none; transform: none; -webkit-transition: none; transition: none; z-index: 9; padding: 0 3px; display: none; opacity: unset; overflow: auto;}
	.header .navigation > ul li:hover ul {opacity: unset; -webkit-transform: none; -ms-transform: none; transform: none;}
	.header .navigation > ul ul li {padding: 5px 0;}
	.header .navigation > ul ul li a {font-size: 16px; padding: 10px 0}
	.header .navigation > ul ul li a span:after {content: none;}
	.mobile-bottom-links {display: flex; position: relative; padding: 24px; gap: 20px; align-items: center; justify-content: space-between; max-width: 965px; margin: 0 auto; width: 100%;}
	.mobile-bottom-links .langs {margin: 0; padding: 0;}
	.mobile-bottom-links .langs li {display: inline-block; list-style: none; position: relative;}
	.mobile-bottom-links .langs li + li {margin-left: 20px;}
	.mobile-bottom-links .langs li + li:before {content: ''; display: block; width: 4px; height: 4px; background: var(--text); border-radius: 50%; position: absolute; top: 50%; margin-top: -2px; left: -14px;}
	.mobile-bottom-links .langs li a {display: block; font-weight: 400; color: var(--text); text-transform: uppercase; text-decoration: none;}
	.mobile-bottom-links .langs li a.active {font-weight: 600;}
	.mobile-bottom-links .button {display: none;}
}
@media (max-width: 767px) {
	.header .logo {max-width: 165px; top: 0;}
	.header .phone svg {margin-right: 0;}
	.header .phone span {display: none;}
	.header .right {gap: 0 25px;}
	.header .action {display: none;}
	.header .inner {padding: 22px 0;}
	.header .navigation {height: calc(100% - 70px); top: 70px;}
	.mobile-bottom-links .button {display: block;}
}


/* --- Section: Start --- */

.section-start {padding: 40px 0 80px;}
.section-start .inner {display: flex;}
.section-start .text {width: 50%; flex-basis: 50%; padding-right: 15px; display: flex; flex-direction: column; justify-content: space-between;}
.section-start .text .h1 {margin: 0 0 70px; width: 100%;}
.section-start .text .details {display: flex; justify-content: space-between; width: 100%; font-size: 20px;}
.section-start .text .details .discount {border-left: 2px solid var(--text); max-width: 180px; line-height: 1.5; align-self: flex-start;}
.section-start .text .details .discount p {margin: 0; padding: 0 15px;}
.section-start .text .details .discount p strong {display: block; font-size: 64px; font-weight: 400; line-height: 1.1;}
.section-start .text .details .description {font-size: 24px; max-width: 480px; line-height: 1.5; padding-right: 160px;}
.section-start .text .details .description p {margin: 0;}
.section-start .text .details .description .button {margin-top: 40px;}
.section-start .text .bonus {display: flex; font-weight: 600; font-size: 24px; padding: 10px 0 0; margin: 0 -10px -24px; line-height: 1.5;}
.section-start .text .bonus .col {width: 47%; flex-basis: 47%; padding: 0 10px;}
.section-start .text .bonus .col:nth-child(even) {width: 53%; flex-basis: 53%;}
.section-start .text .bonus p {margin: 24px 0; padding: 0 0 0 42px; position: relative;}
.section-start .text .bonus p svg {display: block; width: 28px; height: auto; position: absolute; top: 7px; left: 0;}
.section-start .image {width: 50%; flex-basis: 50%; padding-left: 15px; overflow: hidden;}
.section-start .image img {display: block; width: 100%; height: auto; overflow: hidden;}
@media (max-width: 1800px) {
	.section-start {padding: 32px 0 60px;}
	.section-start .text .h1 {margin-bottom: 60px;}
	.section-start .text .details {font-size: 16px;}
	.section-start .text .details .discount p strong {font-size: 50px; line-height: 1;}
	.section-start .text .details .description {font-size: 19px; max-width: 380px; padding-right: 100px;}
	.section-start .text .details .description .button {margin-top: 30px;}
	.section-start .text .bonus {font-size: 19px; margin: 0 -10px -10px;}
	.section-start .text .bonus p {margin: 16px 0; padding-left: 35px;}
	.section-start .text .bonus p svg {width: 24px; top: 7px;}
}
@media (max-width: 1249px) {
	.section-start .text .h1 {margin: 0 0 25px;}
	.section-start .text .details {display: block;}
	.section-start .text .details .discount {max-width: 100%;}
	.section-start .text .details .discount p strong {display: inline-block; font-size: 40px; vertical-align: middle; padding-right: 17px;}
	.section-start .text .details .discount p span {display: inline-block; font-size: 16px; vertical-align: middle;}
	.section-start .text .details .discount p br {display: none;}
	.section-start .text .details .description {max-width: 100%; font-size: 20px; padding: 25px 0 0;}
	.section-start .text .details .description br {display: none;}
	.section-start .text .bonus {flex-wrap: wrap; padding-top: 20px;}
	.section-start .text .bonus .col:nth-child(n) {width: 100%; margin: -8px 0; flex-basis: 100%; padding: 0 10px;}
}
@media (max-width: 767px) {
	.section-start {padding: 25px 0 25px;}
	.section-start .inner {flex-wrap: wrap;}
	.section-start .text {width: 100%; flex-basis: 100%; padding-right: 0;}
	.section-start .image {width: 100%; flex-basis: 100%; padding: 0; margin-top: 40px;}
	.section-start .text .bonus {font-weight: 700; font-size: 16px; padding-top: 10px;}
	.section-start .text .bonus p svg {width: 22px;}
}
@media (max-width: 500px) {
	.section-start .text .details .description .button {width: 100%; margin-top: 25px;}
}


/* --- Service preview item --- */

.service-item {padding: 18px;}
.service-item .service-inner {display: block; color: var(--text); font-size: 24px; text-decoration: none;}
.service-item .service-image {margin-bottom: 40px; overflow: hidden;}
.service-item .service-image span {display: block; position: relative; padding-bottom: 105%; overflow: hidden;}
.service-item .service-image img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
.service-item .service-title {font-weight: 600; line-height: 1.5;}
.service-item .service-title span {border-bottom: 1px solid transparent; -webkit-transition: all 0.3s; transition: all 0.3s; line-height: 1.5;}
.service-item .service-prices {padding-top: 12px; display: flex; align-items: center; justify-content: space-between;}
.service-item .service-price-main {padding-right: 15px;}
.service-item .service-prices strong {font-weight: 600; padding-right: 8px;}
.service-item .service-prices span {font-weight: 400; opacity: 0.5; text-decoration: line-through;}
.service-item .service-prices i {background: var(--text); color: #fff; padding: 2px 10px; font-style: normal; font-weight: 600; font-size: 24px;}
.service-item .service-image:hover img {opacity: 0.8; -webkit-transform: scale(1.05); transform: scale(1.05);}
.service-item .service-title:hover span {border-bottom-color: var(--text);}
@media (max-width: 1800px) {
	.service-item {padding: 15px;}
	.service-item .service-inner {font-size: 19px;}
	.service-item .service-image {margin-bottom: 30px;}
	.service-item .service-prices {padding-top: 9px;}
	.service-item .service-prices i {padding: 2px 10px; font-size: 18px;}
}
@media (max-width: 767px) {
	.service-item {font-size: 16px;}
	.service-item .service-image {margin-bottom: 17px;}
	.service-item .service-image:hover img {opacity: 1;}
	.service-item .service-title {font-weight: 700;}
	.service-item .service-prices {padding-top: 5px;}
	.service-item .service-prices strong {font-weight: 700;}
	.service-item .service-prices i {font-weight: 700; font-size: 16px; padding: 7px 10px;}
}


/* --- Product preview small item --- */

.product-small-item {padding: 12px; font-size: 16px;}
.product-small-item .product-inner {display: block; color: var(--text); position: relative; text-decoration: none;}
.product-small-item .product-image {overflow: hidden; background: var(--text);}
.product-small-item .product-image span {display: block; position: relative; padding-bottom: 138%; overflow: hidden;}
.product-small-item .product-image span:after {content: ''; display: block; position: absolute; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.79%, #000000 100%); bottom: 0; left: 0; right: 0; top: 0;}
.product-small-item .product-image img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
.product-small-item .product-information {position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px; color: #fff; overflow: hidden;}
.product-small-item .product-title {font-weight: 600; line-height: 1.7;}
.product-small-item .product-title span {border-bottom: 1px solid transparent; -webkit-transition: all 0.3s; transition: all 0.3s; line-height: 1.5;}
.product-small-item .product-prices {padding-top: 5px; display: flex; align-items: center; justify-content: space-between;}
.product-small-item .product-prices i {font-weight: 400; font-style: normal;}
.product-small-item .product-prices strong {font-weight: 600;}
.product-small-item .product-inner:hover .product-image img {opacity: 0.6; -webkit-transform: scale(1.05); transform: scale(1.05);}
@media (max-width: 1800px) {
	.product-small-item {padding: 10px; font-size: 13px;}
	.product-small-item .product-information {padding: 10px 13px;}
}
@media (max-width: 767px) {
	.product-small-item {font-size: 15px;}
	.product-small-item .product-image:hover img {opacity: 1;}
	.product-small-item .product-information {padding: 15px;}
}


/* --- Product order item --- */

.product-order-item {padding: 12px; font-size: 16px;}
.product-order-item .product-inner {display: block; color: var(--text); position: relative; text-decoration: none;}
.product-order-item .product-image {overflow: hidden; background: var(--text);}
.product-order-item .product-image span {display: block; position: relative; padding-bottom: 138%; overflow: hidden;}
.product-order-item .product-image span:after {content: ''; display: block; position: absolute; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.79%, #000000 100%); bottom: 0; left: 0; right: 0; top: 0;}
.product-order-item .product-image img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
.product-order-item .product-information {position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px; color: #fff; overflow: hidden;}
.product-order-item .product-title {font-weight: 600; line-height: 1.7;}
.product-order-item .product-title span {border-bottom: 1px solid transparent; -webkit-transition: all 0.3s; transition: all 0.3s; line-height: 1.5;}
.product-order-item .product-prices {padding-top: 5px; display: flex; align-items: center; justify-content: space-between;}
.product-order-item .product-prices i {font-weight: 400; font-style: normal;}
.product-order-item .product-prices strong {font-weight: 600;}
.product-order-item .product-inner:hover .product-image img {opacity: 0.6; -webkit-transform: scale(1.05); transform: scale(1.05);}
.product-order-item .product-inner input {display: block; margin: 0; width: 32px; height: 32px; position: absolute; opacity: 0; top: 12px; right: 12px;}
.product-order-item .product-inner .product-label {display: block; margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; cursor: pointer; border: 2px solid transparent;}
.product-order-item .product-inner .product-label:after {content: ''; display: block; background: #fff; position: absolute; top: 10px; right: 10px; width: 32px; height: 32px;}
.product-order-item .product-inner input:checked ~ .product-label:after {background-color: var(--text); background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.33333 8L11 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 17px 11px;}
.product-order-item .product-inner input:checked ~ .product-image img {opacity: 0.8; -webkit-transform: scale(1.05); transform: scale(1.05);}
.product-order-item .product-inner input:checked ~ .product-image:after {content: ''; border: 2px solid var(--text); border-bottom: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block;}
.product-order-item .product-inner input.error ~ .product-label {border-color: #E92434;}
@media (max-width: 1800px) {
	.product-order-item {padding: 10px; font-size: 13px;}
	.product-order-item .product-information {padding: 10px 13px;}
	.product-order-item .product-inner input {width: 26px; height: 26px; top: 10px; right: 10px;}
	.product-order-item .product-inner .product-label:after {top: 8px; right: 8px; width: 26px; height: 26px;}
	.product-order-item .product-inner input:checked ~ .product-label:after {background-size: 16px 10px;}
}
@media (max-width: 767px) {
	.product-order-item {padding: 8px; font-size: 15px;}
	.product-order-item .product-image img,
	.product-order-item .product-inner:hover .product-image img,
	.product-order-item .product-inner input:checked ~ .product-image img {opacity: 0.7;}
	.product-order-item .product-information {font-size: 13px; padding: 7px 7px 5px; z-index: 2;}
	.product-order-item .product-title {line-height: 1.5;}
	.product-order-item .product-prices {padding-top: 3px;}
}


/* --- Section: Proposals --- */

.section-proposals {padding: 110px 0;}
.section-proposals .inner {display: flex;}
.section-proposals .h3 {margin: 0 0 35px;}
.section-proposals .left {width: 50%; flex-basis: 50%; padding-right: 15px;}
.section-proposals .tags {display: flex; flex-wrap: wrap; gap: 9px; padding-right: 20px;}
.section-proposals .tags a {display: block; background: var(--grey); font-size: 24px; padding: 12px 20px; color: var(--text); -webkit-transition: all 0.3s; transition: all 0.3s; border: 1px solid var(--grey); text-decoration: none;}
.section-proposals .tags a:hover {background: #fff; border-color: var(--text);}
.section-proposals .tags a.awaiting {border-color: var(--text);}
.section-proposals .right {width: 50%; flex-basis: 50%; padding-left: 15px;}
.section-proposals .right .h3 {padding-right: 90px;}
.section-proposals .offers {border-left: 2px solid var(--text); padding-left: 37px;}
.section-proposals .offers-slider {margin: -18px -18px 0; position: relative;}
.section-proposals .offers-slider-inner .service-item {padding-bottom: 0;}
.section-proposals .offers-slider-inner:not(.owl-carousel) {display: flex;}
.section-proposals .offers-slider-inner:not(.owl-carousel) .service-item {width: 50%; flex-basis: 50%;}
.section-proposals .offers-slider-inner:not(.owl-carousel) .service-item:nth-child(n+3) {display: none;}
.section-proposals .offers-slider-inner .owl-nav {-webkit-tap-highlight-color: transparent; position: absolute; top: -65px; right: 6px; z-index: 2;}
.section-proposals .offers-slider-inner .owl-nav [class*=owl-] {margin: 0; padding: 6px 11px !important; background: none; display: inline-block; border-radius: 0; outline: none; -webkit-transition: all 0.3s; transition: all 0.3s; color: var(--text);}
.section-proposals .offers-slider-inner .owl-nav [class*=owl-] svg {display: block; width: 22px; height: auto;}
.section-proposals .offers-slider-inner .owl-nav [class*=owl-]:hover {opacity: 0.5;}
.section-proposals .offers-slider-inner .owl-nav [class*=owl-]:active {opacity: 1; -webkit-transition: all 0s; transition: all 0s;}
.section-proposals .offers-slider-inner .owl-nav .disabled {opacity: 0.2 !important; cursor: default !important;}
@media (max-width: 1800px) {
	.section-proposals {padding: 80px 0;}
	.section-proposals .h3 {margin-bottom: 30px;}
	.section-proposals .tags {gap: 7px; padding-right: 10px;}
	.section-proposals .tags a {font-size: 19px; padding: 9px 17px;}
	.section-proposals .offers {padding-left: 28px;}
	.section-proposals .offers-slider {margin: -15px -15px 0;}
	.section-proposals .offers-slider-inner .owl-nav {top: -50px; right: 8px;}
	.section-proposals .offers-slider-inner .owl-nav [class*=owl-] {padding: 5px 7px !important;}
	.section-proposals .offers-slider-inner .owl-nav [class*=owl-] svg {width: 18px;}
}
@media (max-width: 1249px) {
	.section-proposals .inner {flex-wrap: wrap;}
	.section-proposals .left {width: 100%; flex-basis: 100%; padding-right: 0;}
	.section-proposals .right {width: 100%; flex-basis: 100%; padding: 40px 0 0;}
	.section-proposals .offers {padding-top: 30px; border-left: none; border-top: 2px solid var(--text); padding-left: 0;}
}
@media (max-width: 767px) {
	.section-proposals {padding: 60px 0;}
	.section-proposals .h3 {font-size: 40px; margin: 0 0 20px; line-height: 1.1;}
	.section-proposals .tags a {font-size: 16px; padding: 7px 14px;}
}
@media (max-width: 600px) {
	.section-proposals .right .h3 {padding-right: 0;}
	.section-proposals .offers-slider {max-width: 95%;}
	.section-proposals .offers-slider .owl-stage-outer {overflow: visible;}
	.section-proposals .offers-slider-inner .owl-nav {display: none;}
	.section-proposals .offers-slider-inner:not(.owl-carousel) .service-item {width: 100%; flex-basis: 100%;}
	.section-proposals .offers-slider-inner:not(.owl-carousel) .service-item:nth-child(n+2) {display: none;}
}


/* --- Section: Service popular --- */

.section-services-popular {padding: 40px 0 60px;}
.section-services-popular .h2 {margin: 0 0 10px;}
.section-services-popular .heading {display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 2px;}
.section-services-popular .heading .show-all {font-size: 24px; font-weight: 600; color: var(--text); position: relative; line-height: 1.3; text-decoration: none;}
.section-services-popular .heading .show-all:after {content: ''; display: block; position: absolute; bottom: 0; width: 0; height: 1px; background: var(--text); left: 50%; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0;}
.section-services-popular .heading .show-all:hover:after {left: 0; width: 100%; opacity: 1;}
.section-services-popular .category {padding-bottom: 17px;}
.section-services-popular .category .h3 {margin-bottom: 27px;}
.section-services-popular .services-slider {margin: -12px; padding-right: 80px;}
.section-services-popular .services-slider .owl-stage-outer {overflow: visible;}
.section-services-popular .services-slider-inner:not(.owl-carousel) {display: flex;}
.section-services-popular .services-slider-inner:not(.owl-carousel) .services-slide {width: 20%; flex-basis: 20%;}
.section-services-popular .services-slider-inner:not(.owl-carousel) .services-slide:nth-child(n+6) {display: none;}
@media (max-width: 1800px) {
	.section-services-popular {padding: 40px 0;}
	.section-services-popular .heading .show-all {font-size: 19px;}
	.section-services-popular .category .h3 {margin-bottom: 20px;}
	.section-services-popular .services-slider {margin: -10px; padding-right: 60px;}
}
@media (max-width: 1249px) {
	.section-services-popular .services-slider-inner:not(.owl-carousel) .services-slide {width: 33.33%; flex-basis: 33.33%;}
	.section-services-popular .services-slider-inner:not(.owl-carousel) .services-slide:nth-child(n+4) {display: none;}
}
@media (max-width: 767px) {
	.section-services-popular .services-slider-inner:not(.owl-carousel) .services-slide {width: 50%; flex-basis: 50%;}
	.section-services-popular .services-slider-inner:not(.owl-carousel) .services-slide:nth-child(n+3) {display: none;}
}
@media (max-width: 600px) {
	.section-services-popular {padding: 70px 0;}
	.section-services-popular .h2 {margin: 0 0 20px;}
	.section-services-popular .heading {padding-bottom: 0;}
	.section-services-popular .heading .show-all {display: none;}
	.section-services-popular .category {padding-bottom: 27px;}
	.section-services-popular .services-slider {max-width: 95%; padding: 0;}
	.section-services-popular .services-slider-inner:not(.owl-carousel) .services-slide {width: 100%; flex-basis: 100%;}
	.section-services-popular .services-slider-inner:not(.owl-carousel) .services-slide:nth-child(n+2) {display: none;}
}


/* --- Section: Videos --- */

.section-videos {padding: 65px 0;}
.section-videos .h2 {text-align: center; margin: 0 0 7px;}
.section-videos .description {text-align: center; font-size: 16px;}
.section-videos .description p {margin: 0;}
.section-videos .videos-slider {padding: 52px 160px 0; margin: -20px;}
.section-videos .videos-slider-inner:not(.owl-carousel) .videos-slide:nth-child(n+2) {display: none;}
.section-videos .videos-slider-inner .owl-stage-outer {overflow: visible;}
.section-videos .videos-slider-inner .owl-nav {-webkit-tap-highlight-color: transparent; position: absolute; top: 50%; right: 0; left: 0; z-index: 2; height: 0;}
.section-videos .videos-slider-inner .owl-nav [class*=owl-] {margin: 0; padding: 22px !important; background: none; display: inline-block; border-radius: 0; outline: none; -webkit-transition: all 0.3s; transition: all 0.3s; color: var(--text); position: absolute; top: -36px; border: 2px solid var(--text);}
.section-videos .videos-slider-inner .owl-nav .owl-prev {left: 20px;}
.section-videos .videos-slider-inner .owl-nav .owl-next {right: 20px;}
.section-videos .videos-slider-inner .owl-nav [class*=owl-] svg {display: block; width: 22px; height: auto;}
.section-videos .videos-slider-inner .owl-nav [class*=owl-]:hover {background: var(--grey);}
.section-videos .videos-slider-inner .owl-nav [class*=owl-]:active {background: #fff; -webkit-transition: all 0s; transition: all 0s;}
.section-videos .videos-slider-inner .owl-nav .disabled {opacity: 0.2 !important; cursor: default !important;}
.section-videos .videos-slide {padding: 20px;}
.section-videos .video-item {display: block; position: relative; color: #fff;}
.section-videos .video-item .video-image {overflow: hidden;}
.section-videos .video-item .video-image span {display: block; position: relative; padding-bottom: 56%; overflow: hidden;}
.section-videos .video-item .video-image iframe {display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; position: absolute; }
.section-videos .video-item .video-image img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
.section-videos .video-item .video-title {position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 35px; font-weight: 600; font-size: 24px;}
.section-videos .video-item .play {width: 96px; height: 96px; border-radius: 50%; background: var(--text); position: absolute; top: 50%; left: 50%; margin: -48px 0 0 -48px; -webkit-transition: background 0.3s; transition: background 0.3s;}
.section-videos .video-item .play svg {width: 23px; height: auto; position: absolute; top: 50%; left: 50%; margin: -13px 0 0 -8px;}
.section-videos .video-item .play svg path {fill: #fff; -webkit-transition: fill 0.3s; transition: fill 0.3s;}
.section-videos .video-item .play:hover {background: #fff;}
.section-videos .video-item .play:hover svg path {fill: var(--text);}
.section-videos .playing .video-item .video-title {display: none;}
.section-videos .playing .video-item .play {display: none;}
@media (max-width: 1800px) {
	.section-videos {padding: 60px 0;}
	.section-videos .h2 {margin-bottom: 5px;}
	.section-videos .description {font-size: 13px;}
	.section-videos .videos-slider {padding: 40px 130px 0; margin: -15px;}
	.section-videos .videos-slide {padding: 15px;}
	.section-videos .videos-slider-inner .owl-nav [class*=owl-] {padding: 16px !important; top: -27px;}
	.section-videos .videos-slider-inner .owl-nav .owl-prev {left: 15px;}
	.section-videos .videos-slider-inner .owl-nav .owl-next {right: 15px;}
	.section-videos .videos-slider-inner .owl-nav [class*=owl-] svg {width: 18px;}
	.section-videos .video-item .video-title {padding: 15px 30px; font-size: 20px;}
	.section-videos .video-item .play {width: 76px; height: 76px; margin: -38px 0 0 -38px;}
	.section-videos .video-item .play svg {width: 16px; margin: -8px 0 0 -5px;}
}
@media (max-width: 1249px) {
	.section-videos .videos-slider {padding-left: 80px; padding-right: 80px;}
}
@media (max-width: 767px) {
	.section-videos {padding: 50px 0;}
	.section-videos .h2 {margin: 0 0 10px;}
	.section-videos .description {font-size: 16px;}
	.section-videos .videos-slider {padding: 20px 0 0; margin: 0 -25px;}
	.section-videos .videos-slide {padding: 0;}
	.section-videos .video-item .play {width: 60px; height: 60px; margin: -30px 0 0 -30px;}
	.section-videos .video-item .video-title {padding: 15px 17px; font-size: 16px;}
	.section-videos .videos-slider-inner .owl-nav {position: relative; top: auto; height: auto; text-align: center; padding-top: 25px;}
	.section-videos .videos-slider-inner .owl-nav [class*=owl-] {position: relative; top: auto; margin: 0 22px; padding: 9px 10px !important;}
	.section-videos .videos-slider-inner .owl-nav .owl-prev {left: auto;}
	.section-videos .videos-slider-inner .owl-nav .owl-next {right: auto;}
	.section-videos .videos-slider-inner .owl-nav [class*=owl-] svg {width: 22px;}
}


/* --- Section: Home About --- */

.section-home-about {padding: 80px 0;}
.section-home-about .heading {display: flex; padding-bottom: 25px;}
.section-home-about .heading .h2 {width: 33%; flex-basis: 33%; margin: 0;}
.section-home-about .heading .description {width: 67%; flex-basis: 67%; font-size: 16px; columns: 2; column-gap: 80px;}
.section-home-about .heading .description p {margin: 0; padding: 10px 0; break-inside: avoid-column;}
.section-home-about .heading .description .learn-more {display: none;}
.section-home-about .images {display: flex; position: relative; margin: 0 -20px;}
.section-home-about .images .image {width: 68%; flex-basis: 68%; padding: 20px;}
.section-home-about .images .image span {display: block; position: relative; overflow: hidden; padding-bottom: 66%;}
.section-home-about .images .image span img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
.section-home-about .images .image-abs span {position: absolute; right: 20px; top: 20px; left: 20px; bottom: 20px; padding-bottom: 0;}
.section-home-about .images .image-2 {position: absolute; right: 0; top: 0; width: 32%; flex-basis: 32%; height: 65%;}
.section-home-about .images .image-3 {position: absolute; right: 16%; bottom: 0; width: 16%; flex-basis: 16%; height: 35%;}
.section-home-about .images .image-4 {position: absolute; right: 0; bottom: 0; width: 16%; flex-basis: 16%; height: 35%;}
@media (max-width: 1800px) {
	.section-home-about {padding: 70px 0;}
	.section-home-about .heading .description {font-size: 13px; column-gap: 40px;}
	.section-home-about .images {margin: 0 -15px;}
	.section-home-about .images .image {padding: 15px;}
	.section-home-about .images .image-abs span {right: 15px; top: 15px; left: 15px; bottom: 15px;}
}
@media (max-width: 1249px) {
	.section-home-about .images {margin: 0 -8px;}
	.section-home-about .images .image {padding: 8px;}
	.section-home-about .images .image-abs span {right: 8px; top: 8px; left: 8px; bottom: 8px;}
}
@media (max-width: 991px) {
	.section-home-about .heading .description {columns: auto;}
}
@media (max-width: 767px) {
	.section-home-about .heading {flex-wrap: wrap; padding-bottom: 25px;}
	.section-home-about .heading .h2 {width: 100%; flex-basis: 100%;}
	.section-home-about .heading .description {width: 100%; flex-basis: 100%; font-size: 16px; position: relative; padding-bottom: 20px;}
	.section-home-about .heading .description.opened {padding-bottom: 0;}
	.section-home-about .heading .description p {padding: 10px 0;}
	.section-home-about .heading .description p ~ * {display: none;}
	.section-home-about .heading .description .learn-more {display: inline-block; position: absolute; bottom: 0; left: 0; z-index: 2; font-weight: 600; color: var(--text);}
	.section-home-about .images {flex-wrap: wrap;}
	.section-home-about .images .image {width: 100%; flex-basis: 100%;}
	.section-home-about .images .image-abs span {position: relative; right: 0; top: 0; left: 0; bottom: 0; padding-bottom: 66%;}
	.section-home-about .images .image-2 {position: relative; width: 100%; flex-basis: 100%; height: auto;}
	.section-home-about .images .image-3 {position: relative; right: auto; width: 50%; flex-basis: 50%; height: auto;}
	.section-home-about .images .image-4 {position: relative; width: 50%; flex-basis: 50%; height: auto;}
	.section-home-about .images .image-3 span,
	.section-home-about .images .image-4 span {padding-bottom: 100%;}
}


/* --- Section: About --- */

.section-about {padding: 40px 0 90px;}
.section-about .h1 {margin: 0 0 17px;}
.section-about .images {display: flex; position: relative; margin: 0 -20px;}
.section-about .images .image {width: 68%; flex-basis: 68%; padding: 20px;}
.section-about .images .image span {display: block; position: relative; overflow: hidden; padding-bottom: 66%;}
.section-about .images .image span img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
.section-about .images .image-abs span {position: absolute; right: 20px; top: 20px; left: 20px; bottom: 20px; padding-bottom: 0;}
.section-about .images .image-2 {position: absolute; right: 0; top: 0; width: 32%; flex-basis: 32%; height: 65%;}
.section-about .images .image-3 {position: absolute; right: 16%; bottom: 0; width: 16%; flex-basis: 16%; height: 35%;}
.section-about .images .image-4 {position: absolute; right: 0; bottom: 0; width: 16%; flex-basis: 16%; height: 35%;}
.section-about .philosophy {display: flex;}
.section-about .philosophy .side {flex-basis: 20%; width: 20%; padding-right: 30px;}
.section-about .philosophy .side .description {font-size: 24px; line-height: 1.5;}
.section-about .philosophy .side .description p {margin: 0;}
.section-about .philosophy .text {flex-basis: 80%; width: 80%;}
.section-about .philosophy .text .features-items {padding-top: 20px;}
.section-about .philosophy .text .bottom-text {font-size: 16px; columns: 2; column-gap: 100px; padding: 20px 0 30px; border-bottom: 2px solid var(--text);}
.section-about .philosophy .text .bottom-text .h3 {break-after: avoid; -webkit-column-break-after: avoid;}
.section-about .philosophy .text .bottom-text .h3:first-child {margin-top: 0;}
.section-about .philosophy .text .bottom-text p {margin: 0; padding: 10px 0; break-inside: avoid-column;}
@media (max-width: 1800px) {
	.section-about {padding: 30px 0 60px;}
	.section-about .images {margin: 0 -15px;}
	.section-about .images .image {padding: 15px;}
	.section-about .images .image-abs span {right: 15px; top: 15px; left: 15px; bottom: 15px;}
	.section-about .philosophy .side .description {font-size: 19px;}
	.section-about .philosophy .text .bottom-text {font-size: 14px; column-gap: 80px; padding: 10px 0 20px;}
}
@media (max-width: 1249px) {
	.section-about .images {margin: 0 -8px;}
	.section-about .images .image {padding: 8px;}
	.section-about .images .image-abs span {right: 8px; top: 8px; left: 8px; bottom: 8px;}
}
@media (max-width: 991px) {
	.section-about .philosophy {flex-wrap: wrap;}
	.section-about .philosophy .side {flex-basis: 100%; width: 100%; padding: 3px 0 5px;}
	.section-about .philosophy .side .description {font-size: 16px; line-height: 1.5;}
	.section-about .philosophy .text {flex-basis: 100%; width: 100%;}
}
@media (max-width: 767px) {
	.section-about .h1 {margin-bottom: 25px;}
	.section-about .images {flex-wrap: wrap;}
	.section-about .images .image {width: 100%; flex-basis: 100%;}
	.section-about .images .image-abs span {position: relative; right: 0; top: 0; left: 0; bottom: 0; padding-bottom: 66%;}
	.section-about .images .image-2 {position: relative; width: 100%; flex-basis: 100%; height: auto;}
	.section-about .images .image-3 {position: relative; right: auto; width: 50%; flex-basis: 50%; height: auto;}
	.section-about .images .image-4 {position: relative; width: 50%; flex-basis: 50%; height: auto;}
	.section-about .images .image-3 span,
	.section-about .images .image-4 span {padding-bottom: 100%;}
	.section-about .philosophy .text .bottom-text {font-size: 16px; columns: auto; padding: 10px 0 15px;}
}
@media (max-width: 500px) {
	.section-about {padding: 25px 0 30px;}
}


/* --- Section: Laser --- */

.section-laser {padding: 45px 0 70px; background-image: url(../img/bg-laser.svg); background-repeat: no-repeat; background-position: center 40px; background-size: 1100px auto;}
.section-laser .wrapper {max-width: 1450px;}
.section-laser .photo {display: block; width: 440px; height: auto; position: absolute; bottom: -10px; right: 0; z-index: 2;}
.section-laser .h1 {margin: 0;}
.section-laser .h1 span {position: relative;}
.section-laser .h1 span:after {content: ''; display: block; height: 2px; background: var(--text); width: 220px; position: absolute; left: 108%; top: 58%;}
.section-laser .subtitle {font-size: 30px; padding-top: 15px;}
.section-laser .subtitle p {margin: 0;}
.section-laser .inner {position: relative; padding: 0 400px 90px 0;}
.section-laser .lasers {display: flex; margin: 80px -9px 0;}
.section-laser .laser {padding: 9px; width: 33.33%; flex-basis: 33.33%; position: relative;}
.section-laser .laser:first-child {top: 20px;}
.section-laser .laser:last-child {top: 45px;}
.section-laser .laser .text {border: 1px solid var(--grey2); padding: 30px; font-size: 16px; background: #fff;}
.section-laser .laser .text i {font-style: normal; text-transform: uppercase; opacity: 0.5; font-weight: 600; font-size: 16px; letter-spacing: 0.1em;}
.section-laser .laser .text .h2 {margin: 0 0 85px; white-space: nowrap; line-height: 1.1;}
.section-laser .laser .text p {margin: 0;}
.section-laser .description {font-size: 16px; columns: 2; column-gap: 80px;}
.section-laser .description p {margin: 0; padding: 10px 0; break-inside: avoid-column;}
.section-laser .description .learn-more {display: none;}
.section-laser .action {text-align: center; padding-top: 30px;}
@media (max-width: 1800px) {
	.section-laser {padding: 35px 0 50px;}
	.section-laser .wrapper {max-width: 1180px;}
	.section-laser .photo {width: 370px;}
	.section-laser .subtitle {font-size: 24px;}
	.section-laser .h1 span:after {width: 170px;}
	.section-laser .inner {padding: 0 335px 75px 0;}
	.section-laser .lasers {margin: 60px -7px 0;}
	.section-laser .laser {padding: 7px;}
	.section-laser .laser .text {padding: 20px 25px; font-size: 13px;}
	.section-laser .laser .text i {font-size: 13px;}
	.section-laser .laser .text .h2 {margin-bottom: 65px;}
	.section-laser .description {font-size: 13px; column-gap: 60px;}
}
@media (max-width: 1249px) {
	.section-laser .h1 span:after {width: 120px;}
	.section-laser .photo {width: 280px; bottom: -10px; right: 0;}
	.section-laser .inner {padding-right: 254px;}
}
@media (max-width: 991px) {
	.section-laser .h1 span:after {width: 170px;}
	.section-laser .inner {padding-right: 0; padding-bottom: 20px;}
	.section-laser .photo {width: 370px; top: -190px; bottom: auto; right: 0; z-index: auto;}
	.section-laser .lasers {flex-wrap: wrap; margin-top: 210px;}
	.section-laser .laser:nth-child(n) {width: 100%; flex-basis: 100%; top: auto;}
	.section-laser .laser .text {padding: 25px 30px 30px; font-size: 16px;}
	.section-laser .laser .text .h2 {margin-bottom: 35px;}
	.section-laser .laser .text i {font-size: 16px;}
	.section-laser .description {columns: auto;}
	
}
@media (max-width: 767px) {
	.section-laser {padding: 60px 0 50px; background-image: none;}
	.section-laser .subtitle {font-size: 20px;}
	.section-laser .description {font-size: 16px; position: relative; padding-bottom: 20px;}
	.section-laser .description.opened {padding-bottom: 0;}
	.section-laser .description p {padding: 10px 0;}
	.section-laser .description p ~ * {display: none;}
	.section-laser .description .learn-more {display: inline-block; position: absolute; bottom: 0; left: 0; z-index: 2; font-weight: 600; color: var(--text);}
}


/* --- Section: Process --- */

.section-process {padding: 60px 0 130px;}
.section-process .h2 {margin: 0;}
.section-process .steps {display: flex; margin: 25px -10px 0;}
.section-process .step {padding: 10px; width: 33.33%; flex-basis: 33.33%; position: relative; text-align: center; display: flex; flex-direction: column;}
.section-process .step .inner {border: 2px solid var(--text); flex: 1 0 auto; width: 100%;}
.section-process .step .image {display: block; position: relative; padding-bottom: 101%; overflow: hidden; margin: -2px;}
.section-process .step .image img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
.section-process .step .text {padding: 30px 30px 27px; font-size: 16px; background: #fff;}
.section-process .step .text i {font-style: normal; text-transform: uppercase; opacity: 0.5; font-weight: 600; font-size: 13px; letter-spacing: 0.1em;}
.section-process .step .text p {margin: 0 auto; max-width: 400px;}
.section-process .step .text .step-title {font-weight: 600; font-size: 24px; margin-bottom: 5px;}
@media (max-width: 1800px) {
	.section-process {padding: 35px 0 110px;}
	.section-process .steps {margin: 20px -8px 0;}
	.section-process .step {padding: 8px;}
	.section-process .step .text {padding: 22px 25px 24px; font-size: 13px;}
	.section-process .step .text p {max-width: 350px;}
	.section-process .step .text .step-title {font-size: 19px; margin-bottom: 3px;}
}
@media (max-width: 991px) {
	.section-process {padding: 70px 0 65px;}
	.section-process .steps {flex-wrap: wrap; margin: 10px -10px 0;}
	.section-process .step:nth-child(n) {padding: 10px; width: 100%; flex-basis: 100%; top: auto;}
	.section-process .step .text {padding: 30px 20px 30px; font-size: 16px;}
	.section-process .step .text i {font-size: 16px;}
	.section-process .step .text .step-title {font-size: 24px; margin-bottom: 3px;}
}


/* --- Section: Prices --- */

.section-prices {padding: 130px 0 100px; background: var(--grey);}
.section-prices .heading {display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 40px;}
.section-prices .heading .h2 {margin: 0;}
.section-prices .heading .show-all {font-size: 16px; text-transform: uppercase; font-weight: 600; color: var(--text); position: relative; line-height: 1.3; letter-spacing: 0.08em; text-decoration: none;}
.section-prices .heading .show-all:after {content: ''; display: block; position: absolute; bottom: 0; width: 0; height: 1px; background: var(--text); left: 50%; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0;}
.section-prices .heading .show-all:hover:after {left: 0; width: 100%; opacity: 1;}
.section-prices .price {border-bottom: 2px solid var(--text); display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; padding: 36px 0; font-size: 20px;}
.section-prices .price:last-child {border-bottom: none;}
.section-prices .price .h5 {margin: 0; flex-grow: 1; flex-basis: 28%; font-size: 30px; letter-spacing: -0.03em;}
.section-prices .price .details {flex-grow: 1; flex-basis: 24%;}
.section-prices .price .details span {display: block;}
.section-prices .price .details strong {display: block; font-size: 22px; font-weight: 600;}
.section-prices .price .details br {display: none;}
.section-prices .price .action {flex-grow: 1; flex-basis: 24%;}
.section-prices .price .action .button {display: block; width: 100%; max-width: 340px; margin-left: auto;}
@media (max-width: 1800px) {
	.section-prices {padding: 100px 0 60px;}
	.section-prices .heading {padding-bottom: 32px;}
	.section-prices .heading .show-all {font-size: 19px;}
	.section-prices .price {padding: 28px 0; font-size: 16px;}
	.section-prices .price .h5 {font-size: 26px;}
	.section-prices .price .details strong {font-size: 20px;}
	.section-prices .price .action .button {max-width: 300px;}
}
@media (max-width: 991px) {
	.section-prices .price .h5 {font-size: 24px; letter-spacing: -0.05em;}
	.section-prices .price .details br {display: block;}
	.section-prices .price .details strong {font-size: 17px; font-weight: 700; padding-top: 3px;}
}
@media (max-width: 767px) {
	.section-prices {padding: 75px 0 60px;}
	.section-prices .heading {padding-bottom: 20px;}
	.section-prices .heading .h2 {line-height: 1.1;}
	.section-prices .price {flex-wrap: wrap; padding: 25px 0; gap: 20px 30px;}
	.section-prices .price .h5 {width: 100%; flex-basis: 100%; letter-spacing: -0.01em;}
	.section-prices .price .details {flex-grow: 1; flex-basis: 0;}
	.section-prices .price .action {width: 100%; flex-basis: 100%;}
	.section-prices .price .action .button {max-width: 100%; margin-left: 0;}
}
@media (max-width: 600px) {
	.section-prices .heading {padding-bottom: 0;}
	.section-prices .heading .show-all {display: none;}
}


/* --- Section: Before/After --- */

.section-before-after {padding: 140px 0 140px; background: var(--grey);}
.section-before-after .inner {display: flex;}
.section-before-after .heading {width: 540px; flex-basis: 540px; font-size: 16px; line-height: 1.5; padding: 0 30px 80px 0;}
.section-before-after .heading p {margin: 0;}
.section-before-after .heading .h2 {margin: 0 0 30px; line-height: 1.1;}
.section-before-after .slider {width: calc(100% - 540px); flex-basis: calc(100% - 540px); flex-grow: 1; flex-basis: 0;}
.section-before-after .slider-inner:not(.owl-carousel) .slide:nth-child(n+2) {display: none;}
.section-before-after .slider-inner .owl-nav {-webkit-tap-highlight-color: transparent; position: absolute; bottom: 0; left: -540px; z-index: 2;}
.section-before-after .slider-inner .owl-nav [class*=owl-] {margin: 0; padding: 22px 24px !important; background: none; display: inline-block; border-radius: 0; outline: none; -webkit-transition: all 0.3s; transition: all 0.3s; color: var(--text); border: 2px solid var(--text);}
.section-before-after .slider-inner .owl-nav [class*=owl-] + [class*=owl-] {margin-left: -2px;}
.section-before-after .slider-inner .owl-nav [class*=owl-] svg {display: block; width: 22px; height: auto;}
.section-before-after .slider-inner .owl-nav [class*=owl-]:hover {background: #fff;}
.section-before-after .slider-inner .owl-nav [class*=owl-]:active {background: var(--grey); -webkit-transition: all 0s; transition: all 0s;}
.section-before-after .slider-inner .owl-nav .disabled {opacity: 0.2 !important; cursor: default !important;}
.section-before-after .slide .image {display: block; position: relative; padding-bottom: 61.5%; overflow: hidden;}
.section-before-after .slide .image img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
@media (max-width: 1800px) {
	.section-before-after {padding: 140px 0 110px;}
	.section-before-after .heading {width: 440px; flex-basis: 440px; font-size: 13px; padding: 0 30px 80px 0;}
	.section-before-after .heading .h2 {margin-bottom: 25px;}
	.section-before-after .slider {width: calc(100% - 440px); flex-basis: calc(100% - 440px);}
	.section-before-after .slider-inner .owl-nav {left: -440px;}
	.section-before-after .slider-inner .owl-nav [class*=owl-] {padding: 16px !important;}
	.section-before-after .slider-inner .owl-nav [class*=owl-] svg {width: 18px;}
}
@media (max-width: 1249px) {
	.section-before-after .inner {display: block;}
	.section-before-after .heading {width: 100%; flex-basis: 100%; padding: 0 0 40px 0;}
	.section-before-after .slider {width: 100%; flex-basis: 100%;}
	.section-before-after .slider-inner .owl-nav {position: relative; left: auto; margin: 40px auto 0; text-align: center;}
	.section-before-after .slider-inner .owl-nav [class*=owl-] {margin: 0 45px;}
}
@media (max-width: 767px) {
	.section-before-after {padding: 50px 0 70px;}
	.section-before-after .heading {font-size: 16px;}
	.section-before-after .heading .h2 {margin: 0 0 15px;}
	.section-before-after .slider-inner .owl-nav [class*=owl-] {padding: 9px 10px !important;}
	.section-before-after .slider-inner .owl-nav [class*=owl-] svg {width: 22px;}
}


/* --- Section: Reviews --- */

.section-reviews {padding: 130px 0 70px;}
.section-reviews .h2 {margin: 0 0 30px; text-align: center;}
.section-reviews .reviews img {display: block; width: 100%; height: auto;}
@media (max-width: 1800px) {
	.section-reviews {padding: 110px 0 70px;}
}
@media (max-width: 767px) {
	.section-reviews {padding: 70px 0;}
}


/* --- Section: FAQ --- */

.section-faq {padding: 80px 0;}
.section-faq .inner {display: flex;}
.section-faq .h2 {width: 26%; flex-basis: 26%; margin: 0 0 30px; padding-right: 30px;}
.section-faq .faq {width: 74%; flex-basis: 74%; padding-top: 25px;}
.section-faq .faq-item {list-style: none; display: block; border-bottom: 2px solid var(--text); margin: 43px 0;}
.section-faq .faq-item:first-child {margin-top: 0;}
.section-faq .faq-item:last-child {margin-bottom: 0;}
.section-faq .faq-item a {text-decoration: none; color: var(--text); display: block; padding: 8px 40px 8px 0; position: relative;}
.section-faq .faq-item a:before,
.section-faq .faq-item a:after {content: ''; display: block; position: absolute; top: 17px; background: var(--text);}
.section-faq .faq-item a:before {width: 29px; height: 2px; right: 0; margin-top: 13px;}
.section-faq .faq-item a:after {width: 2px; height: 29px; right: 14px; -webkit-transition: all 0.3s; transition: all 0.3s;}
.section-faq .faq-item a .h5 {font-size: 24px; letter-spacing: -0.01em;}
.section-faq .faq-item .answer {font-size: 20px; display: none; padding-bottom: 25px;}
.section-faq .faq-item .answer p {margin: 0; padding: 10px 0;}
.section-faq .faq-item.opened a:after {height: 0; margin-top: 13px;}
@media (max-width: 1800px) {
	.section-faq {padding: 60px 0;}
	.section-faq .faq {padding-top: 20px;}
	.section-faq .faq-item {margin: 35px 0;}
	.section-faq .faq-item a .h5 {font-size: 19px;}
	.section-faq .faq-item a:before {width: 25px; height: 2px; right: 0; margin-top: 11px;}
	.section-faq .faq-item a:after {width: 2px; height: 25px; right: 12px;}
	.section-faq .faq-item .answer {font-size: 16px; padding-bottom: 20px;}
	.section-faq .faq-item.opened a:after {margin-top: 11px;}
}
@media (max-width: 767px) {
	.section-faq .inner {flex-wrap: wrap;}
	.section-faq .h2 {width: 100%; flex-basis: 100%; padding-right: 0; margin-bottom: 25px;}
	.section-faq .faq {width: 100%; flex-basis: 100%; padding-top: 0;}
	.section-faq .faq-item {margin: 20px 0;}
	.section-faq .faq-item a {padding: 9px 30px 9px 0;}
	.section-faq .faq-item a .h5 {font-size: 16px;}
	.section-faq .faq-item a:before,
	.section-faq .faq-item a:after {top: 17px;}
	.section-faq .faq-item a:before {width: 16px; height: 2px; right: 0; margin-top: 7px;}
	.section-faq .faq-item a:after {width: 2px; height: 16px; right: 7px;}
	.section-faq .faq-item.opened a:after {height: 0; margin-top: 8px;}
	.section-faq .faq-item .answer {font-size: 16px;}
}


/* --- Blog item --- */

.blog-item {padding: 20px; position: relative;}
.blog-item .item-inner {color: var(--text); text-decoration: none;}
.blog-item .item-image {display: block; position: relative; padding-bottom: 73%; overflow: hidden;}
.blog-item .item-image img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
.blog-item .item-text {font-size: 16px; background: #fff; padding-top: 22px;}
.blog-item .item-text:before {content: ''; display: block; margin-bottom: 20px; height: 2px; background: var(--text);}
.blog-item .item-text p {margin: 0;}
.blog-item .item-text .item-title {font-weight: 600; font-size: 24px; margin-bottom: 3px; line-height: 1.5;}
.blog-item .item-text .item-title span {border-bottom: 1px solid transparent; -webkit-transition: all 0.3s; transition: all 0.3s;}
.blog-item .item-text .item-date {margin-top: 24px;}
.blog-item .item-image:hover img {opacity: 0.8; -webkit-transform: scale(1.05); transform: scale(1.05);}
.blog-item .item-text .item-title:hover span {border-bottom-color: var(--text);}
@media (max-width: 1800px) {
	.blog-item {padding: 15px;}
	.blog-item .item-text {font-size: 13px; padding-top: 18px;}
	.blog-item .item-text .item-title {font-size: 19px;}
	.blog-item .item-text .item-date {margin-top: 17px;}
}
@media (max-width: 991px) {
	.blog-item {padding: 20px 10px;}
	.blog-item .item-text {font-size: 16px; padding-top: 20px;}
	.blog-item .item-text:before {margin-bottom: 23px;}
	.blog-item .item-text .item-title {font-size: 24px; margin-bottom: 3px;}
	.blog-item .item-text .item-date {margin-top: 20px;}
}
@media (max-width: 767px) {
	.blog-item .item-text .item-title {font-size: 20px;}
}


/* --- Section: Blog latest --- */

.section-blog-latest {padding: 60px 0 130px;}
.section-blog-latest:last-child {padding-bottom: 0;}
.section-blog-latest .h2 {margin: 0; text-align: center;}
.section-blog-latest .blog-items {display: flex; margin: 12px -20px 0;}
.section-blog-latest .blog-item {width: 33.33%; flex-basis: 33.33%;}
@media (max-width: 1800px) {
	.section-blog-latest {padding: 60px 0 110px;}
	.section-blog-latest .blog-items {margin: 10px -15px 0;}
}
@media (max-width: 991px) {
	.section-blog-latest .blog-item {width: 50%; flex-basis: 50%;}
	.section-blog-latest .blog-item:nth-child(n+3) {display: none;}
}
@media (max-width: 767px) {
	.section-blog-latest {padding: 80px 0 55px;}
	.section-blog-latest .h2 {text-align: left;}
	.section-blog-latest .blog-items {flex-wrap: wrap; margin: 15px -10px 0;}
	.section-blog-latest .blog-item:nth-child(n) {display: block; width: 100%; flex-basis: 100%;}
}


/* --- Pagination --- */

.pagination {display: flex; padding: 0; margin: 0 -5px; overflow: hidden;}
.pagination a {background: var(--grey); height: 72px; line-height: 72px; min-width: 72px; display: block; text-align: center; text-decoration: none; color: #000; margin: 0 5px; border: 2px solid var(--grey); font-size: 16px; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s;}
.pagination a:hover,
.pagination a.active {background: #fff; border-color: #000;}
.pagination a.prev {margin-right: 60px;}
.pagination a.next {margin-left: 60px;}
.pagination a svg {display: block; width: 9px; height: 14px; position: absolute; top: 50%; left: 50%; margin: -7px 0 0 -4px;}
.pagination a.awaiting svg {opacity: 0;}
.pagination a .phint {display: none;}
@media (max-width: 1800px) {
	.pagination a {height: 65px; min-width: 65px; line-height: 65px;}
}
@media (max-width: 1249px) {
	.pagination {margin: 0 -2px;}
	.pagination a {height: 55px; min-width: 55px; line-height: 55px; font-size: 14px; margin: 0 2px;}
}
@media (max-width: 767px) {
	.pagination a {border-width: 1px; height: 45px; min-width: 45px; line-height: 45px;}
	.pagination a.prev {margin-right: 15px;}
	.pagination a.next {margin-left: 15px;}
}
@media (max-width: 500px) {
	.pagination a:not(.active):not(.prev):not(.next) {display: none;}
	.pagination a.prev,
	.pagination a.next {flex-grow: 1;}
	.pagination a .phint {display: inline-block; vertical-align: middle; text-transform: uppercase;}
	.pagination a svg {display: inline-block; vertical-align: middle; width: 9px; height: 14px; position: relative; top: auto; left: auto; margin: 0;}
	.pagination a.prev svg {margin-right: 8px;}
	.pagination a.next svg {margin-left: 8px;}
}


/* --- Section: Blog --- */

.section-blog {padding: 40px 0 0;}
.section-blog .title-mobile {display: none; margin: 0 0 25px;}
.section-blog .heading {display: flex;}
.section-blog .heading .left {width: 50%; flex-basis: 50%; padding-right: 20px; display: flex; flex-direction: column; justify-content: space-between;}
.section-blog .heading .left .h1 {margin: 0;}
.section-blog .heading .left .text .h3 {margin: 0; display: block; line-height: 1.1; font-weight: 400; letter-spacing: -0.05em; color: var(--text); border-bottom: 2px solid var(--text); padding: 0 0 10px; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; position: relative;}
.section-blog .heading .left .text .h3:before {content: ''; display: block; height: 2px; background: var(--text); width: 0; opacity: 0; position: absolute; top: -10px; left: 0; -webkit-transition: all 0.3s; transition: all 0.3s;}
.section-blog .heading .left .text .h3:hover:before {width: 100%; opacity: 1;}
.section-blog .heading .right {width: 50%; flex-basis: 50%; padding-left: 20px;}
.section-blog .heading .right .image {display: block;}
.section-blog .heading .right .image span {display: block; position: relative; padding-bottom: 55%; overflow: hidden;}
.section-blog .heading .right .image span img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center;}
.section-blog .heading .right .image:hover img {opacity: 0.8; -webkit-transform: scale(1.05); transform: scale(1.05);}
.section-blog .blog-items {display: flex; flex-wrap: wrap; margin: 20px -18px 20px;}
.section-blog .blog-item {width: 33.33%; flex-basis: 33.33%; margin-bottom: 35px;}
@media (max-width: 1800px) {
	.section-blog {padding-top: 30px;}
	.section-blog .heading .left {padding-right: 17px;}
	.section-blog .heading .left .text .date {font-size: 13px;}
	.section-blog .heading .right {padding-left: 17px;}
	.section-blog .blog-items {margin: 17px -15px 20px;}
}
@media (max-width: 991px) {
	.section-blog .title-mobile {display: block;}
	.section-blog .heading {flex-wrap: wrap;}
	.section-blog .heading .left {width: 100%; flex-basis: 100%; padding-right: 0; order: 2;}
	.section-blog .heading .left .h1 {display: none;}
	.section-blog .heading .right {width: 100%; flex-basis: 100%; padding: 10px 0 20px; order: 1;}
	.section-blog .heading .left .text {display: flex; flex-direction: column; font-size: 16px; padding-top: 20px; border-top: 2px solid var(--text);}
	.section-blog .heading .left .text .date {order: 2;}
	.section-blog .heading .left .text .h3 {order: 1; font-size: 24px; font-weight: 600; margin-bottom: 3px; line-height: 1.5; letter-spacing: 0; border-bottom: 0;}
	.section-blog .heading .left .text .h3 span {border-bottom: 1px solid transparent; -webkit-transition: all 0.3s; transition: all 0.3s;}
	.section-blog .heading .left .text .h3:before {content: none;}
	.section-blog .heading .left .text .h3:hover span {border-bottom-color: var(--text);}
	.section-blog .heading .right .image span {padding-bottom: 73%;}
	.section-blog .blog-item {width: 50%; flex-basis: 50%;}
	.section-blog .blog-item:nth-child(n+3) {display: none;}
}
@media (max-width: 767px) {
	.section-blog .heading .left .text .h3 {font-size: 20px;}
	.section-blog .blog-items {flex-wrap: wrap; margin: 15px -10px 0;}
	.section-blog .blog-item:nth-child(n) {display: block; width: 100%; flex-basis: 100%;}
}
@media (max-width: 500px) {
	.section-blog {padding-top: 25px;}
}


/* --- Section: Certificates --- */

.section-certificates {padding: 70px 0; background: var(--grey);}
.section-certificates .inner {display: flex;}
.section-certificates .heading {width: 49%; flex-basis: 49%; font-size: 16px; padding-right: 30px;}
.section-certificates .heading .h2 {margin: 0 0 13px;}
.section-certificates .heading p {margin: 0; max-width: 410px;}
.section-certificates .text {width: 51%; flex-basis: 51%;}
.section-certificates .certificates {display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 -15px;}
.section-certificates .certificate {padding: 0 15px;}
.section-certificates .certificate .card {display: flex;}
.section-certificates .certificate .card img {display: block; width: 100%; height: auto; max-width: 120px;}
.section-certificates .certificate .card .info {font-size: 16px; padding-left: 20px; line-height: 1.6;}
.section-certificates .certificate .card .info p {margin: 0;}
.section-certificates .certificate .card .info strong {display: block; font-weight: 400; font-size: 30px; line-height: 1.2; padding-top: 6px;}
.section-certificates .certificate .links {padding-top: 8px;}
.section-certificates .certificate .links a {display: inline-block; padding: 12px 12px 12px 55px; border: 1px solid #c6c6c6; font-size: 16px; color: var(--text); font-weight: 700; line-height: 1.5; margin-top: 10px; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; text-decoration: none;}
.section-certificates .certificate .links a:hover {background: #c6c6c6;}
.section-certificates .certificate .links a:active {background: #fff;  -webkit-transition: all 0s; transition: all 0s;}
.section-certificates .certificate .links a:before {content: ''; display: block; background-image: url(../img/icon-certificate.svg); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; width: 24px; height: 24px; position: absolute; top: 50%; left: 15px; margin-top: -12px;}
@media (max-width: 1800px) {
	.section-certificates {padding: 60px 0;}
	.section-certificates .heading {font-size: 13px;}
	.section-certificates .heading .h2 {margin-bottom: 10px;}
	.section-certificates .heading p {max-width: 340px;}
	.section-certificates .certificate .card img {max-width: 95px;}
	.section-certificates .certificate .card .info {font-size: 13px; padding-left: 17px;}
	.section-certificates .certificate .card .info strong {font-size: 26px; padding-top: 3px;}
	.section-certificates .certificate .links a {padding: 10px 10px 10px 43px; font-size: 13px; margin-top: 8px;}
	.section-certificates .certificate .links a:before {width: 21px; height: 21px; left: 10px; margin-top: -10px;}
}
@media (max-width: 1249px) {
	.section-certificates .inner {flex-wrap: wrap;}
	.section-certificates .heading {width: 100%; flex-basis: 100%; padding: 0 0 30px;}
	.section-certificates .text {width: 100%; flex-basis: 100%;}
	.section-certificates .certificate .card img {max-width: 120px;}
}
@media (max-width: 767px) {
	.section-certificates {padding: 70px 0;}
	.section-certificates .heading {font-size: 16px; padding-bottom: 15px;}
	.section-certificates .heading p {max-width: 100%;}
	.section-certificates .certificates {flex-wrap: wrap; flex-direction: column-reverse; gap: 40px;}
	.section-certificates .certificate {width: 100%; flex-basis: 100%; margin: 0;}
	.section-certificates .certificate .card .info {font-size: 16px; padding-left: 20px;}
	.section-certificates .certificate .card .info strong {font-size: 32px;}
	.section-certificates .certificate .links {padding-top: 10px;}
	.section-certificates .certificate .links a {padding: 10px 10px 10px 55px; font-size: 16px; margin-top: 10px;}
	.section-certificates .certificate .links a:before {width: 24px; height: 24px; left: 14px; margin-top: -10px;}
}


/* --- Section: Try --- */

.section-try {position: relative;}
.section-try .bg {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center;}
.section-try .wrapper {position: relative; z-index: 3;}
.section-try .inner {min-height: calc(100vh - 88px); padding: 35px 0; position: relative;}
.section-try .inner .h2 {margin: 0 0 33px; line-height: 1.1;}
@media (max-width: 991px) {
	.section-try .inner {min-height: 500px;}
}
@media (max-width: 767px) {
	.section-try:before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.33); z-index: 2;}
	.section-try .inner {min-height: 10px; text-align: center; padding: 40px 0;}
	.section-try .inner .h2 {color: #fff; margin-bottom: 27px;}
	.section-try .inner .button {font-size: 16px;}
}
@media (max-width: 500px) {
	.section-try .inner .button {display: block; width: 100%; padding: 28px 20px 27px; border-radius: 45px;}
}


/* --- Footer --- */

.footer {padding: 150px 0 0; overflow: hidden;}
.footer .inner {display: flex;}
.footer .left {width: 48%; flex-basis: 48%; padding-right: 65px;}
.footer .left .logo {display: block; width: 100%; height: auto; max-width: 800px; margin-bottom: 50px;}
.footer .left .info {display: flex;}
.footer .left .info-col {padding-right: 20px;}
.footer .left .info-col:nth-child(1) {width: 39%; flex-basis: 39%;}
.footer .left .info-col:nth-child(2) {width: 20%; flex-basis: 20%;}
.footer .left .info-col:nth-child(3) {width: 41%; flex-basis: 41%; padding-right: 0;}
.footer .left .info-title {margin: 0 0 8px; font-weight: 700; font-size: 16px; white-space: nowrap;}
.footer .left .info-item {font-size: 16px; padding: 6px 0; white-space: nowrap;}
.footer .left .info-item p {margin: 0;}
.footer .left .info-item a {display: inline-block; color: var(--text); text-decoration: none; position: relative;}
.footer .left .info-item i {display: inline-block; vertical-align: middle; background: var(--text); margin-right: 8px;}
.footer .left .info-item i img {display: block; width: 24px; height: 24px;}
.footer .left .info-item span {display: inline-block; vertical-align: middle;}
.footer .left .info-item a span {position: relative;}
.footer .left .info-item a span:after {content: ''; display: block; position: absolute; bottom: 0; width: 0; height: 1px; background: var(--text); left: 50%; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0;}
.footer .left .info-item a:hover span:after {left: 0; width: 100%; opacity: 1;}
.footer .left .info-schedule {font-size: 16px; columns: 2; column-gap: 10px; padding: 6px 0;}
.footer .left .info-schedule p {margin: 0;}
.footer .left .info-schedule p span {display: inline-block; min-width: 33px;}
.footer .left .action {padding-top: 35px;}
.footer .left .action .button {display: block;}
.footer .left .navigation {overflow: hidden;}
.footer .left .navigation ul {margin: 0 -18px; padding: 40px 0 0; display: flex; align-items: center; justify-content: space-between;}
.footer .left .navigation ul li {list-style: none; display: block; padding: 0 10px; position: relative;}
.footer .left .navigation ul li a {display: block; text-decoration: none; color: var(--text); text-transform: uppercase; font-weight: 600; font-size: 16px; padding: 0 8px; letter-spacing: 0.08em; white-space: nowrap; position: relative;}
.footer .left .navigation ul li a:after {content: ''; width: auto; background: var(--text); height: 1px; position: absolute; top: 90%; left: 8px; right: 8px; opacity: 0; -webkit-transition: all 0.3s; transition: all 0.3s;}
.footer .left .navigation ul li:hover a:after,
.footer .left .navigation ul li a.active:after {opacity: 1;}
.footer .right {width: 52%; flex-basis: 52%;}
.footer .right .map {border: 2px solid var(--text); padding: 15px;}
.footer .right .map-inner {padding-bottom: 48%; position: relative;}
.footer .right .map-inner iframe {position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.footer .bottom {font-size: 16px; display: flex; justify-content: space-between; gap: 30px; border-top: 2px solid var(--text); margin-top: 35px; padding: 40px 0;}
.footer .bottom .copyright p {margin: 0;}
.footer .bottom .terms ul {margin: 0 -7px; padding: 0;}
.footer .bottom .terms ul li {list-style: none; display: inline-block; padding: 0 7px; position: relative;}
.footer .bottom .terms ul li a {display: block; text-decoration: none; color: var(--text); white-space: nowrap; position: relative;}
.footer .bottom .terms ul li a:hover {text-decoration: underline;}
@media (max-width: 1800px) {
	.footer {padding-top: 120px;}
	.footer .left {padding-right: 45px;}
	.footer .left .logo {max-width: 640px; margin-bottom: 40px;}
	.footer .left .info-title {margin-bottom: 5px; font-size: 13px;}
	.footer .left .info-item {font-size: 13px;}
	.footer .left .info-schedule {font-size: 13px;}
	.footer .left .info-item i {margin-right: 5px;}
	.footer .left .info-item i img {width: 20px; height: 20px;}
	.footer .left .navigation ul li a {font-size: 13px;}
	.footer .right .map-inner {padding-bottom: 50%;}
	.footer .bottom {font-size: 13px; margin-top: 28px; padding: 30px 0;}
}
@media (max-width: 1500px) {
	.footer .left .info {flex-wrap: wrap;}
	.footer .left .info-col:nth-child(1) {width: 50%; flex-basis: 50%;}
	.footer .left .info-col:nth-child(2) {width: 100%; flex-basis: 100%; padding: 30px 0 0; order: 2;}
	.footer .left .info-col:nth-child(2) .info-item {display: inline-block; margin-right: 30px;}
	.footer .left .info-col:nth-child(3) {width: 50%; flex-basis: 50%; padding-right: 0;}
	.footer .right .map-inner {padding-bottom: 75%;}
}
@media (max-width: 1320px) {
	.footer .left .navigation ul li a {font-size: 13px; letter-spacing: 0.03em;}
}
@media (max-width: 1249px) {
	.footer {padding-top: 80px;}
	.footer .inner {flex-wrap: wrap;}
	.footer .left {width: 100%; flex-basis: 100%; padding-right: 0;}
	.footer .left .info-col:nth-child(1) {width: 40%; flex-basis: 40%;}
	.footer .left .info-col:nth-child(2) {width: 20%; flex-basis: 20%; padding: 0 20px 0 0; order: unset;}
	.footer .left .info-col:nth-child(2) .info-item {display: block; margin-right: 0;}
	.footer .left .info-col:nth-child(3) {width: 40%; flex-basis: 40%; padding-right: 0;}
	.footer .right {width: 100%; flex-basis: 100%; padding-top: 30px;}
	.footer .right .map-inner {padding-bottom: 50%;}
	.footer .bottom {margin-top: 40px;}
}
@media (max-width: 767px) {
	.footer {padding-top: 75px;}
	.footer .left .logo {margin-bottom: 10px;}
	.footer .left .info-col:nth-child(n) {width: 100%; flex-basis: 100%; padding: 20px 0 0;}
	.footer .left .info-title {font-size: 16px; margin-bottom: 8px;}
	.footer .left .info-item {font-size: 16px; padding: 7px 0;}
	.footer .left .info-item i img {width: 24px; height: 24px;}
	.footer .left .info-schedule {font-size: 16px;}
	.footer .left .navigation ul {flex-wrap: wrap; justify-content: flex-start;}
	.footer .left .navigation ul li {padding: 7px 10px; flex-basis: 50%; width: 50%;}
	.footer .left .navigation ul li a {display: inline; font-size: 16px;}
	.footer .left .navigation ul li a:after {content: none;}
	.footer .right .map-inner {padding-bottom: 80%;}
	.footer .bottom {font-size: 16px; padding: 40px 0; text-align: center; display: block; gap: 0;}
	.footer .bottom .terms {padding-top: 6px;}
	.footer .bottom .terms ul {margin: 0 -12px;}
	.footer .bottom .terms ul li {padding: 0 12px;}
}


/* --- Section: Hero --- */

.section-hero {padding: 40px 0 80px;}
.section-hero .inner {display: flex; justify-content: space-between; gap: 40px;}
.section-hero .text {width: 50%; flex-basis: 50%; padding-top: 30px;}
.section-hero .text .h1 {margin: 0 0 35px;}
.section-hero .text .description {font-size: 16px; margin-bottom: 70px; columns: 2; column-gap: 80px;}
.section-hero .text .description p {margin: 0; padding: 5px 0;}
.section-hero .image {width: 50%; flex-basis: 50%;}
.section-hero .image img {width: 100%; height: auto; display: block;}
@media (max-width: 1800px) {
	.section-hero {padding: 30px 0 60px;}
	.section-hero .inner {gap: 30px;}
	.section-hero .text .h1 {margin-bottom: 25px;}
	.section-hero .text .description {font-size: 13px; margin-bottom: 50px; column-gap: 60px;}
}
@media (max-width: 1249px) {
	.section-hero .text {padding-top: 10px;}
	.section-hero .text .description {columns: auto; margin-bottom: 30px;}
}
@media (max-width: 991px) {
	.section-hero .text {padding-top: 0;}
}
@media (max-width: 767px) {
	.section-hero .inner {flex-wrap: wrap; gap: 20px;}
	.section-hero .text {width: 100%; flex-basis: 100%;}
	.section-hero .text .h1 {margin-bottom: 30px;}
	.section-hero .text .description {font-size: 16px; margin-bottom: 20px;}
	.section-hero .image {width: 100%; flex-basis: 100%; padding-top: 25px;}
}
@media (max-width: 500px) {
	.section-hero {padding: 25px 0 30px;}
	.section-hero .text .button {display: block; width: 100%;}
}


/* --- Features items --- */

.features-items {font-size: 13px; display: flex; flex-wrap: wrap; margin: 0 -8px;}
.features-items .feature {margin: 0 5px 10px 5px; position: relative; background: var(--grey); padding: 40px 42px 38px; font-size: 20px; display: flex; text-decoration: none;}
.features-items .feature:before {content: ''; display: block; line-height: 1; background-image: url(../img/icon-check.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 28px; flex-basis: 28px; height: 28px; margin-right: 33px; position: relative; bottom: -3px; flex-shrink: 0;}
.features-items .feature span {display: block;}
@media (max-width: 1800px) {
	.features-items {margin: 0 -8px;}
	.features-items .feature {margin: 0 5px 10px 5px; padding: 30px; font-size: 16px;}
	.features-items .feature:before {width: 22px; flex-basis: 22px; height: 22px; margin-right: 33px;}
}
@media (max-width: 1249px) {
	.features-items .feature {padding: 8px 15px; align-items: center;}
	.features-items .feature:before {background-image: url(../img/icon-check-alt.svg); width: 16px; flex-basis: 16px; height: 13px; margin-right: 15px;}
}
@media (max-width: 991px) {
	.features-items .feature {width: 100%; flex-basis: 100%; margin: 0 5px 10px 5px;}
}


/* --- Section: Why --- */

.section-why {padding: 100px 0 70px;}
.section-why .text {display: flex; align-items: center; justify-content: space-between; padding: 0 0 30px;}
.section-why .text .h2 {margin: 0;}
.section-why .text .subtitle {line-height: 1.5; font-size: 23px; margin: 0; max-width: 360px;}
.section-why .image {width: 100%; height: auto; display: block;}
.section-why .features-items {padding-top: 30px;}
@media (max-width: 1800px) {
	.section-why {padding: 80px 0 50px;}
	.section-why .text .subtitle {font-size: 19px; max-width: 280px;}
}
@media (max-width: 1249px) {
	.section-why .features-items {padding-top: 25px;}
	.section-why .text {display: block; padding: 0;}
	.section-why .text .h2 {line-height: 1.1; margin-bottom: 10px;}
	.section-why .text .subtitle {font-size: 16px; max-width: 100%; margin-bottom: 25px;}
}
@media (max-width: 767px) {
	.section-why {padding: 70px 0 60px;}
}


/* --- Section: Areas --- */

.section-areas {padding: 60px 0 90px;}
.section-areas .text {display: flex; align-items: center; justify-content: space-between; padding: 0 0 20px;}
.section-areas .text .h2 {margin: 0;}
.section-areas .text .subtitle {font-size: 24px; line-height: 1.5; margin: 0; max-width: 230px;}
.section-areas .areas {display: flex; flex-wrap: wrap; margin: 0 -20px 20px;}
.section-areas .area {width: 25%; flex-basis: 25%; padding: 20px;}
.section-areas .area .image {position: relative; padding-bottom: 100%; overflow: hidden;}
.section-areas .area .image img {position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; left: 0;}
.section-areas .area p {margin: 20px 0 0; font-size: 24px; font-weight: 600; border-top: 2px solid var(--text); padding-top: 25px; line-height: 1.3;}
.section-areas .area:nth-child(1) {width: 50%; flex-basis: 50%;}
.section-areas .area:nth-child(1) .image {padding-bottom: 68%;}
.section-areas .area:nth-child(3) .image {padding-bottom: 127%;}
.section-areas .area:nth-child(4) .image {padding-bottom: 81%;}
.section-areas .area:nth-child(5) .image {padding-bottom: 144%;}
.section-areas .area:nth-child(6) .image {padding-bottom: 81%;}
.section-areas .action {background: var(--grey); font-size: 32px; display: flex; align-items: center; justify-content: center; line-height: 1.3; padding: 40px;}
.section-areas .action p {margin: 0 60px 0 0; max-width: 650px; letter-spacing: -0.03em;}
@media (max-width: 1800px) {
	.section-areas {padding: 50px 0 80px;}
	.section-areas .text {padding-bottom: 15px;}
	.section-areas .text .subtitle {font-size: 19px;}
	.section-areas .areas {margin: 0 -15px 20px;}
	.section-areas .area {padding: 15px;}
	.section-areas .area p {margin-top: 18px; font-size: 19px; padding-top: 18px;}
	.section-areas .action {font-size: 26px; padding: 30px;}
	.section-areas .action p {max-width: 520px;}
}
@media (max-width: 1249px) {
	.section-areas .text {display: block; padding: 0;}
	.section-areas .text .h2 {line-height: 1.1; margin-bottom: 10px;}
	.section-areas .text .subtitle {font-size: 16px; max-width: 100%; margin-bottom: 25px;}
	.section-areas .area p {font-size: 18px;}
}
@media (max-width: 991px) {
	.section-areas .area:nth-child(n) {width: 50%; flex-basis: 50%;}
	.section-areas .area p {margin-top: 22px; padding-top: 20px;}
	.section-areas .action {font-size: 24px; display: block; padding: 40px; line-height: 1.5;}
	.section-areas .action p {margin: 0 0 35px 0; max-width: 100%; letter-spacing: -0.01em;}
	.section-areas .action .button {display: block; width: 100%;}
}
@media (max-width: 767px) {
	.section-areas {padding: 70px 0 70px;}
	.section-areas .text .h2 {word-wrap: break-word;}
}
@media (max-width: 500px) {
	.section-areas .area:nth-child(n) {width: 100%; flex-basis: 100%;}
	.section-areas .area p {font-size: 23px;}
}


/* --- Section: Technology --- */

.section-technology {padding: 60px 0 55px;}
.section-technology .h2 {margin: 0 0 40px; line-height: 1.1;}
.section-technology .inner {display: flex;}
.section-technology .image {flex-basis: 69%; width: 69%; padding-right: 40px;}
.section-technology .image img {width: 100%; height: auto; display: block;}
.section-technology .text {flex-basis: 31%; width: 31%; font-size: 24px; line-height: 1.6; display: flex; flex-direction: column; justify-content: space-between;}
.section-technology .text p {max-width: 430px;}
.section-technology .text p:first-child {margin-top: 0;}
.section-technology .text p:last-child {margin: 0; max-width: 340px;}
.section-technology .text p strong {font-weight: 600;}
.section-technology .text img {width: 100%; height: auto; display: block; margin: 30px 0; max-width: 430px;}
@media (max-width: 1800px) {
	.section-technology {padding: 40px 0 55px;}
	.section-technology .h2 {margin-bottom: 30px;}
	.section-technology .image {padding-right: 35px;}
	.section-technology .text {font-size: 19px;}
	.section-technology .text p {max-width: 350px;}
	.section-technology .text p:last-child {max-width: 290px;}
	.section-technology .text img {max-width: 350px;}
}
@media (max-width: 1249px) {
	.section-technology .text {flex-basis: 31%; width: 31%; font-size: 16px;}
}
@media (max-width: 991px) {
	.section-technology .inner {display: block;}
	.section-technology .image {flex-basis: 100%; width: 100%; padding: 0 0 30px;}
	.section-technology .text {flex-basis: 100%; width: 100%;}
	.section-technology .text p {max-width: 100%;}
	.section-technology .text p:last-child {max-width: 400px;}
	.section-technology .text img {max-width: 350px;}
}
@media (max-width: 600px) {
	.section-technology {padding: 60px 0 55px;}
	.section-technology .h2 {margin-bottom: 25px;}
	.section-technology .text img {max-width: 100%; margin: 25px 0;}
}


/* --- Section: Team --- */

.section-team {padding: 50px 0 70px;}
.section-team .inner {display: flex;}
.section-team .inner .heading {width: 20%; flex-basis: 20%; padding-right: 20px;}
.section-team .inner .heading .h2 {margin: 0;}
.section-team .team {width: 80%; flex-basis: 80%;}
.section-team .team .team-items {display: flex; flex-wrap: wrap; justify-content: space-between; margin: -10px -20px 0;}
.section-team .team .team-item {width: 31%; flex-basis: 31%; padding: 20px;}
.section-team .team .team-item:nth-of-type(6n+2),
.section-team .team .team-item:nth-of-type(6n+5) {margin-right: 7%;}
.section-team .team .team-item.person {font-weight: 600; font-size: 24px;}
.section-team .team .team-item.person .image {position: relative; overflow: hidden; padding-bottom: 100%;}
.section-team .team .team-item.person .image img {display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
.section-team .team .team-item.person p {margin: 20px 0 0; border-top: 2px solid var(--text); padding-top: 20px;}
.section-team .team .team-item.text {font-size: 20px; line-height: 1.5;}
.section-team .team .team-item.text p {margin: 0;}
@media (max-width: 1800px) {
	.section-team .team .team-items {margin: -10px -17px 0;}
	.section-team .team .team-item {padding: 17px; width: 30%; flex-basis: 30%;}
	.section-team .team .team-item:nth-of-type(6n+2),
	.section-team .team .team-item:nth-of-type(6n+5) {margin-right: 10%;}
	.section-team .team .team-item.person {font-size: 19px;}
	.section-team .team .team-item.person p {margin-top: 17px; padding-top: 15px;}
	.section-team .team .team-item.text {font-size: 16px;}
}
@media (max-width: 991px) {
	.section-team {padding: 70px 0;}
	.section-team .inner {flex-wrap: wrap;}
	.section-team .inner .heading {width: 100%; flex-basis: 100%; padding-right: 0;}
	.section-team .team {width: 100%; flex-basis: 100%;}
	.section-team .team .team-items {margin-top: 15px;}
	.section-team .team .team-item:nth-of-type(n) {width: 50%; flex-basis: 50%; margin-right: 0;}
	.section-team .team .team-item.empty {display: none;}
	.section-team .team .team-item.person {font-size: 23px;}
	.section-team .team .team-item.person p {margin-top: 23px; padding-top: 20px;}
	.section-team .team .team-item.text {line-height: 1.7;}
}
@media (max-width: 767px) {
	.section-team .team .team-item:nth-of-type(n) {width: 50%; flex-basis: 50%; margin-right: 0;}
}
@media (max-width: 600px) {
	.section-team .team .team-item:nth-of-type(n) {width: 100%; flex-basis: 100%; margin-right: 0;}
}


/* --- Section: Certificates Gallery --- */

.section-certificates-gallery {padding: 45px 0 180px;}
.section-certificates-gallery .h2 {margin: 0 0 30px; text-align: center;}
.section-certificates-gallery .images {display: flex; flex-wrap: wrap; margin: 0 -10px;}
.section-certificates-gallery .images .image {width: 50%; flex-basis: 50%; padding: 10px;}
.section-certificates-gallery .images .image:nth-child(n+3) {width: 33.33%; flex-basis: 33.33%;}
.section-certificates-gallery .images .image span {display: block; position: relative; overflow: hidden; padding-bottom: 70%;}
.section-certificates-gallery .images .image span img {display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top;}
@media (max-width: 1800px) {
	.section-certificates-gallery {padding-bottom: 140px;}
	.section-certificates-gallery .h2 {margin-bottom: 20px;}
	.section-certificates-gallery .images {margin: 0 -8px;}
	.section-certificates-gallery .images .image {padding: 8px;}
}
@media (max-width: 767px) {
	.section-certificates-gallery {padding: 45px 0 65px;}
	.section-certificates-gallery .h2 {text-align: left;}
	.section-certificates-gallery .images .image:nth-child(n) {width: 100%; flex-basis: 100%;}
}


/* --- Subscription text --- */

.subscription-text {font-size: 16px; min-height: 10px;}
.subscription-text p {margin: 1em 0;}
.subscription-text p:first-child {margin-top: 0.8em;}
.subscription-text ul {display: block; columns: 2; column-gap: 30px; margin: 0; padding: 4px 0; font-weight: 700;}
.subscription-text ul li {display: block; list-style: none; padding: 4px 0 4px 30px; position: relative;}
.subscription-text ul li:before {content: ''; display: block; background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33301 6.67592L5.55942 11.0002L15.333 1.00024' stroke='black' stroke-width='2'/%3E%3C/svg%3E");  background-repeat: no-repeat; background-position: center center; background-size: contain; width: 17px; height: 13px; position: absolute; top: 50%; left: 0; margin-top: -6px;}
.wide .subscription-text ul {columns: auto; padding: 4px 0; display: flex; flex-wrap: wrap; gap: 8px;}
.wide .subscription-text ul li {background: var(--grey); padding: 8px 15px 8px 40px; position: relative;}
.wide .subscription-text ul li:before {left: 10px;}
@media (max-width: 1800px) {
	.subscription-text {font-size: 13px;}
	.subscription-text ul li {padding: 3px 0 3px 25px;}
	.subscription-text ul li:before {width: 14px; height: 11px;}
	.wide .subscription-text ul {gap: 6px;}
	.wide .subscription-text ul li {padding: 7px 12px 7px 35px;}
}
@media (max-width: 991px) {
	.subscription-text ul {columns: auto; column-gap: 0;}
}
@media (max-width: 767px) {
	.wide .subscription-text ul li {background: #fff;}
}


/* --- Section: Pricelist --- */

.section-pricelist {padding: 40px 0 0;}
.section-pricelist .h1 {margin: 0 0 40px;}
.section-pricelist .categories {display: flex; padding: 0 0 40px; margin: 0;}
.section-pricelist .categories li {display: block; list-style: none;}
.section-pricelist .categories li + li {margin-left: -2px;}
.section-pricelist .categories a {display: block; font-size: 32px; line-height: 1.35; letter-spacing: -0.03em; border: 2px solid transparent; padding: 15px 30px; color: var(--text); -webkit-transition: all 0.3s; transition: all 0.3s; text-decoration: none;}
.section-pricelist .categories a.active {border-color: var(--text);}
.section-pricelist .categories a.awaiting {background: var(--grey); border-color: var(--text); color: var(--text); color: #ccc !important;}
.section-pricelist .categories a:hover {background: var(--grey); border-color: var(--text);}
.section-pricelist .categories a.active {pointer-events: none;}
.section-pricelist .cover {padding-bottom: 19%; position: relative; margin: 0 0 75px;}
.section-pricelist .cover img {display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center;}
.section-pricelist .pricelist-title {background: var(--grey); padding: 17px 0;}
.section-pricelist .pricelist-title .h4 {margin: 0; letter-spacing: -0.03em;}
.section-pricelist .pricelist {display: table; width: 100%; border-collapse: collapse; margin-bottom: 120px;}
.section-pricelist .pricelist .price-heading {display: table-row; border-bottom: 2px solid var(--text);}
.section-pricelist .pricelist .price-heading .th {display: table-cell; font-weight: 600; font-size: 16px; line-height: 1.15; letter-spacing: 0.1em; text-transform: uppercase; padding: 42px 0 38px;}
.section-pricelist .pricelist .price {display: table-row;}
.section-pricelist .pricelist .price .td {display: table-cell; font-size: 24px; padding: 20px 20px 20px 0; vertical-align: middle;}
.section-pricelist .pricelist .price .td:last-child {padding-right: 0;}
.section-pricelist .pricelist .price:nth-child(2) .td {padding-top: 40px;}
.section-pricelist .pricelist .price .td.cat,
.section-pricelist .pricelist .price .td.time,
.section-pricelist .pricelist .price .td.value {width: 10%;}
.section-pricelist .pricelist .price .td.action {width: 5%;}
.section-pricelist .pricelist .price .td .h5 {margin: 0;}
.section-pricelist .pricelist .price .td p {margin: 0;}
.section-pricelist .pricelist .price .td strong {font-weight: 600;}
.section-pricelist .pricelist .price .td.action .button {min-width: 150px;}
.section-pricelist .columns {display: flex; gap: 190px;}
.section-pricelist .column {flex-basis: 50%; width: 50%;}
.section-pricelist .column .pricelist .price .td {width: auto;}
.section-pricelist .column .pricelist .price .td.cat,
.section-pricelist .column .pricelist .price .td.time,
.section-pricelist .column .pricelist .price .td.value {width: 22%;}
.section-pricelist .column .pricelist .price .td.action {width: 150px;}
.section-pricelist .subs {display: flex; flex-wrap: wrap; margin: 20px -20px 0;}
.section-pricelist .sub {padding: 20px; flex-basis: 33.33%; width: 33.33%;}
.section-pricelist .sub .sub-inner {padding: 30px; border: 2px solid var(--text); height: 100%; display: flex; flex-direction: column;}
.section-pricelist .sub .sub-image {display: block; margin-bottom: 22px;}
.section-pricelist .sub .sub-image span {display: block; position: relative; overflow: hidden; padding-bottom: 58%;}
.section-pricelist .sub .sub-image span img {display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center top; -webkit-transition: all 0.3s; transition: all 0.3s;}
.section-pricelist .sub .sub-heading .sub-title {display: block; margin: 0; font-size: 24px; font-weight: 600; text-transform: uppercase; padding-right: 30px;}
.section-pricelist .sub .sub-heading .sub-price {display: block; margin: 0; font-size: 38px; font-weight: 400; letter-spacing: -0.03em; position: relative;}
.section-pricelist .sub .sub-content {flex-grow: 1; display: flex; flex-direction: column;}
.section-pricelist .sub .sub-content-top {flex-grow: 1;}
/*.section-pricelist .sub .sub-image:hover img {opacity: 0.8; -webkit-transform: scale(1.05); transform: scale(1.05);}*/
.section-pricelist .sub .sub-action {padding-top: 10px;}
.section-pricelist .sub .sub-action .button {display: block; width: 100%; letter-spacing: 0.1em;}
.section-pricelist .sub.wide {flex-basis: 100%; width: 100%;}
.section-pricelist .sub.wide .sub-inner {padding: 40px; flex-direction: row;}
.section-pricelist .sub.wide .sub-image {flex-basis: 50%; width: 50%; padding-right: 40px; margin-bottom: 0;}
.section-pricelist .sub.wide .sub-image span {min-height: 100%;}
.section-pricelist .sub.wide .sub-content {display: block; flex-basis: 50%; width: 50%; border-left: 2px solid var(--text); padding-left: 37px;}
.section-pricelist .sub.wide .sub-heading {display: flex; justify-content: space-between; align-items: center; border-top: none; padding: 0; margin-top: -10px;}
.section-pricelist .sub.wide .sub-heading .sub-price {top: -4px;}
@media (max-width: 1800px) {
	.section-pricelist {padding: 30px 0 0;}
	.section-pricelist .h1 {margin-bottom: 30px;}
	.section-pricelist .categories {padding-bottom: 33px;}
	.section-pricelist .categories a {font-size: 26px; padding: 11px 23px;}
	.section-pricelist .cover {margin-bottom: 60px;}
	.section-pricelist .pricelist-title {padding: 12px 0;}
	.section-pricelist .pricelist-title .h4 {font-size: 26px;}
	.section-pricelist .pricelist {margin-bottom: 90px;}
	.section-pricelist .pricelist .price-heading .th {font-size: 13px; letter-spacing: 0.05em; padding: 30px 0;}
	.section-pricelist .pricelist .price .td {font-size: 20px; padding: 16px 20px 16px 0;}
	.section-pricelist .pricelist .price:nth-child(2) .td {padding-top: 30px;}
	.section-pricelist .pricelist .price .td .h5 {font-size: 20px;}
	.section-pricelist .pricelist .price .td.action .button {min-width: 120px;}
	.section-pricelist .columns {gap: 150px;}
	.section-pricelist .column .pricelist .price .td:last-child {width: 120px;}
	.section-pricelist .subs {margin: 17px -15px 0;}
	.section-pricelist .sub {padding: 15px;}
	.section-pricelist .sub .sub-inner {padding: 23px;}
	.section-pricelist .sub .sub-heading .sub-title {font-size: 19px; padding-right: 20px;}
	.section-pricelist .sub .sub-heading .sub-price {font-size: 30px;}
	.section-pricelist .sub .sub-image {margin-bottom: 17px;}
	.section-pricelist .sub.wide .sub-inner {padding: 30px;}
	.section-pricelist .sub.wide .sub-image {padding-right: 30px;}
	.section-pricelist .sub.wide .sub-content {padding-left: 28px;}
}
@media (max-width: 1500px) {
	.section-pricelist .columns {gap: 80px;}
}
@media (max-width: 1249px) {
	.section-pricelist .columns {gap: 0; flex-wrap: wrap;}
	.section-pricelist .column {flex-basis: 100%; width: 100%;}
	.section-pricelist .pricelist {margin-bottom: 50px;}
	.section-pricelist .pricelist .price .td.cat,
	.section-pricelist .pricelist .price .td.time,
	.section-pricelist .pricelist .price .td.value {width: 15%;}
	.section-pricelist .pricelist .price .td.action {width: 10%;}
	.section-pricelist .column .pricelist .price .td.cat,
	.section-pricelist .column .pricelist .price .td.time,
	.section-pricelist .column .pricelist .price .td.value {width: 15%;}
	.section-pricelist .column .pricelist .price .td.action {width: 10%;}
	.section-pricelist .sub {flex-basis: 100%; width: 100%;}
	.section-pricelist .sub .sub-inner {flex-direction: row; padding: 20px;}
	.section-pricelist .sub .sub-image {flex-basis: 50%; width: 50%; padding-right: 30px; margin-bottom: 0;}
	.section-pricelist .sub .sub-image span {min-height: 10px;}
	.section-pricelist .sub.wide .sub-image span {min-height: 10px;}
	.section-pricelist .sub .sub-content {flex-basis: 50%; width: 50%;}
	.section-pricelist .sub .sub-heading {border-top: none; padding: 0; margin-top: -3px;}
}
@media (max-width: 767px) {
	.section-pricelist .categories a {font-size: 18px; padding: 11px 20px;}
	.section-pricelist .cover {margin: 0 -24px 40px; padding-bottom: 49%;}
	.section-pricelist .pricelist-title {padding: 20px 0;}
	.section-pricelist .pricelist-title .h4 {font-size: 22px;}
	.section-pricelist .pricelist .price-heading {display: none;}
	.section-pricelist .pricelist {display: block;}
	.section-pricelist .pricelist .price {display: block; padding: 20px 0; line-height: 1.5;}
	.section-pricelist .pricelist .price .td:nth-child(n),
	.section-pricelist .column .pricelist .price .td:nth-child(n) {display: block; padding: 0; width: auto; font-size: 20px;}
	.section-pricelist .pricelist .price .td.cat {padding-bottom: 15px;}
	.section-pricelist .pricelist .price .td.title,
	.section-pricelist .pricelist .price .td.time,
	.section-pricelist .column .pricelist .price .td.title,
	.section-pricelist .column .pricelist .price .td.time {display: inline;}
	.section-pricelist .pricelist .price .td.time:before {content: '(';}
	.section-pricelist .pricelist .price .td.time:after {content: ')';}
	.section-pricelist .pricelist .price .td.title p,
	.section-pricelist .pricelist .price .td.time p,
	.section-pricelist .column .pricelist .price .td.title p,
	.section-pricelist .column .pricelist .price .td.title .h5,
	.section-pricelist .column .pricelist .price .td.time p {display: inline;}
	.section-pricelist .pricelist .price .td.value,
	.section-pricelist .column .pricelist .price .td.value {padding: 15px 0;}
	.section-pricelist .pricelist .price .td.action,
	.section-pricelist .column .pricelist .price .td.action {padding-top: 10px;}
	.section-pricelist .pricelist .price .td .h5 {font-size: 20px;}
	.section-pricelist .column .pricelist .price .td .h5 {font-size: 22px;}
	.section-pricelist .subs {display: block; margin-top: 10px;}
	.section-pricelist .sub {flex-basis: auto; width: auto;}
	.section-pricelist .sub .sub-inner {display: block; padding: 15px;}
	.section-pricelist .sub .sub-image {flex-basis: 100%; width: 100%; padding-right: 0; margin-bottom: 20px;}
	.section-pricelist .sub .sub-content {flex-basis: 100%; width: 100%;}
	.section-pricelist .sub .sub-heading .sub-price {text-align: left; font-size: 16px; letter-spacing: 0;}
	.section-pricelist .sub.wide {flex-basis: auto; width: auto;}
	.section-pricelist .sub.wide .sub-inner {background: var(--grey); flex-wrap: wrap; padding: 15px;}
	.section-pricelist .sub.wide .sub-image {padding-right: 0; flex-basis: 100%; width: 100%;}
	.section-pricelist .sub.wide .sub-content {padding: 30px 0 0; flex-basis: 100%; width: 100%; border: none;}
}
@media (max-width: 500px) {
	.section-pricelist {padding: 25px 0 0;}
}


/* --- Section: Contact --- */

.section-contact {padding: 40px 0 0;}
.section-contact .inner {display: flex;}
.section-contact .inner .heading {width: 48%; flex-basis: 48%; padding-right: 20px;}
.section-contact .inner .heading .h1 {margin: 0;}
.section-contact .form {width: 52%; flex-basis: 52%;}
.section-contact .form .form-columns {display: flex; flex-wrap: wrap; margin: 0 -10px;}
.section-contact .form .form-column {width: 50%; flex-basis: 50%; padding: 0 10px;}
.section-contact .form .form-submit {text-align: right; padding-top: 5px;}
@media (max-width: 1800px) {
	.section-contact {padding-top: 30px;}
	.section-contact .form .form-columns {margin: 0 -8px;}
	.section-contact .form .form-column {padding: 0 8px;}
}
@media (max-width: 991px) {
	.section-contact .inner {flex-wrap: wrap;}
	.section-contact .inner .heading {width: 100%; flex-basis: 100%; padding-right: 0;}
	.section-contact .form {width: 100%; flex-basis: 100%; padding-top: 40px;}
	.section-contact .form .form-column {width: 100%; flex-basis: 100%;}
}
@media (max-width: 767px) {
	.section-contact .h1 {margin-bottom: 25px;}
}
@media (max-width: 600px) {
	.section-contact .form .form-submit .button {width: 100%; display: block;}
}
@media (max-width: 500px) {
	.section-contact {padding-top: 25px;}
}


/* --- Section: Article --- */

.section-article {padding: 40px 0 30px;}
.section-article .heading {display: flex; justify-content: space-between; border-bottom: 2px solid var(--text); padding-bottom: 27px; margin-bottom: 40px;}
.section-article .heading .h1 {margin: 0; max-width: 50%;}
.section-article .image span {display: block; position: relative; overflow: hidden; padding-bottom: 43%;}
.section-article .image span img {display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center;}
.section-article .description {max-width: 800px; margin: 0 auto; padding: 18px 0;}
.section-article .description p {margin: 1.5em 0;}
.section-article .description h1 {font-size: 36px; margin: 0.8em 0;}
.section-article .description h2 {font-size: 32px; margin: 0.8em 0;}
.section-article .description h3 {font-size: 22px; margin: 0.3em 0;}
.section-article .description h4 {font-size: 20px; margin: 0.3em 0;}
.section-article .description h3 + p {margin-top: 0.7em;}
.section-article .description ul {margin: 1em 0;}
.section-article .description ul li {margin: 0.5em 0;}
.section-article .description ul li p {margin: 0;}
@media (max-width: 1800px) {
	.section-article {padding-top: 30px;}
	.section-article .heading {padding-bottom: 23px; margin-bottom: 32px;}
	.section-article .heading .date {font-size: 13px;}
	.section-article .description {max-width: 650px; font-size: 13px;}
	.section-article .description h1 {font-size: 30px;}
	.section-article .description h2 {font-size: 26px;}
	.section-article .description h3 {font-size: 18px;}
	.section-article .description h4 {font-size: 18px;}
}
@media (max-width: 991px) {
	.section-article .heading {flex-direction: column;}
	.section-article .heading .h1 {max-width: 100%; margin-bottom: 10px;}
	.section-article .heading .date {padding-top: 10px;}
}
@media (max-width: 767px) {
	.section-article .description {font-size: 14px;}
}
@media (max-width: 500px) {
	.section-article {padding: 25px 0 0;}
}


/* --- Breadcrumbs --- */

.section-breadcrumbs {overflow: hidden;}
.breadcrumbs {font-size: 16px; margin: 0; padding: 0; display: flex;}
.breadcrumbs li {list-style: none; display: block; margin: 0; padding: 0;}
.breadcrumbs li a {color: var(--text); text-decoration: none; margin-right: 46px; position: relative;}
.breadcrumbs li a:after {content: ''; background: var(--text); width: 24px; height: 1px; position: absolute; right: 0; top: 55%; margin: 0 -37px 0 0; opacity: 0.5;}
.breadcrumbs li p {margin: 0;}
.breadcrumbs li p span {opacity: 0.5;}
@media (max-width: 1800px) {
	.breadcrumbs {font-size: 13px;}
	.breadcrumbs li a {margin-right: 42px;}
	.breadcrumbs li a:after {margin-right: -33px; width: 20px; top: 50%;}
}
@media (max-width: 767px) {
	.breadcrumbs {font-size: 14px;}
}


/* --- Section: Breadcrumbs --- */

.section-breadcrumbs {padding: 40px 0;}
.section-breadcrumbs + .section {padding-top: 0;}
.section-breadcrumbs + .section-hero .image {margin-top: -67px;}
@media (max-width: 1800px) {
	.section-breadcrumbs {padding: 30px 0;}
	.section-breadcrumbs + .section-hero .image {margin-top: -53px;}
}
@media (max-width: 767px) {
	.section-breadcrumbs + .section-hero .image {margin-top: 0;}
}
@media (max-width: 500px) {
	.section-breadcrumbs {padding: 25px 0 30px;}
}


/* --- Section: Thanks --- */

.section-thanks {padding: 30px 0; text-align: center;}
.section-thanks .h2 {margin: 0 0 12px;}
.section-thanks .description {font-size: 20px; padding: 0 0 23px;}
.section-thanks .description p {margin: 0;}
.section-thanks .image span {display: block; position: relative; overflow: hidden; padding-bottom: 24.5%;}
.section-thanks .image span img {display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center;}
@media (max-width: 1800px) {
	.section-thanks .description {font-size: 17px;}
}
@media (max-width: 767px) {
	.section-thanks .h2 {font-size: 28px;}
	.section-thanks .h3 {font-size: 24px;}
	.section-thanks .h4 {font-size: 20px;}
	.section-thanks .image span {padding-bottom: 35%;}
}


/* --- Fullwidth datepicker --- */

.air-datepicker.fullwidth {--adp-width: 100%; --adp-font-size: 16px; --adp-font-family: 'Montserrat', serif; border-color: transparent; --adp-color: var(--text); --adp-border-color: transparent; --adp-border-radius: 0; --adp-nav-action-size: auto; --adp-border-color-inner: transparent; --adp-nav-height: 30px; --adp-cell-border-radius: 0; --adp-cell-background-color-hover: var(--grey); --adp-cell-background-color-selected: var(--text); --adp-cell-background-color-selected-hover: var(--text); --adp-day-cell-height: 50px; --adp-day-name-color: var(--text); --adp-day-name-color-hover: var(--text);}
.air-datepicker.fullwidth .air-datepicker--navigation {background: var(--grey); font-weight: 600;}
.air-datepicker.fullwidth .air-datepicker-nav {padding: 16px 28px;}
.air-datepicker.fullwidth .air-datepicker-nav--action {padding: 2px 10px; letter-spacing: 0.07em;}
.air-datepicker.fullwidth .air-datepicker-nav--action svg {display: none;}
.air-datepicker.fullwidth .air-datepicker-arrow-hint {text-transform: uppercase;}
.air-datepicker.fullwidth .air-datepicker-nav--title {font-weight: 700;}
.air-datepicker.fullwidth .air-datepicker-nav--title i {color: var(--text);}
.air-datepicker.fullwidth .air-datepicker-body--day-names {margin-bottom: 10px;}
.air-datepicker.fullwidth .air-datepicker-body--cells {font-size: 14px; letter-spacing: 0.05em;}
.air-datepicker.fullwidth .air-datepicker-cell.-selected- {font-weight: 600;}
.air-datepicker.fullwidth .air-datepicker-cell.-current- {color: var(--text);}
.air-datepicker.fullwidth .air-datepicker-cell.-current-.-selected- {color: #fff;}
@media (max-width: 1800px) {
	.air-datepicker.fullwidth {--adp-font-size: 13px; --adp-nav-height: 20px; --adp-day-cell-height: 38px;}
	.air-datepicker.fullwidth .air-datepicker-nav {padding: 11px 18px;}
	.air-datepicker.fullwidth .air-datepicker-body--cells {font-size: 12px;}
}
@media (max-width: 1249px) {
	.air-datepicker.fullwidth .air-datepicker-nav {padding: 11px;}
	.air-datepicker.fullwidth .air-datepicker-nav--action {padding: 0; letter-spacing: 0.01em;}
	.air-datepicker.fullwidth .air-datepicker-nav--action svg {display: block; position: relative; top: -1px;}
	.air-datepicker.fullwidth .air-datepicker-arrow-hint {display: none;}
}


/* --- Order timepicker --- */

.order-timepicker {display: flex; flex-wrap: wrap;}
.order-timepicker-cell {width: 14.285%; flex-basis: 14.285%;}
.order-timepicker-cell [type="radio"] {display: block; line-height: 1.3; margin: 0; width: 15px; height: 15px; position: absolute; opacity: 0;}
.order-timepicker-cell [type="radio"] + label {display: block; cursor: pointer; position: relative; padding: 13px 0; margin: 0; color: var(--text); font-weight: 400; font-size: 14px; text-align: center; letter-spacing: 0.05em;}
.order-timepicker-cell [type="radio"] + label:hover {background: var(--grey);}
.order-timepicker-cell [type="radio"]:checked + label {background: var(--text); color: #fff; font-weight: 600;}
@media (max-width: 1800px) {
	.order-timepicker-cell [type="radio"] + label {font-size: 12px; padding: 8px 0;}
}
@media (max-width: 600px) {
	.order-timepicker-cell {width: 25%; flex-basis: 25%;}
}


/* --- Product item --- */

.product-item .product-inner {display: block; display: flex; border: 1px solid var(--grey2); padding: 7px;}
.product-item .product-image {width: 120px; min-width: 120px; flex-basis: 120px; display: block; text-decoration: none; color: var(--text);}
.product-item .product-image span {display: block; position: relative; padding-bottom: 116%; overflow: hidden;}
.product-item .product-image img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center;}
.product-item .product-image:hover img {opacity: 0.8; -webkit-transform: scale(1.05); transform: scale(1.05);}
.product-item .product-info {flex-grow: 1; padding-left: 23px; display: flex; flex-direction: column; justify-content: space-between;}
.product-item .product-info .product-details {padding-bottom: 20px; display: block;}
.product-item .product-info .product-title {display: block; text-decoration: none; color: var(--text); font-weight: 700;}
.product-item .product-info .product-title span {position: relative;}
.product-item .product-info .product-title span:after {content: ''; display: block; position: absolute; bottom: -1px; width: 0; height: 1px; background: var(--text); left: 50%; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0;}
.product-item .product-info .product-title:hover span:after {left: 0; width: 100%; opacity: 1;}
.product-item .product-info .product-amount .input-amount {display: flex; max-width: 50px;}
.product-item .product-info .product-amount .input-amount input {height: 32px; background: none; border: none; text-align: center; padding: 0 15px; flex-grow: 1; width: 50px;}
.product-item .product-info .product-amount .input-amount button {-moz-appearance: none; -webkit-appearance: none; appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; line-height: 1; display: block; cursor: pointer; outline: none; position: relative; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; text-align: center; overflow: hidden; text-overflow: ellipsis; max-width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding: 0; font-style: normal; color: var(--text); background: none; border: 1px solid var(--grey2); border-radius: 0; flex-basis: 32px; min-width: 32px; width: 32px; height: 32px; text-decoration: none;}
.product-item .product-info .product-amount .input-amount button:hover {background: var(--grey);}
.product-item .product-info .product-amount .input-amount button:active {background: var(--grey2); -webkit-transition: all 0s; transition: all 0s;}
.product-item .product-info .product-amount .input-amount button svg {display: block; width: 100%; height: 100%;}
@media (max-width: 1800px) {
	.product-item .product-inner {padding: 5px;}
	.product-item .product-image {width: 95px; min-width: 95px; flex-basis: 95px;}
	.product-item .product-info {padding-left: 20px;}
	.product-item .product-info .product-details {padding-bottom: 15px; font-size: 13px;}
	.product-item .product-info .product-amount .input-amount {max-width: 40px;}
	.product-item .product-info .product-amount .input-amount input {height: 26px; padding: 0 10px; width: 38px;}
	.product-item .product-info .product-amount .input-amount button {flex-basis: 26px; min-width: 26px; width: 26px; height: 26px;}
	.product-item .product-info .product-amount .input-amount button:hover {background: var(--grey);}
	.product-item .product-info .product-amount .input-amount button:active {background: var(--grey2); -webkit-transition: all 0s; transition: all 0s;}
	.product-item .product-info .product-amount .input-amount button svg {display: block; width: 100%; height: 100%;}
}


/* --- Section: Order --- */

.section-order {padding: 40px 0;}
.section-order .main-image {position: relative; text-align: center;}
.section-order .main-image img {display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center;}
.section-order .main-image .h2 {position: relative; z-index: 2; margin: 0; color: #fff; padding: 130px 0;}
.section-order .order-categories-wrapper {max-width: 920px; margin: 0 auto; padding: 45px 0 60px;}
.section-order .order-checkout-wrapper {max-width: 1420px; margin: 0 auto; padding: 45px 0 60px;}
.section-order .order-categories {display: flex; flex-wrap: wrap; justify-content: center; gap: 40px;}
.section-order .order-category {flex-basis: calc(50% - 20px); width: calc(50% - 20px); display: flex; flex-direction: column; position: relative;}
.section-order .order-category input {display: block; margin: 0; width: 32px; height: 32px; position: absolute; opacity: 0; top: 12px; right: 12px;}
.section-order .order-category .item-inner {color: var(--text); text-decoration: none; flex: 1 0 auto; border: 2px solid var(--text); position: relative; text-align: center; cursor: pointer;}
.section-order .order-category .item-inner:after {content: ''; display: block; background: #fff; position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; z-index: 2;}
.section-order .order-category .item-image {display: block; margin: -2px; background: #000; position: relative;}
.section-order .order-category .item-image span {display: block; position: relative; padding-bottom: 100%; overflow: hidden;}
.section-order .order-category .item-image span img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center;}
.section-order .order-category .item-image:hover img {opacity: 0.8; -webkit-transform: scale(1.05); transform: scale(1.05);}
.section-order .order-category input:checked ~ .item-inner:after {background-color: var(--text); background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.33333 8L11 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 17px 11px;}
.section-order .order-category input:checked ~ .item-inner .item-image img {opacity: 0.8; -webkit-transform: scale(1.05); transform: scale(1.05);}
.section-order .order-category input:checked ~ .item-inner .item-image:after {content: ''; border: 2px solid var(--text); border-bottom: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block;}
.section-order .order-category input.error ~ .item-inner {border-color: #E92434;}
.section-order .order-category .h4 {margin: 0; border-top: none; padding: 41px 20px 39px;}
.section-order .order-category-list {padding: 55px 0 20px;}
.section-order .order-category-list .h3 {margin: 0 0 20px;}
.section-order .order-category-items {display: flex; flex-wrap: wrap; margin: 0 -12px; padding: 10px 0 10px;}
.section-order .order-category-items + label.error {top: -20px;}
.section-order .order-category-item {flex-basis: 33.33%; width: 33.33%; text-align: left;}
.section-order .order-category-load-button {flex-basis: 100%; width: 100%; text-align: center; padding-top: 35px;}
.section-order .order-category-load-button .button {min-width: calc(33.33% - 24px);}
.section-order .steps {position: relative;}
.section-order .order-category .item-inner.awaiting {color: var(--text) !important;}
.section-order .treatments-columns {display: flex; text-align: left; margin: 0 auto; padding: 10px 0;}
.section-order .treatments-column:first-child {flex-basis: 72%; width: 72%; padding-right: 80px;}
.section-order .treatments-column:last-child {flex-basis: 28%; width: 28%; padding-top: 40px;}
.section-order .order-columns {display: flex; text-align: left; margin: 0 auto;}
.section-order .order-column:first-child {flex-basis: 69%; width: 69%; padding-right: 155px;}
.section-order .order-column:last-child {flex-basis: 31%; width: 31%;}
.section-order .order-subtitle {margin: 0 0 20px; font-size: 24px; font-weight: 600;}
.section-order .air-datepicker {margin-bottom: 55px;}
.section-order .air-datepicker + label.error {top: -50px;}
.section-order .order-summary {padding: 0 0 13px; margin-bottom: 33px; border-bottom: 1px solid var(--grey2);}
.section-order .order-summary .summary-line {margin-bottom: 15px;}
.section-order .order-summary .summary-title {margin: 0 0 3px; font-size: 20px; line-height: 1.3;}
.section-order .order-summary .summary-details {margin: 0; display: flex; justify-content: space-between; gap: 20px;}
.section-order .order-summary .summary-details span {display: block;}
.section-order .order-summary .summary-details strong {display: block;}
.section-order .order-masters {margin-bottom: 40px;}
.section-order .order-masters .master-check {margin-bottom: 15px; display: flex; padding: 8px; align-items: center; position: relative; overflow: hidden;}
.section-order .order-masters .master-check .master-photo {width: 120px; min-width: 120px; background: var(--grey);}
.section-order .order-masters .master-check .master-photo span {display: block; position: relative; padding-bottom: 116%; overflow: hidden;}
.section-order .order-masters .master-check .master-photo img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center;}
.section-order .order-masters .master-check .master-details {padding-left: 23px;}
.section-order .order-masters .master-check .master-details .master-role {margin: 0 0 6px; font-weight: 600; font-size: 16px; line-height: 1.15; letter-spacing: 0.07em; text-transform: uppercase;}
.section-order .order-masters .master-check .master-details .master-name {margin: 0; font-size: 40px; line-height: 1.1; letter-spacing: -0.05em; overflow: hidden; text-overflow: ellipsis;}
.section-order .order-masters .master-check .master-details .master-optional {margin: 0; font-size: 22px; line-height: 1.5;}
.section-order .order-masters .master-check [type="radio"] {display: block; line-height: 1.3; margin: 0; width: 0; height: 0; position: absolute; opacity: 0;}
.section-order .order-masters .master-check [type="radio"] + label {display: block; cursor: pointer; position: absolute;  top: 0; left: 0; width: 100%; height: 100%; border: 2px solid var(--grey2); -webkit-transition: all 0.3s; transition: all 0.3s;}
.section-order .order-masters .master-check [type="radio"] + label:before {content: ''; display: block; position: absolute; top: 6px; right: 6px; padding: 14px; margin: 0; border: 2px solid var(--grey2); -webkit-transition: all 0.3s; transition: all 0.3s;}
.section-order .order-masters .master-check [type="radio"] + label:after {content: ''; opacity: 0; -webkit-transition: all 0.3s; transition: all 0.3s; padding: 14px; border: 2px solid transparent; display: block; position: absolute; top: 6px; right: 6px; background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.33333 8L11 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 17px 11px;}
.section-order .order-masters .master-check [type="radio"]:hover + label {border-color: var(--text);}
.section-order .order-masters .master-check [type="radio"]:checked + label {border-color: var(--text);}
.section-order .order-masters .master-check [type="radio"]:checked + label:before {border-color: var(--text); background: var(--text);}
.section-order .order-masters .master-check [type="radio"]:checked + label:before {border-color: var(--text); background: var(--text);}
.section-order .order-masters .master-check [type="radio"]:checked + label:after {opacity: 1;}
.section-order .order-masters .master-check [type="radio"].error + label {border-color: #ff1744;}
.section-order .order-masters + label.error {top: -30px;}
.section-order .order-next-submit {padding-top: 30px; max-width: 1400px; margin: 0 auto;}
.section-order .form {padding-bottom: 30px;}
.section-order .form .form-columns {display: flex; flex-wrap: wrap; margin: 0 -10px;}
.section-order .form .form-column {width: 50%; flex-basis: 50%; padding: 0 10px;}
.section-order .form .form-submit {text-align: right; padding-top: 5px;}
.section-order .order-checkout-fixed {position: sticky; top: 140px; overflow: hidden; padding-bottom: 20px;}
.section-order .order-checkout {padding: 30px; margin-bottom: 33px; background: var(--grey);}
.section-order .order-checkout .checkout-line {margin-bottom: 20px;}
.section-order .order-checkout .checkout-title {margin: 0 0 3px; font-size: 20px; line-height: 1.3;}
.section-order .order-checkout .checkout-details {margin: 0; display: flex; justify-content: space-between; gap: 20px; align-items: center;}
.section-order .order-checkout .checkout-details span {display: block;}
.section-order .order-checkout .checkout-details strong {display: block;}
.section-order .order-checkout .checkout-details strong i {font-style: normal;}
.section-order .order-checkout .checkout-date .checkout-details span {font-weight: 600; letter-spacing: 0.1em;}
.section-order .checkout-total {display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--grey2); margin-top: 24px; padding: 25px 0 0; align-items: center;}
.section-order .checkout-total span {display: block; text-transform: uppercase; font-weight: 600; font-size: 16px; line-height: 1.15; letter-spacing: 0.07em;}
.section-order .checkout-total strong {display: block}
.section-order .checkout-total strong i {font-style: normal;}
.section-order .checkout-submit {text-align: center; padding-top: 45px;}
.section-order .checkout-submit .button {display: block; width: 100%;}
.section-order .checkout-submit .link-add {display: inline-block; text-transform: uppercase; font-weight: 600; font-size: 16px; line-height: 1.15; letter-spacing: 0.07em; color: var(--text); text-decoration: none; margin-top: 20px;}
.section-order .checkout-submit .link-add span {display: block; padding: 5px 0; letter-spacing: 0.08em; position: relative; white-space: nowrap;}
.section-order .checkout-submit .link-add span:after {content: ''; display: block; position: absolute; bottom: 0; width: 0; height: 1px; background: var(--text); left: 50%; -webkit-transition: all 0.3s; transition: all 0.3s; opacity: 0;}
.section-order .checkout-submit .link-add:hover span:after {left: 0; width: 100%; opacity: 1;}
.section-order form .order-payment-method label {display: block; padding: 0 0 0 45px; margin: 9px 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.section-order form .order-payment-method label:before {top: 50%; margin-top: -13px;}
.section-order form .order-payment-method label:after {top: 50%; margin-top: -8px;}
.section-order form .order-payment-method .order-payment-label {display: flex; align-items: center; font-size: 13px; border: 1px solid var(--grey2); width: 100%; padding: 10px;}
.section-order form .order-payment-method .order-payment-label img {width: 32px; height: 32px; object-fit: cover; object-position: center center;}
.section-order form .order-payment-method .order-payment-label-inner {line-height: 1.45; padding-left: 12px;}
.section-order form .order-payment-method .order-payment-label strong {display: block; font-size: 16px; padding-bottom: 3px;}
.section-order form .order-payment-method .form-radio:checked + label .order-payment-label {border-color: var(--text);}
.section-order form .order-payment-method .form-radio.error + label .order-payment-label {border-color: #ff1744;}
.section-order form .order-payment-methods + label.error {margin-left: 45px;}
.section-order .order-add-items {display: flex; flex-wrap: wrap; margin: -8px;}
.section-order .order-add-item {width: 50%; flex-basis: 50%; padding: 8px;}
.section-order .order-timepicker {margin-bottom: 50px;}
.section-order .order-timepicker + label.error {top: -40px;}
.section-order .thanks-heading {text-align: center; font-size: 20px;}
.section-order .thanks-heading .h2 {margin: 0.1em 0;}
.section-order .thanks-heading .h4 {margin: 0.1em 0; letter-spacing: -0.03em;}
.section-order .thanks-heading p {margin: 0.7em 0;}
.section-order .thanks-columns {display: flex; margin-top: 45px;}
.section-order .thanks-column {flex-basis: 72%; width: 72%;}
.section-order .thanks-column:last-child {flex-basis: 28%; width: 28%; padding-left: 30px;}
.section-order .thanks-column .images {display: flex; margin: 0 -15px;}
.section-order .thanks-column .image {flex-basis: 50%; width: 50%; position: relative; overflow: hidden; padding: 0 15px;}
.section-order .thanks-column .image picture {display: block; position: relative; padding-bottom: 138%; overflow: hidden; background: var(--grey);}
.section-order .thanks-column .image picture img {display: block; width: 100%; height: 100%; -webkit-transition: all 0.3s; transition: all 0.3s; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center;}
.section-order .thanks-column .image span {position: absolute; top: 20px; right: 50px; left: 50px; text-align: right; font-size: 40px; letter-spacing: -0.05em; line-height: 1.2;}
.section-order .thanks-total {display: flex; flex-direction: column; justify-content: space-between; min-height: 100%;}
.section-order .thanks-total .order-checkout {margin-bottom: 30px;}
.section-order .thanks-total .order-checkout:last-child {margin-bottom: 0;}
.section-order .thanks-total .order-masters {margin-bottom: 30px;}
.section-order .thanks-total .order-masters .master-check:after {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 2px solid var(--text);}
.section-order .thanks-total .checkout-total {padding-bottom: 0;}
@media (max-width: 1800px) {
	.section-order {padding: 30px 0;}
	.section-order .image .h2 {padding: 100px 0;}
	.section-order .order-categories-wrapper {max-width: 760px; padding-bottom: 40px;}
	.section-order .order-checkout-wrapper {max-width: 1120px; padding-top: 20px;}
	.section-order .order-categories {gap: 34px;}
	.section-order .order-category {flex-basis: calc(50% - 17px); width: calc(50% - 17px);}
	.section-order .order-category .h4 {font-size: 26px; padding: 32px 15px 30px;}
	.section-order .order-category input {width: 26px; height: 26px; top: 10px; right: 10px;}
	.section-order .order-category .item-inner:after {top: 8px; right: 8px; width: 26px; height: 26px;}
	.section-order .order-category input:checked ~ .item-inner:after {background-size: 14px 8px;}
	.section-order .order-category-items {margin: 0 -10px;}
	.section-order .form .form-columns {margin: 0 -8px;}
	.section-order .form .form-column {padding: 0 8px;}
	.section-order .treatments-columns {padding: 30px 0;}
	.section-order .treatments-column:first-child {flex-basis: 71%; width: 71%; padding-right: 65px;}
	.section-order .treatments-column:last-child {flex-basis: 29%; width: 29%;}
	.section-order .order-column:first-child {flex-basis: 71%; width: 71%; padding-right: 65px;}
	.section-order .order-column:last-child {flex-basis: 29%; width: 29%;}
	.section-order .order-subtitle {margin: 0 0 15px; font-size: 19px;}
	.section-order .air-datepicker {margin-bottom: 45px;}
	.section-order .order-summary {font-size: 13px; padding: 0 0 8px; margin-bottom: 27px;}
	.section-order .order-summary .summary-title {margin: 0 0 3px; font-size: 16px;}
	.section-order .order-masters .master-check {margin-bottom: 12px; padding: 7px;}
	.section-order .order-masters .master-check .master-photo {width: 95px; min-width: 95px;}
	.section-order .order-masters .master-check .master-details {padding-left: 18px;}
	.section-order .order-masters .master-check .master-details .master-role {margin: 0 0 6px; font-size: 13px;}
	.section-order .order-masters .master-check .master-details .master-name {font-size: 32px;}
	.section-order .order-masters .master-check .master-details .master-optional {font-size: 18px;}
	.section-order .order-masters .master-check [type="radio"] + label {border-width: 1.5px;}
	.section-order .order-masters .master-check [type="radio"] + label:before {top: 6px; right: 6px; padding: 11px; border-width: 1.5px;}
	.section-order .order-masters .master-check [type="radio"] + label:after {padding: 11px; border-width: 1.5px; top: 6px; right: 6px; background-size: 14px 8px;}
	.section-order .order-next-submit {padding-top: 23px;}
	.section-order .order-checkout {padding: 25px; margin-bottom: 27px;}
	.section-order .order-checkout .checkout-line {margin-bottom: 12px;}
	.section-order .order-checkout .checkout-title {margin: 0 0 2px; font-size: 16px;}
	.section-order .order-checkout .checkout-details {font-size: 13px; gap: 15px;}
	.section-order .checkout-total {gap: 15px; margin-top: 18px; padding: 18px 0 0;}
	.section-order .checkout-total span {font-size: 13px;}
	.section-order .checkout-total strong {font-size: 13px;}
	.section-order .checkout-submit {padding: 25px 0 12px;}
	.section-order .checkout-submit .link-add {font-size: 13px; letter-spacing: 0.03em; margin-top: 15px;}
	.section-order .checkout-submit .link-add span {display: block; padding: 5px 0; letter-spacing: 0.08em;}
	.section-order .form {padding-bottom: 20px;}
	.section-order form .order-payment-method label {padding-left: 37px; margin: 7px 0;}
	.section-order form .order-payment-method label:before {margin-top: -10px;}
	.section-order form .order-payment-method label:after {margin-top: -6px;}
	.section-order form .order-payment-method .order-payment-label {font-size: 12px; padding: 7px 9px;}
	.section-order form .order-payment-method .order-payment-label img {width: 26px; height: 26px;}
	.section-order form .order-payment-method .order-payment-label-inner {padding-left: 10px; font-size: 11px;}
	.section-order form .order-payment-method .order-payment-label strong {font-size: 14px; padding-bottom: 2px;}
	.section-order form .order-payment-method .form-radio:checked + label .order-payment-label {border-color: var(--text);}
	.section-order .order-add-items {margin: -6px;}
	.section-order .order-add-item {padding: 6px;}
	.section-order .thanks-columns {margin-top: 35px;}
	.section-order .thanks-column:last-child {padding-left: 24px;}
	.section-order .thanks-column .images {margin: 0 -12px;}
	.section-order .thanks-column .image {padding: 0 12px;}
	.section-order .thanks-column .image span {font-size: 28px; top: 15px; right: 40px;}
	.section-order .thanks-heading {font-size: 16px;}
	.section-order .thanks-heading .h4 {font-size: 26px;}
}
@media (max-width: 1249px) {
	.section-order .order-category-item {flex-basis: 33.33%; width: 33.33%;}
	.section-order .treatments-columns {flex-wrap: wrap;}
	.section-order .treatments-column:first-child {flex-basis: 100%; width: 100%; padding-right: 0;}
	.section-order .treatments-column:last-child {flex-basis: 100%; width: 100%; padding-top: 55px;}
	.section-order .order-columns {flex-wrap: wrap;}
	.section-order .order-column:first-child {flex-basis: 100%; width: 100%; padding-right: 0;}
	.section-order .order-column:last-child {flex-basis: 100%; width: 100%; padding-top: 55px;}
	.section-order .thanks-columns {flex-wrap: wrap; position: relative;}
	.section-order .thanks-column:nth-child(1) {flex-basis: 60%; width: 60%;}
	.section-order .thanks-column:nth-child(2) {flex-basis: 40%; width: 40%;}
	.section-order .thanks-column .images {flex-direction: column;}
	.section-order .thanks-column .image {flex-basis: 100%; width: 100%; margin-bottom: 25px;}
	.section-order .thanks-column .image picture {padding-bottom: 80%;}
	.section-order .thanks-column .image span {font-size: 21px;}
}
@media (max-width: 991px) {
	.section-order .order-category {width: 300px;}
	.section-order .order-category .h4 {font-size: 22px;}
	.section-order .form .form-column {width: 100%; flex-basis: 100%;}
}
@media (max-width: 767px) {
	.section-order {padding: 20px 0;}
	.section-order .order-categories-wrapper {padding: 0 0 20px;}
	.section-order .order-checkout-wrapper {padding: 0;}
	.section-order .treatments-columns {padding: 0;}
	.section-order .treatments-columns .h3 {font-size: 26px; margin: 0.2em 0 0.4em;}
	.section-order .treatments-column:last-child {padding-top: 0;}
	.section-order .main-image {background: var(--text); display: none;}
	.section-order .main-image img {opacity: 0.5;}
	.section-order .main-image .h2 {font-size: 30px; padding: 30px 0;}
	.section-order .steps {min-height: calc(100vh - 270px); display: flex; flex-direction: column; justify-content: center;}
	.section-order .order-category-list {padding: 20px 0;}
	.section-order .order-category-list .h3 {font-size: 24px; margin-bottom: 10px;}
	.section-order .order-category-items {margin: 0 -8px; padding-bottom: 0;}
	.section-order .order-category-items + label.error {top: -5px;}
	.section-order .order-category-item {flex-basis: 50%; width: 50%;}
	.section-order .order-masters {margin-bottom: 20px;}
	.section-order .order-masters .master-check .master-details .master-role {font-size: 12px;}
	.section-order .order-masters .master-check .master-details .master-name {font-size: 26px;}
	.section-order .order-masters .master-check .master-details .master-optional {font-size: 16px;}
	.section-order .order-masters + label.error {top: -15px;}
	.section-order .order-next-submit {padding-top: 20px;}
	.section-order .order-add-item {width: 100%; flex-basis: 100%;}
	.section-order .order-checkout-fixed {padding-bottom: 0;}
	.section-order .order-column:last-child {padding-top: 15px;}
	.section-order .order-checkout:last-child {margin-bottom: 15px;}
	.section-order .thanks-columns {margin-top: 28px;    }
	.section-order .thanks-column:nth-child(1) {flex-basis: 100%; width: 100%;}
	.section-order .thanks-column:nth-child(2) {flex-basis: 100%; width: 100%;}
	.section-order .thanks-column:last-child {padding-left: 0;}
	.section-order .thanks-column .image picture {padding-bottom: 110%;}
	.section-order .thanks-column .image span {font-size: 18px;}
	.section-order .thanks-heading .h2 {font-size: 33px;}
	.section-order .thanks-heading .h4 {font-size: 21px;}
	.section-order .thanks-heading p {margin: 0.5em 0;}
}
@media (max-width: 600px) {
	.section-order .order-categories {flex-direction: column; gap: 20px;}
	.section-order .order-category {width: 100%; flex-basis: 100%;}
	.section-order .order-category .h4 {font-size: 21px; padding: 20px 10px;}
	.section-order .form {padding-bottom: 10px;}
	.section-order .form .form-submit .button {width: 100%; display: block;}
	.section-order .order-next-submit .button {width: 100%; display: block;}
}


/* --- Order steps visibility --- */

.section-order .step {display: none;}
.section-order .step[data-order-step-active] {display: block;}


/* --- Cookies --- */

.cookies-welcome {display: none; padding: 60px 0; background: #fff; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; box-shadow: -1px -1px 22px 0px rgba(0,0,0,0.51);}
.cookies-welcome-buttons {display: flex; gap: 16px;}
.cookies-welcome-buttons .button {min-width: 270px;}
.cookies-modal-wrap {display: none; background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; z-index: 999; justify-content: center; align-items: center; bottom: 0; left: 0; right: 0;}
.cookies-modal {content: ''; position: absolute;  background: #fff; padding: 40px; max-width: 700px;  overflow: auto; max-height: 90vh; border-radius: 12px;}
.cookies-modal::-webkit-scrollbar {width: 10px;}
.cookies-modal::-webkit-scrollbar-thumb {background: var(--text);}
.cookies-modal::-webkit-scrollbar-thumb:hover {background: #333;}
.cookies-modal::-webkit-scrollbar-track {background: var(--grey);}
.cookies-modal-p {padding: 16px 0;}
.cookies-modal-title {margin: 0; position: relative; padding: 0 0 24px;}
.cookies-modal-title::after {content: ''; width: 74px; height: 2px;  position: absolute; left: 0; bottom: 0; background: var(--text);}
.cookies-modal-subtitle {margin: 0; padding: 12px 20px 12px 0;}
.cookies-modal-buttons {display: flex; gap: 16px;}
.cookies-modal-buttons .button {width: calc(33.33% - 10px); flex-basis: calc(33.33% - 10px);}
.cookies-checkboxes ul {list-style: none; padding: 0; margin: 0;}
.cookies-checkboxes ul li {border-bottom: 1px solid #eae8e1; margin-bottom: 16px; padding-bottom: 16px; cursor: pointer;}
.cookies-checkbox {display: flex; align-items: center; justify-content: space-between;}
.cookies-checkbox-right {display: flex; align-items: center; gap: 16px;}
.cookies-checkbox__switch {width: 40px; height: 24px; border-radius: 12px; background: var(--grey2); flex-shrink: 0; cursor: pointer; position: relative;}
.cookies-checkbox__switch::after {position: absolute; display: block; content: ''; left: 2px; top: 2px; width: 20px; height: 20px; border-radius: 50%; background-color: #fff;}
.cookies-checkbox__always-active .cookies-checkbox__switch {background: var(--text);}
.cookies-checkbox__always-active .cookies-checkbox__switch::after{ left: auto; right: 2px;}
.cookies-checkbox__switch.active {background: var(--text);}
.cookies-checkbox.active svg {transform: rotate(180deg);}
.cookies-checkbox__switch.active::after {left: auto; right: 2px;}
.cookies-checkbox-item__content {height: 0; visibility: hidden; font-size: 14px;} 
.cookies-checkbox-item__content.active {height: auto; visibility: visible; padding: 0 0 12px;}
@media (max-width: 991px) {
	.cookies-welcome-buttons .button {min-width: 150px;}
}
@media(max-width: 767px) {
	.cookies-welcome {padding: 35px 0;}
	.cookies-modal {padding: 20px; max-height: none; max-width: none; width: 100%; height: 100%; border-radius: 0;}
	.cookies-modal-buttons {flex-direction: column;}
	.cookies-modal-buttons .button {width: 100%; flex-basis: 100%;}
	.cookies-modal-subtitle {font-size: 21px;}
	.cookies-checkbox-right {gap: 10px;}
	.cookies-checkbox-item__content {font-size: 13px;}
}
@media(max-width: 600px) {
	.cookies-welcome-buttons {flex-direction: column;}
	.cookies-welcome-buttons .button {min-width: 10px;}
	.cookies-modal-p {padding: 12px 0;}
}


/* --- Error 404 --- */

.section-error-404 {padding: 60px 0; text-align: center;}
.section-error-404 .wrapper {max-width: 500px;}
.section-error-404 .h1 {font-size: 180px; line-height: 1; margin: 0 0 30px;}
.section-error-404 p strong {font-size: 120%;}
.section-error-404 .actions {padding-top: 30px;}
@media(max-width: 767px) {
	.section-error-404 .h1 {font-size: 120px;}
}


/* --- Pay klarna --- */

.section-pay-klarna {padding: 60px 0 130px;}
.section-pay-klarna .inner {display: flex;}
.section-pay-klarna .left {flex-basis: 50%; width: 50%; padding-right: 20px;}
.section-pay-klarna .left .h2 {margin: 0; line-height: 1.2;}
.section-pay-klarna .left-inner {background: #F4F4EC; max-width: 380px; padding: 38px 45px 38px 38px; margin: 50px 0 0 auto;}
.section-pay-klarna .left-inner .left-text {margin: 0; font-weight: 700; font-size: 32px; text-transform: uppercase; line-height: 1.1;}
.section-pay-klarna .left-inner .left-text span {background: #33D7A2; padding: 0 3px;}
.section-pay-klarna .left-inner .image {max-width: 210px; margin: 90px 0 0 auto;}
.section-pay-klarna .left-inner .image img {display: block; width: 100%; height: auto;}
.section-pay-klarna .right {flex-basis: 50%; width: 50%; padding-left: 20px;}
.section-pay-klarna .right-inner {background: #e9b8c6; padding: 40px 65px 50px 40px; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.section-pay-klarna .right-inner .h2 {margin: 0; line-height: 1.2; font-weight: 700;}
.section-pay-klarna .right-inner .image {max-width: 270px; margin: 30px 0 0 auto;}
.section-pay-klarna .right-inner .image img {display: block; width: 100%; height: auto;}
@media (max-width: 1800px) {
	.section-pay-klarna {padding: 50px 0 100px;}
	.section-pay-klarna .left {padding-right: 15px;}
	.section-pay-klarna .left-inner {max-width: 320px; padding: 35px 40px 35px 35px; margin-top: 40px;}
	.section-pay-klarna .left-inner .left-text {font-size: 26px;}
	.section-pay-klarna .left-inner .left-text span {padding: 0 2px;}
	.section-pay-klarna .left-inner .image {max-width: 190px; margin-top: 70px;}
	.section-pay-klarna .right {padding-left: 15px;}
	.section-pay-klarna .right-inner {padding: 37px 60px 45px 36px;}
	.section-pay-klarna .right-inner .image {max-width: 210px;}
}
@media(max-width: 991px) {
	.section-pay-klarna {padding: 50px 0;}
	.section-pay-klarna .inner {flex-wrap: wrap;}
	.section-pay-klarna .left {flex-basis: 100%; width: 100%; padding-right: 0;}
	.section-pay-klarna .left-inner {max-width: 100%;}
	.section-pay-klarna .left-inner .left-text br {display: none;}
	.section-pay-klarna .right {flex-basis: 100%; width: 100%; padding-left: 0;}
	.section-pay-klarna .right-inner {margin-top: 0;}
}
@media(max-width: 767px) {
	.section-pay-klarna {padding: 40px 0 50px;}
	.section-pay-klarna .left-inner {padding: 25px;}
	.section-pay-klarna .left-inner .image {max-width: 150px;}
	.section-pay-klarna .right-inner {padding: 25px;}
	.section-pay-klarna .right-inner .h2 {font-size: 34px;}
	.section-pay-klarna .right-inner .image {max-width: 140px; margin-top: 50px;}
}


/* --- Order subscription --- */

.order-subscription-items {display: flex; flex-wrap: wrap; margin: 20px -12px 0;}
.order-subscription-item {padding: 12px; flex-basis: 33.33%; width: 33.33%;}
.order-subscription-item .sub-inner {padding: 15px; border: 2px solid var(--text); height: 100%; display: flex; flex-direction: column; position: relative;}
.order-subscription-item .sub-image {display: block; margin-bottom: 12px;}
.order-subscription-item .sub-image span {display: block; position: relative; overflow: hidden; padding-bottom: 65%;}
.order-subscription-item .sub-image span img {display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-position: center center; -webkit-transition: all 0.3s; transition: all 0.3s;}
.order-subscription-item .sub-heading .sub-title {display: block; margin: 0; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;}
.order-subscription-item .sub-heading .sub-price {display: block; margin: 8px 0 3px; font-size: 24px; font-weight: 400; letter-spacing: -0.03em; position: relative;}
.order-subscription-item .sub-content {flex-grow: 1; display: flex; flex-direction: column;}
.order-subscription-item .sub-content-top {flex-grow: 1;}
.order-subscription-item .subscription-text ul {columns: auto;}
.order-subscription-item .subscription-text p {margin: 0.6em 0;}
.order-subscription-item input {display: block; margin: 0; width: 32px; height: 32px; position: absolute; opacity: 0; top: 24px; right: 24px;}
.order-subscription-item .sub-label {display: block; margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; cursor: pointer; border: 2px solid transparent;}
.order-subscription-item .sub-label:after {content: ''; display: block; background: #fff; position: absolute; top: 22px; right: 22px; width: 32px; height: 32px;}
.order-subscription-item input:checked ~ .sub-label:after {background-color: var(--text); background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.33333 8L11 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 17px 11px;}
.order-subscription-item input.error ~ .sub-label {border-color: #E92434;}
.order-subscription-item.wide {flex-basis: 100%; width: 100%;}
.order-subscription-item.wide .sub-inner {padding: 15px; flex-direction: row; border: none; background: var(--grey);}
.order-subscription-item.wide .sub-image {flex-basis: 50%; width: 50%; padding-right: 23px; margin-bottom: 0;}
.order-subscription-item.wide .sub-image span {min-height: 100%; padding-bottom: 85%;}
.order-subscription-item.wide .sub-content {display: block; flex-basis: 50%; width: 50%; border-left: 2px solid var(--text); padding-left: 23px;}
.order-subscription-item.wide .sub-heading {margin-top: -4px;}
.order-subscription-item.wide .sub-heading .sub-price {font-size: 40px; top: -4px; letter-spacing: -0.05em;}
.order-subscription-item.wide .subscription-text ul li {padding: 2px 15px 2px 30px;}
.order-subscription-item.wide .subscription-text ul li:before {left: 0;}
.order-subscription-item.wide input {left: 24px; right: auto;}
.order-subscription-item.wide .sub-label:after {top: 22px; left: 22px; right: auto;}
@media (max-width: 1800px) {
	.order-subscription-items {margin: 17px -10px 0;}
	.order-subscription-item {padding: 10px;}
	.order-subscription-item .sub-inner {padding: 11px;}
	.order-subscription-item .sub-heading .sub-title {font-size: 14px;}
	.order-subscription-item .sub-heading .sub-price {font-size: 21px; margin-top: 5px;}
	.order-subscription-item .sub-image {margin-bottom: 10px;}
	.order-subscription-item input {width: 26px; height: 26px; top: 20px; right: 20px;}
	.order-subscription-item .sub-label:after {top: 18px; right: 18px; width: 26px; height: 26px;}
	.order-subscription-item input:checked ~ .sub-label:after {background-size: 16px 10px;}
	.order-subscription-item.wide .sub-inner {padding: 12px;}
	.order-subscription-item.wide .sub-heading .sub-price {font-size: 34px;}
	.order-subscription-item.wide .sub-image {padding-right: 20px;}
	.order-subscription-item.wide .sub-content {padding-left: 20px;}
	.order-subscription-item.wide .subscription-text ul li {padding-left: 25px;}
	.order-subscription-item.wide input {left: 20px;}
	.order-subscription-item.wide .sub-label:after {top: 18px; left: 18px;}
}
@media (max-width: 1249px) {
	.order-subscription-item {flex-basis: 100%; width: 100%;}
	.order-subscription-item .sub-inner {flex-direction: row; padding: 20px;}
	.order-subscription-item .sub-image {flex-basis: 50%; width: 50%; padding-right: 30px; margin-bottom: 0;}
	.order-subscription-item .sub-image span {min-height: 10px;}
	.order-subscription-item.wide .sub-image span {min-height: 10px;}
	.order-subscription-item .sub-content {flex-basis: 50%; width: 50%;}
	.order-subscription-item .sub-heading {border-top: none; padding: 0; margin-top: -3px;}
}
@media (max-width: 767px) {
	.order-subscription-items {display: block; margin-top: 10px;}
	.order-subscription-item {flex-basis: auto; width: auto;}
	.order-subscription-item .sub-inner {display: block; padding: 14px;}
	.order-subscription-item .sub-image {flex-basis: 100%; width: 100%; padding-right: 0; margin-bottom: 15px;}
	.order-subscription-item .sub-content {flex-basis: 100%; width: 100%;}
	.order-subscription-item .subscription-text {font-size: 15px;}
	.order-subscription-item .sub-heading .sub-title {font-size: 17px;}
	.order-subscription-item .sub-heading .sub-price {text-align: left; font-size: 24px; letter-spacing: 0;}
	.order-subscription-item.wide {flex-basis: auto; width: auto;}
	.order-subscription-item.wide .sub-inner {background: var(--grey); flex-wrap: wrap; padding: 16px;}
	.order-subscription-item.wide .sub-image {padding-right: 0; flex-basis: 100%; width: 100%;}
	.order-subscription-item.wide .sub-content {padding: 20px 0 0; flex-basis: 100%; width: 100%; border: none; border-top: 2px solid var(--text); margin-top: 20px;}
	.order-subscription-item.wide .subscription-text ul li {background: none;}
}