/*Colors*/
/*Styles*/
/*Common styles*/
* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 360px;
}

a {
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

h1 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 900;
}

h2 {
    margin-bottom: 33px;
    font-size: 30px;
    line-height: 24px;
    font-weight: 900;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
}

h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 900;
}

p {
    font-size: 16px;
    line-height: 24px;
}

/*header*/
.header {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 100;
}

@media screen and (max-width: 991px) {
    .header__lang {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
}

.header__lang ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.header__lang ul li {
    margin-right: 8px;
    list-style: none;
}

.header__lang ul li a {
    font-size: 14px;
    color: #454545;
    text-transform: uppercase;
}

.header__lang ul li a:hover {
    color: #133e6f;
}

.header__lang ul li.active a {
    color: #6f2113;
}

.header__contact {
    font-size: 14px;
    color: #6f2113;
}

.header__contact:hover {
    color: #133e6f;
}

.header__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar {
    padding: 15px 0;
}

@media screen and (max-width: 991px) {
    .navbar {
        padding: 8px 0;
    }
}

.navbar-brand {
    display: none;
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        display: block;
    }

    .navbar-brand img {
        width: 170px;
    }
}

.navbar-toggler span {
    display: block;
    width: 20px;
    height: 3px;
    margin-bottom: 2px;
    background: #6f2113;
}

.navbar-toggler span:last-of-type {
    margin-bottom: 0;
}

.navbar-collapse {
    width: 100%;
    position: relative;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        width: 100%;
        padding: 20px;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 20;
        background: #fff;
    }
}

.navbar-nav {
    align-items: center;
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        display: block;
        margin-bottom: 20px;
    }

    .navbar-nav .nav-item{
        flex-wrap: wrap;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        flex: 1 0 100%;
        padding-left:15px;
    }
}
.navbar-nav .nav-item{
    display: flex;
    position: relative;
}

.navbar-nav .dropdown-toggle{
    color:inherit;
    width: 20px;
    text-align: center;
}

.navbar-nav .nav-item.active .nav-link {
    color: #454545;
}

.navbar-nav .nav-link {
    padding: 0 18px;
    font-size: 16px;
    color: #6f2113;
    font-weight: 900;
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar-nav .nav-link.logo {
        display: none;
    }
}

.navbar-nav .nav-link:hover {
    color: #133e6f;
}

.navbar-nav .nav-link.logo img {
    width: 300px;
    height: 50px;
}

/*banner*/
.banner__slider {
    margin-bottom: 0 !important;
    overflow: hidden;
}

.banner__item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 520px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

@media screen and (max-width: 768px) {
    .banner__item {
        height: 300px;
        font-size: 35px;
    }
}

.banner__item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #133e6f;
    opacity: 0.3;
}

.banner__title {
    display: block;
    padding: 0 100px;
    position: relative;
    z-index: 5;
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .banner__title {
        font-size: 30px;
        line-height: 35px;
    }
}

.slick-dots {
    z-index: 10;
    bottom: 27%;
}

@media screen and (max-width: 768px) {
    .slick-dots {
        bottom: 10%;
    }
}

.slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 9px;
    background: #fff;
    transition: 0.3s;
}

.slick-dots li.slick-active {
    width: 40px;
    background: #6f2113;
}

.slick-dots li:hover {
    background: #6f2113;
}

.slick-dots li button {
    display: none;
}

.slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 10;
    background: #6f2113;
    transition: 0.3s;
}

.slick-arrow:before {
    display: none;
}

.slick-arrow:hover, .slick-arrow:focus {
    background: #133e6f;
}

.slick-prev {
    left: 0;
}

.slick-prev img {
    transform: rotate(180deg);
}

.slick-next {
    right: 0;
}

/*services*/
.services {
    padding-bottom: 60px;
    background: #2b2b2b;
}

@media screen and (max-width: 768px) {
    .services {
        padding-bottom: 20px;
    }
}

.services__item {
    margin-top: -50px;
}

@media screen and (max-width: 768px) {
    .services__item {
        margin-top: -15px;
        margin-bottom: 60px;
    }
}

.services__item img {
    display: block;
    text-align: center;
    margin: 0 auto -16px;
}

.services__item h3 {
    margin-bottom: 15px;
    text-align: center;
}

.services__item h3, .services__item p {
    color: #fff;
}

/*range*/
.range {
    padding: 50px 0 40px;
}

.range h1 {
    margin-bottom: 33px;
    text-align: center;
}

.range__item {
    display: block;
    margin-bottom: 30px;
}

.range__img {
    height: 190px;
    overflow: hidden;
    position: relative;
}

.range__img img {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .range__img img {
        width: 100%;
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }
}

.range__text {
    position: relative;
    background: #fafafa;
}

.range__text:after {
    content: '';
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-bottom-color: #fafafa;
    border-top: 0;
    position: absolute;
    top: -15px;
    left: 17px;
}

.range__text p {
    padding: 9px 14px 20px;
    margin-bottom: 0;
    font-size: 18px;
    color: #133e6f;
    font-weight: 900;
    transition: 0.3s;
}

.range__item:hover .range__text p {
    color: #6f2113;
}

/*partners*/
.partners__inner {
    padding: 21px 0 25px;
    margin: 0 -10px;
    text-align: center;
    border-top: 1px solid #d7d7d7;
}

.partners__inner img {
    margin: 10px;
}

/*footer*/
.footer {
    padding: 20px 0 3px;
    background: #2b2b2b;
}

.footer__inner {
    text-align: center;
}

.footer__inner ul {
    padding-left: 0;
    margin: 0;
    margin-bottom: 10px;
}

.footer__inner ul li {
    display: inline-block;
    list-style: none;
}

.footer__inner ul li:after {
    content: '|';
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.footer__inner ul li:last-of-type:after {
    display: none;
}

.footer__inner ul li a {
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    font-weight: 900;
}

.footer__inner ul li a:hover {
    color: #6f2113;
}

.footer__copyright {
    display: block;
    font-size: 14px;
    line-height: 48px;
    color: #a9a9a9;
}

/*output*/
.output {
    padding: 45px 0;
}

.output h1 {
    text-align: center;
}

.output p {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 30px;
}

.output a {
    color: #6f2113;
    text-decoration: underline;
}

.output a:hover {
    text-decoration: none;
}

.output__img {
    margin: 60px 0;
    padding: 45px 0 65px;
    background: #fafafa;
}

.output__img img {
    float: left;
}

.output ul li {
    list-style: none;
    font-size: 16px;
    line-height: 36px;
}

.output ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 100px;
    background: #6f2113;
}

.output ol {
    counter-reset: myCounter;
}

.output ol li {
    list-style: none;
    font-size: 16px;
    line-height: 36px;
}

.output ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    padding-right: 15px;
    display: inline-block;
    color: #6f2113;
    font-weight: 900;
}

.output blockquote {
    margin: 35px 0 70px;
    padding: 36px 30px 50px 105px;
    position: relative;
    background: #fafafa;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

.output blockquote:before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 37px;
    position: absolute;
    left: 20px;
    background: url("../images/blockquote.png") no-repeat;
}

.output .table-container {
    margin: 80px 0;
}

@media screen and (max-width: 568px) {
    .output .table-container {
        overflow-y: hidden;
    }
}

.output table {
    width: 100%;
}

@media screen and (max-width: 568px) {
    .output table {
        width: 568px;
    }
}

.output table tr th, .output table tr td {
    padding: 4px 18px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #f5f5f5;
}

.output table tr th {
    padding: 4px 18px;
    font-weight: 900;
    color: #3d3d3d;
    background: #e7e7e7;
}

.output table tr td {
    padding: 15px 18px;
    font-size: 14px;
    line-height: 24px;
}

@media (min-width: 1150px) {
    .container {
        max-width: 1135px;
    }
}

@media (max-width: 1150px) {
    .container {
        max-width: 100%;
    }
}

/* custom styles */

#contacts-map{
    height: 450px;
    margin-top: 30px;
}

.contacts h3{
    text-align: left;
    font-size: 1.2em;
}

.contacts p {
    margin-bottom: 5px;
    line-height: 1.4em;
}

#contact-info-wrap{
    padding-right: 0;
}

#contact-form-wrap{
    margin: -45px 0;
    padding: 45px 15px;
    padding-left: 30px;
    padding-top: 96px;
    background-color: #FAFAFA;
}

#contact-form label{
    font-weight: 600;
}

#contact-form [type="text"],
#contact-form [type="email"]{
    height: 40px;
    padding-left: 15px;
}

#contact-form textarea{
    padding: 5px 15px;
}

#contact-form [type="submit"]{
    background-color: #6f2113;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 30px;
    border-radius: 0;
}
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}

img{
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery li{
    opacity: 0.8;
    transition: opacity .1s ease-in-out;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 0;
    opacity: 1;
}

.lSAction {
    opacity: 0;
    -webkit-transition: opacity .16s ease-in-out;
    transition: opacity .16s ease-in-out;
}

.lSSlideWrapper:hover .lSAction {
    opacity: 1;
}

.lSAction>a {
    background-color: rgba(111, 33, 19, 0.8);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url('/images/html/arrow_white_left.png');
}

.lSAction>.lSPrev {
    left: 0;
    background-position: center center;
}

.lSAction>.lSNext {
    right: 0;
    background-position: center center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.8;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
    opacity: 1;
}
