@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.woff2') format('woff2'),
    url('../fonts/Circe-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.woff2') format('woff2'),
    url('../fonts/Circe-Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-ExtraBold.woff2') format('woff2'),
    url('../fonts/Circe-ExtraBold.woff') format('woff');
    font-weight: 800;
}

/*--------General-----*/
body {
    font-size: 16px;
    font-family: Circe, Calibri, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #3D3D3D;
}

h1 {
     font-family: Montserrat, "Arial Black", sans-serif;
     font-weight: 800;
     font-size: 4em;
     line-height: 101.9%;
 }

h2 {
    font-family: Montserrat, "Arial Black", sans-serif;
    font-weight: bold;
    font-size: 3em;
    line-height: 101.9%;
}

.subtitle {
    font-family: Circe, Calibri, sans-serif;
    font-weight: bold;
    font-size: 1.125em;
    color: #464646;
}

.light-text {
    color: #FFFFFF;
}

.accent-text {
    color: #FE9800;
}

a {
    text-decoration: none;
    color: #5B5B5B;
    transition-duration: 350ms;
}

a:hover {
    color: #FFBF60;;
    transition-duration: 350ms;
}

button {
    cursor: pointer;
}

/*--------Overflow-----*/

.box_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background-color: white;
}

body .header {
    overflow: hidden;
    background-color: white;
    position: fixed;
    width: 100% !important;
    box-sizing: border-box;
}

.main {
    overflow: hidden;
    padding-top: 50px;
}

.footer {
    overflow: hidden;
}


/*----------Header-------*/
.wrap_main {
    padding: 0 80px;
}

.header {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    z-index: 900;
}

.logo_header {
    margin-right: 40px;
}

.main-menu__header {
    min-width: 40%;
}

.main-menu__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-menu__item {
    display: inline-block;
}

.main-menu__arrow {
    margin-left: 4px;
    vertical-align: middle;
}

.main-menu__link {
    font-size: 0.875em;
    display: inline-block;
    padding: 25px 0 27px;
    white-space: nowrap;
}

.main-menu__link_active {
    color: #FFBF60;
}

.first-screen__title {
    word-wrap: break-word;
}

/*Submenu*/
.main-menu__catalog {
    cursor: pointer;
}

.main-submenu__list {
    background-color: #fff;
    z-index: 100;
    padding: 20px 40px 40px 20px;
    margin-left: -40px;
    transition-duration: 700ms;
    transform: translateX(-200vw);
    box-shadow: 2px 8px 8px rgba(30, 10, 10, 0.04);
    position: fixed;
    z-index: 900;
}

.main-menu__item:hover .main-submenu__list {
    transition-duration: 700ms;
    transform: translateX(0);
}

.main-submenu__item {
    padding: 10px 20px;
}

.main-submenu__link {
    font-size: 0.875em;
}

.wrap_call {
    display: flex;
    align-items: center;
}

.call {
    margin-left: 40px;
    margin-right: 40px;
    text-align: right;
}

.call__main-phone {
    font-weight: 800;
}

.call__options {
    display: flex;
}

.call__option {
    font-size: 0.750em;
    letter-spacing: 0.06em;
    color: #FFBF60;
    display: inline-block;
    margin-right: 12px;
}

.call__option:last-child {
    margin-right: 0;
}

.btn {
    font-family: Circe, Calibri, sans-serif;
    font-weight: normal;
    font-size: 1.125em;
    line-height: 1.5;
    min-width: 179px;
    max-width: 179px;
    min-height: 40px;
    background-color: #FFBF60;
    border: 2px solid #FFBF60;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    transition-duration: 350ms;
}

.btn:hover {
    background-color: #FE9800;
    border: 2px solid #FE9800;
    transition-duration: 350ms;
}

/*----------------Footer----------*/
.footer {
    background: #232737;
}

.wrap_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 192px;
}

.logo_footer {
    margin-right: 40px;
}

.menu-structure__list {
    column-count: 2;
    column-gap: 53px;
}

.menu-structure__link {
    font-size: 0.875em;
    color: #FFFFFF;
    white-space: nowrap;
}

.call_footer.call {
    margin-left: 0;
    margin-right: 0;
}

.call_footer .call__main-phone {
    font-family: Circe, Calibri, sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    color: #FFFFFF;
}

.call_footer .call__option {
    font-size: 1.125em;
    margin-right: 18px;
}

.call_footer .call__option:last-child {
    margin-right: 0;
}

/*----------First screen---------*/
.first-screen {
    background: linear-gradient(0deg, rgba(48, 48, 48, 0.3), rgba(48, 48, 48, 0.3)),
    url("../img/bg-main.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.first-screen_general {
    padding-top: 58px;
    padding-bottom: 57px;
}

/*-------------Breadcrumbs---------*/
.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__link {
    font-family: Circe, Calibri, sans-serif;
    font-weight: bold;
    font-size: 0.875em;
    color: #3D3D3D;
}

.breadcrumbs__link_active {
    color: #FE9800;
}

.breadcrumbs__link:before {
    content: '\2022';
    margin: 0 8px 0 4px;
}

.breadcrumbs__item:first-child .breadcrumbs__link:before {
    content: none;
}

/*-------------Modal windows------*/
/*Call order*/
.form-call-order {
    width: 953px;
    position: absolute;
    z-index: 1000;
    background-color: rgba(37, 40, 53, 0.9);
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, 0);
    transition-duration: 700ms;
    display: flex;
    justify-content: space-between;
}

.modal__cross {
    margin-left: auto;
    margin-right: 0;
    display: block;
    border: none;
    background-color: transparent;
    padding: 20px 20px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transition-duration: 350ms;
}

.modal__cross:hover {
    transform: scale(1.1);
    transition-duration: 350ms;
}

.modal-call-order__text {
    padding: 62px 39px 51px 53px;
}

.form-call-order__subtitle {
    font-size: 0.875em;
    margin-bottom: 2.51px;
}

.form-call-order__title {
    font-size: 2.750em;
    line-height: 101.9%;
    margin-bottom: 10px;
}

.form-call-order__desc {
    color: #FFFFFF;
    margin-bottom: 24px
}

.wrap-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.wrap-input:first-child {
    margin-right: 21px;
}

.form-call-order__label {
    font-size: 0.750em;
    line-height: 101.9%;
    color: #FFCD83;
    display: block;
    margin-bottom: 4px;
}

.form-call-order__input {
    width: 217.73px;
    height: 21.18px;
    box-shadow: inset 1.32361px 2.64722px 2.64722px rgba(0, 0, 0, 0.16);
    border: none;
    box-sizing: border-box;
    padding-left: 5px;
}

.modal-call-order__bg {
    width: 404px;
    height: 370px;
    background-image: url("../img/bg-call-order.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-call-order__submit {
    font-family: Circe, Calibri, sans-serif;
    font-weight: bold;
    font-size: 0.750em;
    background: #FFBF60;
    box-shadow: 0px 2.64722px 2.64722px rgba(0, 0, 0, 0.25);
    border-radius: 3.97083px;
    box-sizing: border-box;
    border: none;
    width: 118.46px;
    height: 26.47px;
}

.form-call-order__submit:hover {
    background: #FE9800;
}

/*Modal window thanks*/
.modal__window_thanks {
    width: 670px;
    position: absolute;
    z-index: 1000;
    background-color: rgba(37, 40, 53, 0.9);
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, 0);
    transition-duration: 700ms;
    padding: 74px 160px 42px 53px;
}

.modal__subtitle {
    font-size: 0.875em;
    margin-bottom: 8px;
}

.modal__title {
    font-size: 2.750em;
    line-height: 101.9%;
    margin-bottom: 10px;
}

.modal__desc {
    color: #FFFFFF;
    margin-bottom: 21px
}

.modal__btn_continue {
    width: 88px;
    height: 26px;
    font-family: Circe, Calibri, sans-serif;
    font-weight: bold;
    font-size: 0.750em;
    background: #FFBF60;
    box-shadow: 0px 2.64722px 2.64722px rgba(0, 0, 0, 0.25);
    border-radius: 3.97083px;
    box-sizing: border-box;
    border: none;
}

.modal__btn_continue:hover {
    background: #FE9800;
}

/*For JS modals*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    transform: translate(0, -100vw);
    transition-duration: 700ms;
}

/*-----404------*/
.error {
    width: 100%;
    height: 100vh;
    background-color: #FFBF60;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error__title {
    margin-top: -100px;
    margin-bottom: 20px;
}

.error__subtitle {
    font-family: Montserrat, "Arial Black", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 65px;
}

.error__link {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #515679;
    text-decoration: none;
    padding-bottom: 7px;
    border-bottom: 1px solid #515679;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08), 0px 4px 6px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.error__link:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.08);
}

.galleries {
    margin: 20px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    list-style: none;
}