@font-face {
    font-family: 'icons';
    src: url('../font/icons.eot?1671354');
    src: url('../font/icons.eot?1671354#iefix') format('embedded-opentype'),
         url('../font/icons.woff2?1671354') format('woff2'),
         url('../font/icons.woff?1671354') format('woff'),
         url('../font/icons.ttf?1671354') format('truetype'),
         url('../font/icons.svg?1671354#at') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'at';
    src: url('../font/at.svg?1671354#at') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-at:before { content: '\e800'; } /* '' */
.icon-email:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
  
:root {
    --blue-color: #0f395e;
    --yellow-color: #feb243;
    --green-color: #8dbf37;
    --red-color: #c91407;
    --white-color: #ffffff;
    --black-color: #000000;
    --nav-color: var(--blue-color);
    --footer-color: var(--blue-color);
    --content-color: var(--blue-color);
    --contrast-content-color: var(--white-color);
    --contrast-nav-color: var(--white-color);
    --dark-content-color: var(--black-color);
    --blue-lead-color: var(--blue-color);
    --yellow-lead-color: var(--yellow-color);
    --green-lead-color: var(--green-color);
    --red-lead-color: var(--red-color);
    --desktop-size: 1280px;
    --swiper-navigation-top-offset: 35%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Tahoma, Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    display: block;
    max-width: var(--desktop-size);
    margin: 0 auto;
    width: 100%;
}

.header {
    display: block;
    padding: 10px 0;
    width: 100%;
}

.header--items {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    position: relative;
}

.header--item--logo {
    width: 300px;
    padding-right: 20px;
}

.header--item--nav {
    width: 100%;
    flex: 1;
}

.header-nav-toggle {
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 1;
}

.header-nav-toggle div {
    display: block;
    width: 100%;
    background: var(--blue-lead-color);
    height: 5px;
    margin-bottom: 5px;
}

.header-nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.header-nav--link {
    display: inline-block;
    font-size: 20px;
    line-height: 1em;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    color: var(--nav-color);
    background-color: transparent;
    transition: all .3s ease;
    padding: 5px;
}

.header-nav--link .icon::before {
    margin: 0;
}

.header-nav--link--social {
    display: flex;
    font-size: 20px;
    line-height: 1em;
    vertical-align: middle;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}
.header-nav--link--social a {
    font-size: 0;
    background: var(--blue-lead-color);
    display: block;
    height: auto;
    line-height: 1em;
    padding: 4px 5px;
}

.header-nav--link:hover {
    background-color: var(--nav-color);
    color: var(--contrast-nav-color);
}

.header-nav--link--logo {
    transition: none;
    padding: 0;
}


.header-nav--link--logo img {
    display: block;
    max-width: 100%;
}

.header-nav--link--active {
    background-color: var(--nav-color);
    color: var(--contrast-nav-color);
}

main {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 100%;
}


.footer {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
}

.footer--list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    color: var(--footer-color);
    font-size: 15px;
    line-height: 1.2em;
}

.footer--list--item {
    display: block;
}

.footer--list--item a {
    text-decoration: none;
    color: inherit;
}

.component--image {
    width: 100%;
    height: 100%;
    position: relative;
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
  
.component--image--figure {
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
  
.component--image--figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
  
.component--image--caption {
    position: absolute;
    bottom: 0;
    left: 0;
    /* right: 0; */
    background: rgba(255, 255, 255, .7);
    color: var(--content-color);
    padding: 5px;
    margin: 0;
    font-size: 10px;
    text-align: center;
}

.component--image--heading {
    display: block;
    max-width: var(--desktop-size);
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 20px;
}

.component--image--heading--main {
    margin: 0;
    font-weight: bold;
    color: var(--content-color);
    font-size: 28px;
    line-height: 1.2em;
    text-shadow: 0 0 20px var(--contrast-content-color), 0 0 20px var(--contrast-content-color), 0 0 20px var(--contrast-content-color);
}

.component--image--heading--second {
    margin: 0;
    font-weight: bold;
    color: var(--contrast-content-color);
    font-size: 28px;
    line-height: 1.2em;
    text-shadow: 0 0 20px var(--dark-content-color), 0 0 20px var(--dark-content-color);
}


.component--image--heading--content {
    margin: 0;
    color: var(--content-color);
    background-color: var(--contrast-content-color);
    max-width: 90%;
    margin: 15px auto;
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
}

.services-content,
.about-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1;
    flex-flow: row nowrap;
    gap: 30px;
}

.component--column-left {
    display: flex;
    flex-flow: column nowrap;
    width: 66%;
}
.component--column-right {
    display: flex;
    flex-flow: column nowrap;
    width: 34%;
}

.component--heading-description {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    color: var(--content-color);
    padding-right: 15px;
    text-align: justify;
}

.component--heading-description h1 {
    text-align: center;
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.2em;
}

.component--heading-description p {
    font-size: 15px;
    line-height: 1.2em;
    margin: 0;
}

.component--leads {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    padding-right: 15px;
    flex: 1;
    justify-content: center;
}

.component--leads-single {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
}

.component--leads-single--description {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    background-color: var(--blue-lead-color);
    color: var(--contrast-content-color);
}

.component--leads-single--description p {
    margin: auto 0;
    font-size: 12px;
    line-height: 1.2em;
}

.component--leads-single--description p:first-of-type {
    font-size: 16px;
    margin-bottom: 15px;
}

.component--leads-single--blue .component--leads-single--description {
    background-color: var(--blue-lead-color);
}
.component--leads-single--yellow .component--leads-single--description {
    background-color: var(--yellow-lead-color);
}
.component--leads-single--green .component--leads-single--description {
    background-color: var(--green-lead-color);
}
.component--leads-single--red .component--leads-single--description {
    background-color: var(--red-lead-color);
}

.component--services {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    padding-right: 15px;
    flex: 1;
    justify-content: center;
}

.component--services img {
    display: block;
    max-width: 270px;
    width: 100%;
    margin: auto;
    height: auto;
}

.component--service-single {
    display: flex;
    padding: 5px;
    border: 2px dashed var(--blue-lead-color);
    height: 86px;
}

.component--service-single--blue {
    border-color: var(--blue-lead-color);
}
.component--service-single--yellow {
    border-color: var(--yellow-lead-color);
}
.component--service-single--green {
    border-color: var(--green-lead-color);
}
.component--service-single--red {
    border-color: var(--red-lead-color);
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    max-width: var(--desktop-size);
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--contrast-content-color);
    text-shadow: 0 0 20px var(--dark-content-color), 0 0 20px var(--dark-content-color), 0 0 20px var(--dark-content-color);
}

.swiper-slide--wrapper { 
    max-width: 100%;
    max-height: 70vh;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide--image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-slide--description {
    display: flex;
    flex-flow: row nowrap;
    padding: 20px 0;
    align-items: stretch;
    color: var(--content-color);
    font-size: 14px;
    line-height: 1.2em;
}

.swiper-slide--description p {
    margin: 0;
}

.swiper-slide--heading,
.swiper-slide--small-description,
.swiper-slide--high-description,
.swiper-slide--type {
    display: flex;
    flex-flow: column nowrap;
    padding: 0 10px;
    gap: 10px;
    border-right: 1px solid var(--blue-lead-color);
    justify-content: center;
    flex: 1;
}

.swiper-slide--type {
    width: 150px;
    flex: none;
}

.swiper-slide--type img {
    display: block;
    max-width: 100%;
}

.swiper-slide--heading {
    flex: none;
    font-size: 30px;
    line-height: 1em;
}

.swiper-slide--heading strong {
    display: block;
    font-size: 1.3em;
    line-height: 1em;
}

.swiper-slide--small-description {
    flex: none;
    max-width: 200px;
    text-align: center;
}

.swiper-slide--high-description {
    border-right: 0;
}

.component--formulary {
    display: flex;
    flex-flow: row nowrap;
    max-width: var(--desktop-size);
    margin: 0 auto;
    width: 100%;
    justify-content: flex-end;
    height: 100%;
    flex: 1;
    padding: 10px;
    align-items: center;
}

.contact-form {
    display: block;
    width: 100%;
    max-width: 400px;
}

.contact-form .form-group {
    display: block;
    margin-bottom: 10px;
}

.contact-form .form-group.message p {
    margin: 0;
    color: white;
    font-size: 12px;
    text-align: center;
}
.contact-form .form-group.message .message--green {
    background: var(--green-lead-color);
}

.contact-form .form-group.message .message--red {
    background: var(--red-lead-color);
}
.contact-form input,
.contact-form textarea {
    display: block;
    border: 0;
    width: 100%;
    padding: 5px 10px;
    color: var(--dark-content-color);
    background: rgba(255, 255, 255, .8);
}


.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: var(--content-color);
}

.contact-form textarea { 
    height: 150px;
    max-height: 150px;
    max-width: 100%;
    resize: none;
}

.form-controls {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;   
}

.submit-btn {
    display: block;
    width: 100%;
    max-width: 200px;
    color: var(--blue-lead-color);
    background: var(--contrast-content-color);
    transition: all .3s ease;
    border: 0;
    padding: 10px;
    cursor: pointer;
}
.submit-btn:hover,
.submit-btn:active {
    background: var(--blue-lead-color);
    color: var(--contrast-content-color);
}

.contact-social {
    display: flex;
    height: 39px;
    background: var(--contrast-content-color);
    align-items: center;
    font-size: 0;
    gap: 5px;
    padding: 5px;
}

@media all and (max-width: 1200px) {
    .header {
        padding: 10px;
    }
    .header--item--logo {
        width: 200px;
    }
    .header-nav--link {
        font-size: 16px;
    }
    .header-nav-toggle {
        display: block;
    }
    .header--items {
        flex-flow: column nowrap;
        align-items: flex-start;
        
    }
    .header-nav {
        flex-flow: column;
        display: none;
        gap: 5px;
    }
    .header-nav.active {
        display: flex;
    }
}

@media all and (max-width: 1023px) {
    .footer {
        padding: 10px 10px 20px;
        margin-top: 30px;
    }
    .footer--list {
        flex-flow: column nowrap;
    }
    .component--image--heading {
        padding: 10px 10px 30px;
    }
    .component--image--heading--main {
        font-size: 20px;
    }
    .component--image--heading--second {
        font-size: 20px;
    }
    .services-content, .about-content {
        flex-flow: column nowrap;
    }
    .component--column-left {
        width: 100%;
        min-height: 400px;
    }
    .component--column-right {
        width: 100%;
    }
    .component--heading-description {
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .component--services,
    .component--leads {
        padding-left: 15px;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }
    .swiper-slide--description {
        display: grid;
        width: 100%;
        grid-template-columns: 150px 1fr 1fr;
        gap: 10px;
    }
    .swiper-slide--heading {
        font-size: 20px;
    }
    .swiper-slide--small-description {
        border: 0;
        max-width: 100%;
    }
    .swiper-slide--high-description {
        grid-column: 1 / span 3;
        border-top: 1px solid var(--blue-lead-color);
        padding-top: 20px;
    }
}


@media all and (max-width: 600px) {
    .swiper-slide--description {
        grid-template-columns: 150px 1fr;
        gap: 0;
    }
    
    .swiper-slide--high-description {
        grid-column: auto;
        border-top: 0;
    }
    
    .swiper-slide--small-description {
        border-right: 1px solid var(--blue-lead-color);
    }
    
    .swiper-slide--type {
        padding-bottom: 10px;
        border-bottom: 1px solid var(--blue-lead-color);
    }
    
    .swiper-slide--heading {
        padding-bottom: 10px;
        border-bottom: 1px solid var(--blue-lead-color);
    }
}