@font-face {
    font-family: "ermilov";
    src: url("/../fonts/Ermilov.otf");
}
@font-face {
    font-family: "gabriola";
    src: url("/../fonts/gabriola.ttf");
}
/*@font-face {
    font-family: "gabriola";
    src: url('/../fonts/Gabriola.woff2') format('woff2'),
    url('/../fonts/Gabriola.woff') format('woff'),
    url("/../fonts/gabriola.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: "bahnschrift";
    src: url("/../fonts/Bahnschrift.ttf");
}
@font-face {
    font-family: "myriadpro-bold";
    src: url("/../fonts/MYRIADPRO-BOLD.OTF");
}
@font-face {
    font-family: "myriadpro-regular";
    src: url("/../fonts/MYRIADPRO-REGULAR.OTF");
}
main {
    background-color: #fde1a4;
}
.gk-section-title {
    font-family: "ermilov", sans-serif;
}
.gk-section-text {
    font-family: "gabriola", sans-serif;
    color: #003856;
}
.gk-section-text2 {
    font-family: "bahnschrift", sans-serif;
    color: #623d27;
}
.gk-section-text3 {
    font-family: "bahnschrift", sans-serif;
}

.gk-section-color1 {
    color: #c86d35;
}
.gk-section-color2 {
    color: #623d27;
}
.section1 {
    margin-top: 50px;
    min-height: 600px;
    background: url('/../images/gk_bg1.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0px 5px 10px grey;
    position: relative;
    z-index: 3;
}
@media (min-width: 992px) {
    .section1 {
        min-height: 870px;
    }
}
.section2 {
    background-color: #fde1a4;
    background: url('/../images/gk_bg_layer1.jpg');
    background-repeat: no-repeat;
    background-position: 0 -5em;
    background-size: 100% auto;
}
.footer {
    min-height: 400px;
    background-color: #623d27;
    background: url('/../images/gk_bg2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section2_card {
    background-color: #ffd29d;
}
.section2_card img {
    max-height: 80px;
}
.gk_img_background {
    z-index: 2;
}
.dot {
    height: 50px;
    width: 50px;
    background-color: #ca9574;
    border-radius: 50%;
    display: inline-block;
}
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.gk-accordion .accordion-item, .gk-accordion .accordion-button {
    background-color: transparent;
    border: none;
    font-family: "bahnschrift", sans-serif;
    color: #623d27;

}
.gk-accordion .accordion-header {
    border-bottom: 1px solid #623d27;

}
.gk-accordion .accordion-header button {
    outline: 0 !important;
}
.gk-accordion .accordion-body {
    text-align: left;
    padding-left: 3em;
    font-size: 1.2em;
}
.footer-menu {
    list-style: none;
}
.footer-menu a {
    text-decoration: none;
}
.login-form {
    background: url('/../images/gk_bg_item5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 335px; height: 445px;
    right: 5em; top: 5em;
}
.gk-login-font-regular {
    font-family: "myriadpro-regular", sans-serif;
}
.gk-login-font-bold {
    font-family: "myriadpro-bold", sans-serif;
}
.login-form input {
    width: 83%;
    background-color: #ffead2;
}
.login-form input::placeholder {
    font-size: 1.1em;
    color: #c5b5a2;
}
.login-form-btn {
    background-color: #fcc381;
    color: white;
    font-family: "myriadpro-regular", sans-serif;
}
.login-form-btn:hover {
    background-color: #fabe76;
    border-color: #fcc381;
    color: white;
    text-shadow: 0 0 1px #c5b5a2, 0 0 1px #c5b5a2, 0 0 1px #c5b5a2, 0 0 1px #c5b5a2;
}
.forgotten-password-link {
    color: #5f718b;
    font-weight: bold;
    text-decoration: none;
}
.forgotten-password-link:hover {
    color: #54748f;
    border-bottom: 1px solid #5f718b;
}