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

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

}

img.centered {
    margin: auto;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

.OpenSans {
    font-family: 'Open Sans', sans-serif;
}

.SegoeUI {
    font-family: 'Segoe UI', sans-serif;
}

.section-item__title {
    font-family: 'bebas_neuebold';
}

.bold {
    font-weight: bold;
}

#main1 {
    background-image: url(../images/main1.jpg);
}

#main2 {
    background-image: url(../images/main2.jpg);
}

#main3 {
    background-image: url(../images/main3.jpg);
}

#main4 {
    background-image: url(../images/main4.jpg);
    
}

.swiper-slide {
    display: inline-block;
    width: auto;
}


@media (min-width: 280px) { 

    .section-item {
        height: 170px;
        background-position: center center;
        background-size: cover;
        position: relative;
    }
    
    .section-item__description {
        display: none;
    }
    
    .section-item__title {
        position: absolute;
        bottom: 0px;
        width: 100%;
        background-color: rgba(0,0,0,0.48);
        font-size: 24px;
        text-align: center;
        color: white;
        padding: 17px 0px;
    }
    
    .main-title {
        font-size: 26px;
        margin-top: 55px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .main-content {
        font-weight: 200;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    
    .advantages-item__wrapper svg {
        width: 90px;
        margin: auto;
        margin-bottom: 20px;
    }
    
    #time-advantage svg {
        width: 180px;
    }
    
    .advantages-item__wrapper svg {
        fill: #012561;
    }
    
    .advantages-item__wrapper {
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6; 
    }
    
    .advantages-item__wrapper > div {
        text-align: center;
    }
    
    .advantages-item__description {
        font-family: 'bebas_neuebold';
        font-weight: 400;
        color: #012561;
        font-size: 27px;
        text-transform: uppercase;
    }
    
    .advantages-item__wrapper:last-of-type {
        border-bottom-width: 2px;
    }
    
    #feedback-wrapper {
        background-image: url(../images/feedback_bg.jpg);
        background-position: center center;
        background-size: cover;
    }
    
    #feedback-wrapper.inner {
        background-color: #e6e6e6;
        background-image:none;
    }
    
    #feedback-wrapper {
        background-color: #e6e6e6;
        color: white;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 200;
        padding: 45px 0px;
    }
    
    #feedback-wrapper.inner {
        color: #2c2c2c;
    }
    
    #feedback-wrapper input {
        background-color: transparent;
        border: none;
        border-bottom: 2px solid white;
        margin-bottom: 35px;
        padding: 15px 0px;
        font-size: 15px;
        width: 100%;
    }
    
    #feedback-wrapper.inner input {
        border-color: #2c2c2c;
    }
    
    #feedback-wrapper.inner a {
        color: #2c2c2c;
    }
    
    #feedback-wrapper input::placeholder {
        color: white;
        font-size: 9px;
    }
    
    #feedback-wrapper.inner input::placeholder {
        color: #2c2c2c;
    }
    
    #feedback-wrapper h3 {
        font-size: 21px;
        margin-top: 0px;
    }
    
    .feedback-description {
        margin-bottom: 35px;
    }
    
    #feedback-wrapper button {
        width: 100%;
        background-color: transparent;
        text-align: center;
        font-size: 17px;
        color: white;
        border: 2px solid white;
        padding: 15px 0px;
    }
    
    #feedback-wrapper.inner button {
        color: #2c2c2c;
        border-color: #2c2c2c;
    }
    
    .feedback-hint {
        margin-top: 15px;
        font-size: 12.5px;
        font-weight: 200;
        font-family: 'Segoe UI', sans-serif;
        text-align: center;
    }
    
    .feedback-hint a {
        color: white;
        text-decoration: underline;
        
    }
    
    #myMap {
        height: 340px;
    }
    
    #footer {
        background-color: #012561;
        color: white;
        font-size: 9px;
        padding: 17px 0px;
        text-align: center;
    }
    
    #header {
        position: fixed;
        width: 100%;
        height: 65px;
        background-color: #012561;
        color: white;
        z-index: 2;
        top: 0px;
        border-bottom: 1px solid #012561;
    }
    
    #header.inner {
        position: static;
    }
    
    #header a {
        color: white;
        text-decoration: none;
        z-index: 4;
    }
    
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    
    .swiper-slide img {
        max-height: 80px;
    }
    
    .swiper-slide.inner img {
        max-height: 200px;
    }
    
    .swiper-slide {
        padding: 10px 20px;
    }
    
    .swiper-slide div {
        line-height: 80px;
        text-align:center;
    }
    
    .swiper-slide.inner div {
        line-height: 200px;
        text-align: center;
    }
    
    .slider-title {
        font-size: 21px;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 17px;
    }
    
    #slider {
        margin-bottom: 30px;
    }
    
    #contant-title {
        font-size: 26px;
        margin-top: 30px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    
    #mobile-contacts {
        margin-bottom: 20px;
    }
    
    #contactsMap {
        width: 100%;
        height: 225px;
    }
    
    #inside-title {
        color: white;
        text-transform: uppercase;
        font-size: 20px;
    }
    
    #inside-title > div {
        position: relative;
        display: inline-block;
    }
    
    #inside-title > div:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 20%;
        border-bottom: 2px solid white;
    }
    
    #inside-main {
        height: 330px;
        background-size: cover;
        background-position: center center;
        position: relative;
    }
    
    
    
    #inside-main::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.34);
    }
    
    #inside-main .container {
        position: relative;
        z-index: 2;
    }
    
    #inside-content {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
}

@media (min-width: 576px) { 

    
    
}

@media (min-width: 768px) { 

    .section-item {
        display: inline-block;
        height: 490px;
        width: 50%;
    }
    
    #inside-title > div:after {
        width: 60%;
    }
    
    .section-item:nth-child(even) {
        margin-left: -4px;
    }
    
    #main3, #main4 {
        margin-top: -5px;
    }
    
    .section-item > div {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        transition: background-color .5s ease-out;
    }
    
    .section-item__title {
        position: static;
        background-color: transparent;
        text-align: left;
        margin-top: 275px;
        background-image: url(../images/line.png);
        padding-bottom: 13px;
        background-position: left bottom;
        background-repeat: no-repeat;
    }
    
    .item-link {
        position: absolute;
        width: 100%;
        height: 100%;
        color: white;
        text-decoration: none;
        padding-left: 35px;
    }
    
    .section-item__description {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        padding-right: 10px;
    }
    
    .main-title, .main-content {
        text-align: left;
    }
    
    .main-title {
        font-size: 36px;
    }
    
    .advantages-item__wrapper:nth-child(1), .advantages-item__wrapper:nth-child(2) {
        border-top: none;
    }
    
    .advantages-item__wrapper:nth-child(odd) {
        border-right: 2px solid #e6e6e6;
    }
    
    .advantages-item__wrapper:nth-child(3) {
        border-bottom-width: 2px;
    }
    
    #feedback-wrapper button {
        width: 50%;
    }
    
    #myMap {
        height: 550px;
    }
    
    #footer {
        font-size: 18px;
    }
    
    #contactsMap {
        height: 300px;
    }

}

@media (max-width: 992px) {
    
    #inside-title {
        text-align: left !important;
    }
    
    #main4 {
        background-size: 200%;
        background-position: right 10% center;
    }
    
    #menu-wrapper {
        display: none;
    }
    
    #header svg {
        width: 60%;
        fill: white;
        stroke: white;
        margin-top: 12px;
    }
    
    #logo-small {
        text-align: center !important;
    }
    
    #header-preview {
        display: none;
    }
    
    #header {
        position: relative;
    }
    
    #mobile-call {
        position: absolute;
        width: 65px;
        height: 65px;
        left: 0px;
        top: 0px;
        text-align: center;
        background-color: #03173a;
    }
    
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
    
    #slider .container {
        padding: 0px;
    }
    
    .slider-wrapper {
        padding: 0px;
    }
    
    .slider-title {
        text-align: left;
    }
    
    #mobile-menu {
        position: absolute;
        right: 15px;
        top: 22px;
        width: 25px;
        z-index: 4;
    }
    
    .menu_hamburger span {
        top: 0px;
    }
    
    .menu_hamburger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: white;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    
    .menu_hamburger span:nth-child(2), .menu_hamburger span:nth-child(3) {
        top: 7px;
    }
    
    .menu_hamburger span:nth-child(4) {
        top: 14px;
    }
    
    .menu_hamburger.open span:nth-child(1) {
        top: 7px;
        width: 0%;
        left: 50%;
    }
    
    .menu_hamburger.open span:nth-child(2) {
        transform: rotate(45deg);
    }
    
    .menu_hamburger.open span:nth-child(3) {
        transform: rotate(-45deg);
    }
    
    .menu_hamburger.open span:nth-child(4) {
        top: 7px;
        width: 0%;
        left: 50%;
    }
    
    #menu-wrapper {
        position: absolute;
        top: 65px;
        background-color: #03173a;
        left: 65px;
        padding: 0px;
        z-index: 5;
    }
    
    #menu-wrapper li {
        list-style-type: none;
        font-size: 4vw;
        text-transform: uppercase;
        border-bottom: 1px solid white;
        padding: 10px 0px;
    }
    
    #menu-wrapper ul {
        margin-right: 10px;
        padding-left: 15px;
        margin-top: 20px; 
        margin-bottom: 35px;
    }
    
    #mobile-menu__contacts {
        padding-left: 15px;
        padding-right: 10px;
        margin-bottom: 50px;
    }
    
    #mobile-menu__contacts > div {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        font-size: 4vw;
    }
    
    .cropped {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #inside-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
}

@media (min-width: 490px) and (max-width: 662px) {
    
    #logo-blue svg {
        width: 40vw;
    }
    
}

@media (min-width: 663px) and (max-width: 992px) {
    
    #logo-blue svg {
        width: 30vw;
    }
    
}

@media (min-width: 992px) { 
    
    .swiper-slide.inner img {
        max-height: 290px;
    }
    
    .swiper-slide.inner div {
        line-height: 290px;
    }
    
    #inner-slider .swiper-button-next, #inner-slider .swiper-button-prev {
        top: 50%;
    }
    
    
    #contacts-lg {
        position: absolute;
        left: 5%;
        bottom: -10px;
        width: 386px;
        background-color: rgba(1,37,97,0.85);
        height: 485px;
        z-index: 4;
        color: white;
    }
    
    #inside-content {
        font-size: 20px;
    }
    
    #myMap {
        height: 700px;
    }
    
    #main1 {
        background-image: url('../images/IMG_1884.JPG');
    }
    
    #main-block__sections {
        height: 800px;
        position: relative;
    }
    
    .section-item {
        position: absolute;
        height: 100%;
        width: 25%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: width .5s ease-out, left .5s ease-out;
    }
    
    #main4 {
        background-position: right 20% center;
    }
        
    .section-item:hover {
        width: 35%;
        z-index: 1;
    }

    #main3, #main4 {
        margin-top: 0px;
    }
    
    .section-item:nth-child(even) {
        margin-left: 0px;
    }
    
    .section-item:hover > a {
        background-image: url(../images/item_arrow.png);
        background-position: left 31px bottom 40px;
        background-repeat: no-repeat;
    }
    
    .section-item:hover .section-item__description {
        opacity: 1;
        transition: opacity .5s ease-out;
        transition-delay: .5s;
    }
    
    .section-item a {
        color: white;
        text-decoration: none;
    }
    
    .section-item__title {
        font-size: 24px;
        margin-left: 31px;
        margin-right: 31px;
        padding-bottom: 18px;
        margin-bottom: 50px;
        margin-top: 290px;
        opacity: 1;
        transition: opacity .5s ease-in;
        position: static;
    }
    
    #main2 {
        left: 25%;
    }
    
    #main3 {
        left: 50%;
    }
    
    #main4 {
        left: 75%;
    }
    
    #main4:hover {
        left: 65%;
    }
    
    .item-link {
        padding-left: 0px;
    }
    
    .section-item {
        display: block;
    }
    
    .section-item__description {
        font-size: 16px;
        margin: 0px 31px;
        opacity: 0;
        display: block;
    }
    
    .section-item.unhovered > div {
        background-color: rgba(0,0,0,0.6);
    }
    
    .section-item.unhovered .section-item__title {
        opacity: 0;
    }
    
    .section-item__title {
        font-size: 30px;
        width: auto;
    }
    
    .advantages-item__wrapper {
        border-top: none;
        border-bottom: 2px solid #e6e6e6;
        transition: background-color ease 1s
    }
    
    .advantages-item__wrapper:nth-child(2) {
        border-right: 2px solid #e6e6e6;
    }
    
    .advantages-item__wrapper:hover {
        background-color: #012561;
        transition: background-color ease 1s;
    }
    
    .advantages-item__description {
        transition: color ease .5s;
    }
    
    .advantages-item__wrapper:hover .advantages-item__description {
        color: white;
        transition: color ease .5s;
    }
    
    .advantages-item__wrapper:hover svg {
        fill: white;
        transition: fill ease .5s;
    }
    
    #feedback-wrapper {
        background-image: url('../images/feedback_bg.jpg');
        background-position: center center;
        background-size: cover;
    }
    
    #feedback-wrapper.inner {
        background-image: url('../images/feedback_bg_inner.jpg');
    }
    
    .feedback-description {
        font-size: 23px;
    }
    
    #feedback-wrapper h3 {
        font-size: 36px;
    }
    
    #feedback-wrapper input {
        font-size: 24px;
    }
    
    #feedback-wrapper input::placeholder {
        font-size: 19px;
    }
    
    #feedback-wrapper button {
        font-size: 24px;
    }
    
    .feedback-hint {
        text-align: center;
        font-size: 17px;
    }
    
    #feedback-wrapper button {
        background-color: transparent;
        transition: background-color 1s ease-in-out;
    }
    
    #feedback-wrapper button:hover {
        background-color: #012561;
    }
    
    #feedback-wrapper.inner button:hover {
        background-color: #2c2c2c;
        color: white;
    }
    
    #footer span:first-of-type {
        margin-right: 15px;
    }
    
    #header-preview {
        position: fixed;
        height: 180px;
        background-color: #012561;
        padding-top: 40px;
        width: 100%;
        z-index: 3;
        top: 0px;
        -webkit-transition-property: top;
        -moz-transition-property: top;
        -o-transition-property: top;
        transition-property: top;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }
    
    #header-preview svg {
        fill: white !important;
        stroke: white !important;
        width: 480px;
        
    }
    
    #main-block__sections {
        margin-top: 65px;
    }
    
    #main-block__sections.inner {
        margin-top: 0px;
    }
    
    #header-preview.scrolled {
        top: -200px;
    }
    
    #header {
        background-color: white;
        color: #012561;
        padding-left: 0px;
    }
    
    #call-back {
        padding-left: 0px;
        text-align: center;
        color: white;
        font-size: 8px;
        background-color: #012561;
        line-height: 65px;
        text-align: center;
        padding-right: 0px;
    }
    
    #call-back:hover {
        cursor: pointer;
    }
    
    #menu-adress, #menu-phones {
        text-align: center;
        padding-top: 20px;
        font-size: 7px;
        font-weight: bolder;
        height: 64px;
        border-right: 1px solid #e6e6e6;
    }
    
    #header a {
        
    }
    
    #logo-blue svg {
        width: 215px;
        fill: #012561;
        stroke: #012561;
        margin-top: 12px;
    }
    
    #menu-wrapper {
        text-align: center;
        font-weight: bolder;
        padding: 0px;
    }
    
    #menu-wrapper li {
        display: inline-block;
        text-align: center;
        padding: 0px 20px;
        line-height: 65px;
        font-size: 10px;
        text-transform: uppercase;
        margin-left: -4px;
    }
    
    #menu-wrapper a {
        color: #012561;
    }
    
    #menu-wrapper li.active a, #menu-wrapper li:hover a {
        color: white;
    }
    
    #menu-wrapper li.active, #menu-wrapper li:hover {
        background-color: #012561;
    }
    
    .swiper-slide img {
        max-width: 100%;
    }
    
    .slider-wrapper {
        padding: 0px;
    }
    
    #slider .container {
        position: relative;
    }
    
    #inner-slider .container {
        position: relative;
    }
    
    .swiper-button-next {
        top: 130px;
        right: -20px;
    }
    
    .swiper-button-prev {
        top: 130px;
        left: -20px;
    }
    
    #contactsMap {
        position: relative;
        z-index: 2;
        height: 500px;
        top: -10px;
        font-size: 17px;
    }
    
    #contactsMap .col-xs-6 {
        margin-bottom: 30px;
    }
    
    #contant-title {
        margin-bottom: 40px;
    }
    
    #inside-main {
        position: relative;
        margin: 0;
        width: 100%;
        /*background: no-repeat fixed center 0 / cover white;*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 32.5px;
        background-attachment: fixed;
        background-clip: border-box;
        height: 780px;
        z-index: 1;
    }
    
    #inside-main::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.34);
    }
    
    #inside-main .container {
        position: relative;
        z-index: 3;
    }
    
    #inside-main svg {
        width: 770px;
        fill: white;
        stroke: white;
        margin-top: 150px;
        margin-bottom: 80px;
    }
    
    #inside-title {
        font-size: 77px;
        font-family: 'bebas_neuebold';
        font-weight: normal;
    }
    
    #inside-title > div:after {
        border-width: 5px;
    }
    
    #inside-content {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
}

@media (min-width: 1200px) { 

    #menu-adress, #menu-phones {
        font-size: 8px;
        padding-top: 19px;
    }
    
    #menu-wrapper li {
        padding: 0px 25px;
        font-size: 12px;        
    }
    
    #contactsMap {
        height: 600px;
    }
    
    #contacts-lg {
        left: 10%;
    }

}

@media (min-width: 1440px) {
    
    #menu-adress, #menu-phones {
        font-size: 10px;
        padding-top: 17px;
    }
    
    #call-back {
        font-size: 11px;
    }
    
    #contacts-lg {
        left: 15%;
    }
    
}


@media (min-width: 1840px) {
    
    #menu-adress, #menu-phones {
        font-size: 12px;
        padding-top: 13px;
    }
    
    #call-back {
        font-size: 11.5px;
    }
    
}

input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
input::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
input:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
input:focus::-webkit-input-placeholder {text-indent: 750px; transition: text-indent 0.3s ease;}
input:focus::-moz-placeholder          {text-indent: 750px; transition: text-indent 0.3s ease;}
input:focus:-moz-placeholder           {text-indent: 750px; transition: text-indent 0.3s ease;}
input:focus:-ms-input-placeholder      {text-indent: 750px; transition: text-indent 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.error::-webkit-input-placeholder {color: red !important; }
.error::-moz-placeholder          {color: red;} 
.error:-moz-placeholder           {color: red;} 
.error:-ms-input-placeholder      {color: red;}

.inside-slider {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}