@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Calibri.woff') format('woff'), 
    url('../fonts/Calibri.ttf')  format('truetype'), 
    url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri-Bold';
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),  
    url('../fonts/Calibri-Bold.woff') format('woff'), 
    url('../fonts/Calibri-Bold.ttf')  format('truetype'), 
    url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Calibri';
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    html,
    body {
        font-size: 16px;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrap {
    max-width: 1020px;
    margin: 0 auto;
}

.cf:after,
.row:after {
    clear: both;
    content: '';
    display: table;
}

ul.inline-block li {
    display: inline-block;
}

.text-center {
    text-align: center;
}

.title {
    font-size: 36px;
    font-family: 'Calibri-Bold';
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.title-h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Calibri-Bold';
}

@media screen and (max-width: 768px) {
    .title-h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.header {
    background: #181f2e;
    border-bottom: 3px solid #e7d79e;
    box-shadow: 0 6px 11px rgba(0,0,0,.27);
    color: #e7d79e;
}

@media screen and (max-width: 768px) {
    .header {
        text-align: center;
    }
}

.header .wrap {
    background: #181f2e; /* Old browsers */
    background: -moz-linear-gradient(left, #181f2e 0%, #253558 48%, #181f2e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #181f2e 0%,#253558 48%,#181f2e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #181f2e 0%,#253558 48%,#181f2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181f2e', endColorstr='#181f2e',GradientType=1 ); /* IE6-9 */
    min-height: 140px;
}

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

.header .lang {
    font-size: 12px;
    padding-top: 25px;
    width: 150px;
}

.header .lang li {
    margin: 0 5px;
}

.header .lang a {
    font-family: 'Calibri-Bold';
    color: #e7d79e;
}

.header .lang a:hover,
.header .lang a.active {
    color: #849aaa;
}

.header .contacts {
    color: #849aaa;
    text-align: right;
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .header .contacts {
        text-align: center;
    }
}

.header .contacts li {
    margin-left: 10px;
}

.header .callback {
    font-size: 12px;
    margin-top: 10px;
}

.header .callback a {
    color: #e7d79e;
}

.nav {
    margin-top: 35px;
}

.nav li {
    margin: 0 18px;
}

@media screen and (max-width: 768px) {
    .nav li {
        margin: 5px 18px;
    }
}

.nav li:first-child {
    margin-left: 0;
}

.nav li:last-child {
    margin-right: 0;
}

.nav a {
    color: #e7d79e;
    text-transform: uppercase;
}

.nav a.active {
    text-decoration: underline;
}

.landing-wrap {
    background: url(../img/map.png) no-repeat top center;
    background-size: cover;
    height: 630px;
    padding-top: 140px;
}

@media screen and (max-width: 768px) {
    .landing-wrap {
        height: auto;
        padding: 0;
    }
}

.landing {
    background: rgba(24,31,46,.8);
    width: 80%;
    float: right;
    padding: 90px 70px 90px 360px;
    position: relative;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .landing {
        padding: 20px;
        width: 100%;
        text-align: center
    }
}

.landing .truck {
    position: absolute;
    left: -260px;
    top: -40px;
}

@media screen and (max-width: 768px) {
    .landing .truck  {
        display: none;
    }
}

.landing h1 {
    font-family: 'Calibri-Bold';
    color: #e7d79e;
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .landing h1  {
        font-size: 30px;
    }
}

.landing h1 span {
    display: block;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .landing h1 span  {
        margin-top: 20px;
    }
}

.about {
    padding: 70px 0;
    color: #181f2e;
}

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

.about p {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .about p {
        margin-bottom: 10px;
    }
}

.services {
    background: #181f2e;
    color: #e7d79e;
}

.services .wrap {
    background: #181f2e; /* Old browsers */
    background: -moz-linear-gradient(left, #181f2e 0%, #253558 48%, #181f2e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #181f2e 0%,#253558 48%,#181f2e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #181f2e 0%,#253558 48%,#181f2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181f2e', endColorstr='#181f2e',GradientType=1 ); /* IE6-9 */
    min-height: 560px;
    padding-top: 115px;
    padding-bottom: 50px;
}

.services h2:before {
    content: '';
    background: #e7d79e url(../img/srvices-icon.png) no-repeat center center;
    width: 63px;
    height: 63px;
    position: absolute;
    bottom: calc(100% + 20px);
    border-radius: 50%;
    left: 50%;
    margin-left: -32px;
}

.services p {
    margin-bottom: 10px;
}

.services a {
    color: #849aaa;
}

.slider img {
    max-width: 100%;
    display: inline-block;
}

.slider {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

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

.slider .slick-next,
.slider .slick-prev {
    position: absolute;
    width: 26px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    display: block;
    cursor: pointer;
}

.slider .slick-next {
    background: url('../img/next.png') no-repeat 50% 50%;
    right: -50px;
}

@media screen and (max-width: 768px) {
    .slider .slick-next {
        right: -20px;
    }
}

.slider .slick-prev {
    background: url('../img/prev.png') no-repeat 50% 50%;
    left: -50px;
}

@media screen and (max-width: 768px) {
    .slider .slick-prev {
        left: -20px;
    }
}

.partners {
    background: url(../img/partners-bg.png) no-repeat top center;
    background-size: cover;
    min-height: 550px;
    padding-top: 115px;
    padding-bottom: 50px;
}

.partners h2:before {
    content: '';
    background: #e7d79e url(../img/partners-icon.png) no-repeat center center;
    width: 63px;
    height: 63px;
    position: absolute;
    bottom: calc(100% + 20px);
    border-radius: 50%;
    left: 50%;
    margin-left: -32px;
}

.partners .slider .slick-next {
    background: url('../img/next-black.png') no-repeat 50% 50%;
}

.partners .slider .slick-prev {
    background: url('../img/prev-black.png') no-repeat 50% 50%;
}

.partners .slide {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .partners .slide {
        text-align: center;
    }
}

.partners .slide a {
    display: block;
    width: 245px;
    height: 245px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    line-height: 245px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .partners .slide a {
        margin-bottom: 20px;
    }
}

.partners .slide img {
    vertical-align: middle;
}

.map-section-header {
    background: #181f2e;
    color: #e7d79e;
}

.map-section-header .wrap {
    background: #181f2e; /* Old browsers */
    background: -moz-linear-gradient(left, #181f2e 0%, #253558 48%, #181f2e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #181f2e 0%,#253558 48%,#181f2e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #181f2e 0%,#253558 48%,#181f2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181f2e', endColorstr='#181f2e',GradientType=1 ); /* IE6-9 */
    padding: 10px 0 15px;
}

.map-section-header .title {
    margin-bottom: 0;
}

.map-section-header .title:before {
    content: '';
    width: 36px;
    height: 50px;
    background: url(../img/contacts-title-bg.png) no-repeat left center;
    left: -30px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.map {
    height: 550px;
}

.map-example {
    background: url(../img/gmap-example_lng.png) no-repeat top center;
    background-size: cover;
}

.feedback {
    color: #e7d79e;
    background: url(../img/feedback-bg.png) no-repeat top center;
    background-size: cover;
    min-height: 470px;
    padding: 40px 40px 0;
}

@media screen and (max-width: 768px) {
    .feedback {
        padding: 20px 10px 0;
    }
}

.feedback .form-title {
    background: url(../img/envelope.png) no-repeat left center;
    font-family: 'Calibri-Bold';
    padding: 10px 0 10px 45px;
    width: 190px;
    margin: 0 auto 40px;
}
.feedback a {
	color: #e6e1a6;
}
.feedback a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
    .feedback .form-title  {
        margin-top: 10px;
    }
}

.feedback input {
    background: #181f2e;
    border: 0;
    width: 100%;
    margin-bottom: 10px;
    color: #849aaa;
    padding: 7px 10px;
    font-family: 'Calibri';
}

.feedback input::-webkit-input-placeholder {color: #849aaa;}
.feedback input::-moz-placeholder {color: #849aaa;}
.feedback input:-ms-input-placeholder {color: #849aaa;}
.feedback input:-moz-placeholder {color: #849aaa;}

.feedback button {
    color: #181f2e;
    text-transform: uppercase;
    font-family: 'Calibri-Bold';
    background: #e7d79e;
    padding: 7px 20px;
    width: 135px;
    margin: 10px auto 0;
    border: 0;
    display: block;
    border-radius: 7px;
}

.footer {
    border-top: 1px solid #e7d79e;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 80px;
}

.akkordion {
	position: absolute;
	
	
}

.akkordion>form {
	display: none;
}

.akkordion:hover >form {
	display: block;
	height: 100%;
	font-family: 'Calibri-Bold';
}