﻿body {
    overflow-x: hidden;
    width: 100%;
    background: #ffffff;
    background-size: 100% auto;
    padding: 0;
    margin: 0;
    font-family:Arial !important;
}

.Header {
    width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.slider_img {
    width: 100%;
}

.btn_history {
   
    font-size: 3vw;
    background-color: #052F3D;
    margin-left: 43%;
    color: #eee;
    letter-spacing: 0.1vw;
    text-align: center;
    margin-bottom: 0.5vw;
}

.scroll-down {
    background: url("../img/down-arrow-lg.svg") no-repeat center center;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: 30px;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroll-down-light {
    background: url("../img/downArrowLight.svg") no-repeat center center;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: 30px;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sections_light {
    position: relative;
    width: 100%;
    height: 830px;
    padding-bottom: 80px;
    background-color: #c4dce0;
}

.sections_dark {
    position: relative;
    width: 100%;
    height: 750px;
    padding-bottom: 80px;
    background-color: #052F3D;
}

.sections_footer {
    position: relative;
    width: 100%;
    height: 180px;
    padding-bottom: 80px;
    background-color: #BEADAD;
}

.sections_dark_h1 {
    text-align: center;
    color: #999;
    padding-top: 1vw;
    padding-bottom: 1vw;
}


.sections_h1 {
    text-align: center;
    color: #555;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.sections_h4 {
    color: #777;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin: 0 27vw 0vw 27vw;
}

.sections_h5 {
    color: #777;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    margin: 0 27vw 0vw 27vw;
}

.sections_p {
    color: #777;
    text-align: justify;
    font-size: 15px;
    margin: 0 27vw 2vw 27vw;
    line-height: 30px;
}

.hr_style {
    width: 50%;
    text-align: center;
}

#asonamlink {
    color: #e26161;
    text-decoration: none
}


@media only screen and (max-width: 768px) {
    body {
        background-size: 100% auto;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .sections_light {
        height: auto;
    }
    .sections_dark {
        height: auto;
        font-size:18px;
        font-size:0.85rem;
    }
    .sections_p {
        font-size: 0.8rem;
        line-height: 2;
        margin: 0 10vw 0vw 10vw;
    }

    .sections_h1 {
        font-size: 25px
    }

    .sections_h2 {
        font-size: 30px;
        font-size: 1.6rem;
    }

    .sections_h3 {
        font-size: 25px;
        font-size: 1rem;
    }
    .sections_h4, .sections_h5 {
        font-size: 18px;
        font-size: 0.8rem;
    }
    .btn_history {
        margin-left:20%;
        margin-top:15%;
        font-size: 30px;
        font-size: 1.2rem;
    }

    .carousel-caption h3 {
        font-size: 10px;
        font-size: 0.8rem;
    }

    .carousel-caption p {
        font-size: 10px;
        font-size: 0.7rem;
    }

    .scroll-down {
        background: url("../img/down-arrow.svg") no-repeat center center;
        width: 18px;
        height: 20px;
    }

    .scroll-down-light {
        background: url("../img/downArrowSm.svg") no-repeat center center;
        width: 18px;
        height: 20px;
    }

    .sections_dark_h1 {
        font-size: 23px
    }

    .carousel-title {
        font-size: 8px;
    }

    #fosinth {
        font-size: 10px
    }
}
/***************************************************style_menu************************************************************/
.menu li:nth-child(1) a {
    text-decoration: none;
    color: #BEADAD;
    background-color: #052F3D;
}

.menu-toggle {
    font-size: 1.5em;
    /* 1 */
    display: flex;
    position: fixed;
    top: 1.5em;
    left: 1.5em;
    z-index: 100;
    border-radius: 50%;
    flex-direction: column;
    justify-content: space-around;
    width: 3em;
    height: 4em;
    padding: 1em 0.9em;
    margin-bottom: 0.5em;
    background-color: #e6e6e6;
    cursor: pointer;
}
.menu-toggle, .menu-toggle:before, .menu-toggle:after, .menu-toggle span {
    transition: background-color 400ms;
}
.menu-toggle:hover {
    background-color: #000;
}
.menu-toggle:hover::before, .menu-toggle:hover::after, .menu-toggle:hover span {
    background-color: #fff;
}
.menu-toggle:hover::before, .menu-toggle:hover::after, .menu-toggle:before, .menu-toggle:after {
    content: '';
}
.menu-toggle__text {
    overflow: 1;
    text-indent: calc(100% * 4);
    overflow: hidden;
    color: red;
    line-height: 0;
}
.menu-toggle__text, .menu-toggle:before, .menu-toggle:after {
    display: block;
    width: 100%;
    height: 0.125em;
    background-color: black;
}
#menu-toggle {
    display: none;
}
.menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #BAAFB0;
}
.menu__item > a {
    display: block;
    text-decoration: none;
    padding: 0.5em calc(0.5em * 1.8);
    color: #363636;
    transition: all 400ms;
    font-size: 13.3px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

@media (max-width: 768px) {
    .menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 5em;
        right: 1em;
        bottom: 1em;
        left: 1em;
        z-index: 10;
        background-color: #f2f2f2;
        transition: transform 400ms;
        transform-origin: top left;
        transform: translateX(calc(-100% + -1em));
    }
    .menu__item > a {
        background-color: #f2f2f2;
    }
    .menu__item > a:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu-toggle:checked + .menu {
        transform: translateX(0);
    }
}
@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
    .menu {
        display: flex;
    }
    .menu__item a:hover {
        color:#bee5eb;
        text-decoration: none;
    }
}
/*************************************************nav_style******************************************************/
html * {
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: #3e3947;
    text-decoration: none;
}

img {
    max-width: 100%;
}


.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}


.cd-nav-trigger {
    display: none;
}

.no-touch #cd-vertical-nav {
    position: fixed;
    right: 40px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

    .no-touch #cd-vertical-nav li {
        text-align: right;
    }

    .no-touch #cd-vertical-nav a {
        display: inline-block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .no-touch #cd-vertical-nav a:after {
            content: "";
            display: table;
            clear: both;
        }

        .no-touch #cd-vertical-nav a span {
            float: right;
            display: inline-block;
            -webkit-transform: scale(0.6);
            -moz-transform: scale(0.6);
            -ms-transform: scale(0.6);
            -o-transform: scale(0.6);
            transform: scale(0.6);
        }

        .no-touch #cd-vertical-nav a:hover span {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        .no-touch #cd-vertical-nav a:hover .cd-label {
            opacity: 1;
        }

        .no-touch #cd-vertical-nav a.is-selected .cd-dot {
            background-color: #8d7d7d;
        }

    .no-touch #cd-vertical-nav .cd-dot {
        position: relative;
        top: 8px;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background-color: #BEADAD;
        -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
        -moz-transition: -moz-transform 0.2s, background-color 0.5s;
        transition: transform 0.2s, background-color 0.5s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .no-touch #cd-vertical-nav .cd-label {
        position: relative;
        margin-right: 10px;
        padding: .4em .5em;
        color: #8d7d7d;
        font-size: 14px;
        font-size: 0.875rem;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }

/* Touch devices */
.touch .cd-nav-trigger {
    display: block;
    z-index: 2;
    position: fixed;
    bottom: 30px;
    right: 5%;
    height: 44px;
    width: 44px;
    border-radius: 0.25em;
    background: rgba(255, 255, 255, 0.9);
}

    .touch .cd-nav-trigger span {
        position: absolute;
        height: 4px;
        width: 4px;
        background-color: #3e3947;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            background-color: inherit;
            border-radius: inherit;
        }

        .touch .cd-nav-trigger span::before {
            top: -9px;
        }

        .touch .cd-nav-trigger span::after {
            bottom: -9px;
        }

.touch #cd-vertical-nav {
    position: fixed;
    z-index: 1;
    right: 5%;
    bottom: 30px;
    width: 90%;
    max-width: 400px;
    max-height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border-radius: 0.25em;
    background-color: rgba(255, 255, 255, 0.9);
}

    .touch #cd-vertical-nav a {
        display: block;
        padding: 1em;
        border-bottom: 1px solid rgba(62, 57, 71, 0.1);
    }

        .touch #cd-vertical-nav a span:first-child {
            display: none;
        }

        .touch #cd-vertical-nav a.is-selected span:last-child {
            color: #d88683;
        }

    .touch #cd-vertical-nav.open {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

        .touch #cd-vertical-nav.open + .cd-nav-trigger {
            background-color: transparent;
        }

            .touch #cd-vertical-nav.open + .cd-nav-trigger span {
                background-color: rgba(62, 57, 71, 0);
            }

                .touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
                    background-color: #3e3947;
                    height: 3px;
                    width: 20px;
                    border-radius: 0;
                    left: -8px;
                }

                .touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                    top: 1px;
                }

                .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
                    -webkit-transform: rotate(135deg);
                    -moz-transform: rotate(135deg);
                    -ms-transform: rotate(135deg);
                    -o-transform: rotate(135deg);
                    transform: rotate(135deg);
                    bottom: 0;
                }

    .touch #cd-vertical-nav li:last-child a {
        border-bottom: none;
    }

@media only screen and (min-width: 768px) {
    .touch .cd-nav-trigger, .touch #cd-vertical-nav {
        bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    #cd-vertical-nav {
        visibility: hidden;
    }
}
/************************************************************reset**********************************************************/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/******************************************modal_style****************************************************************/
:root {
    --accent: #8fd1f2;
}

[v-cloak] {
    display: none;
}

.boardal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

    .boardal p {
        text-align: justify;
    }

.boardal__mask {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.boardal__wrapper {
    position: relative;
    width: 500px;
    height: 500px;
    background: #fff;
    color: #333;
    display: flex;
    flex-direction: var(--cross, column);
    border-radius: .2em;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1em 2em -1em;
}

.boardal__x {
    cursor: pointer;
    font-size: 2em;
    line-height: .5;
    opacity: .15;
}

    .boardal__x:hover {
        opacity: .65;
    }

.boardal-enter-active, .boardal-leave-active {
    transition: opacity 0.25s;
}

.boardal-enter, .boardal-leave-to {
    opacity: 0;
}

.articleClass {
    flex: 1 1 100%;
    height: 100%;
    display: flex;
    flex-direction: var(--axis, row);
    overflow: hidden;
}

.modal_section {
    width: 100%;
    visibility: hidden;
    flex: 0 0 100%;
    padding: 2em;
    overflow: auto;
    will-change: transform;
    transform: translate(var(--x, 0%), var(--y, 0%));
    transition: transform 300ms ease-out;
    position: relative;
    background-color: #e3f3f6;
}

    .modal_section h2, .modal_section h3, .modal_section h4 .modal_section h5 .modal_section p {
        margin-top: 0;
    }

    .modal_section h4 {
        color: #052F3D;
    }

    .modal_section.current {
        visibility: visible;
    }

.modalFooter {
    position: relative;
    text-align: right;
    display: flex;
    flex-direction: var(--axis-reverse, row-reverse);
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    background: #a59494;
}

    .modalFooter:not(:empty) {
        padding: 1em;
    }

.step-dots {
    display: flex;
    flex-direction: var(--axis, row);
}

.step-dot {
    cursor: pointer;
    width: 1em;
    height: 1em;
    margin: .5ch;
    border-radius: 1em;
    background: currentColor;
    opacity: .2;
    background-color: #052F3D;
    transition: transform 100ms ease-out, opacity 150ms linear;
}

    .step-dot.active {
        opacity: .7;
        box-shadow: 0 0 1em -.25em;
        background-color: #052F3D;
    }

    .step-dot:hover {
        transform: scale(1.2);
    }

.forward-actions,
.back-actions {
    flex: 1;
    display: flex;
    flex-direction: var(--axis, row);
}

.forward-actions {
    justify-content: flex-end;
}

.back-actions {
    justify-content: flex-start;
}

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

.btnModal {
    outline: none;
    line-height: 1;
    cursor: pointer;
    padding: .5em 1.5em;
    border-radius: .35em;
    border: 2px solid rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: transform 50ms ease-out;
    will-change: transform;
}

    .btnModal:active {
        transform: scale(0.95);
    }

    .btnModal:focus {
        border-color: var(--accent);
        box-shadow: 0 0 1em 0 var(--accent);
    }

    .btnModal[disabled] {
        opacity: .2;
        cursor: not-allowed;
    }

    .btnModal.primary {
        border-color: transparent;
        background: transparent;
        font-weight: bold;
    }

        .btnModal.primary:not([disabled]) {
            color: var(--accent);
        }

    .btnModal.accent {
        background: var(--accent);
    }

        .btnModal.accent:not([disabled]) {
            color: #fff;
        }

    .btnModal.secondary {
        border-color: transparent;
        background: transparent;
    }

        .btnModal.secondary:not([disabled]) {
            color: rgba(0, 0, 0, 0.4);
        }

    .btnModal.cancel:not([disabled]) {
        color: var(--accent);
    }

@media only screen and (max-width: 600px) {
    .boardal__wrapper {
        width: 350px;
        height: 350px;
    }
}
/*******************************************footer***********************************************/
.footer_body1 {
    width: 100%;
    background: #BEADAD;
    padding: 0;
    position: relative;
    font-family: Arial;
    height: auto;
}

.box {
    background-color: #C9BFB5;
    width: 100%;
    height: 140px;
    text-align: center;
}


    .box .contacts {
        width: 1200px;
        height: 80px;
        text-align: center;
        background:#ebf9fb;
        border-radius: 3px;
        margin-top: 20px;
        border-radius: 25px;
        display: inline-block;
         }

        .box .contacts:hover {
            background: rgba(196, 220, 224, 0.80);
        }

        .box .contacts i {
            text-decoration: none;
            font-weight: bold;
            font-size: 12px;
            color: #808080;
            position: relative;
            display: block;
            cursor: pointer;
            border-radius: 10px;
            color: #8d7d7d;
        }
        .box .contacts h6{
            text-decoration: none;
            font-weight: bold;
            font-size: 12px;
            color: #808080;
            position: relative;
            display: block;
            cursor: pointer;
            border-radius: 10px;
        }
    
        .icon_footer {
            width: 50px;
            margin-top: 40px;
            margin-bottom: 20px;
        }
/******************************************************media******************************************************/
@media only screen and (max-width: 768px) {
    .box .contacts {
        width: 400px;
        height: 66px;
    }

        .box .contacts i, .box .contacts p {
            font-size: 11px;
            color: #052F3D;
            border-radius: 10px;
        }

    .icon_footer {
        width: 25px;
        margin-top: 20px;
    }

    .box {
        height: 120px;
        background-color: #052F3D
    }

    .footer_body {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .box .contacts {
        width: 270px;
        display: inline-block;
        position:absolute;
        right:10px;
    }

        .box .contacts i:hover, .box .contacts p:hover {
            padding: 6px 0px;
            border-radius: 10px;
        }

        .box .contacts i, .box .contacts p {
            font-size: 10px;
            padding: 0px;
            border-radius: 10px;
        }

    .icon_footer {
        width: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .box {
        height: 90px;
        width: 400px;
    }

    .footer_body1 {
        margin-top: 0px;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px)
{
    .menu__item > a
    {
        font-size: 8px;
    }
}


@media screen and (min-width:992px) and (max-width:1199.98px)
{
    .menu__item > a
    {
        font-size: 10px;
    }
}


