/* Start:/local/templates/.default/assets/vendor/bootstrap/css/bootstrap.css?1551587947138204*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


ul {
    margin-bottom: 1rem
}


ul {
    margin-top: 0
}


ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}



pre {
    margin-top: 0;
    margin-bottom: 1rem;
     overflow: auto; 
     -ms-overflow-style: scrollbar 
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
     overflow: hidden 
}

table {
    border-collapse: collapse
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
     overflow: visible 
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
     overflow: auto; 
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h5,
h1,
h2,
h3,
h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}
@keyframes belissaLogo {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-6,
.col-12,
.col-lg-4,
.col-lg-8,
.col-md-2,
.col-md-3,
.col-md-6,
.col-md-8,
.col-md-12,
.col-sm-12,
.col-xl-4,
.col-xl-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media (min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table .table {
    background-color: #fff
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}


.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

/* .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
} */

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}


.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

@media (min-width:1200px) {
    /* .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    } */
}

/* .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
} */

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

@keyframes a {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
     overflow: hidden; 
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress {
    display: flex
}

.media {
    display: flex;
    align-items: flex-start
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.border {
    border: 1px solid #dee2e6!important
}

.rounded {
    border-radius: .25rem!important
}

.d-none {
    display: none!important
}

@media (min-width:768px) {
    .d-md-block {
        display: block!important
    }
}

.flex-column {
    flex-direction: column!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.align-items-center {
    align-items: center!important
}

.h-100 {
    height: 100%!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.p-0 {
    padding: 0!important
}

.p-4 {
    padding: 1.5rem!important
}


.py-5 {
    padding-top: 3rem!important
}


.py-5 {
    padding-bottom: 3rem!important
}

.text-justify {
    text-align: justify!important
}

.text-center {
    text-align: center!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
     :after,
     :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    pre {
        white-space: pre-wrap!important
    }
    
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    img {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .table {
        border-collapse: collapse!important
    }
}


/* End */


/* Start:/local/templates/.default/assets/fonts/font-awesome/css/font-awesome.min.css?155158794631000*/


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('https://germanstudio.az/local/templates/.default/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://germanstudio.az/local/templates/.default/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot?') format('embedded-opentype'), url('https://germanstudio.az/local/templates/.default/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://germanstudio.az/local/templates/.default/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://germanstudio.az/local/templates/.default/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://germanstudio.az/local/templates/.default/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa-2x {
    font-size: 2em
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}


.fa-facebook:before {
    content: "\f09a"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-instagram:before {
    content: "\f16d"
}


/* End */


/* Start:/local/templates/.default/assets/vendor/slick/slick.css?15515879471297*/


/* End */


/* Start:/local/templates/.default/assets/vendor/magnific-popup/dist/magnific-popup.css?15515879476951*/


/* Magnific Popup CSS */

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* Main image in popup */


/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
}


/* End */


/* Start:/local/templates/.default/assets/css/template-styles.css?156465108596678*/

@charset "UTF-8";

ul.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5em
}

ul.list li {
    position: relative
}

@media (max-width:992px) {
    ul.list li {
        padding-left: 25px
    }
}

ul.list li:before {
    display: inline-block;
    position: absolute;
    left: -20px;
    width: 20px;
    color: #f3b608;
    font-size: 6px;
    line-height: 24px;
    content: "\f111";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome
}

@media (max-width:992px) {
    ul.list li:before {
        left: 0
    }
}

.section-title {
    text-transform: inherit;;
    color: #181818;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 30px;
    padding: 0
}

.section-title span {
    display: block;
    color: #f3b608;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 30px
}

.section-title span:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #f3b608;
    width: 96px;
    transform: translateY(-4px);
    margin-left: 100px
}

@media (max-width:575.98px) {
    .section-title {
        font-weight: 900;
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 30px
    }
    .section-title span {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        margin-bottom: 20px
    }
    .section-title span:after {
        margin-left: 40px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .section-title {
        font-weight: 900;
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 40px
    }
    .section-title span {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        margin-bottom: 30px
    }
    .section-title span:after {
        margin-left: 80px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-title {
        font-weight: 900;
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 40px
    }
    .section-title span {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        margin-bottom: 30px
    }
    .section-title span:after {
        margin-left: 80px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .section-title {
        font-weight: 900;
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 40px
    }
    .section-title span {
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        margin-bottom: 30px
    }
    .section-title span:after {
        margin-left: 80px
    }
}

img {
    max-width: 100%;
    height: auto
}

figure {
    margin: 0
}

table {
    background-color: transparent
}

.table {
    width: 100%;
    max-width: 100%
}


/*.line-decoration .line-decoration__slider .line-decoration__inner:after {
    content: "";
    display: block;
    width: 32px;
    height: 8px;
    background-color: #006da9;
    border-radius: 0;
    position: absolute;
    transform: translate3d(-32px, 8px, 0)
    }*/

.btn {
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    text-transform: inherit;;
    transition: all .3s ease;
    padding: 13px 42px;
    font-size: 11px;
    line-height: 1.5em;
    border-radius: 0
}


.btn:focus,
.btn:hover {
    color: #fff
}


.btn:active {
    box-shadow: none
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f3b608;
    border-color: transparent
}


.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #9f7705;
    border-color: transparent
}


.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}


.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #f3b608;
    border-color: transparent
}

.btn-lg {
    padding: 14px 0px;
    font-size: 12px;
    line-height: 1.45em;
    border-radius: 0;
    width: 280px;
    margin-right: 10px;
}

.btn-outline {
    background-color: transparent
}

.btn-outline.btn-primary {
    border-color: #febb02;
    color: #febb02;
    border-width: 2px
}

.btn-outline.btn-primary:hover {
    background-color: #febb02;
    border-color: #febb02;
    color: #fff
}

.label {
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    padding: .5em 1.1em;
    font-size: 8px;
    font-family: Montserrat, sans-serif;
    text-transform: inherit;
}

.label,
a.label:focus,
a.label:hover {
    color: #fff
}

label {
    font-size: 11px;
    text-transform: inherit;;
    font-family: Montserrat, sans-serif;
    color: #181818;
    margin-bottom: 9px;
    font-weight: 700
}

label .required {
    color: #f3b608
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 16px;
    line-height: 1.73333;
    font-size: 14px;
    color: #181818;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 2px;
    box-shadow: none;
    transition: border-color .15s ease-in-out
}

.form-control:not(textarea) {
    height: 52px
}

.form-control:focus {
    color: #181818;
    background-color: #fff;
    border-color: #f3b608;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: hsla(217, 4%, 62%, .6);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: hsla(217, 4%, 62%, .6)
}

.form-control::-webkit-input-placeholder {
    color: hsla(217, 4%, 62%, .6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #e4e7ed;
    border-color: #e4e7ed
}

.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
    color: hsla(217, 4%, 62%, .4);
    opacity: 1
}

.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
    color: hsla(217, 4%, 62%, .4)
}

.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
    color: hsla(217, 4%, 62%, .4)
}

select.form-control {
    border-radius: 2px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%2331404b' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-position: right 1em center;
    background-repeat: no-repeat;
    padding-right: 2.2em;
    background-size: 6px 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: hsla(217, 4%, 62%, .4)
}

select.form-control::-ms-expand {
    display: none
}

select.form-control:not([size]):not([multiple]) {
    height: 52px
}

.checkbox {
    position: relative;
    margin: 0;
    font-weight: 700
}

.checkbox input[type=checkbox] {
    display: none
}

.switch {
    white-space: nowrap
}

/*.slick-next,
.slick-prev {
    position: absolute;
    z-index: 1;
    display: block;
    height: 30px;
    width: 14px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 0;
    background-color: transparent
}*/

body,
html {
    height: 100%;
    padding: 0;
    margin: 0
}

html {
     overflow-x: hidden 
}

body {
    background-color: #fff;
    color: #181818;
    font-size: 14px;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

.header {
    width: 100%;
    /*position: absolute;*/
    /*z-index: 10*/
}

@keyframes a {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    50% {
        transform: translateY(20px);
        opacity: 1
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes b {
    0% {
        margin-top: -120px;
        opacity: 0
    }
    50% {
        margin-top: -64px;
        opacity: 0
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

.footer {
    background-color: #000;
    font-size: 12px;
    line-height: 27px;
    color: #646464;
    font-weight: 700
}

.footer p {
    margin: 0;
    padding: 0
}

@media (max-width:575.98px) {
    .footer {
        font-size: 10px;
        line-height: 14px
    }
}

.documents {
    padding: 0;
    margin: 0;
    list-style: none
}

.slider {
    position: relative;
    
    max-height: 1000px;
    width: 100%
}

.slider:before {
    top: 8px;
    z-index: 2;
    background-image: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .5));
    opacity: .99
}

/*.slider:after,
.slider:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}*/

.slider:after {
    top: 0;
    z-index: 1;
    background: url(https://germanstudio.az/local/templates/.default/assets/images/bg/whirlpool.png);
    opacity: .25
}

.slider .slide__text {
    display: block;
    position: relative;
    z-index: 4
}
/*
section {
    width: 100%;
    min-height: 500px;
    background-color: lightgray;
}*/


/* navbar */

header {
    height: 115px;
    position: relative;
    z-index: 999;
}

nav.navbar {
    position: relative;
    width: 100%;
    height: 100%;
}

nav.navbar ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

nav.navbar ul li {
    list-style-type: none;
    position: relative;
    margin-right: 15px;
}


.arr {
    margin-left: 5px;
    width: 10px;
    margin-top: 2px;
}

.first {
    width: 210px;
    margin-left: 5rem;
}

.contact {
    width: 100%;
    height: 100%;
}

.language {
    width: 100px;
}

.down {
    font-size: 13px;
    margin-left: 4px;
}

.lang a,
.lang i {
    color: #febb02;
    margin: 0 3px;
    font-weight: 600;
}

.lang:hover a {
    color: #febb02 !important;
}

nav.navbar ul li a:hover {
    color: white;
}

nav.navbar ul li ul {
    position: absolute;
    left: -120px;
    top: 90%;
    z-index: 9;
    height: unset;
    display: none;
    flex-wrap: wrap;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    background-color: #151515;
}

nav.navbar ul li ul li a {
    width: 260px;
    text-align: right;
    padding: 15px 0;
    text-decoration: none;
    color: #fff;
    transition: .27s;
    display: block;
    border-bottom: 1px solid #525452;
    font-size: 11px;
}

nav.navbar ul li ul li a:hover {
    color: white;
}

nav.navbar ul li:hover ul {
    display: flex;
}
.hidden{
    display: none;
}
/* */
@media screen and (max-width: 1365px) {
    .btn-lg{
        width: 260px;
    }
}
li{
    color: #fff;
}
@media screen and (max-width: 1023px) {
    nav.navbar {
        transition: .27s;
        width: 70%;
        display: block;
        /*display: none;*/
        background-color: #151515;
        min-height: 100vh;
        /*position: absolute;*/
        position: fixed;
        /*top: 20%;*/
        top: 0;
        right: -70%;
        
        overflow-y: scroll;
    }
    .body{
        background-repeat: repeat!important;
    }
    .line{
        display: none;
    }
    .link{
        margin-top: 40px;
    }
    .right {
        right: 0% !important;
    }
    nav.navbar ul {
         overflow: auto; 
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .first {
        width: 100%;
        margin: 0;
        font-size: 15px;
        margin: 2% 0 0 2%;
    }
    .contact {
        width: 100%;
    }
    .language {
        width: 100%;
    }
    nav.navbar ul li ul {
        position: absolute;
        left: -50%;
        top: 90%;
        padding: 0;
        background-color: #3d3737;
    }
    nav.navbar ul li {
        padding: 1% 0;
    }
    nav.navbar ul li ul li a {
        width: 200px;
        height: 60px;
        font-size: 12px;
        padding: 0;
        left: 0;
    }
    
    .btn-lg{
        width: 260px;
    }
    .search {
        left: 8%;
        width: 70%;
    }
}

.slider .slide__text:before {
    position: absolute;
    display: block;
    width: 100px;
    height: 140px;
    top: 55px;
    left: -130px;
    border-bottom: 2px solid hsla(0, 0%, 100%, .25);
    font-size: 90px;
    line-height: 90px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 4
}

.slider .slide__text .slide__title {
    font-size: 42px;
    font-weight: 600;
    color: #fff
}

.slider .slide__text .slide__title span {
    color: #febb02;
    display: block
}

.slider .slide__text .slide__desc {
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}

.slider .slide__text .btn {
    margin-top: 25px
}

.slider .slide__static {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.slider .slide__static .slide__text {
    position: relative;
    top: 30%;
    width: 350px;
    margin-right: 70px
}

.slider .slide_dynamic {
    width: 100%;
    flex-direction: row
}

.slider .slide_dynamic,
.slider .slide_dynamic .dynamic__item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: stretch
}

.slider .slide_dynamic .dynamic__item {
    flex-direction: column;
    flex-basis: 33.33%;
    transition: .7s;
    color: #fff;
    background-position: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
     overflow: hidden 
}

.slider .slide_dynamic .dynamic__item:hover {
    flex-basis: 100%
}

.slider .slide_dynamic .dynamic__item:hover .slide__preview {
    display: none;
    transition: .7s
}

.slider .slide_dynamic .dynamic__item:hover .slide__text {
    display: block;
    top: 30%;
    width: auto;
    min-width: 300px;
    margin: 0 40px 0 170px
}

.slider .slide_dynamic .dynamic__item .slide__text {
    display: none
}

.slider .slide_dynamic .slide__preview {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    z-index: 4;
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
    text-transform: inherit;;
    transform: rotate(270deg)
}

.slider .slide_dynamic .slide__preview span {
    display: block;
    position: relative
}

.slider .slide_dynamic .slide__preview span:before {
    content: attr(data-text);
    position: absolute;
    left: -10%;
    font-size: 132px;
    color: #fff;
    opacity: .07
}

.slide__item--1 {
    background-color: #febb02;
    border-top: 8px solid #febb02
}

.slide__item--1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*background-image: linear-gradient(15deg, #006fbc, rgba(0, 111, 188, 0) 75%, rgba(0, 111, 188, 0) 99%)*/
    background-color: #1f1e1c;
    opacity: .6;
}

.slide__item--1 .slide__text:before {
    content: "1"
}

.slide__item--2 {
    background-color: #febb02;
    border-top: 8px solid #febb02
}

.slide__item--2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*background-image: linear-gradient(15deg, #11222f, rgba(17, 34, 47, 0) 75%, rgba(17, 34, 47, 0) 99%)*/
    background-color: #1f1e1c;
    opacity: .6;
}

.slide__item--2 .slide__text:before {
    content: "2"
}

.slide__item--3 {
    background-color: #febb02;
    border-top: 8px solid #febb02
}

.slide__item--3:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*background-image: linear-gradient(15deg, #be7f00, rgba(190, 127, 0, 0) 75%, rgba(190, 127, 0, 0) 99%)*/
    background-color: #1f1e1c;
    opacity: .6;
}

.slide__item--3 .slide__text:before {
    content: "3"
}

.door:before {
    content: "5"!important;
}

.slide__item--4 {
    background-color: #febb02;
    border-top: 8px solid #febb02
}

.slide__item--4:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*background-image: linear-gradient(15deg, #03403c, rgba(3, 64, 60, 0) 75%, rgba(3, 64, 60, 0) 99%)*/
    background-color: #1f1e1c;
    opacity: .6;
}

.slide__item--4 .slide__text:before {
    content: "4"
}

.slide__item--6 .slide__text:before {
    content: "6" !important;
}

@media (max-width:575.98px) {
    .slider {
        position: relative;
        height: 200vh;
        max-height: 2000px
    }
    .slider .h-100 {
        height: auto!important
    }
    .slider .slide__text {
        display: block;
        position: relative;
        z-index: 4
    }
    .slider .slide__text:before {
        width: 30px;
        height: 60px;
        top: 0;
        left: -40px;
        font-size: 30px;
        line-height: 30px;
        font-weight: 400
    }
    .slider .slide__text .slide__title {
        font-size: 18px;
        font-weight: 700
    }
    .slider .slide__text .slide__desc {
        margin-top: 10px;
        font-size: 11px;
        font-weight: 400;
        line-height: 19px
    }
    .slider .slide__text .btn {
        margin-top: 10px
    }
    .slider .slide__text .btn-lg {
        padding: 10px 20px;
        font-size: 10px;
        line-height: 1em
    }
    .slider .slide__static {
        position: relative;
        height: 100vh;
        display: flex;
        flex-direction: column
    }
    .slider .slide__static .slide__text {
        position: relative;
        width: 250px;
        top: 0;
        margin: auto
    }
    .slider .slide_dynamic {
        height: 100vh
    }
    .slider .slide_dynamic,
    .slider .slide_dynamic .dynamic__item {
        position: relative;
        display: flex;
        flex-direction: column
    }
    .slider .slide_dynamic .dynamic__item {
        height: 100%;
        flex-basis: 33.33%
    }
    .slider .slide_dynamic .dynamic__item:hover {
        flex-basis: 100%
    }
    .slider .slide_dynamic .dynamic__item:hover .slide__preview {
        display: none;
        transition: .7s
    }
    .slider .slide_dynamic .dynamic__item:hover .slide__text {
        display: block;
        top: .01%;
        width: 250px;
        min-width: 250px;
        margin: auto
    }
    .slider .slide_dynamic .dynamic__item .slide__text {
        display: none
    }
    .slider .slide_dynamic .slide__preview {
        position: absolute;
        top: 45%;
        width: 100%;
        height: 100%;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        transform: none;
        text-align: center
    }
    .slider .slide_dynamic .slide__preview span {
        display: inline-block
    }
    .slider .slide_dynamic .slide__preview span:before {
        left: -50%;
        top: -50%;
        font-size: 90px;
        opacity: .07
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .slider {
        position: relative;
        height: 200vh;
        max-height: 2000px
    }
    .slider .h-100 {
        height: auto!important
    }
    .slider .slide__text {
        display: block;
        position: relative;
        z-index: 4
    }
    .slider .slide__text:before {
        width: 40px;
        height: 80px;
        top: -5px;
        left: -60px;
        font-size: 40px;
        line-height: 40px;
        font-weight: 400
    }
    .slider .slide__text .slide__title {
        font-size: 18px;
        font-weight: 700
    }
    .slider .slide__text .slide__desc {
        margin-top: 10px;
        font-size: 11px;
        font-weight: 400;
        line-height: 19px
    }
    .slider .slide__text .btn {
        margin-top: 10px
    }
    .slider .slide__text .btn-lg {
        padding: 10px 20px;
        font-size: 10px;
        line-height: 1em
    }
    .slider .slide__static {
        position: relative;
        height: 100vh;
        display: flex;
        flex-direction: column
    }
    .slider .slide__static .slide__text {
        position: relative;
        width: 400px;
        margin: 0 auto
    }
    .slider .slide_dynamic {
        height: 100vh
    }
    .slider .slide_dynamic,
    .slider .slide_dynamic .dynamic__item {
        position: relative;
        display: flex;
        flex-direction: column
    }
    .slider .slide_dynamic .dynamic__item {
        height: 100%;
        flex-basis: 33.33%
    }
    .slider .slide_dynamic .dynamic__item:hover {
        flex-basis: 100%
    }
    .slider .slide_dynamic .dynamic__item:hover .slide__preview {
        display: none;
        transition: .7s
    }
    .slider .slide_dynamic .dynamic__item:hover .slide__text {
        display: block;
        top: 1%;
        width: 400px;
        margin: 20px auto
    }
    .slider .slide_dynamic .dynamic__item .slide__text {
        display: none
    }
    .slider .slide_dynamic .slide__preview {
        position: absolute;
        top: 45%;
        width: 100%;
        height: 100%;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        transform: none;
        text-align: center
    }
    .slider .slide_dynamic .slide__preview span {
        display: inline-block
    }
    .slider .slide_dynamic .slide__preview span:before {
        left: -50%;
        top: -50%;
        font-size: 90px;
        opacity: .07
    }
}

@media (min-width:992px) and (max-width:1279.98px) {
    .slider .slide__text:before {
        width: 40px;
        height: 70px;
        top: 0;
        left: -60px;
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        z-index: 4
    }
    .slider .slide__text .slide__title {
        font-size: 20px;
        font-weight: 600
    }
    .slider .slide__text .slide__desc {
        margin-top: 20px;
        font-size: 11px;
        font-weight: 400;
        line-height: 21px
    }
    .slider .slide__text .btn {
        margin-top: 30px
    }
    .slider .slide__text .btn-lg {
        padding: 15px 25px;
        font-size: 11px;
        line-height: 1.05em
    }
    .slider .slide__static .slide__text {
        top: 30%;
        width: 270px;
        margin-right: 20px
    }
    .slider .slide_dynamic .dynamic__item:hover .slide__text {
        top: 30%;
        width: auto;
        min-width: 200px;
        margin: 0 20px 0 80px
    }
    .slider .slide_dynamic .slide__preview {
        top: 47.2%;
        font-size: 28px;
        font-weight: 600;
        line-height: 28px
    }
    .slider .slide_dynamic .slide__preview span:before {
        left: -10%;
        font-size: 100px
    }
}

@media (min-width:1280px) and (max-width:1365.98px) {
    .slider .slide__text:before {
        width: 60px;
        height: 90px;
        top: 0;
        left: -80px;
        font-size: 50px;
        line-height: 50px;
        font-weight: 400;
        z-index: 4
    }
    .slider .slide__text .slide__title {
        font-size: 27px;
        font-weight: 600
    }
    .slider .slide__text .slide__desc {
        margin-top: 20px;
        font-size: 12px;
        font-weight: 600;
        line-height: 22px
    }
    .slider .slide__text .btn {
        margin-top: 50px
    }
    .slider .slide__static .slide__text {
        top: 30%;
        width: 330px;
        margin-right: 80px
    }
    .slider .slide_dynamic .dynamic__item:hover .slide__text {
        top: 30%;
        width: auto;
        min-width: 200px;
        margin: 0 20px 0 100px
    }
    .slider .slide_dynamic .slide__preview {
        top: 55.5%;
        font-size: 32px;
        font-weight: 600;
        line-height: 32px
    }
    .slider .slide_dynamic .slide__preview span:before {
        left: -10%;
        font-size: 132px
    }
}

@media (min-width:1366px) and (max-width:1600px) {
    
    .first {
        margin-left: 1rem;
    }
    nav.navbar ul li {
        margin-right: 10px;
    }
    header {
        height: 88px;
    }
}
@media (max-width: 1366px){
    /* .first{
        margin-left: -2rem;
    } */
    nav.navbar ul li{
        margin-right: 0px;
    }
    header{
        height: 79px;
    }
    nav.navbar ul li ul li a{
        padding: 15px;
    }
}
@media (min-width: 1024px) and (max-width: 1365px){
    .slider .slide_dynamic .slide__preview{
        height: 180px;
        top: 25.2%;
        width: 380px;

    }
}
@media (min-width:1366px) and (max-width:1919.98px) {
    .slider .slide__text:before {
        width: 70px;
        height: 100px;
        top: 30px;
        left: -70px;
        font-size: 60px;
        line-height: 60px;
        font-weight: 400;
        z-index: 4
    }
    .slider .slide__text .slide__title {
        font-size: 30px;
        font-weight: 600
    }
    .slider .slide__text .slide__desc {
        margin-top: 20px;
        font-size: 15px;
        font-weight: normal;
        line-height: 22px;
        font-family: 'Poppins', sans-serif;
    }
    .slider .slide__text .slide__desc span {
        font-weight: bolder;
    }
    .slider .slide__text .btn {
        margin-top: 15px
    }
    .slider .slide__static .slide__text {
        top: 30%;
        width: 350px;
        margin-right: 35px
    }
    .slider .slide_dynamic .dynamic__item:hover .slide__text {
        top: 30%;
        width: auto;
        min-width: 200px;
        /*margin: 0 30px 0 120px;*/
        margin: 0 30px 0 90px;
    }
    .slider .slide_dynamic .slide__preview {
        top: 45.5%;
        font-size: 32px;
        font-weight: 600;
        line-height: 32px;
        width: 440px;
        /*left: -85px;*/
        left: -120px;
        height: 50px;
}
    }
    .slider .slide_dynamic .slide__preview span:before {
        left: -10%;
        font-size: 132px
    }


@media (min-width:1920px) and (max-width:2047.98px) {
    .slider .slide_dynamic .dynamic__item:hover .slide__text {
        width: auto;
        min-width: 250px;
        margin: 0 40px 0 170px
    }
    .slider .slide_dynamic .slide__preview {
        top: 57%
    }
}

.years {
    z-index: 5;
    top: 50px;
    left: 60px;
    width: 730px
}

@media (max-width:767.98px) {
    .years {
        top: 0;
        left: 0;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .years {
        top: 0;
        left: 0;
        width: 480px
    }
}

.brace {
    width: 100%;
    height: 100%;
    background: url(https://germanstudio.az/local/templates/.default/assets/images/brace.svg) no-repeat
}

.brace,
.counter {
    position: relative
}

.counter {
    min-height: 60px
}

.counter .timer {
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 5px
}

.counter .timer:before {
    padding: 0 10px 0 0;
    content: attr(data-currency)
}

.counter .timer:after {
    padding: 0 0 0 10px;
    content: attr(data-number);
    font-size: 18px
}

.counter label {
    font-size: 14px;
    line-height: normal;
    margin: 5px 0 20px;
    position: relative;
    text-transform: none
}

.counter label,
.counter p {
    font-weight: 600
}

.counter p span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline
}


/* End */


/* Start:/local/templates/.default/assets/css/custom.css?15658486282349*/

b,
strong {
    font-weight: 600
}

.brace {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(https://germanstudio.az/images/template/brace.svg) no-repeat
}

.counter {
    position: relative;
    min-height: 60px
}

.counter .timer {
    display: block;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 5px;
    color: #f3b608
}

.counter .timer:before {
    padding: 0 10px 0 0;
    content: attr(data-currency);
    color: #f3b608
}

.counter .timer:after {
    padding: 0 0 0 10px;
    content: attr(data-number);
    font-size: 18px;
    color: #181818
}

.counter label {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin: 5px 0 20px;
    position: relative;
    text-transform: none
}

.counter p {
    font-weight: 600
}

.counter p span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline
}

.brace {
    background-position: center;
}

.slide__item.slide__static,
.slide__item.dynamic__item {
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .slider .slide__text .slide__title span {
        margin-right: 5px !important;
    }
}


/* End */


/* Start:/local/templates/.default/assets/css/kk_custom.css?156465351430*/


/* End */


/* End */


/* /local/templates/.default/assets/vendor/bootstrap/css/bootstrap.css?1551587947138204 */


/* font-awesome/css/font-awesome.min.css?155158794631000 */


/* /local/templates/.default/assets/vendor/slick/slick.css?15515879471297 */


/* /local/templates/.default/assets/vendor/magnific-popup/dist/magnific-popup.css?15515879476951 */


/* /local/templates/.default/assets/css/template-styles.css?156465108596678 */


/* /local/templates/.default/assets/css/custom.css?15658486282349 */


/* /local/templates/.default/assets/css/kk_custom.css?156465351430 */


/* Contact Page */


/*
      // Widget styles.
      */


/*
      // Close.
      */


/*
      // Responsive.
      */


aside,
details,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

textarea {
     overflow: auto; 
    vertical-align: top
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html {
     overflow-x: hidden 
}

body {
    margin: 0;
     /*overflow-x: hidden */ /*Ana sehife - xeberler bolmesi - Problem yaradan bu olub*/
}

/*@media screen and (max-width: 1122px) {*/
/*    body {*/
/*        overflow-x: hidden;*/
/*    }*/
/*}*/

a {
    text-decoration: none
}

a:hover,
a:active {
    outline: 0 !important
}

[tabindex="-1"] {
    outline: 0 !important
}

body {
    line-height: 1.8
}

@keyframes x-slide-top {
    33% {
        opacity: 0;
        transform: none
    }
    34% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes x-slide-left {
    33% {
        opacity: 0;
        transform: none
    }
    34% {
        opacity: 0;
        transform: translate3d(-50%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes x-slide-right {
    33% {
        opacity: 0;
        transform: none
    }
    34% {
        opacity: 0;
        transform: translate3d(50%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes x-slide-bottom {
    33% {
        opacity: 0;
        transform: none
    }
    34% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes x-scale-up {
    33% {
        opacity: 0;
        transform: none
    }
    34% {
        opacity: 0;
        transform: scale3d(0, 0, 1)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes x-scale-down {
    33% {
        opacity: 0;
        transform: none
    }
    34% {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes x-flip-x {
    33% {
        opacity: 0;
        transform: none
    }
    34% {
        opacity: 0;
        transform: perspective(125px) rotate3d(1, 0, 0, -180deg)
    }
    100% {
        opacity: 1;
        transform: perspective(125px) rotate3d(1, 0, 0, 0deg)
    }
}

@keyframes x-flip-y {
    33% {
        opacity: 0;
        transform: none
    }
    34% {
        opacity: 0;
        transform: perspective(125px) rotate3d(0, 1, 0, -180deg)
    }
    100% {
        opacity: 1;
        transform: perspective(125px) rotate3d(0, 1, 0, 0deg)
    }
}

@keyframes x-bun-t-1 {
    50% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(45deg)
    }
}

@keyframes x-patty-1 {
    49% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes x-bun-b-1 {
    50% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(-45deg)
    }
}

@keyframes x-grid-1 {
    50% {
        box-shadow: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
        transform: rotate3d(0, 0, 1, 0deg)
    }
    100% {
        box-shadow: -1em 0, -2em 0, 0 -1em, 0 2em, 0 -2em, 0 1em, 2em 0, 1em 0;
        transform: rotate3d(0, 0, 1, -45deg)
    }
}

@keyframes x-more-1-1 {
    50% {
        transform: translate3d(0, 0, 0)
    }
    75% {
        border-radius: 0
    }
    100% {
        border-radius: 0;
        transform: translate3d(0, 0, 0) rotate(45deg) scale3d(4, 0.5, 1)
    }
}

@keyframes x-more-2-1 {
    49% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes x-more-3-1 {
    50% {
        transform: translate3d(0, 0, 0) rotate(-45deg)
    }
    75% {
        border-radius: 0
    }
    100% {
        border-radius: 0;
        transform: translate3d(0, 0, 0) rotate(-45deg) scale3d(4, 0.5, 1)
    }
}

p {
    margin: 0 0 1.5em
}

small {
    font-size: smaller
}

b,
strong {
    font-weight: bold
}

em {
    font-style: italic
}

hr {
    height: 0;
    margin: 1.5em 0;
    border: 0;
    border-top: 2px solid #e5e5e5
}

code,
pre {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    color: #555;
    background-color: #fff
}

code {
    padding: 0.143em 0.286em;
    font-size: 0.85em;
    border: 1px solid #e5e5e5
}

pre {
    display: block;
    margin: 0 0 1.5em;
    border: 2px solid #e5e5e5;
    padding: 0.786em 1.071em;
    font-size: 1.15em;
    line-height: 1.8;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap
}

pre code {
    padding: 0;
    border: 0
}

form {
    margin: 0 0 0.5em
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

label,
input,
button,
select,
textarea {
    font-size: 100%;
    line-height: 1.8
}

input,
button,
select,
textarea {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
    display: block;
    margin-bottom: 2px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}


.checkbox {
    min-height: 18px;
    padding-left: 18px
}


.checkbox input[type="checkbox"] {
    position: relative;
    float: left;
    margin-left: -18px
}


.controls>.checkbox:first-child {
    padding-top: 5px
}


.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}


.checkbox.inline+.checkbox.inline {
    margin-left: 10px
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed
}

input[disabled]:not(input[type="submit"]),
select[disabled],
textarea[disabled],
input[readonly]:not(input[type="submit"]),
select[readonly],
textarea[readonly] {
    background-color: #eee
}


input[type="checkbox"][disabled],
input[type="checkbox"][readonly] {
    background-color: transparent
}

.glob {
    width: 20px;
    margin-right: 10px
}
.fa-instagram:hover{
    color: #febb02!important;
}
.fa-youtube:hover{
    color: #febb02!important;
}

@keyframes xCF7Spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

input,
textarea {
    width: auto
}

textarea {
    height: auto
}

textarea,
input[type="text"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="color"] {
    transition: border linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s
}


input[type="checkbox"] {
    margin: 0.425em 0;
    line-height: normal;
    cursor: pointer
}

@media (max-width: 480px) {
    
    input[type="checkbox"] {
        border: 1px solid #ccc
    }
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="checkbox"] {
    width: auto
}

select,
input[type="file"] {
    height: 2.65em;
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

select {
    width: auto
}

select[multiple],
select[size] {
    height: auto
}

textarea {
    padding-top: 6px;
    padding-bottom: 6px
}

input[type="color"] {
    padding: 1px 3px
}

input[type="file"] {
    margin-top: 2px
}

.checkbox input[type="checkbox"] {
    top: 2px
}

table {
    width: 100%;
    margin-bottom: 1.5em;
    border-spacing: 0;
    background-color: transparent
}

table p:last-child,
table ul:last-child {
    margin-bottom: 0
}

table {
    border-collapse: collapse
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

@keyframes xLoader {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }
    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes x-blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    color: #000;
    opacity: 0.4;
    transition: opacity 0.3s ease
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6
}

button.close {
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

li.comment {
    margin: 0;
    padding: 0
}

.sticky {
    margin: 0
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after {
        content: ""
    }
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

@keyframes jello {
    11.1% {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
    100% {
        transform: none
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, 0.95, 1)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        transform: none
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    100% {
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    100% {
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        transform: none
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in
    }
    100% {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        transform: perspective(400px)
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.right {
    float: right
}

.left {
    float: left
}

.hide {
    display: none
}

/* .show {
    display: block
} */

.invisible {
    visibility: hidden
}

.mts {
    margin-top: .5em !important
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    src: url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.eot");
    src: url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.eot?") format("embedded-opentype"), url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.woff2") format("woff2"), url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.woff") format("woff"), url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.ttf") format("truetype"), url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.svg") format("svg")
}

@font-face {
    font-family: 'FontAwesomeRegular';
    font-style: normal;
    font-weight: 400;
    src: url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.eot");
    src: url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.eot?") format("embedded-opentype"), url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.woff2") format("woff2"), url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.woff") format("woff"), url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.ttf") format("truetype"), url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.svg") format("svg")
}

@font-face {
    font-family: 'FontAwesomeLight';
    font-style: normal;
    font-weight: 300;
    src: url("https://germanstudio.az/fonts/font_awesome/fa-light-300.eot");
    src: url("https://germanstudio.az/fonts/font_awesome/fa-light-300.eot?") format("embedded-opentype"), url("https://germanstudio.az/fonts/font_awesome/fa-light-300.woff2") format("woff2"), url("https://germanstudio.az/fonts/font_awesome/fa-light-300.woff") format("woff"), url("https://germanstudio.az/fonts/font_awesome/fa-light-300.ttf") format("truetype"), url("https://germanstudio.az/fonts/font_awesome/fa-light-300.svg") format("svg")
}

@font-face {
    font-family: 'FontAwesomePro';
    font-style: normal;
    font-weight: 900;
    src: url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.eot");
    src: url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.eot?") format("embedded-opentype"), url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.woff2") format("woff2"), url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.woff") format("woff"), url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.ttf") format("truetype"), url("https://germanstudio.az/fonts/font_awesome/fa-solid-900.svg") format("svg")
}

@font-face {
    font-family: 'FontAwesomePro';
    font-style: normal;
    font-weight: 400;
    src: url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.eot");
    src: url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.eot?") format("embedded-opentype"), url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.woff2") format("woff2"), url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.woff") format("woff"), url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.ttf") format("truetype"), url("https://germanstudio.az/fonts/font_awesome/fa-regular-400.svg") format("svg")
}

@font-face {
    font-family: 'FontAwesomePro';
    font-style: normal;
    font-weight: 300;
    src: url("https://germanstudio.az/fonts/font_awesome/fa-light-300.eot");
    src: url("https://germanstudio.az/fonts/font_awesome/fa-light-300.eot?") format("embedded-opentype"), url("https://germanstudio.az/fonts/font_awesome/fa-light-300.woff2") format("woff2"), url("https://germanstudio.az/fonts/font_awesome/fa-light-300.woff") format("woff"), url("https://germanstudio.az/fonts/font_awesome/fa-light-300.ttf") format("truetype"), url("https://germanstudio.az/fonts/font_awesome/fa-light-300.svg") format("svg")
}

@font-face {
    font-family: 'FontAwesomeBrands';
    font-style: normal;
    font-weight: normal;
    src: url("https://germanstudio.az/fonts/font_awesome/fa-brands-400.eot");
    src: url("https://germanstudio.az/fonts/font_awesome/fa-brands-400.eot?") format("embedded-opentype"), url("https://germanstudio.az/fonts/font_awesome/fa-brands-400.woff2") format("woff2"), url("https://germanstudio.az/fonts/font_awesome/fa-brands-400.woff") format("woff"), url("https://germanstudio.az/fonts/font_awesome/fa-brands-400.ttf") format("truetype"), url("https://germanstudio.az/fonts/font_awesome/fa-brands-400.svg") format("svg")
}

a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h5 a:hover {
    color: #fff;
}

a:hover {
    color: #fff;
}

@media (max-width:979px) {}

html {
    font-size: 15px;
}

@media (min-width:480px) {
    html {
        font-size: 15px;
    }
}

@media (min-width:767px) {
    html {
        font-size: 15px;
    }
}

@media (min-width:979px) {
    html {
        font-size: 15px;
    }
}

@media (min-width:1200px) {
    html {
        font-size: 15px;
    }
}

body {
    font-style: normal;
    font-weight: 300;
    color: hsl(0, 0%, 37%);
    background-color: #f3f3f3;
}

h1,
h2,
h3,
h5,
.h1,
.h2,
.h3,
.h5 {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 300;
}

h1,
.h1 {
    letter-spacing: -0.015em;
}

h2,
.h2 {
    letter-spacing: -0.015em;
}

h3,
.h3 {
    letter-spacing: -0.015em;
}

h5,
.h5 {
    letter-spacing: -0.015em;
}

body,
input,
button,
select,
textarea {
    font-family: "Lato", sans-serif;
}




.button,
[type="submit"] {
    color: #ffffff;
    border-color: rgb(224, 154, 24);
    background-color: rgb(224, 154, 24);
    text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
    border-radius: 0.25em;
}


.button:hover,
[type="submit"]:hover {
    color: #ffffff;
    border-color: rgb(224, 154, 24);
    background-color: rgb(224, 154, 24);
    text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
}

h1,
h2,
h3,
h5 {
    line-height: 1.2 !important;
}

.slider {
  /*max-width: 1000px;*/
  margin: 0 auto;
}
.slider img {
  height: 200px;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
@charset 'UTF-8';
/* Slider */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
}
/* Arrows */

/* Dots */


@media (min-width: 1367px){
    .slider img{
        height: 300px;
    }
}
.card{
    background-color: transparent;
    border-color: transparent;
}
.line{
    width: 2px;
    height: 290px;
    background-color: #fff;
}
.form-control::-moz-placeholder{
    font-size: 15px;
    color: #fff;
}
.form-control::placeholder{
    font-size: 15px;
    color: #fff;
}
.form-control{
    background-color: transparent;
}


.btn-primary:hover{
    background-color: #9f7705;
    border-color: #9f7705;
}
.button {
    outline: none;
    border: 2px solid #FFF;
    padding: 1.2rem 2rem;
    margin-bottom: 1rem;
    width: 100%;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    color: rgb(224, 154, 24);
    background-color: #FFF;
    border-radius: 2rem;
    transition: all 250ms ease;
    display: inline-block;
}
 .button:active, .button:focus, .button:hover {
    text-decoration: none;
    color: #FFF;
    outline: none;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
   }
    to {
        transform: rotate(360deg);
   }
}