/*......GENERAL styles......*/ 
.container-fluid {
	padding: 0px;
	margin:  0px;
}

a {
	text-decoration: none;
	color: white;
}

a:visited{
    text-decoration: none;
    color: white;    
}

/*......HEADER......*/ 
.paralax {
	/* The image used */
    background-image: url(../img/header/header_img.png);
    /* Set a specific height */
    height: 620px;
    min-height: 500px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-brand {
	margin-top: 25px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}      
.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/header/burger_icon.svg);
}
.navbar-toggler {
	border: none;
}
.navbar-toggler:hover {
	border: none;
}
.navbar-dark .navbar-toggler {
    color: transparent;
    border-color: transparent;
}
.navbar-dark .navbar-nav .nav-link {
	margin-left: 30px;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
}
.footer_navbar-nav {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
}

.footer__logo img, .navbar-brand img {
	max-width: 350px
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: white;
}
.mr-130 {
margin-right: 100px;
}

.nav-item {
	text-align: center !important;	
}
#lang_del, #lang_ua, #lang_ua {
	margin-left: -7px;
}
#lang_del, #lang_ua {
 	color: #767676;
}
.header__title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 130%;
	color: #FFFFFF;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-right: 20px;
}
.header__slogan {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 60px;
	margin-right: 50px;
}

.button {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #000000 !important;
	border: 2px solid;
	box-sizing: border-box;
	text-decoration: none;
	padding: 16px 0px 16px 0px; 	
	background: #FFFFFF;
	justify-content: start;		
}

.button:hover {
    text-decoration: none;
    border: 2px solid;
	box-sizing: border-box;
	background-color: #dadada;    
}
.btn-block {
	display:none;
}
/*......MODAL WINDOW......*/ 
.modal.show .modal-dialog {
    transform: none;
    margin: 1.75rem auto;
}
.modal-content {
	border-radius: 0px;
}
.form-control::-webkit-input-placeholder { color: #bfbfbf; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #bfbfbf; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #bfbfbf; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #bfbfbf; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #bfbfbf; }  /* Microsoft Edge */

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
button.close {
	border-color: transparent;
	background-color: transparent;
}
.form {
	background-color: #FFFFFF;
    padding: 5px 20px 40px 20px;
    position: relative;
    z-index: 2;
    border-radius: 0px;
}
.form__text1{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 46px;
	line-height: 156.5%;
	text-align: center;
	color: #000000;
}
.form__text2 {
    font-family: 'Roboto';
    font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 156.5%;
	text-align: center;
	color: #000000;
}
.i-name, .i-mob {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 150%;

}
.form-btn {
	border-radius:0;
    font-size: 18px;
    font-family: 'Roboto';
    font-style: normal;
	font-weight: 500;
	background-color: #030303;
    border-color: #030303;
    padding: 20px;
}
.form-btn:hover {
	background-color: black;
    border-color: black;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border: 1px solid #000000;
	box-sizing: border-box;
    border-color: #dfdfdf;
    background-image: none;
    padding: 20px;
    border-radius: 0px;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border: 1px solid #000000;
    box-shadow: none;
}

/*......PROJECTS......*/ 
.projects {
	background-color: #E5E5E5;
	padding-bottom: 125px;
}
.project {
	margin-bottom: 70px;
}
.projects__subtitle {
	margin-top: -45px;
	padding: 70px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 156.5%;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
}
.projects__title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 130%;
	color: #000000;
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
}

.project__info {
	background-color: #000000;
	padding: 30px 10px 30px 35px;
	height: 100%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    
}
.project__info img {
	margin-right: 15px;
}
.project__name {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 15px;
	
}
.project__help {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
}
.project__site, .project__square, .project__time {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
	margin-top: 20px;

}
.swiper-container {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
      }
      .swiper-pagination {
      	margin-top: 50px;
      }
      .swiper-pagination-bullet {
      	border-radius: 0%;
      	width: 16px;
		height: 16px;
		background: white;
		margin-right: 12px;
      }

     .swiper-pagination-bullet-active {
    	opacity: 1;
    	background: #000000;
}
.swiper-pagination-bullet {
	opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	border: solid 1px white;
}


/*......FOOTER......*/ 
.footer {
	background-color: black;
	height: auto;
	color: white;
	font-size: 12px;
}

.footer-wrap {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #EEEEEE;
}
.footer__nav-link, .contacts__mail, .contacts__address {
	color: #EEEEEE;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 42px;
}
.footer__nav-link:hover {
	color: white;
}
.footer__copyrigh {
	margin-top: 25px;
}

.contacts__tel a{
	font-family: 'Roboto';
	color: white;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 140%;
}


/*......MEDIA QUERIES......*/ 
@media (max-width: 1200px) { 
	.button {
		justify-content: left;
	}
	.project__name {
		font-size: 26px;
	}
	.project__help {
		font-size: 15px;
	}
	.contacts__tel a {
		font-size: 30px;
	}
	#lang_ru, #lang_del, #lang_ua {
	margin-left: 10px;

	}
	.mr-130 {
	margin-right: 20px;
	}
	#lang_ru, #lang_del, #lang_ua {
	margin-left: -7px;
	display: inline !important;
	text-align: center !important;
}
	.navbar-dark .navbar-nav .nav-link {
    margin-left: 15px;
	}
	.header__title {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 70px;
	}
}
@media (max-width: 992px) { 
	.paralax {
	height: 550px;
	}
	.button {
	}
 	.header__title, .header__slogan {
	text-align: center;
	margin-right: 0px;
	}
	.header__title {
	 font-size: 40px;

	}
	.header__slogan {
	font-size: 25px;
	}
	.project__images {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.projects__subtitle {
	font-size: 17px;
	padding: 50px 20px 50px 20px;
	}
	.mr-130 {
	margin-right: 0px;
	}
	#lang_ru, #lang_del, #lang_ua {
	margin-left: 5px;
	justify-content: center;
	}
	.navbar-dark .navbar-nav .nav-link {
    margin-left: 0px;
	}
	.footer__logo {
	margin-top: 40px;
	display: flex;
	justify-content: center;
    flex-direction: row;
    text-align: center;
}
	.footer__copyrigh {
		text-align: center;
	}
	.contacts__tel a {
		font-size: 24px;
	}
}

@media (max-width: 768px) { 
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
	.header__title {
	 font-size: 35px;
	}
	.header__slogan {
	font-size: 17px;
	}
	.projects {
	padding-bottom: 50px;
}
	.footer_navbar-nav {
	line-height: 90%;
}
	.contacts__tel a {
	line-height: 100%;
	font-size: 19px;
}
	#projects_fr, #address {
		line-height: 22px;
	}
	.paralax {
	height: 500px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	}
	.project__site, .project__square, .project__time {
		font-size: 13px;
	}

}
@media (max-width: 450px) { 
	.footer__logo img, .navbar-brand img {
	max-width: 270px
}