@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap'); *,*::before,*::after {
    box-sizing: border-box
}

:root {
    --swiper-theme-color: #007aff;
    --accent-color: #ea5b0b;
    --gray-500: rgb(107 114 128);
    --gray-400: rgb(156 163 175);
    --gray-200: rgb(229 231 235);
    --gray-100: rgb(243 244 246)
}

::-webkit-input-placeholder {
    line-height: 100%;
    overflow: visible
}

::placeholder {
    line-height: 100%;
    overflow: visible
}

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    line-height: normal;
}

body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

* html .clearfix {
    height: 1%
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

html,body {
    width: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    direction: ltr;
    text-align: left;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    font-family: 'Lato', sans-serif;
    ; -webkit-font-smoothing: antialiased
}

html.hide {
    overflow: hidden
}

body.hide {
    overflow-y: scroll;
}

a,a:hover {
    text-decoration: none;
    color: #000
}

button {
    cursor: pointer
}

button,input,select,textarea {
    font-family: inherit
}

button:active,button:focus,input:active,input:focus {
    outline: none;
    outline-offset: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-tap-highlight-color: transparent
}

* {
    -webkit-tap-highlight-color: transparent
}

img {
    width: 100%;
    display: block;
}

li {
    list-style-type: none
}

main {
}

.site-width {
    width: 95%;
    margin: auto;
    max-width: 1050px;
}
.pageFormLoader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #ffffff7d;
    z-index: 1000;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.pageFormLoader.active {
    opacity: 1;
    visibility: visible;
}
header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #36393e;
    /* padding: 10px 0; */
    z-index: 1000;
}

header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

header .dev {
}

header .dev p {
    font-size: 13px;
    color: white;
}

header .dev a {
    color: #FF6100;
}

header .logo {
}

header .logo a {
    display: block;
    max-width: 45px;
    width: 100%;
}

header .logo img {
}

header .menu {
    flex: 1;
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

header .menu nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .menu button {
    border: 0;
    background: 0;
    color: white;
    font-size: 16px;
    width: 150px;
    transition: 0.4s ease;
    padding: 30px 0;
}

header .menu button:hover {
    background: #1e2125;
}

.content-slider {
    height: calc(100vh - 75px);
    background: #E2E4E7;
    overflow: hidden;
}

.page-slide {
    background: white center/cover no-repeat;
    height: calc(100vh - 75px);
    width: 100vw;
}

.swiper-wrapper {
    height: calc(100vh - 75px);
}

.company-info {
    /* background: #ffffff80; */
    max-width: 300px;
    /* padding: 20px 20px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.company-info > div {
    background: #ffffff80;
    padding: 20px 20px;
    position: relative;
}

.company-info .companyLogo {
    width: 120px;
}

.company-info .companyName {
    font-size: 16px;
    color: #3c479a;
    font-weight: 600;
    margin: 10px 0;
}

.company-info .companyLink {
    font-size: 14px;
    border: 2px solid #3c479a;
    padding: 4px 10px;
    display: inline-block;
    margin: 10px 0;
    transition: 0.3s ease;
    color: #3c479a;
}

.company-info .companyLink .full {
}

.content-description {
    font-size: 14px;
}

.company-info .companyLink.full {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    text-align: center;
    display: inline-block;
    width: 90%;
    padding: 5px 10px;
    background: white;
    border-color: white;
}

.company-info .companyLink:hover {
    color: white;
    background: #3c479a;
}

.company-info .companyLink.full:hover {
    border-color: #3c479a;
}

.content-description > * {
    margin-bottom: 10px;
}

.aboutTitle {
    font-size: 30px;
    color: #3c479a;
    font-weight: 600;
    margin-bottom: 20px;
}

#about, #contact {
    background: #ececec;
}

#about > div > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#about .ceo-text {
    width: 25%;
    background: transparent url("/assets/img/about.png") center/cover no-repeat;
    padding: 20px;
    font-size: 14px;
    height: 290px;
}

#about .about-text {
    width: 70%;
    padding: 0 0px;
}

#about .ceo-text > * {
    margin-bottom: 20px;
    /* padding: 20px 20px 0; */
}

#about, #contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact > div > * {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#contact .contact-box {
    width: calc(50% - 16px);
    /* background: red; */
    margin: 0 0 20px;
}

#contact .contact-box .box-title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    height: 30px;
    color: black;
}

#contact form {
    margin-top: 50px;
}

#contact .contact-box .contact-info {
}

#contact .contact-box p {
    font-size: 14px;
    color: #737373;
}

form .input-container {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

form .input-container input, form .input-container textarea {
    width: 100%;
    border: 1px solid #cbcbcb;
    padding: 10px 10px;
    font-size: 13px;
    height: 45px;
}

form .input-container textarea {
    height: calc(45px * 3 + 20px);
    resize: none;
}

#contact .contact-box label:last-child {
    margin: 0;
}

form button {
    width: calc(100% - 20px);
    font-size: 16px;
    padding: 11px 10px;
    background: transparent;
    border: 3px solid white;
    font-weight: 600;
    transition: 0.3s ease;
}

form button:hover {
    background: black;
    color: white;
    border-color: black;
}

span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: black;
}
.form-alert {
    font-size: 13px;
    padding: 15px 0;
}
.form-alert.success {
    color: #2da128;
}
.form-alert.error {
    color: #e71414;
}


.pageFormLoader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #ffffff7d;
    z-index: 1000;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.pageFormLoader.active {
    opacity: 1;
    visibility: visible;
}
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: 30px;
}

#blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.company-block {
    width: calc(33.33% - 10px);
    position: relative;
    height: 268px;
    max-width: 267px;
    overflow: hidden;
    background: transparent center bottom/cover no-repeat;
}

.company-block .overlay {
    /* background: red; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.company-block .overlay p {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding: 0 10px;
    color: white;
}

.company-block .overlay a {
    display: block;
    font-size: 14px;
    text-align: center;
    background: white;
    width: 130px;
    padding: 5px 5px;
    margin: 20px auto 0;
}

.overlay-color {
    position: absolute;
    bottom: -100%;
    background: rgba(0,161,101,.8);
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
    z-index: 1;
}

.company-block:hover .overlay {
    opacity: 1;
    transform: translateY(0px);
}

.company-block:hover .overlay-color {
    bottom: 0;
}

.company-block:nth-child(1) .overlay-color {
    background: rgba(0,153,161,.8);
}

.company-block:nth-child(2) .overlay-color {
    background: rgba(0,153,161,.8)
}

.company-block:nth-child(3) .overlay-color {
    background: rgba(0,194,147,.8)
}

.company-block:nth-child(4) .overlay-color {
    background: rgba(0,137,147,.8);
}

.company-block:nth-child(5) .overlay-color {
    background: rgba(0,137,147,.8)
}

.company-block:nth-child(6) .overlay-color {
    background: rgba(246,146,135,.8)
}

.company-block:hover .name {
    opacity: 0;
}

.company-block .name {
    transition: 0.5s;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}

#first {
    background: url(/assets/img/bg.png) center top no-repeat
}

@media only screen and (max-width: 680px) {
    header .logo {
        width: 36px;
    }

    header .menu {
        /* flex: 0; */
        width: calc(100% - 30px);
    }

    header .menu nav {
        justify-content: flex-end;
    }

    header .dev {
        order: 1;
        width: 100%;
        text-align: center;
        padding: 0 0 10px;
    }

    header .menu button {
        width: auto;
        font-size: 11px;
        padding: 0 10px;
    }

    header .dev p {
        font-size: 11px;
    }

    header > div {
        padding: 10px 0 0;
    }

    .page-slide {
        background-image: none !important;
        background-color: #e2e4e7;
        height: auto;
        min-height: calc(100vh - 75px);
    }

    .company-info {
        max-width: 100%;
    }

    #about .about-text {
        width: 100%;
        height: 50vh;
        overflow-y: auto;
        margin-bottom: 20px;
    }

    #about .ceo-text {
        width: 100%;
    }

    #about > div > div {
        flex-wrap: wrap;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets {
        right: 6px;
    }

    #contact .contact-box {
        width: calc(100% - 16px);
        margin: 0 0 10px;
    }

    #contact form {
        margin-top: 10px;
    }

    #contact .contact-box .box-title {
        height: auto;
        margin-bottom: 10px;
    }

    #about, #contact {
        justify-content: flex-start;
        padding: 10px 0;
    }

    .company-block {
        width: calc(50% - 20px);
        height: 180px;
    }
}
