@font-face {
    font-family: 'Solway-Bold';
    src: url('../fonts/Solway-Bold/Solway-Bold.eot');
    src: url('../fonts/Solway-Bold/Solway-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Solway-Bold/Solway-Bold.woff2') format('woff2'),
    url('../fonts/Solway-Bold/Solway-Bold.woff') format('woff'),
    url('../fonts/Solway-Bold/Solway-Bold.ttf') format('truetype'),
    url('../fonts/Solway-Bold/Solway-Bold.svg#Solway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Solway-Regular';
    src: url('../fonts/Solway-Regular/Solway-Regular.eot');
    src: url('../fonts/Solway-Regular/Solway-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Solway-Regular/Solway-Regular.woff2') format('woff2'),
    url('../fonts/Solway-Regular/Solway-Regular.woff') format('woff'),
    url('../fonts/Solway-Regular/Solway-Regular.ttf') format('truetype'),
    url('../fonts/Solway-Regular/Solway-Regular.svg#Solway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Solway-Medium';
    src: url('../fonts/Solway-Medium/Solway-Medium.eot');
    src: url('../fonts/Solway-Medium/Solway-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Solway-Medium/Solway-Medium.woff2') format('woff2'),
    url('../fonts/Solway-Medium/Solway-Medium.woff') format('woff'),
    url('../fonts/Solway-Medium/Solway-Medium.ttf') format('truetype'),
    url('../fonts/Solway-Medium/Solway-Medium.svg#Solway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Solway-Light';
    src: url('../fonts/Solway-Light/Solway-Light.eot');
    src: url('../fonts/Solway-Light/Solway-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Solway-Light/Solway-Light.woff2') format('woff2'),
    url('../fonts/Solway-Light/Solway-Light.woff') format('woff'),
    url('../fonts/Solway-Light/Solway-Light.ttf') format('truetype'),
    url('../fonts/Solway-Light/Solway-Light.svg#Solway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Solway-ExtraBold';
    src: url('../fonts/Solway-ExtraBold/Solway-ExtraBold.eot');
    src: url('../fonts/Solway-ExtraBold/Solway-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Solway-ExtraBold/Solway-ExtraBold.woff2') format('woff2'),
    url('../fonts/Solway-ExtraBold/Solway-ExtraBold.woff') format('woff'),
    url('../fonts/Solway-ExtraBold/Solway-ExtraBold.ttf') format('truetype'),
    url('../fonts/Solway-ExtraBold/Solway-ExtraBold.svg#Solway-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Solway-Regular';
    font-size: 20px;
    line-height: 24px;
    color: #322938;
    background: #fffaee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Solway-Medium';
    margin-bottom: 20px;
    color: #322938;
}

h1 {
    font-size: 40px;
    line-height: 46px;
}

h2 {
    font-size: 30px;
    line-height: 34px;
}

h3 {
    font-size: 25px;
    line-height: 29px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h6 {
    font-size: 18px;
    line-height: 22px;
}

p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
}

a {
    color: #f4a127;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

a:active,
a:hover,
a:focus {
    color: #e5771e;
    outline: 0;
    text-decoration: none;
}

strong {
    font-weight: normal;
    font-family: 'Solway-Bold';
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="number"],
textarea {
    display: block;
    width: 100%;
    height: 66px;
    border: 0;
    padding: 0 20px;
    font-size: 20px;
    font-family: 'Solway-Medium';
    color: #322938;
    background-color: #fffaee;
    border-radius: 0;
}

textarea {
    height: 300px;
    padding: 14px 20px;
    resize: none;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
textarea:hover {
    background-color: #fffaee;
    border: 0;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fffaee;
    border: 0;
    box-shadow: none;
}

select {
    border-radius: 0;
    border: 0;
    font-size: 20px;
    font-family: 'Solway-Medium';
    color: #322938;
    background-color: #fffaee;
    height: 66px;
}

button,
input[type="submit"] {
    display: inline-block;
    padding: 0 52px;
    height: 74px;
    line-height: 70px;
    border: 2px solid #322938;
    border-radius: 0;
    color: #322938;
    background: transparent;
    font-size: 20px;
    font-family: 'Solway-Medium';
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
}

button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
    background: #322938;
    color: #fffaee;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}

::-webkit-input-placeholder {
    font-family: 'Solway-Regular';
    opacity: 0.5;
}

:-moz-placeholder {
    font-family: 'Solway-Regular';
    opacity: 0.5;
}

::-moz-placeholder {
    font-family: 'Solway-Regular';
    opacity: 0.5;
}

:-ms-input-placeholder {
    font-family: 'Solway-Regular';
    opacity: 0.5;
}

.row {
    --bs-gutter-x: 1.875rem;
}

.row.g-0, .row.gx-0 {
    --bs-gutter-x: 0;
}

.container-fluid,
.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1203px;
    }
}


.holder {
    float: left;
    width: 100%;
    background: #72a352;
    min-height: 50px;
    margin-top: 10px;
}

.btn-primary {
    display: inline-block;
    padding: 0 44px;
    height: 74px;
    line-height: 70px;
    border: 2px solid #eac761;
    border-radius: 0;
    color: #eac761;
    background: transparent;
    font-size: 20px;
    font-family: 'Solway-Medium';
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #75c8ae;
    border-color: #75c8ae;
    color: #ffffff;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}

.btn-secondary {
    display: inline-block;
    padding: 0 52px;
    height: 74px;
    line-height: 70px;
    border: 2px solid #322938;
    border-radius: 0;
    color: #322938;
    background: transparent;
    font-size: 20px;
    font-family: 'Solway-Medium';
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #322938;
    color: #fffaee;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}


/*=======  header  =======*/

.header-container {
    width: 100%;
    position: relative;
    background: #ffecb4;
}

.header-container .container-fluid {
    padding: 0;
}

.header-block {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.header-left {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 76.55%;
    background: #f4a127;
    position: relative;
}

.header-logo {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 23.45%;
    padding: 22px 50px;
}

.header-logo img {
    display: block;
    max-width: 324px;
    width: 100%;
}

.header-menu {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    padding-right: 34px;
}

.login-btn {
    display: inline-block;
    padding: 0 53px;
    height: 101px;
    line-height: 101px;
    color: #ffecb4;
    font-size: 26px;
    font-family: 'Solway-Medium';
    background: #e5771e;
}

.login-btn:hover,
.login-btn:focus {
    color: #ffffff;
}

.header-menu ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu li {
    margin-left: 40px;
    position: relative;
    padding: 18px 0 10px;
}

.header-menu li:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #e5771e;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.header-menu li:hover:after {
    width: 100%;
}

.header-menu li:first-child {
    margin-left: 0;
}

.header-menu li a {
    color: #fffaee;
    font-size: 26px;
    font-family: 'Solway-Medium';
}

.header-menu li ul {
    position: absolute;
    display: block;
    background: #f4a127;
    padding: 13px 0;
    left: 0;
    top: 100%;
    z-index: 99;
    min-width: 266px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 6px 0 0;
}

.header-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.header-menu li.current > a {
    color: #fffaee;
}

.header-menu li:hover > a {
    color: #fffaee;
}

.header-menu li i {
    font-size: 18px;
    margin-left: 6px;
    color: #fffaee;
}

.header-menu li li {
    width: 100%;
    border-top: 1px solid #e5771e;
    margin: 0;
    padding: 0;
}

.header-menu li li:after {
    display: none;
}

.header-menu li li:first-child {
    border-top: 0;
}

.header-menu li li a {
    display: block;
    font-size: 22px;
    padding: 10px 20px 12px;
}

.header-menu li li a:hover,
.header-menu li li a:focus {
    color: #ffecb4;
}

.menu-btn {
    position: absolute;
    right: 30px;
    top: 40px;
    width: 27px;
    height: 20px;
    display: none;
}

.menu-btn span {
    display: block;
    width: 100%;
    height: 4px;
    background: #322938;
    margin-top: 4px;
}

.menu-btn span:first-child {
    margin-top: 0;
}

.header-left .header-logo,
.header-left .footer-block {
    display: none;
}

.close-btn {
    display: none;
    position: absolute;
    right: 30px;
    top: 36px;
    width: 24px;
    height: 24px;
    font-size: 30px;
    line-height: 24px;
    color: #322938;
    text-align: center;
}


/*=======  content  =======*/

body.menuopened {
    overflow: hidden;
}

.banner-container {
    width: 100%;
    background: #fffaee;
}

.banner-title {
    padding: 50px 0 19px;
    text-align: center;
}

.banner-title h1 {
    margin-bottom: 0;
    color: #7d7769;
}

.banner-image {
    width: 100%;
}

.banner-image img {
    display: block;
    width: 100%;
}

.intro-container {
    width: 100%;
    padding: 43px 0 30px;
    text-align: center;
    background: #75c8ae;
}

.intro-container h1 {
    margin-bottom: 30px;
}

span.light {
    font-family: 'Solway-Light';
}

span.medium {
    font-family: 'Solway-Medium';
}

span.exbold {
    font-family: 'Solway-ExtraBold';
}

.column-container {
    width: 100%;
    overflow: hidden;
}

.left-column {
    width: 100%;
    background: #e5771e;
    padding: 55px 70px 40px 0;
    text-align: left;
    position: relative;
}

.left-column:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    width: 300%;
    height: 100%;
    background: #e5771e;
}

.left-column h2 {
    color: #ffecb4;
    margin-bottom: 36px;
}

.right-column {
    width: 100%;
    background: #eac761;
    padding: 57px 0 40px 95px;
    text-align: right;
    position: relative;
}

.right-column:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: 300%;
    height: 100%;
    background: #eac761;
}

.right-column h3 {
    margin-bottom: 45px;
}

ul.bullets-list {
    width: 100%;
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

ul.bullets-list li {
    padding-left: 17px;
    position: relative;
    color: #ffecb4;
}

ul.bullets-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #ffecb4;
}

ol.ordered-list {
    width: 100%;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    counter-reset: my-counter;
}

ol.ordered-list li {
    padding-left: 25px;
    position: relative;
    color: #ffecb4;
    counter-increment: my-counter;
}

ol.ordered-list li:before {
    position: absolute;
    content: counter(my-counter) ".";
    left: 0;
    top: 1px;
    color: #ffecb4;
}

.content-container {
    width: 100%;
    overflow: hidden;
    background: #fffaee;
}

.content-block {
    width: 80.35%;
    background: #cfc89a;
    position: relative;
    padding: 67px 0 53px 75px;
    text-align: right;
}

.content-block:after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    width: 300%;
    height: 100%;
    background: #cfc89a;
}

.content-block p {
    padding-left: 70px;
}

.h1-title, div.home h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 28px;
}

.content-inner {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}

.image-block {
    max-width: 296px;
    width: 100%;
    position: absolute;
    left: -212px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.image-block img {
    display: block;
    width: 100%;
}

.about-container {
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-content {
    width: 53.55%;
    background: #5a3d2b;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.about-content h2, .about-content h3 {
    color: #eac761;
    max-width: 470px;
    width: 100%;
}

.about-content p {
    color: #eac761;
    margin-bottom: 24px;
}

.about-content .container {
    max-width: 670px;
    padding: 55px 50px 64px 0;
    margin: 0;
}

.image-column {
    width: 23.22%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.image-column img {
    display: block;
}

.image-column.block1 {
    background: #f75e50;
}

.image-column.block2 {
    background: #7d7769;
}

.contact-container {
    width: 100%;
}

.title-block {
    width: 100%;
    padding: 51px 0 63px;
}

.title-block p {
    margin-bottom: 0;
}

.title-block .h1-title {
    margin-bottom: 34px;
}

.contact-block {
    width: 100%;
    background: #eac761;
    padding: 44px 0 70px;
}

.input-field {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 25px;
}

.input-col {
    width: 49.4%;
}

label {
    display: block;
    width: 100%;
    color: #322938;
    font-size: 20px;
    font-family: 'Solway-Bold';
    margin-bottom: 24px;
}

.input-field button {
    margin-top: 25px;
}

.contact-wrapper {
    width: 100%;
    position: relative;
}

.contact-wrapper .image-block {
    left: inherit;
    right: -212px;
    top: inherit;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    bottom: 7px;
    z-index: 99;
}

.image-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 396px;
}

.image-column.block3 {
    background: #cfc89a;
}

.image-container .image-column {
    width: 27.65%;
}

.image-container .image-column.block3 {
    width: 44.7%;
}

.details-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.details-container .image-column {
    width: 37.83%;
}

.details-container .image-column img {
    max-width: 410px;
    width: 100%;
}

.details-block {
    width: 62.17%;
    background: #82d2d8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
    padding: 42px 15px 74px 77px;
}

.details-block .container {
    padding: 0;
    max-width: 730px;
    width: 100%;
    margin: 0;
}

.details-block p {
    padding-left: 30px;
}

.details-block .h1-title {
    margin-bottom: 20px;
}


/*=======  footer  =======*/

.footer-container {
    width: 100%;
    position: relative;
    background: #f4a127;
}

.footer-block {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
    padding: 25px 0;
}

.footer-block p {
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'Solway-Medium';
}

.logo-img {
    display: inline-block;
    margin: 0 22px;
}

.logo-img img {
    display: block;
}
.workinstruction ul, .workinstruction ol {
    list-style-position: inside;
}
.workinstruction ul li::marker, .workinstruction ol li::marker {
    color: #E5771E;
}

.file-download a {
    background-color: #eac761;
    color: #ffffff;
}
