body {
    background-color: #ffffff;
    font-size: 14px;
    font-family: "Exo2-Regular", sans-serif;
}

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

a, button {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

input {
    outline: none;
}

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

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

p {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: bottom;
}

.header, .projects-header {
    height: 115px;
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    position: relative;
    z-index: 3;
}

.header-logo {
    display: inline-block;
    margin: 34px 0;
}

.col-xs-5.col-md-3, .col-xs-6.col-md-3 {
    width: 33.33333%;
}
.col-xs-0.col-md-6.main-list, .col-xs-0.col-md-6 {
    width: 46.9%;
    padding: 0;
    margin: 0;
}
.col-xs-7.col-md-3, .col-xs-6.col-md-3.bottom {
    text-align: right;
    width: 19.67%;
}

span.lang_toggle {
    position: relative;
    top: 13px;
    left: -109px;
    color: white;
    white-space: nowrap;
}

span.lang_toggle a {
    color: white;
}


.header-list {
    font-size: 0;
    padding: 43px 0;
}

.header-list li {
    display: inline-block;
    margin-left: 14px;
    margin-right: 35px;
}

.header-list a {
    font-size: 22px;
    color: #ffffff;
    position: relative;
}

.header-list a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #00A0C8;
    transition: 0.3s ease-in-out;
}

.header-list a:hover {
    color: #00abc3;
}

.header-list a:hover:before {
    width: 100%;
}

.header-social {
    text-align: right;
    font-size: 0;
    padding: 40px 0;
}

.contacts-social {
    text-align: left;
    font-size: 0;
    padding: 20px 0;
    padding-left: 47px;
}


.header-social li {
    display: inline-block;
    margin-left: 12px;
}

.header-social a {
    display: block;
    width: 32px;
    height: 32px;
    background: #00A0C8;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 16px;
}

.header-social a:hover {
    color: #00A0C8;
    background: #ffffff;
}

.welcome-bg-img.grey, .welcome-bg-img1.grey, .welcome-bg-img2.grey, .welcome-bg-img3.grey, .welcome-bg-img4.grey, .welcome-bg-img5.grey  {
    filter: none;
}

.welcome-bg-img, .welcome-bg-img1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3C4652;
    background: url(../img/main/var-1.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
    transition: filter 5s ease-in-out;
    animation: slide linear 60s infinite;
    filter: grayscale(100%);
    filter: gray;
}
.welcome-bg-img2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3C4652;
    background: url(../img/main/var-2.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
    transition: filter 5s ease-in-out;
    animation: slide linear 60s infinite;
    filter: grayscale(100%);
    filter: gray;
}
.welcome-bg-img3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3C4652;
    background: url(../img/main/var-3.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
    transition: filter 5s ease-in-out;
    animation: slide linear 60s infinite;
    filter: grayscale(100%);
    filter: gray;
}
.welcome-bg-img4 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3C4652;
    background: url(../img/main/var-4.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
    transition: filter 5s ease-in-out;
    animation: slide linear 60s infinite;
    filter: grayscale(100%);
    filter: gray;
}
.welcome-bg-img5 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3C4652;
    background: url(../img/main/var-5.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
    transition: filter 5s ease-in-out;
    animation: slide linear 60s infinite;
    filter: grayscale(100%);
    filter: gray;
}


.welcome {
    background-color: #3C4652;
    height: 100vh;
    position: relative;
}

.welcome-dark-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
//    background: rgba(0, 0, 0, 0.5);
}

.welcome h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 60px;
    font-family: "Exo2-Bold", sans-serif;
    width: 100%;
    text-align: center;
}

.welcome-more {
    font-size: 0;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.welcome-more .arrow {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #00abc3;
    border: 2px solid #ffffff;
    display: inline-block;
    border-radius: 100%;
    font-size: 32px;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
}

.welcome-more .text {
    font-size: 25px;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
    transition: 0.3s ease-in-out;
}

.welcome-more:hover .text {
    color: #00abc3;
}

.welcome-more:hover .arrow {
    color: #ffffff;
    border-color: #00abc3;
}

.masonry-item {
    width: 50%;
    padding: 0 5px 10px;
    float: left;
}

.portfolio {
    background: #3C4652;
    padding-top: 10px;
    padding-bottom: 10px;
}

.portfolio .container {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}    

.portfolio-single {
    display: block;
    overflow: hidden;
    position: relative;
}

.portfolio-single:hover .portfolio-single-text {
    bottom: 0;
}

.portfolio-single img {
    width: 100%;
}

.portfolio-single-text {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 2px 0;
    background: rgba(0, 0, 0, 0.6);
    transition: 1.0s cubic-bezier(0, 0.9, 0.74, 0.96);
}

.portfolio-single-text h2 {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Exo2-Regular", sans-serif;
}

.footer {
    height: 115px;
    background-color: rgba(0, 0, 0, 0.87);
    /*background: url(../img/footer-bg.jpg) no-repeat bottom;
    background-size: cover;*/
    width: 100%;
}
.footer-about {
    height: 115px;
    background: url(../img/about-footer-bg.jpg) no-repeat bottom;
    background-size: cover;
    width: 100%;
}
.footer-contact {
    height: 115px;
    background: url(../img/contact-footer-bg.jpg) no-repeat bottom;
    background-size: cover;
    width: 100%;
}
.footer-price {
    height: 115px;
    background: url(../img/price-footer-bg.jpg) no-repeat bottom;
    background-size: cover;
    width: 100%;
}

.footer-logo {
    display: inline-block;
    margin: 34px 0;
}

.footer-list {
    font-size: 0;
    padding: 44px 0;
}

.footer-list li {
    display: inline-block;
    margin-left: 14px;
    margin-right: 35px;
}

.footer-list a {
    font-size: 22px;
    color: #ffffff;
    position: relative;
}

.footer-list a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #00A0C8;
    transition: 0.3s ease-in-out;
}

.footer-list a:hover {
    color: #00abc3;
}

.footer-list a:hover:before {
    width: 100%;
}

.footer-social {
    text-align: right;
    font-size: 0;
    padding: 44px 0;
}

.footer-social li {
    display: inline-block;
    margin-left: 12px;
}

.footer-social a {
    display: block;
    width: 32px;
    height: 32px;
    background: #00abc3;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 16px;
}

.footer-social a:hover {
    color: #00abc3;
    background: #ffffff;
}

.about-header {
    background: url(../img/about-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 300px;
}

.about {
    background: #3C4652;
    padding: 40px 0;
}

.about h2 {
    font-size: 40px;
    color: #ffffff;
    font-family: "Exo2-Bold", sans-serif;
    margin-left: 58px;
}

.about h3 {
    font-family: "Exo2-Bold", sans-serif;
    font-size: 30px;
    color: #00A0C8;
    position: relative;
}

.about p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
}

.about-title-first {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.about-title-first:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 150px;
    height: 2px;
    background: #00A0C8;
}

.about-title-second {
    margin-bottom: 10px;
    padding-top: 25px;
}

.about-title-second:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 150px;
    height: 2px;
    background: #00A0C8;
}

.contact-header {
    background: url(../img/contact-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 300px;
}
.price-header {
    background: url(../img/price-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 300px;
}

.contact {
    background: #3C4652;
    padding: 40px 0;
}

.contact h2 {
    font-size: 40px;
    color: #ffffff;
    font-family: "Exo2-Bold", sans-serif;
    margin-left: 58px;
}

.contact p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
}

.contact p a {
    color: #00A0C8;
}

.contact p a:hover {
    text-decoration: underline;
}

.contact h3 {
    font-family: "Exo2-Bold", sans-serif;
    font-size: 30px;
    color: #00A0C8;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 150px;
    height: 2px;
    background: #00A0C8;
}

.contact span, .contact span a {
    display: block;
    font-size: 30px;
    color: #00A0C8;
    font-family: "Exo2-Bold", sans-serif;
    margin-bottom: 5px;
}

.contact .vat {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact .vat:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 150px;
    height: 2px;
    background: #00A0C8;
}

.contact-form {
    font-size: 0;
}

.contact .form-controll {
    margin-bottom: 20px;
    color: #ffffff;
}

.contact .name-input {
    width: calc(50% - 10px);
    display: inline-block;
}

.contact .email-input {
    width: calc(50% - 10px);
    display: inline-block;
    margin-left: 20px;
}

.contact textarea.form-controll {
    height: 100px;
}

.contact .btn {
    text-align: right;
}

.calc-btn {
    display: inline-block;
}

.contact button, .calc-btn button {
    font-size: 18px;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    border: none;
    background: #101010;
    /*border-radius: 3px;*/
}

.calc-btn button {
    margin-top: 38px;
}

.map-btn {
    float: right;
}

.contact button:hover, .calc-btn button:hover {
    color: #00aac3;
    background: #ffffff;
}

.form-controll {
    width: 100%;
    background: transparent;
    border: 1px solid #9ad8e7;
    /*border-radius: 3px;*/
    padding: 12px 18px;
    font-size: 16px;
    outline: none;
}

.form-controll:hover {
    border-color: #5495a5;
    transition: 0.3s ease-in-out;
}

.header-burger {
    display: none;
}

@keyframes slide {
    0% {
        background-position: center 100%;
    }
    100% {
        background-position: center 0%;
    }
}



.lg-progress-bar .lg-progress {
    background-color: #00ABC3 !important;
    height: 7px !important;
}


img.about_team_pic {
    padding-top:40px;
    width:100%;
}


img.price_img {
    float:left;
    width: 34%;
    padding-top: 4px;
    padding-right: 30px;
    padding-bottom: 30px;
}

#lightgallery b {
    color: #00A0C8;
}



#myModal_getprice {
    display:none;
}
.popup-content .single-title {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 18px;
    margin-top: 0px;
}

.single-title {
    font-family: "Exo2-Bold", sans-serif;
    color: #00A0C8;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    margin-bottom: 18px;
}
.popup-content .single-undertitle {
    margin-bottom: 52px;
    margin-left: 120px;
    margin-right: 120px;
}
.single-undertitle {
    font-family: "Exo2-Bold", sans-serif;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
}
.order-circles {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(135px,1fr));
    grid-auto-rows: minmax(0px,auto);
    -ms-grid-columns: 135px 135px 135px;
    -ms-grid-rows: 1fr grid-gap:40px;
    align-items: center;
    justify-items: center;
}
.circle-box {
    width: 135px;
    text-align: center;
}
.circlebox {
    width: 56px;
    height: 56px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    display: block;
}
.circle-box p {
    font-family: "Exo2-Bold", sans-serif;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
}
.popup-content .getprice-fields {
    text-align: center;
    margin-top: 75px;
}
.popup-content .form-controll {
    width: 50%;
    background: transparent;
    border: 1px solid #9ad8e7;
    /*border-radius: 3px;*/
    padding: 12px 18px;
    font-size: 16px;
    outline: none;
    margin-bottom: 20px;
    color: #ffffff;
}
.popup-content .form-controll:hover {
    border-color: #5495a5;
    transition: 0.3s ease-in-out;
}
.popup-content .btn {
    text-align: center;
}
.popup-content button {
    font-size: 18px;
    color: #ffffff;
    padding: 10px 40px;
    display: inline-block;
    border: none;
    background: #00A0C8;
    /*border-radius: 3px;*/
}
.popup-content button:hover {
    color: #00aac3;
    background: #ffffff;
}


.popup-content .form-controll.empty_field, .contact-form .form-controll.empty_field {
    background-color: #9ad8e7;
}

input[name='qst_surname_sender'] {
    display: none;
}


#blink {
	-webkit-animation: blink 1.5s linear infinite; 
	animation: blink 1.5s linear infinite; 
	font-weight: bold; 
	color: color: #F00; 
}

@-webkit-keyframes blink { 
	0% { color: #ffffff; }
	50% { color: #444; }
	100% { color: #ffffff; }
}

@keyframes blink {  
	0% { color: #ffffff; }
	50% { color: #444; }
	100% { color: #ffffff; }
}