/* ================================================================ *\
	#Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; }

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ================================================================ *\
	#Base
\* ================================================================ */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	min-width: 320px;
	background: #fff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-size: 16px;
	line-height: 1.4;
	color: #111;
	-webkit-font-smoothing:antialiased;
	font-weight: 400;
}

a { text-decoration: none; color: #fff; }
a:hover { text-decoration: none; }

img { border: 0; vertical-align: middle; max-width: 100%; height: auto; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ================================================================ *\
	#Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }
.align-center {
    text-align: center;
}

/* ------------------------------------------------------------ *\
	Main Styles
\* ------------------------------------------------------------ */
.mobile-view {
  display: none;
}

.desktop-view {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {}

h2 {}

h3 {}

h4 {}

hr {
    border: 0;
    height: 1px;
    background: #d4e4f1;
}

.shell {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
}

.hover-images a:hover img,
.hover-images a img + img { display: none; }
.hover-images a:hover img + img { display: inline-block; }

.gallery-items-wrapper {
  display: none;
}

.wrapper {
    overflow: hidden;
	min-height: 100%;
}

.bg-image {
  display: none !important;
}

.parent-image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
	transition:  all 0.2s ease-in-out;
}

body.active-menu::-webkit-scrollbar {
    display: none;
}

body.active-menu {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */
.header {
    display: flex;
    width: 100%;
    z-index: 201;
    position: fixed;
    left: 0;
    top: 0;
    padding: 59px 76px;
    align-items: center;
    justify-content: space-between;
}

.header ul {
    list-style-type: none;
}

.header.shrink {
    background: #2A5170;
    padding: 29px 50px;
}

body:not(.active-menu) .shrink .logo {
    max-width: 137px;
}

.header-content {
    display: flex;
    align-items: center;
}


/* Header nav */
.header-nav {
    font-size: 20px;
    font-weight: 300;
}

.header-nav > ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-nav ul li {
    position: relative;
}

.header-nav ul li.has-children:hover:after {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background: #D9BE9A;
}

.header-nav > ul > li > a {
    color: #fff;
    position: relative;
}

.header-nav > ul > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #5DB9E2;
    transition: all 0.2s ease;
}

.header-nav > ul > li.active > a:after,
.header-nav > ul > li > a:hover:after {
    width: 100%;
}

.header-nav > ul > li.has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

/* Nav langs */
.nav-langs {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    margin: 0 60px;
}

.nav-langs ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-langs li a {
    position: relative;
    display: block;
}

.nav-langs li.active a {
    font-weight: 500;
}

.nav-langs li.active a:after {
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #5DB9E2;
    position: absolute;
}

/* link menu */
.link-menu {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 19px;
    background-image: url('../icons/burger-icon.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.active-menu .link-menu {
    width: 37px;
    height: 37px;
    margin-left: 271px;
    background-image: url('../icons/close.svg');
}

.active-menu .header-nav {
    display: none;
}

.active-menu .nav-langs {
    font-size: 32px;
}

@media only screen and (min-width: 1025px) {
    body:not(.active-menu) .link-menu:hover {
        background-image: url('../icons/burger-hover.svg');
    }
}


/* Custom icons  */
.custom-icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.link-search {
    width: 23px;
    height: 23px;
    display: inline-block;
    background-size: contain;
    background-image: url(../icons/search.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.link-search:hover {
    background-size: 19px 19px;
}

/* Header prod page */
.header-product-page {
    background: #2A5170;
    padding-bottom: 110px;
    z-index: 0;
}

.header-product-page.shrink {
    z-index: 201;
}

.top-spacer {
    height: 200px;
}

/* ------------------------------------------------------------ *\
    Intro
\* ------------------------------------------------------------ */
.intro {
    height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.intro:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
}


/* ------------------------------------------------------------ *\
    Section Paralax
\* ------------------------------------------------------------ */
.section-paralax {
    height: 760px;
    position: relative;
    margin-left: 100px;
    width: calc(100% - 100px);
}

.paralax-img {
    position: absolute;
    left: -100px;
    top: -85px;
    z-index: 2;
    width: 36%;
}


.section-paralax.paralax-2 {
    z-index: 1;
}

.section-paralax.paralax-2 .paralax-content {
    bottom: 70px;
}

.section-paralax.paralax-1 {
    margin-right: 100px;
    margin-left: 0;
}

.section-paralax .shell {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.section-paralax-video {
    position: relative;
}

.section-paralax-video video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.paralax-image {
    height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.section-paralax-video:before,
.paralax-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #113151;
    opacity: 0.5;
    z-index: 1;
}

.paralax-content {
    color: #fff;
    position: absolute;
    bottom: 155px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.paralax-content a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.paralax-content a:hover ~ * {
    opacity: 0.7;
}

.paralax-content h3 {
    font-size: 100px;
    font-weight: 100;
    line-height: 1.2;
    text-align: left;
    letter-spacing: -4px;
    display: inline-block;
}

.paralax-content h3 span {
    font-weight: 500;
}

/* ------------------------------------------------------------ *\
    Buttons
\* ------------------------------------------------------------ */
.btn-main {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    font-weight: 400;
    transition: all 0.2s;
    font-size: 28px;
    color: #2A5170;
    position: relative;
}

.btn-main span {
    display: block;
    padding: 30px 93px;
    position: relative;
}

.btn-main span:before {
    content: '';
    position: absolute;
    transition: all 0.2s ease;
    left: 0;
    bottom: 0;
    top: 0;
    width: 1px;
    background: #C1CBD2;
}

.btn-main span:after {
    content: '';
    position: absolute;
    transition: all 0.2s ease;
    right: 0;
    bottom: 0;
    top: 0;
    width: 1px;
    background: #C1CBD2;
}

.btn-main:before {
    content: '';
    position: absolute;
    transition: all 0.2s ease;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 1px;
    background: #C1CBD2;
}

.btn-main:after {
    content: '';
    position: absolute;
    transition: all 0.2s ease;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #C1CBD2;
}

.btn-main:hover:after,
.btn-main:hover:before {
    bottom: 22px;
    height: 2px;
}

.btn-main:hover span:after {
    bottom: 22px;
    top: calc(100% - 22px);
}

.btn-main:hover span:before {
    bottom: 22px;
    top: calc(100% - 22px);
}

.btn-main:hover:after,
.btn-main:hover:before,
.btn-main:hover span:after,
.btn-main:hover span:before {
    background: #209BE2;
}

.btn-request {
    min-width: 460px;
}

/* ------------------------------------------------------------ *\
  Main Slider
\* ------------------------------------------------------------ */
.main-slider {
    overflow: hidden;
}

.main-slider .scroll-down-arrow {
    transform: translateX(-50%);
    bottom: 54px;
}

.main-slider .scroll-down-arrow span {
    display: none;
}

.main-slider .slide .text-area {
    padding: 0;
    top: auto;
    transform: translateX(-50%);
    bottom: 120px;
    max-width: 1100px;
    gap: 40px;
}

.slide .text-area h2 {
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 300;
}

.slide .text-area h3 {
    font-size: 30px;
    font-weight: 300;
}

.slick-arrow {
    top: 60%;
}

.main-slider.main-slider-small {
    height: 650px;
}

.main-slider.main-slider-small .slick-arrow {
    display: none !important; 
}

/* Fullscreen menu */
.collapse-icon {
  vertical-align: middle;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: relative;
  background-image: url(../icons/plus.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  margin-left: 10px;
  margin-top: 10px;
  transform: rotate(0deg);
}

.collapse-icon.visible {
    background-image: url(../icons/minus.svg);
}

.active-menu .fullscreen-menu {
    opacity: 1;
    visibility: visible;
}

.fullscreen-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  overflow-y: auto;
  font-weight: 400;
  z-index: 200;
  background: #2A5170;
  top: 0;
  height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.logo-alt {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 13px;
}

.fullscreen-menu .cols {
  z-index: 10;
  min-height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fullscreen-menu .cols .col-2of3 {
  width: 58%;
  align-items: baseline;
}

.fullscreen-menu .cols .col-1of3 {
  width: 42%;
  justify-content: center;
}

.fullscreen-menu ul {
  list-style-type: none;
}

.main-nav-items {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 117px 4% 90px 13%;
}

.top-socials {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 55px;
  row-gap: 25px;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
  max-width: 190px;
}

.top-socials li {
  display: inline-block;
  vertical-align: middle;
}

.top-socials li ~ li {}

.sub-menu {
  display: none;
}

.close-menu {
  z-index: 10;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 33px;
  top: 31px;
  background-image: url(../icons/close.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.close-menu:hover {
  background-image: url(../icons/close-blue.svg); 
}

.close-icon {
  display: inline-block;
  vertical-align: middle;
}


/* Nav Main */
.nav-main {
  z-index: 1;
  font-size: 54px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.nav-main ul {
  margin-bottom: 0;
}

.nav-main > ul > li > a {
    word-break: break-word;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.nav-main .sub-menu {
  padding-left: 0;
  font-size: 20px;
  text-transform: none;
  margin-top: 7px;
  display: none;
  font-weight: 400;
}

.nav-main .sub-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 0 32px;
}

.nav-main .sub-menu li a {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.nav-main > ul > li {
  position: relative;
  line-height: 1.1;
}

.nav-main > ul > li  ~ li {
  margin-top: 8px;
}

.nav-main a:hover,
.nav-main .sub-menu li.active a:first-of-type,
.nav-main > ul > li.active > a:first-of-type{
  color: #5DB9E2 !important;
}

.second-nav-items {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.second-nav-items .col-inner {
    padding: 40px 40px 40px 60px;
    position: relative;
}

.nav-secondary {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}

.nav-secondary > ul > li > a {
  color: #fff;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.nav-secondary > ul > li > a:hover,
.nav-secondary > ul > li.active > a {
  color: #5DB9E2;
}

.nav-secondary > ul > li {
  line-height: 1.2;
}

.nav-secondary > ul > li ~ li {
  margin-top: 15px;
}

.nav-secondary .sub-menu {
  font-size: 20px;
}

.nav-secondary .sub-menu a {
  color: #000;
}

.nav-secondary .sub-menu li.active a,
.nav-secondary .sub-menu a:hover {
  color: #fff;
}

/* ------------------------------------------------------------ *\
  Sections
\* ------------------------------------------------------------ */
.section-partners {
    padding: 0 100px;
    display: flex;
    gap: 40px;
    margin-bottom: 190px;
}

.section-partners .section-aside {
    position: relative;
    z-index: 2;
    max-width: 450px;
    color: #113151;
}

.section-partners .section-aside a {
    color: #113151;
    padding-left: 32px;
    position: relative;
    display: inline-flex;
}

.section-partners .section-aside a img {
    position: absolute;
    left: 0;
    top: 4px;
}

.section-partners .box-socials a img {
    position: static;
}

.section-partners .section-map {
    flex: 1;
}

.form-results {
    max-height: 475px;
    overflow-y: auto;
    padding-right: 32px;
    font-size: 16px;
}

.form-results h4 {
    color: #2A5170;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.form-results .box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-results .box ~ .box {
    border-top: 1px solid #c1cbd2;
    margin-top: 27px;
    padding-top: 27px;
}

.section-partners .section-aside .box-socials {
    padding-left: 32px;
}

.section-partners .section-aside .box-socials a {
    padding-left: 0;
}

.box-socials {
    display: flex;
    gap: 32px;
}

.box-link-web {
    margin-top: 8px;
    font-weight: 600;
}

.box-link-big {
    font-size: 24px;
}

.section-partners .map-wrapper {
    height: 780px;
    margin-bottom: 0;
}


.form-partners .form-label {
    font-size: 22px;
    font-weight: 600;
    color: #2A5170;
    display: block;
    margin-bottom: 4px;
}

.form-partners {
    margin-bottom: 52px;
}

.form-partners .form-row ~ .form-row {
    margin-top: 32px;
}


form .chosen-container {
  width: 100% !important;
}

form .form-col .chosen-container {
  margin-bottom: 0;
}

form .chosen-container-single .chosen-single span {
  line-height: 1.42;
}

form .chosen-container-single.chosen-with-drop .chosen-single {
  border-bottom-color: transparent;
}

form .chosen-container-single .chosen-single {
  border-radius: 0;
  border-width: 1px;
  border-color: #C1CBD2;
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  color: #2A5170;
  height: auto;
  padding: 12px 50px 10px 14px;
  font-weight: 400;
  width: 100%;
}

form .chosen-container-single .chosen-single span {
  white-space: normal;
}

form .chosen-container-active.chosen-with-drop .chosen-single {
  background: transparent;
}

form .chosen-container.chosen-with-drop .chosen-drop {
  background: #fff;
  border: 1px solid #C1CBD2;
  border-top: 0;
  box-shadow: none;
  font-weight: 300;
  border-radius: 0;
  padding-top: 5px;
}

form .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  display: none !important;
}

form .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #111111;
  max-height: 400px;
  background: transparent;
  font-weight: 300;
}

form .chosen-container .chosen-results li {
  line-height: 1;
  padding: 11px 16px;
}

form .chosen-container-single .chosen-single div b {
  background: none;
  position: relative;
  background-image: none !important;
}

form .chosen-container-single .chosen-single div b:before {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  border-color: #5C809B;
  height: 12px;
  top: 9px;
  right: 5px;
  position: relative;
  transform: rotate(135deg);
  width: 12px;
  transition: transform 0.2s ease-in-out;
}

form .chosen-with-drop.chosen-container-single .chosen-single div b:before {
  transform: rotate(-45deg);
  top: 16px;
}


/*.chosen-container-single.chosen-with-drop .chosen-single div b:before {
  border-color: #8e806b;  
}*/

form .chosen-container-single .chosen-single div {
  width: 30px;
}

form .chosen-container .chosen-results li.highlighted,
form .chosen-container .chosen-results li.result-selected {
  background: #209BE2;
  color: #fff;
}

/* Target the entire scrollbar */
.form-results::-webkit-scrollbar {
  width: 8px; 
}

/* The track (background of the scrollbar) */
.form-results::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px;
}

/* The draggable part of the scrollbar */
.form-results::-webkit-scrollbar-thumb {
  background: #5C809B;
  border-radius: 0px;
}

.section {
    position: relative;
    z-index: 1;
}

.section .section-img {
    position: absolute;
}

/* Section type-1 */
.section-type-1 .section-img {
    left: 0;
    top: -70px;
    width: 100%;
}

.section-type-1 {
    padding: 26px 0 0 0;
}

.section-type-1 .section-head {
    margin-bottom: 150px;
}

.section-type-1:last-child {
    margin-bottom: 310px;
}

/* Type 2 */
.section-type-2 {
    padding: 35px 0 0 0;
}

.section-type-2 .section-img {
    left: 0;
    top: -161px;
    width: 100%;
}

.section.section-type-2 .section-head {
    margin-bottom: 158px;
}

.section.section-type-2 .section-head:last-child {
    margin-bottom: 0;
}

.section.section-type-2 .section-head h5 {
    padding-right: 112px;
}

/* Type 3 */
.section-type-3 {
    padding-top: 30px;
    z-index: 0;
}

.section-type-3 .section-img {
    right: 0;
    top: -310px;
}

.section.section-type-3 .section-head {
    margin-bottom: 117px;
}

.section.section-type-3 .section-head h5 {
    padding-right: 120px;
}


/* Section top */
.section-top {
    margin-bottom: 150px;
    position: relative;
}

.section-top .section-head h3 {
    font-size: 100px;
    text-transform: none;
    display: block;
    font-weight: 500;
    letter-spacing: -3px;
    color: #2A5170;
    line-height: 1.2;
}

.section-top .section-head {
    margin-bottom: 20px;
    text-align: center;
}

.section-top .section-content {
    margin: 0 auto;
}

.section-top .section-img {
    position: absolute;
    left: 0;
    top: -210px;
    width: 100%;
}

.section-top-alt .section-img {
    top: -140px;
}

.section-top-2 .section-img {
    top: -350px;    
}


/* Section text */
.section-text {
    padding: 160px 0;
    position: relative;
}

.section-text:last-child {
    margin-bottom: 100px;
    padding-top: 80px;
}

/* section actions */
.section-actions {
    text-align: center;
    margin: 140px 0 180px;
}

.form-product .section-actions {
    margin: 0;
}

.form-product {
    margin-bottom: 280px;
}

.section-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.section-content p ~ p {
    margin-top: 30px;
}

.section-content a {
    font-weight: 500;
    color: #1D6097;
    text-decoration: underline;
}

.section-content a:hover {
    text-decoration: none;
    color: #209BE2;
}

.section .section-head-inner {
    display: inline-flex;
    flex-direction: column;
}

.section .section-head-inner > * {
    display: inline-block;
}

.section .section-head h3 {
    font-size: 84px;
    font-weight: 500;
    line-height: 1.1;
    color: #2A5170;
    letter-spacing: -2px;
    padding-left: 66px;
}

.section .section-head h4 {
    font-size: 63px;
    line-height: 1.1;
    font-weight: 200;
    letter-spacing: -2px;
    color: #5C809B;
}

.section .section-head h5 {
    font-size: 59px;
    font-weight: 500;
    color: #1D6097;
    letter-spacing: normal;
    letter-spacing: -2px;
    padding-right: 160px;
    text-align: right;
}



/* Section product lines */
.section-product-lines {

}

.section-product-lines .section-title {
    font-size: 80px;
    font-weight: 200;
    color: #A7B3BC;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: -3px;
}

.section-product-lines .section-title span {
    font-weight: 500;
}

/* section-welcome */
.section-welcome {
    padding: 290px 0 236px;
    text-align: center;
    position: relative;
}

.section-welcome .section-img  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.section-welcome .section-head {
    margin-bottom: 60px;
}

.section-welcome .section-head img {
    margin-bottom: 20px;
}

.section-welcome .section-head p {
    color: #A7B3BC;
    font-size: 28px;
    letter-spacing: 6.5px;
}

.section-welcome .section-content:last-child {
    margin-bottom: 0;
}


/* ------------------------------------------------------------ *\
  Kareta
\* ------------------------------------------------------------ */
/* Box status */
.status {
    min-width: 120px;
    padding: 9px 6px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    text-align: center;
}

.status-new {
    background: #209BE2;
}

.status-bestseller {
    background: #113151;
}

.status-promo {
    background: #A7B3BC;
}

/* box dates */
.boxes .box-dates {
    position: absolute;
    left: 50px;
    bottom: calc(100% - 30px);
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 300;
    color: #A7B3BC;
    letter-spacing: 4px;
}

.boxes .box-dates span {
    color: #1D6097;
}

/* box prices */
.box-prices {
    font-size: 17px;
    color: #1C7D73;
    display: flex;
    font-style: italic;
    align-items: center;
    row-gap: 0px;
    justify-content: center;
    flex-direction: column;
}

.box-prices p {
    display: inline-block;
    line-height: 1.1;
    position: relative;
}

.box-prices p.price-old {
    color: #917768;
}

.box-prices p.price-old  strong {
    position: relative;
}

.box-prices p.price-old strong:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: 57%;
    transform: translateY(-50%);
    background: #917768;
    height: 2px;
}

.box-prices strong {
    font-size: 30px;
    font-weight: 600;
    margin-left: 14px;
}

.box-prices strong span {
    text-transform: uppercase;
    font-size: 20px;
}

.box-bottom {
    display: flex;
    align-items: flex-end;
}


/* boxes main elements */
.boxes .box-image-wrapper {
    position: relative;
    overflow: hidden;
}

.boxes .box-image-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.boxes .box-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.boxes .box-image-wrapper:hover .box-image {
  transform: scale3d(1.2, 1.2, 1.2);
}

.boxes h3 {
    position: relative;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
}

.boxes h3 a {
  color: #2A5170;
  transition: all 0.2s ease-in-out;
}

.boxes h3 a:hover {
  color: #209BE2;
}

/* box label */
.box-label {
    font-size: 22px;
    color: #555555;
    line-height: 1.1;
    margin-bottom: 2px;
    font-weight: 300;
}

.box-links {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.link-more {
    margin-left: auto;
    padding: 5px 13px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #64574E;
    position: relative;
}

.link-more:after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 1px;
    background: #00D5BF;
    transition: all 0.2s ease;
}

.link-more:hover:after {
    height: 3px;
    left: 0;
    right: 0;
    bottom: -3px;
}

/* Kareta 1 */
.section .boxes-type-1 {
    margin-bottom: 0;
}

.boxes-type-1 {
  display: flex;
  padding: 0;
  row-gap: 150px;
  flex-wrap: wrap;
  padding: 0 7% 0px;
  column-gap: 3.95%;
  margin-bottom: 180px;
  justify-content: center;
}

.boxes-type-1 .box {
  position: relative;
  width: 30.7%;
}

.boxes-type-1 .box:nth-child(even) {
    margin-top: 20px;
}

.boxes-type-1 .box-image-wrapper {
  padding-bottom: 100%;
  margin-bottom: 18px;
}

.boxes-type-1 .box-label {
    font-size: 26px;
    margin-bottom: 12px;
}

.boxes-type-1 h3 {
    text-transform: unset;
    font-size: 26px;
}

.boxes-type-1 .box-content {
    padding: 0 28px 0 34px;
    font-size: 15px;
}


.boxes-type-1 .box-content > .box-links {
    flex-wrap: wrap;    
}

.boxes-type-1 .box-prices {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 20px;
}

.boxes-type-1 .box-content > p {
  line-height: 1.4;
  margin-bottom: 13px;
}

.boxes.boxes-type-1 .box-dates {
    bottom: auto;
    top: 0;
    background: #F1ECE8;
    font-size: 18px;
    width: 80px;
    height: 80px;
}

.boxes.boxes-type-1 .box-dates span {
    font-size: 26px;
}

.boxes-type-1 .box-content > *:last-child {
    margin-bottom: 0;
}

/* Kareta 2 */
.section .boxes-type-2 {
    margin-bottom: 370px;
}

.boxes-type-2 {
  display: flex;
  padding: 0;
  row-gap: 180px;
  flex-wrap: wrap;
  padding: 0 7% 0px;
  column-gap: 8%;
  margin-bottom: 277px;
}

.boxes-type-2 .box {
  position: relative;
  width: 46%;
  padding-top: 30px;
}

.boxes-type-2 .box:nth-child(even) {
    margin-top: 30px;
}

.boxes-type-2 .box-image-wrapper {
  padding-bottom: 100%;
  margin-bottom: 18px;
}

.boxes-type-2 .box-label {
    font-size: 28px;
    color: #5C809B;
    margin-bottom: 12px;
}

.boxes-type-2 h3 {
    font-size: 30px;
    text-transform: unset;
}

.boxes-type-2 .box-content {
    padding: 0 80px 0 50px;
}

.boxes-type-2 .box-content > p {
  line-height: 1.4;
  margin-bottom: 20px;
}

.boxes-type-2 .box-content > *:last-child {
    margin-bottom: 0;
}

/* Kareta 3 */
section .boxes-type-3 {
    margin-bottom: 0;
}

.boxes-type-3 {
  display: flex;
  padding: 0;
  row-gap: 150px;
  flex-wrap: wrap;
  padding: 0 0 0px;
  column-gap: 1.5%;
  margin-bottom: 160px;
  justify-content: center;
}

.boxes-type-3 .box {
  position: relative;
  width: 32.3%;
}

.boxes-type-3 .box:nth-child(even) {
    margin-top: 20px;
}

.boxes-type-3 .box-image-wrapper {
  padding-bottom: 66.66%;
  margin-bottom: 18px;
}

.boxes-type-3 .box-content {
    padding: 0 55px 0 60px;
    font-size: 15px;
}


.boxes-type-3 .box-content > .box-links {
    flex-wrap: wrap;    
}

.boxes-type-3 .box-prices {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 20px;
}

.boxes-type-3 .box-content > p {
  line-height: 1.4;
  margin-bottom: 13px;
}

.boxes.boxes-type-3 .box-dates {
    bottom: auto;
    top: 0;
    background: #F1ECE8;
    font-size: 18px;
    width: 80px;
    height: 80px;
}

.boxes.boxes-type-3 .box-dates span {
    font-size: 26px;
}

.boxes-type-3 .box-content > *:last-child {
    margin-bottom: 0;
}

/* Kareta 4 */
.boxes-type-4 {
  display: flex;
  padding: 0;
  row-gap: 180px;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 200px;
}

.boxes-type-4 .box-dates {
    font-weight: 600;
    font-size: 22px;
    font-style: italic;
    color: #64574E;
    text-align: right;
    margin-bottom: 20px;
}

.boxes-type-4 .box:nth-child(even) {
    padding: 0 0 0 140px;
}

.boxes-type-4 .box:nth-child(even) .box-image-wrapper {
    order: 2;
    padding-bottom: 41.93%;
    min-width: 62.85%;
}

.boxes-type-4 .box:nth-child(even) .box-content {
    
}

.boxes-type-4 .box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 100px;
  padding: 0 120px 0 100px;
}

.boxes-type-4 .box-label {
    font-size: 30px;
    color: #5C809B;
    font-weight: 300;
    margin-bottom: 20px;
}

.boxes-type-4 .box-image-wrapper {
  padding-bottom: 40.5%;
  min-width: 60.7%;
}

.boxes-type-4 .box-content {
    font-size: 16px;
}

.boxes-type-4 .box-content > p {
  line-height: 1.4;
  margin-bottom: 20px;
}

.boxes-type-4 h3 {
    margin-bottom: 14px;
}

.boxes-type-4 .box-content > *:last-child {
    margin-bottom: 0;
}

/* Breadcrumbs */
.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    font-size: 14px;
    font-weight: 400;
    color: #5C809B;
    padding-top: 20px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.breadcrumbs li {
    position: relative;
}

.breadcrumbs li ~ li:before {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px 0 6px;
    font-size: 18px;
    line-height: 1;
    color: #5C809B;
}

.breadcrumbs a {
    color: #5C809B;
}

.breadcrumbs li.active a {
    color: #2A5170;
}

.breadcrumbs li.active a:hover,
.breadcrumbs a:hover {
    color: #209BE2;
}

/* Target the entire scrollbar */
.filter-boxes .checkboxes-wrapper::-webkit-scrollbar {
  width: 8px; 
}

/* The track (background of the scrollbar) */
.filter-boxes .checkboxes-wrapper::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px;
}

/* The draggable part of the scrollbar */
.filter-boxes .checkboxes-wrapper::-webkit-scrollbar-thumb {
  background: #DCE3E5;
  border-radius: 0px;
}

/*.filter-boxes .checkboxes-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}*/

/* filter-boxes */
.filter-boxes {
    gap: 100px;
    position: relative;
    z-index: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 150px;
    z-index: 2;
}

.filter-boxes .box {
    position: relative;
}

.trigger-filter {
    font-size: 24px;
    font-weight: 400;
    color: #113151;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.trigger-filter:after {
    content: '';
    width: 16px;
    height: 8px;
    background-image: url(../../assets/icons/down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.filter-boxes .btn-main {
    font-size: 22px;
}

.filter-boxes .btn-main span {
    padding: 17px 88px;
}

.filter-boxes .btn-main:hover:after,
.filter-boxes .btn-main:hover:before {
    bottom: 12px;
}


.filter-boxes .checkboxes-wrapper {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -25px;
    top: 100%;
    margin-top: 20px;
    width: 280px;
    height: 256px;
    overflow-y: auto;
    background: #fff;
    padding: 15px 15px 15px 25px;
    box-shadow: 3px 4px 7px 2px rgba(0,0,0, 0.21);
}

.filter-boxes .active + .checkboxes-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Paginations */
.pagination {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 90px;    
}

.pagination > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  color: #999999;
}

.pagination > a:hover {
  color: #00AAAA;
}

.pagination ul {
    margin: 0 50px;
    display: inline-flex;
    gap: 13px;
    list-style-type: none;
    align-items: self-end;
}

.pagination ul li.active a {
  border: 1px solid #209BE2;
}

.pagination ul li a {
    min-width: 70px;
    min-height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #2A5170;
    padding: 6px 13px;
}

/* ------------------------------------------------------------ *\
  Filters wrapper
\* ------------------------------------------------------------ */
.filters-wrapper {
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 300;
    gap: 60px;
    margin-bottom: 140px;
    margin-top: -70px;
}

.filters-wrapper ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    column-gap: 60px;
}


.filters-wrapper ul li a {
  color: #2A5170;
  display: block;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  position: relative;
}

.filters-wrapper ul li.active a:after {
    content: '';
    position: absolute;
    left: -6px;
    right: -6px;
    top: 100%;
    height: 1px;
    background: #5DB9E2;
}

.filters-wrapper ul li a:hover {
  color: #209BE2;
}

.nav-arrow.filter-next {
    transform: rotate(180deg);
}


.nav-arrow {
    background: url('../icons/chev-blue.svg');
    transition: all 0.2s ease-in-out;
    width: 26px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}


@media only screen and (min-width: 1025px) {
    .nav-arrow:hover {
        background-position: left center;
        background: url('../icons/chev-blue-light.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }
}


/* gallery-elements */
.gallery-elements-wrapper {
    margin-bottom: 120px;
}

.gallery-elements-wrapper:last-child {
    margin-bottom: 248px;
}

.gallery-elements {
   display: flex;
   padding: 0;
   row-gap: 130px;
   flex-wrap: wrap;
   padding: 0;
}

.gallery-elements .gallery-item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 100px;
    padding: 0 120px 0 100px;
}

.gallery-elements .gallery-item:nth-child(even) {
    padding: 0 0 0 140px;
}

.gallery-elements .gallery-item:nth-child(even) .gallery-image-wrapper {
    order: 2;
    padding-bottom: 41.93%;
    min-width: 62.85%;
}

.gallery-elements .gallery-image-wrapper {
  position: relative;
  padding-bottom: 40.5%;
  min-width: 60.7%;
  overflow: hidden;
}

.gallery-elements .gallery-image-wrapper a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.gallery-elements .link-more {
    margin-top: 50px;
}

.gallery-elements .gallery-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease;
}

.gallery-elements .gallery-image-wrapper:hover .gallery-image {
  transform: scale3d(1.3, 1.3, 1.3);
}

.gallery-elements h3 {
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

.gallery-elements h3 a {
  color: #2A5170;
  transition: all 0.2s ease-in-out;
}

.gallery-elements h3 a:hover {
  color: #209BE2;
}

/* Contacts form */
.form-row + .form-cols {
    margin: 48px 0 0;
}

.form-cols {
    display: flex;
    gap: 87px;
}

.form-cols .form-col {
    flex: 1;
}

.form-wrapper.form-wrapper {
  margin-bottom: 168px;
}

.form-wrapper .form-title {
  font-size: 70px;
  color: #2A5170;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  text-align: center;
  margin-bottom: 53px;
  letter-spacing: -3px;
}

.form-wrapper .form-row {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #C1CBD2;
  padding-bottom: 3px;
}

.form-wrapper .btn-main span {
    padding: 23px 93px;
    min-width: 360px;
}


.form-wrapper .form-row .input-container {
  flex-grow: 1;
}

.form-wrapper .form-body > p {
    font-size: 15px;
    margin-top: 35px;
}

.box-date-calendar .input-container input {
    cursor: pointer;
}

.box-date-calendar .input-container:after {
  content:        '';
  width: 28.9px;
  height: 30.76px;
  background-image: url(../../assets/icons/calendar.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 0px;
  z-index: -1;
}

.checkboxes-outer .checkboxes-wrapper {
  display: inline-block;
  margin-top: 50px;
  text-align: left;
}

.form-wrapper .form-label { 
  font-size: 19px;
  font-weight: 300;
  color: #5C809B;
  text-transform: lowercase;
  margin-right: 20px;
  line-height: 1;
  white-space: nowrap;
}

.form-wrapper .form-row ~ .form-row {
  margin-top: 48px;
}

.form-wrapper .form-row .input-container input {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 24px;
  color: #2A5170;
  font-weight: 600;
}


.form-wrapper .form-row-textarea {
  display: block;
  border: 0;
}

.form-wrapper .form-row-textarea + .checkboxes-wrapper {
  display: none;
}

.form-wrapper .form-row-textarea .form-label {
  position: static;
  margin-bottom: 5px;
  display: block;
}

.form-wrapper .form-row-textarea textarea {
    border: 1px solid #C1CBD2;
    height: 329px;
    background: transparent;
    width: 100%;
    font-size: 18px;
    padding: 30px;
    line-height: 1.4;
    font-weight: 400;
    color: #2A5170;
}

.form-wrapper .form-actions {
  margin-top: 75px;
  text-align: center;
}

.form-wrapper .form-row-textarea .form-label {
  padding-bottom: 4px;
  display: inline-block;
}

.form-wrapper .form-buttons {
  text-align: center;
  margin-top: 88px;
}

.form-wrapper .recaptcha-wrapper {
  margin-top: 50px;
}

/* Checkboxes */
.checkboxes-wrapper {
  display: inline-block;
}

.checkboxes-wrapper .checkbox-wrapper {
  display: block;
  color: #64574E;
}

.checkbox-wrapper {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  font-size: 15px;
}

.checkbox-wrapper ~ .checkbox-wrapper {
  margin-top: 10px;
}

.checkbox-wrapper input {
  visibility: hidden;
  height: 0;
  width: 0;
  display: none;
}

.checkbox-wrapper a {
  display: inline-block;
  margin-top: 0;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  font-weight: 400;
  color: #1D6097;
}

.checkbox-wrapper a:hover {
  text-decoration: none;
}

.checkbox-wrapper .check-text {
  display: inline-block;
  font-size: 15px;
  color: #2A5170;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
}

.checkbox-wrapper:hover .check-text {
    color: #209BE2;    
}

.checkbox-wrapper .checkmark {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 14px;
  width: 14px;
  border: 1px solid #C1CBD2;
  background: transparent;
}

.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrapper .checkmark:after {
  display: none;
  content: '';
  width: 8px;
  height: 8px;
  background: #2A5170;
  position: absolute;
  left: 2px;
  top: 2px;
}


/* Brands */
.brands {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 100px;
  padding: 0 15.4%;
  justify-content: center;
}

.brand {
  width: 32%;
  text-align: center;
}

.brand-img {
  position: relative;
  height: 211px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.brand-img img {
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.brand-img:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.brand-img a {
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.brand h3 {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
}

.brand h3 a {
  color: #2A5170;
}

.brand h3 a:hover {
  color: #209BE2;
}


/* Page product */
.product-image {
  position: relative;
    z-index: 5;
    width: 518px;
    float: left;
    margin: 0 79px 30px 0px;
}

.product-image .slick-track {
  display: flex;
  align-items: center;
}

.product-image .slick-arrow  {
  width: 22px;
  height: 22px;
  background-image: url(../icons/chevron.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 0;
  background-color: transparent;
  font-size: 0;
  z-index: 10;
}

.prod-gallery-item.slick-slide img {
    margin: 0 auto;
}

.slider-nav {
  padding: 0 34px;
  margin-top: 12px;
}

.slider-nav .slick-track {
  column-gap: 9px;
}

.slider-nav .slick-slide {
  border: 1px solid transparent;
  padding: 3px;
  cursor: pointer;
}

.slider-nav .slick-slide:not(.slick-current):hover {
  border-color: #00A7CF;
}

.slider-nav .slick-current {
  border-color: #00A7CF;
}

.product-image .slick-arrow:hover {
  background-image: url(../icons/chevron-hover.svg);
  background-position: left center;
}

.product-image .slick-prev {
  left: -2px;
}

.product-image .slick-next {
  right: -16px;
  transform-origin: 0 0;
  transform: rotate(180deg) translateY(-50%) !important;
}

.product-wrapper {
  margin-bottom: 140px;
  position: relative;
}

.product-wrapper .section-img {
    position: absolute;
    left: 0;
    top: -190px;
    width: 100%;
}

.page-content > .section-img {
    position: absolute;
    left: 0;
    top: -190px;
    width: 100%;
}

.product-top {
  margin-bottom: 90px;
}

.prod-content {
  z-index: 1;
}

.prod-content:after {
  content: '';
  clear: both;
  display: table;
}

.prod-content-elements {}

.prod-content h2 {
  font-size: 54px;
  font-weight: 600;
  color: #2A5170;
  line-height: 1;
  margin-bottom: 57px;
}

.prod-content-elements > p {
  font-size: 16px;
}

.prod-content-elements > p span {  
    font-size: 20px;
    margin-left: 10px;
}

.prod-content-elements > p ~ p {
    margin-top: 16px;
}

.prod-content strong {
  font-size: 24px;
  margin-left: 8px;
}

.prod-content-elements > p  a {
    font-size: 24px;
    margin-left: 10px;
    font-weight: 400;
    color: #5C809B;
    transition: all 0.2s ease-in-out;
}


.prod-content-elements > p a:hover {
  color: #209BE2;
}

.prod-content-inner {
    font-size: 17px;
    margin-top: 50px;
    line-height: 1.6;
}

.prod-content-inner p {
  margin-bottom: 16px;
}

.prod-content-inner > *:last-child {
  margin-bottom: 0;
}

.prod-content-inner a {
    font-weight: 500;
    color: #1D6097;
}

.prod-content-inner a:hover {
    color: #209BE2;
}

.product-info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 77px;
  column-gap: 7.86%;
  margin-bottom: 100px;
}

.product-info .box {
  width: 19.1%;
}

.product-info h4 {
  font-size: 16px;
  color: #2A5170;
  font-weight: 600;
  margin-bottom: 4px;
  position: relative;
}

.product-info h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background: #c1cbd2;
}

.product-info p {
  font-size: 22px;
  font-weight: 400;
  color: #5C809B;
  line-height: 1.2;
}

/* .prod-characteristics */
.prod-characteristics {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #113151;
  row-gap: 17px;
  justify-content: space-between;
}

.prod-characteristics .box {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    gap: 100px;
    width: 100%;
}

.prod-characteristics p {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    gap: 10px;
}

.prod-characteristics p span {
  font-size: 16px;
  color: #5C809B;
}

.prod-characteristics h3 {
    color: #2A5170;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    border-bottom: 1px solid #C1CBD2;
    line-height: 0.7;
}

/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */
.footer {
    background: #2A5170;
    color: #fff;
    position: relative;
    padding: 80px 0 50px;
}

.footer a {
    color: #fff;
}

.footer ul {
    list-style-type: none;
}

.footer .logo {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.footer .shell {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-contacts {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 45px;
}

.footer-contacts > p ~ p {
    margin-top: 8px;
}

.footer-contacts a:hover {
    color: #5DB9E2;
}

.footer-nav {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 80px;
}

.footer-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    row-gap: 30px;
    flex-wrap: wrap;
}

.footer-nav a {
    position: relative;
    display: inline-block;
    position: relative;
}

.footer-nav li.active a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    height: 1px;
    background: #5DB9E2;
}

.footer-nav li:not(.active) a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #5DB9E2;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .32s cubic-bezier(.31,.29,.05,.96);
}

.footer-nav li:not(.active) a:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

.footer-socials {
    margin-bottom: 66px;
    display: flex;
    align-items: center;
    column-gap: 50px;
    justify-content: center;
}

.footer-socials a {
    display: inline-block;
}

.footer-links {
    display: flex;
    column-gap: 85px;
    justify-content: center;
}

.footer-links a {
    color: #A7B3BC;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links li.active a {
    color: #fff;
}

.credits {
    text-align: center;
}

.credits a {
    color: #A7B3BC;
    font-weight: 700;
}

.credits a:hover {
    color: #fff;
}

.footer-bottom {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 85px;
    color: #A7B3BC;
}

/* 02 page content */
.breadcrumbs + .page-content {
    margin-top: -20px;
}

.page-content {
  font-size: 17px;
  color: #111111;
  margin-bottom: 280px;
  position: relative;
}

.form-product .page-content {
    margin-bottom: 0;
}

.page-content.page-content-prod {
  margin-bottom: 80px;
}

.page-content > *:last-child,
.page-content .article > *:last-child,
.page-content article > *:last-child,
.page-content .shell > *:last-child {
    margin-bottom: 0;
}

.page-content .section-animated-image {
    padding: 0;
    background-image: none;
    margin-bottom: 104px;
}

.page-content .article .page-price {
    margin-bottom: 114px;
}

.page-dates {
    font-size: 30px;
    font-weight: 300;
    color: #A7B3BC;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.page-dates span {
    color: #1D6097;
}

.page-gallery {
    margin-bottom: 173px;
}

.page-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 136px;
    margin-bottom: 140px;
}

.page-actions .btn.btn-main {
    width: 360px;
    text-align: center;
    font-size: 32px;
}

.btn.btn-virtual-tour {
    border-color: #B2998A;
}

.btn.btn-virtual-tour:hover {
    background: #B2998A;
}

.article {
  margin-bottom: 75px;
}

article:last-of-type,
.article:last-of-type {
  margin-bottom: 0;
}

article > *:last-child,
.article > *:last-child {
  margin-bottom: 0;
}

article > p,
.article > p {
  margin-bottom: 65px;
  line-height: 1.55;
}

article a,
.article a {
  color: #1D6097;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

article a:hover,
.article a:hover {
  text-decoration: none;
  color: #209BE2;
}

article > div >  a,
.article > div >  a {
  color: #1D6097;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

article > img,
.article > img {
    margin-bottom: 65px;
}

article > div >  a:hover,
.article > div >  a:hover {
  text-decoration: none;
  color: #209BE2;
}

article h3,
.article h3 {
  color: #2A5170;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}

.page-content .shell {
  position: relative;
  z-index: 2;
}

.page-content .icons-wrapper + p {
  margin-top: 70px;
}

article > ol,
.article > ol {
  margin-bottom: 70px;
  padding-left: 40px;
  counter-reset: item;
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
}

article > ol li,
.article > ol li {
  position: relative;
}

article > ol li:before,
.article > ol li:before {
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  margin-left: -20px;
  color: #2A5170;
  margin-right: 7px;
  font-weight: 600;
  font-size: 26px;
}

article p + ol,
.article p + ol,
article p + ul,
.article p + ul {
  margin-top: -55px;
}

article ul,
.article ul {
  list-style-type: none;
}

article > ul,
.article > ul {
  padding-left: 40px;
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 18px;
}

article > ol + ul,
.article > ol + ul,
article > ul + ol,
.article > ul + ol {
  margin-top: -55px;
}

article ul li,
.article ul li {
  position: relative;
}

article > ul li:before,
.article > ul li:before {
  content: '';
  position: absolute;
  left: -19px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2A5170;
}

.catalog-wrapper {
    margin-bottom: 80px;
}

/* page nav */
.link-back {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #779C9F;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}

.link-back img {
    height: 38px;
    width: 15.67px;
}

.page-nav {
    margin-bottom: 83px;
    display: flex;
    justify-content: space-between;
}

.page-nav .nav-arrow {
    height: 48px;
    width: 34px;
}

.page-nav .page-next {
    transform: rotate(180deg);
    margin-left: auto;
}


/* List icons */
.list-icons {
    list-style-type: none;
    display:         flex;
    flex-wrap:       wrap;
    margin: 0 auto 55px;
    justify-content: center;
    column-gap: 37px;
    row-gap: 45px;
    max-width: 1260px;
    align-items: flex-end;
}

.list-icons li {
  width:      90px;
  position:   relative;
  text-align: center;
}

.list-icons li a {
    position: absolute;
    left:     0;
    top:      0;
    width:    100%;
    height:   100%;
    z-index:  50;
}

.list-icons img {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.list-icons li > p {
  line-height: 1.1;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.list-icons li:hover img {
  transform: scale(1.1);
  opacity: 0.7;
}

.list-icons li:hover > p {
  color: #EF5729;
}

.list-icons .list-tooltip {
    position:         absolute;
    visibility:       hidden;
    opacity:          0;
    bottom:           120%;
    width:            180px;
    background-color: #5C809B;
    color:            #fff;
    font-size:        13px;
    line-height:      1.1;
    padding:          14px 8px;
    z-index:          50;
    text-align:       center;
}

.icons-wrapper-alt .list-icons .list-tooltip {
  bottom: 144%;
}

.top-center {
    transform: translateX(-50%);
    left:      50%;
}

.list-icons .list-tooltip:after {
    content:      '';
    position:     absolute;
    top:          100%;
    width:        0;
    height:       0;
    border-style: solid;
    border-width: 12.8px 8px 0 8px;
    border-color: #5C809B transparent transparent transparent;
}

.list-icons .list-tooltip.top-center:after {
    left:      50%;
    transform: translateX(-50%);
}

.list-icons .list-tooltip.top-left:after {
    transform: none;
    left:      50px;
}

.list-icons .list-tooltip.top-right:after {
    transform: none;
    left:      auto;
    right:     50px;
}

.list-icons .list-tooltip h4 {
    color:          #fff;
    font-weight:    400;
    
    font-size:      14px;
    text-transform: uppercase;
    margin-bottom:  6px;
}

.list-icons .list-tooltip p {
  font-weight: 300;
  font-size: 13px;
}

.list-icons li:hover .list-tooltip {
    visibility: visible;
    opacity:    1;
    visibility: visible;
}

/* Lists Logos */
.list-logos {
    text-align:    center;
    margin-bottom: 40px;
}

.list-logos ul {
    list-style-type: none;
}

.list-logos ul li {
    display:        inline-block;
    vertical-align: middle;
    margin:         0 24px 50px;
}

.list-logos ul li a {
    display: block;
}

.list-logos ul li a img {
    transition: all 0.3s ease-in-out;
    max-height: 150px;
    width: auto;
}

.list-logos ul li a:hover img {
    transform: scale(1.1);
}

.page-head {
  text-align: center;
  position: relative;
  margin: 0 auto 80px;
}

.page-head h2 {
    font-size: 54px;
    color: #2A5170;
    font-weight: 600;
    line-height: 1.1;
}


.page-price {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 50px;
    color: #2A5170;
}

.page-price .price.price-old {
    position: relative;
    color: #9B9B9B;
}

.page-price .price {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
}

.page-price .wrapper-price {
    position: relative;
}

.page-price .price.price-old:before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: 64%;
    height: 1px;
    background: #9B9B9B;
}

.page-price .wrapper-price strong {
  font-size: 40px;
  font-weight: 600;
}

.page-price .wrapper-price span {
  text-transform: uppercase;
}

a.inserted-file {
  font-style: normal !important;
  color: #2A5170 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  position: relative;
  margin-left: 90px;
  transition: all 0.2s ease-in-out !important;
  display: inline-block !important;
}

a.inserted-file:before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -45px;
  top: -5px;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
}

a.inserted-file ~ a.inserted-file {
  margin-top: 20px;
}

.inserted-file:hover {
  color: #209BE2 !important;
}

a.inserted-file[href$='.doc']::before,
a.inserted-file[href$='.docx']::before,
a.inserted-file[href$='.odt']::before,
a.inserted-file[href$='.txt']::before {
  background-image: url(../../assets/icons/page_actions/action-2.svg);
}

a.inserted-file[href$='.doc']:hover::before,
a.inserted-file[href$='.docx']:hover::before,
a.inserted-file[href$='.odt']:hover::before,
a.inserted-file[href$='.txt']:hover::before {
  background-image: url(../../assets/icons/page_actions/action-2-alt.svg);
}


a.inserted-file[href$='.xlsx']::before,
a.inserted-file[href$='.xls']::before {
  background-image: url(../../assets/icons/page_actions/action-3.svg);
}

a.inserted-file[href$='.xlsx']:hover::before,
a.inserted-file[href$='.xls']:hover::before {
  background-image: url(../../assets/icons/page_actions/action-3-alt.svg);
}

a.inserted-file[href$='.pdf']::before {
  background-image: url(../../assets/icons/page_actions/action-1.svg);
}

a.inserted-file[href$='.pdf']:hover::before {
  background-image: url(../../assets/icons/page_actions/action-1-alt.svg);
}

a.inserted-file[href$='.pptx']::before {
  background-image: url(../../assets/icons/page_actions/action-4.svg);
}

a.inserted-file[href$='.pptx']:hover::before {
  background-image: url(../../assets/icons/page_actions/action-4-alt.svg);
}


/* THUMBS */
.list-thumbnails {
  margin-bottom: 80px;
}

.list-thumbnails ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 65px;
  row-gap: 80px;
  justify-content: center;
}

.list-thumbnails li {
  display: inline-block;
  vertical-align: top;
}

.list-thumbnails .thumbnail-image {
  height: 350px;
  overflow: hidden;
}

.list-thumbnails .thumbnail-image a {
  height: 100%;
  width: auto;
}

.list-thumbnails .thumbnail-image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.list-thumbnails a {
  font-size: 17px;
  text-decoration: none !important;
  line-height: 1.4;
}

.list-thumbnails .thumbnail-image + a {
  margin-top: 10px;
  text-align: left;
}

.list-thumbnails .thumbnail-image img {
  height: 100%;
  width: auto;
  transition: all 0.4s ease-in-out;
}

/* paging info */
.paging-info {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  right: 10px;
  bottom: 0px;
  color: #2A5170;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.paging-info span {
  position: relative;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}

.paging-info span:first-child {
  position: relative;
  font-weight: 600;
  color: #2A5170;
}

.paging-info span:last-of-type {
    position: relative;
}

.paging-info .divider {
  color: #2A5170;
  font-weight: 100;
}


/* Slider images */
.slider-gallery-images {
  padding: 0 120px;
  margin: 0 auto 94px;
  position: relative;
  height: 580px;
}

.slider-gallery-images .slick-track,
.slider-gallery-images .slick-list,
.slider-gallery-images .slider-images {
  height: 100%;
}

.slider-gallery-images .slick-slide img {
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.slider-gallery-images .slick-slide a {
  height: 100%;
  display: block;
}

.slider-images .slick-prev {
  left: -100px;
}

.slider-images .slick-arrow {
    display: inline-flex;
    background: transparent;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 34px;
    height: 48px;
    background: url(../icons/chev-blue.svg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    border: 0;
    transition: all 0.2s ease;
}

.slider-images .slick-next {
  right: -100px;
  transform: translateY(-50%) rotate(180deg); 
}

@media only screen and (min-width: 1025px) {
    .slider-images .slick-arrow:hover {
      background-position: center left !important;
      background: url(../icons/chev-blue-light.svg);
      background-size: contain;
      background-repeat: no-repeat;
    }
}

.scroll-top {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 26px;
    background: #2A5170;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.scroll-top:hover {
    background: #209BE2;
}


/* ================================================================ *\
  Tables wrapper
\* ================================================================ */
.tables-wrapper {
    margin-bottom: 160px;
}

.tables-wrapper .shell {
    display: flex;
    flex-direction: column;
    row-gap: 93px;
}

.tables-wrapper .box h3 {
    text-align: center;
    line-height: 1;
    margin-bottom: 16px;
    font-size: 50px;
    font-weight: 700;
    color: #3C5B5E;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.table-wrapper table {
  width: 100%;
  min-width: 900px;
  font-size: 16px;
  text-align: left;
}

.table-wrapper table thead {
    border-bottom: 1px solid #C1CBD2;
}

.table-wrapper table th {
  padding: 15px 15px 0px 15px;
  line-height: 0.7;
  color: #2A5170;
  font-weight: 600;
  font-size: 16px;
}

.table-wrapper table th:first-child {
    padding-left: 0;
}

.table-wrapper table tbody {
  color: #113151;
}

.table-wrapper table tbody tr:first-child td {
    padding-top: 37px;
}

.table-wrapper table tbody tr:nth-child(even) td {
    color: #5C809B;
}

.table-wrapper table tbody td {
  padding: 5px 15px; 
}

.table-wrapper table tbody td:first-child {
    padding-left: 0;
}

.table-wrapper table tbody td:last-of-type {
    text-align: center;
}

.table-wrapper tbody a {
    color: #C4A079;
    font-weight: 500;
}

.table-wrapper tbody a:hover {
    color: #E2943F;
}

.product-table {
    margin-bottom: 96px;
}

.product-table tbody tr:nth-child(2n) ~ tr {
  display: none;
}

.product-table.expand tbody tr:nth-child(2n) ~ tr {
  display: table-row;
}

.table-bottom {
  margin-top: 20px;
  text-align: right;
}

.show-all {
  color: #113151;
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.show-all:hover {
  text-decoration: underline;
}

.show-all:after {
  content: '';
  width: 10px;
  height: 14px;
  background-image: url(../icons/chevron.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.2s 
  ease-in-out;
  transform: rotate(-180deg);
}

.product-table.expand .show-all:after {
  transform: rotate(90deg);
}

/* Google maps */
.map-wrapper {
    width: 100%;
    height: 555px;
    margin-bottom: 130px;
}

.map-wrapper .map {
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------------ *\
  Sliders
\* ------------------------------------------------------------ */
.boxes.slick-slider {
    display: block;
}

/* slider products */
.slider-double.slick-slider .box {
    margin-left: 100px;
}

.slider-double.slick-initialized .slick-list {
    margin-left: -100px;
}

.boxes .slick-arrow {
    background: url('../icons/chev-blue.svg');
    transition: all 0.2s ease-in-out;
    width: 34px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 1;
    position: absolute;
    border: 0;
    font-size: 0;
    z-index: 10;
    top: 100%;
    bottom: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 90px;
    margin-left: -100px;
}

.boxes .slick-arrow.slick-next {
    transform: translateX(-50%) rotate(180deg);
    margin-left: 100px;
}

@media only screen and (min-width: 1025px) {
    .boxes .slick-arrow:hover {
        background-position: left center;
        background: url('../icons/chev-blue-light.svg');
        background-repeat: no-repeat;
    }
}



/* ------------------------------------------------------------ *\
  Media Queries
\* ------------------------------------------------------------ */
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media only screen and (max-width: 1024px) {
    .footer-nav ul {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer-nav {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 30px;
    }

    .boxes-type-2 .box-content {
        padding: 0 25px;
    }

    .paralax-img {
        left: -55px;
    }
    .section-type-2 .section-img {
        top: -80px;
    }

    .boxes-type-1 {
        padding: 0 3%;
    }

    .boxes-type-1 .box-content {
        padding: 0 20px;
    }

    .section .section-head h3 {
        font-size: 60px;
    }

    .section .section-head h4 {
        font-size: 53px;
    }

    .section .section-head h5 {
        font-size: 48px;
    }

    .boxes-type-4 .box {
        padding: 0 30px;
        column-gap: 40px;
    }

    .boxes-type-4 .box:nth-child(even) {
        padding-left: 30px;
    }

    .section-paralax {
        width: calc(100% - 40px);
        margin-left: 40px;
    }

    .paralax-content {
        padding: 0 20px;
    }

    .paralax-content h3 {
        line-height: 0.9;
        font-size: 70px;
    }

    .paralax-image {
        background-attachment: unset;
    }

    .section-product-lines .section-title {
        font-size: 60px;
    }

    .boxes-type-3 .box-content {
        padding: 0 30px;
    }

    .boxes h3 {
        font-size: 30px;
    }

    .nav-main {
        font-size: 34px;
    }

    .nav-secondary {
        font-size: 28px;
    }

    .main-nav-items {
        padding-left: 6%;
    }

    .scroll-top {
        width: 40px;
        height: 40px;
    }

    .second-nav-items .col-inner {
        padding-left: 20px;
    }

    .active-menu .nav-langs {
        font-size: 20px;
    }

    .active-menu .link-menu {
        margin-left: 0;
    }

    .active-menu .link-menu {
        width: 27px;
        height: 27px;
    }

    .header {
        padding: 40px;
    }

    .header-nav {
        display: none;
    }

    .slide .text-area h2 {
        font-size: 42px;
    }

    .main-slider .slick-arrow {
        top: auto;
        bottom: 50px;
        transform: none;
        display: inline-block !important;
    }

    .main-slider .slide .text-area {
        bottom: 130px;
        gap: 20px;
    }

    .main-slider .slick-arrow.slick-next {
        transform: rotate(180deg);
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media only screen and (max-width: 767px) {
    .header.shrink,
    .header {
        padding: 23px 24px;
    }    

    .nav-langs {
        margin: 0;
    }

    .link-menu {
        margin-left: 25px;
        width: 30px;
        height: 15px;
    }

    .logo {
        width: 120px;
    }

    .active-menu .nav-langs,
    .nav-langs {
        font-size: 16px;
    }

    .nav-langs ul {
        gap: 18px;
    }

    .slide .text-area h2 {
        font-size: 30px;
    }

    .slide .text-area h3 {
        font-size: 20px;
    }

    .main-slider .slide .text-area {
        padding: 0 20px;
    }

    .main-slider .slick-arrow {
        width: 15px;
        height: 30px;
    }

    .active-menu .link-menu {
        margin-left: 30px;
        width: 18.9px;
        height: 18.9px;
    }

    .fullscreen-menu .cols {
        flex-direction: column;
    }

    .fullscreen-menu .cols .col-2of3,
    .fullscreen-menu .cols .col-1of3 {
        width: 100%;
        padding: 0;
    }

    .fullscreen-menu .cols .col-2of3 {
        padding: 85px 45px 39px;
    }

    .second-nav-items .col-inner {
        padding: 0 45px 68px;
    }

    .nav-main {
        font-size: 28px;
    }

    .nav-main .sub-menu {
        font-size: 17px;
    }

    .nav-main .sub-menu li {
        margin: 11px 0 0;
        display: block;
    }

    .collapse-icon {
        width: 18px;
        height: 18px;
        margin-top: 0;
    }

    .nav-secondary {
        display: block;
        font-size: 25px;
    }

    .top-socials {
        justify-content: center;
    }

    .section-welcome {
        padding: 180px 0 130px;
    }

    .section-welcome .section-head img {
        width: 218px;
        margin-bottom: 12px;
    }

    .section-welcome .section-head {
        margin-bottom: 45px;
    }

    .section-welcome .section-head p {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .section-content {
        font-size: 14px;
        padding: 0 20px;
    }

    .section-product-lines .section-title {
        font-size: 26px;
        letter-spacing: 0px;
        margin-bottom: 26px;
    }

    .boxes-type-3 {
        flex-direction: column;
        row-gap: 87px;
    }

    .boxes-type-3 .box {
        width: 100%;
    }

    .boxes-type-3 .box:nth-child(even) {
        margin-top: 0;
    }

    .box-label {
        font-size: 18px;
    }

    .boxes h3 {
        font-size: 28px;
    }

    .boxes-type-3 .box-content {
        padding: 0 34px 0 40px;
    }

    .btn-main {
        font-size: 18px;
    }

    .btn-main span {
        padding: 18px 32px;
    }

    .section-actions {
        margin: 84px 0 121px;
    }

    .section-paralax {
        height: 537px;
    }

    .paralax-content {
        bottom: 65px;
    }

    .paralax-content h3 {
        font-size: 34px;
        letter-spacing: 0;
        line-height: 1.2;
        padding-left: 20px;
    }

    .paralax-content h3 span {
        margin-left: -20px;
    }

    .section-type-1 .section-img {
        top: -30px;
    }

    .section .section-head h3 {
        font-size: 34px;
        padding-left: 20px;
        margin-bottom: 8px;
    }

    .section .section-head h4 {
        font-weight: 300;
        margin-bottom: 10px;
    }

    .section .section-head h4,
    .section .section-head h5 {
        font-size: 24px;
    }

    .section .section-head h5 {
        padding: 0;
        text-align: center;
    }

    .section .section-head-inner {
        padding: 0 10px;
    }

    .section-type-1 .section-head {
        margin-bottom: 98px;
    }

    .boxes-type-4 .box {
        flex-direction: column;
        padding: 0;
    }

    .boxes-type-4 .box:nth-child(even) .box-image-wrapper {
        order: unset;
    }

    .boxes-type-4 {
        row-gap: 80px;
    }

    .boxes-type-4 .box-content {
        padding: 0 24px 0 40px;
        font-size: 15px;
    }

    .boxes-type-4 .box:nth-child(even) .box-image-wrapper,
    .boxes-type-4 .box-image-wrapper {
        min-width: 0;
        width: calc(100vw - 40px);
        margin-right: auto;
        margin-bottom: 12px;
        padding-bottom: 58.15%;
    }

    .boxes-type-4 .box:nth-child(even) .box-image-wrapper {
        margin-right: 0;
        margin-left: auto;
    }

    .boxes-type-4 .box-label {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .boxes h3 {
        font-size: 20px;
    }


    .boxes-type-4 .box:nth-child(even) {
        padding-left: 0;
    }

    .section.section-type-2 .section-head h5 {
        padding-right: 0;
    }

    .section-type-2 .section-img {
        top: -50px;
    }

    .section.section-type-2 .section-head {
        margin-bottom: 118px;
    }

    .boxes-type-1 {
        flex-direction: column;
        padding: 0 40px;
        row-gap: 80px;
    }

    .boxes-type-1 .box {
        width: 100%;
    }

    .boxes-type-1 .box-label {
        font-size: 18px;
    }

    .boxes-type-1 .box-content {
        padding: 0;
    }

    .boxes-type-1 .box:nth-child(even) {
        margin-top: 0;
    }

    .section-text {
        padding: 98px 0 150px;
    }

    .paralax-img {
        width: 189px;
        left: -40px;
    }

    .section.section-type-3 .section-head h5 {
        padding-right: 0;
    }

    .section .boxes-type-2 {
        padding: 0 40px;
    }

    .boxes-type-2 .box-label {
        font-size: 18px;
    }

    .boxes-type-2 .box-content {
        font-size: 15px;
        padding: 0;
    }

    .boxes .slick-arrow {
        width: 30px;
        height: 30px;
        margin-left: -60px;
    }

    .boxes .slick-arrow.slick-next {
        margin-left: 60px;
    }

    .section .boxes-type-2 {
        margin-bottom: 300px;
    }

    .boxes .box-dates {
        left: 0;
    }

    .footer-nav {
        display: none;
    }

    .footer .logo {
        width: 236px;
    }

    .footer {
        padding: 41px 0px 90px;
    }

    .footer-contacts {
        font-size: 20px;
        margin-bottom: 39px;
    }

    .footer-contacts p {
        gap: 4px;
        display: flex;
        flex-direction: column;
    }

    .footer-contacts p {
        margin-top: 12px;
    }

    .footer-socials {
        flex-wrap: wrap;
        max-width: 190px;
        row-gap: 37px;
    }

    .footer-links {
        flex-direction: column;
        row-gap: 22px;
        text-align: center;
    }

    .footer-bottom {
        font-size: 15px;
    }

    .scroll-top {
        width: 30px;
        height: 30px;
        right: 23px;
    }

    .scroll-top img {
        width: 16px;
    }


    /*page content*/
    .page-content {
      padding-inline: 20px;
      font-size: 16px;
      margin-bottom: 100px;
    }

    .page-content .shell {
      padding: 0;
    }

    .page-head h2 {
      font-size: 32px;
      line-height: 1.2;
    }

    .list-icons li {
      width: 40px;
    }

    .list-icons {
      column-gap: 27px;
    }

    .page-nav .page-prev:before {
        margin-right: 4px;
    }

    .article > p {
      font-size: 15px;
      margin-bottom: 45px;
    }

    .page-head {
      margin-bottom: 60px;
    }

    .list-logos {
      display: flex;
      flex-wrap: wrap;
    }

    .list-logos ul li {
      width: 80px;
      margin: 0;
    }

    .list-thumbnails li {
      width: 45%;
    }

    .list-thumbnails ul {
      column-gap: 10%;
      row-gap: 30px;
    }

    .list-thumbnails .thumbnail-image {
      height: auto;
    }

    .slider-gallery-images {
      padding: 0;
    }

    
    .slider-images .slick-arrow {
      top: auto;
      bottom: -59px;
    }

    .slider-images .slick-prev {
      left: 20px;
      margin-left: 0;
    }

    .slider-images .slick-arrow.slick-next {
        left: auto;
        right: 20px;
        margin: 0;
    }


    .article h3 {
      font-size: 24px;
    }

    .article > ul,
    .article > ol {
      font-size: 15px;
      padding-left: 40px;
    }

    a.inserted-file {
      margin-left: 50px;
    }

    .article {
      margin-bottom: 30px;
    }

    .page-nav .page-next:after {
        margin-left: 4px;
    }

    .slider-gallery-images {
        height: 250px;
    }

    .article > ol li:before {
        font-size: 15px;
    }

    .page-bottom {
      flex-direction: column;
      row-gap: 30px;
    }

    .page-price {
        flex-direction: column;
        row-gap: 0px;
        font-size: 16px;
    }

    .page-price .wrapper-price strong {
      font-size: 24px;
    }

    .page-price .wrapper-price span {
      font-size: 20px;
    }

    .page-price .price.price-old:before {
      top: 56%;
    }

    .page-dates span {
      font-size: 22px;
    }

    .page-dates {
        font-size: 18px;
    }

    .page-dates p ~ p:before {
      font-size: 30px;
      font-size: 30px;
      left: -36px;
      top: -10px;
    }

    .page-gallery {
      margin-bottom: 0px;
      padding-inline: 0;
      padding-bottom: 40px;
      margin-top: 60px;
    }

    .page-nav {
        margin-bottom: 66px;
    }

    .page-actions {
        margin-top: 50px;
        flex-direction: column;
        row-gap: 20px;
    }

    .slider-gallery-images .paging-info {
        top: auto;
        bottom: -42px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
    }

    .page-dates strong {
        font-size: 24px;
    }

    .page-actions .btn.btn-main {
        font-size: 26px;
        white-space: nowrap;
        width: 100%;
        max-width: 260px;

    }

    .breadcrumbs {
        margin-bottom: 40px;
    }

    .section-top .section-head {
        padding-left: 0;
    }

    .section-top .section-head h3 {
        font-size: 38px;
    }

    .breadcrumbs + .page-content {
        margin-top: 0;
    }


    .main-slider.main-slider-small {
        height: 350px;
    }

    .page-content > .section-img {
        max-width: 300px;
        top: -133px;
    }

    .nav-arrow,
    .page-nav .nav-arrow {
        width: 30px;
        height: 30px;
    }

    .slider-images .slick-arrow {
        width: 30px;
        height: 30px;
    }
    
    .product-image {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 50px;
  }

  .top-spacer {
      height: 169px;
  }

  .prod-content h2 {
      font-size: 28px;
      margin-bottom: 27px;
  }

  .prod-content-elements > p span,
  .prod-content-elements > p a {
      font-size: 18px;
  }

  .prod-content-inner {
      font-size: 16px;
  }

  .product-info  {
      justify-content: space-between;
      row-gap: 30px;
  }

  .product-info p {
      font-size: 16px;
  }

  .product-info .box {
      width: 45%;
  }

  .prod-characteristics h3 {
      font-size: 28px;
  }

  .prod-characteristics .box {
      columns: 1;
      -webkit-columns: 1;
      -moz-columns: 1;
  }

  .prod-characteristics p {
      align-items: self-start;
  }

  article p + ol, .article p + ol, article p + ul, .article p + ul {
      margin-top: -25px;
  }

  .btn-request {
      width: 100%;
      max-width: 300px;
      min-width: 0;
  }

   .form-product .section-actions {
      padding: 0 20px;
   }

   .form-product {
      margin-bottom: 100px;
   }
}
