@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=cyrillic,cyrillic-ext');

body {
    font-family: 'Montserrat', sans-serif;
    color: #4E444B;
}

a {
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.5s;
    color: #BC3E7E;
}

a:focus, a:hover {
    color: #6d2449;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.section, section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    background: linear-gradient(99.48deg, #4B2942 0.51%, #BC3E7E 139.87%);
    font-weight: bold;
    color: #fff;
}

.btn-rounded {
    border-radius: 190px !important;
}

.alert-primary {
    color: #fff;
    background: linear-gradient(99.48deg, #4B2942 0.51%, #BC3E7E 139.87%);
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
}

.text-primary {
    color: #BC3E7E !important;
}

.section-title {
    position: absolute;
    left: 30px;
    top: 40%;
    color: #BC3E7E;
    font-size: 32px;
    text-transform: uppercase;
    padding: 20px 0px 0 16px;
    border-left: 2px solid #BC3E7E;
    transform: rotate(-90deg);
    transform-origin: left;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.content {
    text-align: center;
}

.title {
    font-size: 52px;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.title span {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.top-left {
    position: absolute;
    left: 30px;
    top: 30px;
}

.navbar-nav {
    display: inline-block;
    z-index: 8000;
    top: 75%;
    right: 0;
    position: fixed;
    background: #fff;
    transform: rotate(90deg);
    transform-origin: top right;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.navbar-nav > .nav-item > .nav-link:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background: url('data:image/svg+xml;utf8,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="6" height="6" rx="3" fill="%234B2942"/></svg>') center 0.5em no-repeat;
    padding-left: 1em;
}

.navbar-nav > .nav-item {
    display: inline-block;
}

.navbar-nav > .nav-item > .nav-link {
    display: inline-block;
    padding: 20px 25px;
}

.navbar-nav > .nav-item > .active:before {
    background: url('data:image/svg+xml;utf8,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="6" height="6" rx="3" fill="%23fff"/></svg>') center 0.5em no-repeat;
}

.navbar-nav > .nav-item > .active {
    background: #4B2942;
    color: #fff;
}

.navbar-nav > li > a {
    color: #4B2942;
    font-size: 16px;
}

.unions {
    margin: 16px 0;
    white-space: pre-wrap;
}

.unions:before {
    content: '';
    display: inline-block;
    height: 36px;
    width: 36px;
}

.union:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
}

.unions > span, .unions > h5 {
    display: inline-flex;
    padding-left: 16px;
    min-height: 36px;
    vertical-align: bottom;
    margin-bottom: 0;
}

.circles:before {
    background: url('../img/union_1.svg') center center no-repeat;
}
.squares:before {
    background: url('../img/union_2.svg') center center no-repeat;
}
.rhombuses:before {
    background: url('../img/union_3.svg') center center no-repeat;
}
.triangles:before {
    background: url('../img/union_4.svg') center center no-repeat;
}
.white.circles:before {
    background: url('../img/union_11.svg') center center no-repeat;
}
.white.rhombuses:before {
    background: url('../img/union_12.svg') center center no-repeat;
}
.white.squares:before {
    background: url('../img/union_13.svg') center center no-repeat;
}
.white.circle:before {
    background-size: 50% 50%;
    background: url('../img/union_11.svg') 0 -50% no-repeat;
}
.white.rhombus:before {
    transform: rotate(45deg);
    background-size: 50% 50%;
    background: url('../img/union_12.svg') 0 -50% no-repeat;
}
.white.square:before {
    background-size: 50% 50%;
    background: url('../img/union_13.svg') 0 -50% no-repeat;
}

.form-group {
    padding-left: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .75rem 0;
    line-height: 1.5;
    color: #495057;
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    border-radius: 0;
}

.form-control:focus {
    outline: 0;
    color: #BC3E7E;
    box-shadow: none;
    border-color: #BC3E7E;
}

.form-control::placeholder {
    color: #C4C4C4;
}

#banner {
    background: url('../img/bg.jpg') center center;
    position: relative;
    background-size: cover;
}

#services {
    position: relative;
}

#services > .section-title {
    color: #fff;
    border-color: #fff;
    z-index: 55555;
    top: 50%;
}

#services > .row {
    background: url('../img/services_bg.jpg') center center no-repeat;
    position: relative;
    background-size: cover;
    color: #fff;
}

#services ul > li {
    font-size: 14px;
    /*font-style: italic;*/
}

.services {
    padding: 20px;
}

.services1 {
    background-color: rgba(75, 41, 66, 0.75);
}

.services2 {
    background-color: rgba(75, 41, 66, 0.80);
}

.services3 {
    background-color: rgba(75, 41, 66, 0.85);
}

.more {
    text-decoration-line: underline !important;
    text-decoration-style: dashed !important;
}

.social {
    margin: 7px;
}

footer {
    background: #4B2942 url('../img/footer.svg') center center space;
}

footer > div {
    height: 40px;
}

footer > div > h5 {
    padding: 8px;
    vertical-align: middle;
    color: #fff;
    background: #4B2942;
}

.scroll-btn-aria {
    bottom: 10px;
    position: absolute;
}

.scroll-btn-aria .btn-scroll-down {
    position: absolute;
    top: -80px;
    left: 50%;
    line-height: 60px;
    display: block;
    text-align: center;
    transition: all .3s ease-in-out;
}

.scroll-to-top {
    background-color: #4B2942;
    color: #fff;
    border-radius: 1px;
    display: none;
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 9000;
}

.scroll-to-top img {
    width: 32px;
    height: 32px;
    padding: 6px;
}

.onoffswitch {
    width: 64px;
    display: block;
    position: fixed;
    right: 0px;
    top: 35px;
    z-index: 9000;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    background-color: #4B2942;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFF; border-radius: 0px;
    margin-bottom: 0;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 26px;
    font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.onoffswitch-inner:before {
    content: "UA";
    padding-left: 10px;
    background-color: #4B2942; color: #FFF;
}
.onoffswitch-inner:after {
    content: "EN";
    padding-right: 20px;
    background-color: #4B2942; color: #FFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 10px; margin: 0;
    background: #FFF;
    position: absolute; top: 0; bottom: 0;
    right: 55px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

@media only screen and (max-width: 600px) {
    .section, section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-title {
        position: relative;
        left: 0;
        top: 0;
        color: #BC3E7E;
        font-size: 32px;
        text-transform: uppercase;
        padding: 20px 0px 0 16px;
        border-left: 0;
        transform: none;
        transform-origin: 0;
    }

    .section-title span {
        border-bottom: 5px solid #BC3E7E;
    }

    #services .section-title {
        color: #BC3E7E;
        top: 0;
    }

    .scroll-btn-aria .btn-scroll-down {
        top: -120px;
    }

    .unions > span, .unions > h5 {
        width: calc(100% - 52px);
    }
}

@media (min-width: 601px) {
    .navbar-nav {
        top: 90% !important;
    }
}

@media (min-width: 1353px) {
    .services {
        padding: 30px 120px;
    }
    .services2 {
        padding-right: 30px;
    }

    .services3 {
        padding-left: 30px;
    }

    .navbar-nav {
        top: 75% !important;
    }
}

