body {
	position: relative;
	left: 0;
	margin: 0;
	padding-right: 0 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#top {
	width: 100%;
	height: 100vh;
	position: relative;
	background-image: url(../img/top/top-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#top .container {
	height: 100%;
	position: relative;
}
#top .row {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* three.js top animation container */
#home-canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}


/* header */
#header {
	display: block;
	margin-top: 40px;
	min-height: 75px;
	transition: .5s;
}
.header-inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 1170px;
	margin: 0 auto;
}
.logo-container {
	display: block;
	position: relative;
	width: 295px;
	text-align: right;
	transition: .3s;
}
.logo-container:hover {
	opacity: .8;
	text-decoration: none;
}
.logo-container:focus {
	text-decoration: none;
}
.logo-img {
	width: 100%;
}
.logo-text {
	position: relative;
	bottom: 10px;
	right: 0;
	font-size: 12.8px;
	color: #f1ffa6;
}

/* Header mobile btn */
.header-mobile-nav-btn {
	display: none;
	margin-right: 14px;
	margin-bottom: 2px;
	padding: 20px;
	width: 25px;
	height: 25px;
	background-size: 20px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5MS4zMTgsMjM1LjMxOEgyMC42ODJDOS4yNiwyMzUuMzE4LDAsMjQ0LjU3NywwLDI1NnM5LjI2LDIwLjY4MiwyMC42ODIsMjAuNjgyaDQ3MC42MzYgICAgYzExLjQyMywwLDIwLjY4Mi05LjI1OSwyMC42ODItMjAuNjgyQzUxMiwyNDQuNTc4LDUwMi43NDEsMjM1LjMxOCw0OTEuMzE4LDIzNS4zMTh6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDkxLjMxOCw3OC40MzlIMjAuNjgyQzkuMjYsNzguNDM5LDAsODcuNjk5LDAsOTkuMTIxYzAsMTEuNDIyLDkuMjYsMjAuNjgyLDIwLjY4MiwyMC42ODJoNDcwLjYzNiAgICBjMTEuNDIzLDAsMjAuNjgyLTkuMjYsMjAuNjgyLTIwLjY4MkM1MTIsODcuNjk5LDUwMi43NDEsNzguNDM5LDQ5MS4zMTgsNzguNDM5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5MS4zMTgsMzkyLjE5N0gyMC42ODJDOS4yNiwzOTIuMTk3LDAsNDAxLjQ1NiwwLDQxMi44NzlzOS4yNiwyMC42ODIsMjAuNjgyLDIwLjY4Mmg0NzAuNjM2ICAgIGMxMS40MjMsMCwyMC42ODItOS4yNTksMjAuNjgyLTIwLjY4MlM1MDIuNzQxLDM5Mi4xOTcsNDkxLjMxOCwzOTIuMTk3eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	cursor: pointer;
	outline: none;
	transition: .5s;
}
.header-mobile-nav-btn:hover, .header-mobile-nav-btn:focus, {
	border: 1px solid #e8ab0e;
}

/* Header mobile container */
.header-mobile-container-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
}
.header-mobile-container {
	display: flex;
	z-index: 100;
	flex-direction: column;
	position: fixed;
	left: -270px;
	width: 270px;
	height: 100%;
	background: rgba(132, 179, 42,.95);
}
.header-mobile-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	background: #6da306;
	cursor: pointer;
}
.header-mobile-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff !important;
	cursor: pointer;
}
.header-mobile-close-btn {
	padding: 0;
	color: #fff;
	background: transparent;
	background: #6da306;
	font-size: 30px;
	font-weight: 700;
	text-align: right;
	transition: .5s;
	outline: none;
	cursor: pointer;
}
.header-mobile-close-btn:hover, .header-mobile-close-btn:focus {
	background: #6da306;
}
.header-mobile-nav {
	margin-top: 16px;
	margin: 7.5px 0;
}
.header-mobile-nav .header-nav-elem {
	width: 100%;
	text-align: center;
}
.header-mobile-nav .header-nav-elem-link {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff !important;
}
.header-mobile-nav .header-nav-elem-link:hover, .header-mobile-nav .header-nav-elem-link:focus {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333 !important;
}
.header-mobile-soc-links-container {
	display: flex;
	justify-content: center;
	margin-top: 17px;
}
.header-mobile-soc-link {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s ease-in-out;
}
.header-mobile-soc-vk-link {
	background-image: url(../img/icons/vk-icon-white.png);
}
.header-mobile-soc-vk-link:hover {
	background-image: url(../img/icons/vk-icon.png);
}
.header-mobile-soc-fb-link {
	background-image: url(../img/icons/fb-icon-white.png);
}
.header-mobile-soc-fb-link:hover {
	background-image: url(../img/icons/fb-icon.png);
}
.header-mobile-soc-inst-link {
	background-image: url(../img/icons/instagram-icon-white.png);
}
.header-mobile-soc-inst-link:hover {
	background-image: url(../img/icons/instagram-icon.png);
}

/* Header main */
#header-nav-container {
	position: relative;
	top: -6px;
}
.header-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	list-style-type: none;
}
.header-nav-elem-link {
	padding: 10px 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff !important;
	text-decoration: none;
	transition: .3s;
    background: transparent !important;
}
.header-nav-elem-link:hover, .header-nav-elem.active .header-nav-elem-link {
	color: #e8ab0e !important;
	text-decoration: none;
}
#header-call-container {
	display: flex;
	align-items: flex-end;
	position: relative;
	bottom: 6px;
}
.header-call-inner-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.header-phone {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-family: 'Montserrat', sans-serif;
	outline: none;
}
.header-phone:hover, .header-phone:focus {
	text-decoration: none;
}
.header-phone-operator {
	font-size: 16px;
	color: #fff;
}
.header-phone-number {
	position: relative;
	top: 5px;
	margin-left: 5px;
	font-size: 29px;
	font-weight: bold;
	color: #fff;
}
.header-call-btn {
	font-family: 'Montserrat', sans-serif;
	font-size: 13.1px;
	color: #e8ab0e;
	text-decoration: underline;
	transition: .3s;
	background: transparent;
	border: none;
	padding: 0;
	outline: none;
}
.header-call-btn:hover, .header-call-btn:focus {
	color: #fff;
}


/* Sticky header */

/* variant 1 */
#header.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: auto;
	margin-top: 0;
	z-index: 100;
	background: rgba(15,20,8,.88);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#header.header-sticky .header-inner-container {
	padding: 1px 0 7px;
}
#header.header-sticky .logo-container {
	position: relative;
	top: 3px;
}
#header.header-sticky .logo-text {
	display: none;
}
#header.header-sticky #header-nav-container {
	position: relative;
	top: 2px;
}
#header.header-sticky #header-call-container {
	bottom: 1px;
}
#header.header-sticky .header-phone-number {
	top: 3px;
	font-size: 24px;
}


/* variant 2 */
/*
#header.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: auto;
	margin-top: 0;
	z-index: 100;
	background: rgba(0,0,0,.85);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#header.header-sticky .header-inner-container {
	padding: 3px 0 13px;
}
#header.header-sticky .logo-text {
    bottom: -4px;
}
#header.header-sticky .header-nav {
    position: relative;
    bottom: 2px;
}
#header.header-sticky #header-call-container {
    bottom: -3px;
}
*/


/* top text */
#top-text {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top-text-title {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 47px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.top-text-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	text-align: center;
	color: #fff;
}
.top-text-buttons-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 45px;
}
.top-text-order-btn {
	min-width: 250px;
	padding: 13px 15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.top-text-download-btn {
	min-width: 250px;
	margin-left: 25px;
	padding: 13px 15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: transparent;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.top-text-order-btn:hover {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}
.top-text-download-btn:hover {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}
.top-text-order-btn:focus, .top-text-download-btn:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}

/* top next screen btn */
#top-mouse-btn {
	display: flex;
	margin: 0 auto 25px;
	width: 40px;
	height: 55px;
	cursor: pointer;
	/*transition: .3s;*/
	animation: bounce 2s;
	animation-timing-function: cubic-bezier(.5,0.05,1,.5);
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-delay: 2s;
	
}

@keyframes bounce {
	0% {
		transform: translate3d(0, 0, 0);
	}
	25% {
		transform: translate3d(0, 600px, 0);
	}
	50% {
		transform: translate3d(0, 000px, 0);
	}
	75% {
		transform: translate3d(0, 300px, 0);
	}
	100% {
		transform: translate3d(0, 000px, 0);
	}
}
#top-mouse-btn:hover {
	opacity: .7;
	animation: none;
}
.top-mouse-btn-img {
	width: 100%;
	height: auto;
}

/* why-us section */
#why-us {
	display: block;
	padding-top: 70px;
	padding-bottom: 58px;
}
.why-us-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.why-us-text-subtitle {
	display: block;
	margin: 25px auto 0;
	max-width: 870px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #8f8f8f;
}
.why-us-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}
.why-us-elem {
	display: flex;
	flex-direction: column;
	margin-top: 13px;
}
.why-us-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 255px;
}
.why-us-elem-image {
	max-width: 100%;
}
.why-us-elem-text-container {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.why-us-elem-title {
	display: flex;
	justify-content: center;
	padding: 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.why-us-elem-desc {
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #8f8f8f;
}
.why-us-elem-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.why-us-elem-more-btn {
	display: block;
	padding: 9px 38px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.why-us-elem-more-btn:hover, .why-us-elem-more-btn:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}


/* our-services section */
#our-services {
	display: block;
	padding-top: 70px;
	padding-bottom: 59px;
	position: relative;
	z-index: 10;
	background-color: #4f4f4f;
	background-image: url(../img/our-services/our-services-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: visible;
}
.our-services-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.our-services-text-subtitle {
	display: block;
	margin: 25px auto 0;
	max-width: 870px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.our-services-elems-container {
	margin-top: 44px;
	text-align: center;
}
.our-services-elem {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	transition: .5s;
	position: relative;
	min-height: 240px;
}
.our-services-elem-inner {
	position: absolute;
	z-index: 10;
	overflow: hidden;
	width: 100%;
}
.our-services-elem-inner-shadow {
	box-shadow: 0 1px 7px 3px rgba(0,0,0,.35);
}
.our-services-elem-inner-open {
	height: auto;
	background: rgba(80, 119, 16, .97);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.our-services-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 110px;
	margin-top: 10px;
}
.our-services-elem-image {
	max-width: 100%;
}
.our-services-elem-image-white {
	filter: brightness(300%);
}
.our-services-elem-text-container {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex: 1;
}
.our-services-elem-inner-open .our-services-elem-text-container {
	display: block;
}
.our-services-elem-title {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	padding: 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.our-services-elem-desc {
	display: none;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0 32px 0 45px;
}
.our-services-elem-desc-li {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: left;
	line-height: 20px;
}
.our-services-elem-btn-toggle {
	display: block;
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
}
.our-services-elem-inner-open .our-services-elem-btn-toggle {
	color: #fff;
}
.our-services-elem-btn-toggle-ikon {
	display: block;
	width: 55px;
	margin: 0 auto;
	padding: 7px;
	color: #b0dd50;
	font-size: 30px;
	font-weight: 700;
	transition: .5s;
}
.our-services-elem-btn-toggle:hover .our-services-elem-btn-toggle-ikon {
	color: #fff;
}
.our-services-elem-btn-toggle-ikon-close {
	transform: rotate(135deg);
	color: #fff;
}


/* technologies section */
#technologies {
	display: block;
	padding-top: 70px;
	padding-bottom: 58px;
}
.technologies-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.technologies-text-subtitle {
	display: block;
	margin: 25px auto 0;
	max-width: 870px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #8f8f8f;
}
.technologies-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 20px;
	text-align: center;
}

#technologies-elems-container-filters {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
	padding: 0 15px;
}
.technologies-elems-container-filters-btn-all, .technologies-elems-container-filters-btn {
	display: block;
	width: 200px;
	height: 45px;
	padding: 0 10px;
	line-height: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #acabab;
	background: transparent;
	border: 2px solid #acabab;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	margin: 10px 5px 0;
	outline: none;
}
.technologies-elems-container-filters-btn-all:hover, .technologies-elems-container-filters-btn-active:hover, .technologies-elems-container-filters-btn-active {
	text-decoration: none;
	color: #6da306;
	border: 2px solid #6da306;
}
.technologies-filtered-elem {
	animation-name: none !important;
	visibility: visible !important;
	animation-duration: 0s !important;
	animation-delay: 0s !important;
}

.technologies-elem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 200px;
	margin: 50px 15px 0;
	min-height: 120px;
}
.technologies-elem-image {
	max-width: 100%;
}


/* portfolio section */
#portfolio {
	display: block;
	padding-top: 70px;
	padding-bottom: 79px;
	background: #f7f7f7; 
}
.portfolio-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.portfolio-text-subtitle {
	display: block;
	margin: 25px auto 0;
	max-width: 870px;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	text-align: center;
	color: #8f8f8f;
}
.portfolio-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 40px;
	text-align: center;
}
.portfolio-elem {
	display: block;
	width: 30%;
	height: 230px;
	padding: 0;
	margin: 30px 15px 0;
	position: relative;
	box-shadow: 0 1px 7px 3px rgba(0,0,0,.09);
}
.portfolio-elem-inner {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
}
.portfolio-elem-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 40;
	transition: .5s ease-in-out;
	opacity: 1;
}
.portfolio-elem:hover .portfolio-elem-image {
	top: 100%;
	opacity: .5;
}
.portfolio-elem-text-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 20px;
	position: relative;
	color: #fff;
	background: linear-gradient(to bottom right, #7ab202, #619609);
	border-radius: 2px;
}
.portfolio-elem-text-container:before {
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 30;
	background: transparent;
	border: 1px solid #fff;
}
.portfolio-elem-title {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	padding: 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 25px;
}
.portfolio-elem-desc {
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.portfolio-elem-subtitle {
	margin-top: 11px;
	margin-bottom: 0;
	padding: 0 51px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.portfolio-elem-link {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 21px;
	right: 21px;
	z-index: 30;
	background-image: url(../img/icons/link.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: .3s;
}
.portfolio-elem-link:hover {
	opacity: .7;
}
.portfolio-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
	display: none;
}
.portfolio-btn {
	display: block;
	padding: 9px 38px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.portfolio-btn:hover, .portfolio-btn:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}


/* Commercial section */
#commercial {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 78px;
	background-image: url(../img/commercial/commercial-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.commercial-inner-container {
	display: flex;
	width: 870px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.commercial-image-container {
	width: 320px;
	box-shadow: 15px 8px 33px 4px rgba(0,0,0,0.3);
}
.commercial-image-container img {
	max-width: 100%;
}
.commercial-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	top: -5px;
	margin-left: 80px;
}
.commercial-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	font-weight: 600;
	text-align: left;
	color: #fff;
}
.commercial-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.commercial-download-btn {
	display: block;
	padding: 9px 31px;
	font-size: 16px;
	font-weight: bold;
	color: #7d7d7c;
	background: linear-gradient(to bottom, #fbfbfb, #e3e3e3);
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
}
.commercial-download-btn:hover, .commercial-download-btn:focus {
	text-decoration: none;
	color: #6da306;
}


/* Team section */
#team {
	display: block;
	padding-top: 70px;
	padding-bottom: 73px;
}
.team-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.team-text-subtitle {
	display: block;
	margin: 25px auto 0;
	max-width: 870px;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	text-align: center;
	color: #8f8f8f;
}
.team-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
	margin-top: 11px;
}
.team-elem {
	width: 320px;
	margin-top: 60px;
}
.team-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 320px;
}
.team-elem-image {
	max-width: 100%;
}
.team-elem-text-container {
	margin-top: 32px;
	padding: 0 10px;
}
.team-elem-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.team-elem-desc {
	margin-top: 10px;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #8f8f8f;
}
.team-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
	display: none;
}
.team-btn {
	display: block;
	padding: 9px 38px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.team-btn:hover, .team-btn:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}


/* Questions section */
#questions {
	width: 100%;
	padding-top: 63px;
	padding-bottom: 78px;
	background-image: url(../img/questions/questions-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.questions-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}
.questions-text-title {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 47px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1.1;
}
.questions-text-subtitle {
	margin-top: 17px;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	text-align: center;
	color: #fff;
}
.questions-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.questions-btn {
	display: block;
	min-width: 250px;
	padding: 13px 15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.questions-btn:hover, .questions-btn:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}


/* Contacts section */
#contacts {
	width: 100%;
	height: 520px;
	position: relative;
	background: #efefef;
}
.contacts-inner-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 520px;
}
.contacts-inner-text-container {
	width: 350px;
	padding: 48px 60px 50px;
	position: relative;
	z-index: 20;
	background: rgba(132, 179, 42,.95);
	transition: .5s;
	box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.5);
	border-radius: 2px;
}
.contacts-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.contacts-phones-title, .contacts-address-title {
	margin-top: 25px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.contacts-phones-link, .contacts-email-link {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	transition: .5s;
}
.contacts-phones-link:hover, .contacts-phones-link:focus, .contacts-email-link:hover, .contacts-email-link:focus {
	color: #333;
	text-decoration: none;
}
.contacts-address-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
}
.contacts-email-title {
	margin-top: 25px;
	margin-bottom: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.contacts-inner-text-container-arrow {
	display: block;
	width: 30px;
	height: 64px;
	position: absolute;
	left: -30px;
	top: calc(50% - 32px);
	overflow: hidden;
}
.contacts-inner-text-container-arrow:before {
	content: '';
	display: block;
	width: 57px;
	height: 40px;
	position: relative;
	left: 8px;
	top: 6px;
	/*background: linear-gradient(to bottom right, rgb(133, 180, 41,.95), rgb(132, 179, 42,.95) );*/
	background: rgba(133, 180, 41,.95);
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.5);
	transform: rotate(-45deg);
}
.contacts-map {
	height: 520px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #f7f7f7;
	/*filter: grayscale(100%);*/
}
.contacts-map iframe {
	height: 520px !important;
	width: 100% !important;
}
.map-popup-title {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	color: #333;
}
.map-popup-subtitle {
	margin: 5px 0 0;
	font-size: 14px;
	color: #333;
}


/* Footer section */
#footer {
	padding: 35px 0;
	background: #000;
}
.footer-inner-container {
	display: flex;
	align-items: center;
}
.footer-logo-container {
	padding-left: 0;
}
.footer-soc-links-container {
	display: flex;
	justify-content: center;
}
.footer-soc-link {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s ease-in-out;
}
.footer-soc-vk-link {
	background-image: url(../img/icons/vk-icon-white.png);
}
.footer-soc-vk-link:hover {
	background-image: url(../img/icons/vk-icon.png);
}
.footer-soc-fb-link {
	background-image: url(../img/icons/fb-icon-white.png);
}
.footer-soc-fb-link:hover {
	background-image: url(../img/icons/fb-icon.png);
}
.footer-soc-inst-link {
	background-image: url(../img/icons/instagram-icon-white.png);
}
.footer-soc-inst-link:hover {
	background-image: url(../img/icons/instagram-icon.png);
}
.footer-copyright-container {
	padding-right: 0;
	text-align: right;
}
.footer-copyright-text {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
}


/* Modals */

/* Call modal, Main-order modal, Contacts modal */
.modal {
	text-align: center;
	padding: 0 !important;
}
.standard-modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: 0; /* Adjusts for spacing */
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.standard-modal .modal-dialog {
	width: 450px;
	margin: 15px;
}
.standard-modal .modal-content {
	padding: 35px 60px 40px 60px;
	border-radius: 0;
	background-color: #f3f4f6;
}
.modal-close {
	position: absolute;
	top: 0px;
	right: 0;
	width: 40px;
	padding: 5px !important;
	color: #6da306;
	background: transparent;
	font-size: 30px;
	font-weight: 700;
	text-shadow: none;
	opacity: 1;
	transition: .5s;
	outline: none;
}
.modal-close:hover {
	opacity: 1;
	color: #f3f4f6;
	background: #6da306;
}
.standard-modal form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal-title {
	margin-bottom: 8px;
	padding: 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.modal-input {
	width: 300px;
	margin-top: 15px;
	padding: 8px 38px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #333;
	background: #fff;
	border: 1px solid #acabab;
	border-radius: 30px;
	transition: .5s;
	outline: none;
}
.modal-input:focus {
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.modal-textarea {
	width: 300px;
	margin-top: 15px;
	padding: 5px 38px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 21px;
	color: #333;
	background: transparent;
	border: 1px solid transparent;
	border-bottom: 1px solid #acabab;
	border-radius: 0;
	transition: .5s;
	outline: none;
	box-shadow: none;
}
::-webkit-input-placeholder {
	color: #8f8f8f !important;
	line-height: initial !important;
}
.modal-submit-btn {
	display: block;
	width: 300px;
	margin-top: 30px;
	padding: 12px 29px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	transition: .5s;
	outline: none;
}
.modal-submit-btn:hover, .modal-submit-btn:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}

.modal-attached-file {
	display: block;
	width: 30px;
	height: 25px;
	background-image: url(../img/commercial/commercial-proposal.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* Why-us modals */
.why-us-modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px; /* Adjusts for spacing */
}
.why-us-modal .modal-dialog {
	width: 1030px;
	margin: 15px;
}
.why-us-modal .modal-content {
	padding: 39px 0 0;
	background-color: #fff;
	border-radius: 0;
}
.why-us-modal-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 49px 27px;
	background-color: #fff;
}
.why-us-modal-text-container {
	width: calc(50% - 25px);
}
.why-us-modal-text-title {
	width: 100%;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	font-weight: 600;
	text-align: left;
	line-height: 27px;
}
.why-us-modal-text-desc {
	margin-top: 20px;
}
.why-us-modal-text-desc p {
	margin-top: 15px;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #8f8f8f;
}
.why-us-modal-text-desc ul {
	margin-top: 15px;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #8f8f8f;
}
.why-us-modal-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 25px);
	height: auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.why-us-modal-image {
	width: auto;
	max-width: 100%;
}
.why-us-modal-form {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 27px 49px 30px;
	background-color: #f3f4f6;
}
.why-us-modal-form-title {
	width: 100%;
}
/*
.why-us-modal-form .modal-input-phone {
	margin-left: 15px;
	margin-right: 15px;
}
*/
.why-us-modal-form .modal-input {
	flex: 1;
	width: auto;
	max-width: 220px;
	margin-right: 15px;
	padding: 8px 30px;
}
.why-us-modal-form .modal-input:nth-child(7) {
	margin-right: 0;
}
.modal-submit-btn-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}
.why-us-modal-form .modal-submit-btn {
	margin-top: 0;
}

/* Success & error modals */
#success-modal .modal-content, #success-portfolio-modal .modal-content, #error-modal .modal-content {
	padding: 34px 60px 34px 60px;
}
.success-modal-title, .error-modal-title {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.success-modal-subtitle, .error-modal-subtitle {
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	color: #8f8f8f;
}


/* Modal send preloader */
.preloader-container {
	display: none;
	opacity: 0;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -32px;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 12px;
}
.lds-ellipsis div {
	position: absolute;
	top: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #6da306;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}


/* Back-top btn */
#back-top {
	display: none;
	color: #fff;
	height: 45px;
	width: 45px;
	position: fixed;
	right: 15px;
	bottom: 110px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	background: #6da306;
	transform: scale(1);
	transition: .3s ease-in-out;
	z-index: 1000;
	border-radius: 50%;
}
#back-top:after {
	content: '';
	display: block;
	width: 14px;
	height: 11px;
	margin: 0 auto;
	position: relative;
	top: 14px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI0OC4yOTIsMTA2LjQwNmwxOTQuMjgxLDE5NC4yOWMxMi4zNjUsMTIuMzU5LDEyLjM2NSwzMi4zOTEsMCw0NC43NDRjLTEyLjM1NCwxMi4zNTQtMzIuMzkxLDEyLjM1NC00NC43NDQsMCAgIEwyMjUuOTIzLDE3My41MjlMNTQuMDE4LDM0NS40NGMtMTIuMzYsMTIuMzU0LTMyLjM5NSwxMi4zNTQtNDQuNzQ4LDBjLTEyLjM1OS0xMi4zNTQtMTIuMzU5LTMyLjM5MSwwLTQ0Ljc1TDIwMy41NTQsMTA2LjQgICBjNi4xOC02LjE3NCwxNC4yNzEtOS4yNTksMjIuMzY5LTkuMjU5QzIzNC4wMTgsOTcuMTQxLDI0Mi4xMTUsMTAwLjIzMiwyNDguMjkyLDEwNi40MDZ6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
#back-top:hover {
	background: rgba(132, 179, 42,.95);
	color: #fff;
}
#back-top.back-top-hide {
	visibility: hidden;
	transform: scale(0.5);
}


/* Chat-bot */
#lb_button-wrapper > div.lb-widget-panel.lb-widget-panel.is-chat-closed.is-theme-light.lb-widget-panel--position-right.is-theme-color-2.is-operator-connected {
	right: 15px;
	bottom: 15px;
	transition: .5s;
}
#lb_button-wrapper > div.lb-widget-panel.lb-widget-panel.is-theme-light.lb-widget-panel--position-right.is-theme-color-2.is-operator-connected.is-layout-balloon-closed.is-chat-opened {
	right: 15px;
	bottom: 15px;
}
#lb_widget-wrapper > div > div.lb-widget-button.is-opened {
	right: 15px;
	bottom: 15px;
}
.lb-widget-panel {
	bottom: 15px !important;
}


/* Media screens */
@media screen and (max-width: 1199px) {
	#header {
		position: relative !important;
		margin-top: 40px !important;
		min-height: 75px !important;
	}
	.header-inner-container {
		flex-flow: row wrap;
		width: 970px;
	}
	#header.header-sticky .logo-text {
		bottom: -8px !important;
	}
	#header.header-sticky .header-nav {
		margin-bottom: 0 !important;
	}
	#header.header-sticky #header-call-container {
		bottom: -10px !important;
	}
	#header-call-container {
		bottom: 9px;
	}
	.header-mobile-nav-btn {
		display: block;
	}
	#header-nav-container {
		display: none;
	}
	.portfolio-elem {
		height: 190px;
	}
	.portfolio-elem-title {
		font-size: 17px;
	}
	.team-elem {
		width: 33.33333333%;
	}
}

@media screen and (max-width: 1100px) {
	.standard-modal:before {
		margin-right: -4px;
	}
	.why-us-modal .modal-dialog {
		width: calc(100% - 30px);
	}
	/*
	.why-us-modal-form .modal-input {
		margin-left: 7.5px;
		margin-right: 7.5px;
	}
	*/
	.why-us-modal-form .modal-input {
		margin-left: 7.5px !important;
		margin-right: 7.5px !important;
		min-width: 300px;
		max-width: 300px;
	}
}

@media screen and (max-width: 991px) {
	#header {
		margin-top: 0;
	}
	.header-inner-container {
		width: 750px;
	}
	.top-text-title {
		font-size: 29px;
	}
	#top-mouse-btn {
		animation: none;
	}
	#our-services {
		padding-bottom: 83px;
	}
	.our-services-elems-container {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		padding: 0 15px;
	}
	.our-services-elem {
		width: calc(50% - 15px);
		min-height: auto;
		margin-top: 30px;
		padding: 0;
		background-image: url(../img/our-services/service-elem-desc-bg.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		box-shadow: 0 1px 7px 3px rgba(0,0,0,.35);
	}
	.our-services-elem-inner {
		position: relative;
		z-index: auto;
		overflow: initial;
		width: auto;
		height: auto;
		padding-bottom: 28px;
	}
	.our-services-elem-inner-open {
		background: transparent;
	}
	.our-services-elem-inner-shadow {
		box-shadow: none;
	}
	.our-services-elem-image {
		filter: brightness(300%);
	}
	.our-services-elem-desc {
		display: block !important;
	}
	.our-services-elem-btn-toggle {
		display: none;
	}
	.portfolio-elem {
		width: 43%;
		height: 210px;
	}
	.commercial-inner-container {
		width: 750px;
		padding: 0 15px;
	}
	.commercial-text-container {
		margin-left: 45px;
	}
	.commercial-text-title {
		font-size: 22px;
	}
	.team-elem-image-container {
		height: 250px;
	}
	#contacts {
		height: auto;
		padding-top: 0;
	}
	#contacts .container {
		width: 100%;
	}
	.contacts-inner-container {
		justify-content: center;
		height: auto;
		margin: 0;
	}
	.contacts-inner-text-container {
		width: 100%;
		padding: 70px 60px 72px;
		text-align: center;
		box-shadow: none;
	}
	.contacts-inner-text-container-arrow {
		display: none;
	}
	.contacts-map {
		position: relative;
		height: 370px;
	}
}

@media screen and (max-width: 768px) {
	#top {
		/*min-height: 470px;*/
		/*min-height: 450px;*/
		/*min-height: 513px;*/
		height: auto;
    	/*padding-bottom: 79px;*/
	}
	#top .row {
		margin: 0;
	}
	.header-inner-container {
		width: 100%;
	}
	.top-text-title {
		font-size: 29px;
	}
	.top-text-subtitle {
		font-size: 18px;
	}
	.top-text-buttons-container {
		margin-top: 15px;
	}
	.top-text-order-btn {
		min-width: 230px;
		padding: 10px 11px;
	}
	.top-text-download-btn {
		min-width: 230px;
		padding: 10px 11px;
	}
	.portfolio-elem {
		height: 220px;
	}
	#commercial {
		padding-bottom: 73px;
	}
	.commercial-inner-container {
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.commercial-text-container {
		margin-top: 33px;
		margin-left: 0;
	}
	.commercial-text-title {
		text-align: center;
	}
	.commercial-btn-container {
		margin: 30px auto 0;
	}
	#questions {
		padding-top: 70px;
		padding-bottom: 79px;
	}
	.questions-text-title {
		font-size: 29px;
	}
	.questions-text-subtitle {
		font-size: 18px;
	}
	.team-elem {
		width: 310px;
	}
	.team-elem-image-container {
		height: 310px;
	}
	.footer-inner-container {
		flex-flow: row wrap;
	}
	.footer-logo-container {
		padding-left: 15px;
	}
	.footer-soc-links-container {
		justify-content: flex-end;
	}
	.footer-soc-inst-link {
		margin-right: 0;
	}
	.footer-copyright-container {
		padding-right: 15px;
		text-align: center;
		width: 100%;
		margin-top: 15px;
	}
	.why-us-modal-text-title {
		text-align: center;
	}
	.why-us-modal-text-container {
		width: 100%;
	}
	.why-us-modal-image-container {
		display: none;
	}
	#back-top {
		right: auto;
		left: 15px;
		bottom: 15px;
	}
}

@media screen and (max-width: 640px) {
	.header-inner-container {
		flex-direction: column;
	}
	.header-call-btn {
		font-size: 15.15px;
	}
	.portfolio-elem {
		width: 350px;
		height: 230px;
	}
	.portfolio-elem-title {
		padding: 5px 10px 0;
		line-height: 22px;
	}
	.portfolio-elem-desc {
		padding: 0 10px;
		line-height: 14px;
	}
	.portfolio-elem-subtitle {
		padding-bottom: 5px;
		line-height: 16px;
	}
	.team-elem {
		width: 270px;
	}
	.team-elem-image-container {
		height: 270px;
	}
	#footer {
		padding: 35px 0 45px;
	}
	.footer-logo-container {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.footer-soc-links-container {
		justify-content: center;
		width: 100%;
		margin-top: 23px;
	}
	.footer-soc-inst-link {
		margin-right: 15px;
	}
	.footer-copyright-container {
		margin-top: 30px;
	}
}

@media screen and (max-width: 560px) {
	#header {
		min-height: auto !important;
		margin-top: 10px !important;
	}
	.header-inner-container {
		flex-direction: column;
	}
	.logo-text {
        margin-bottom: 0;
    }
	#header-call-container {
		width: auto;
		bottom: 0;
		margin-top: 0;
		/*margin-top: 6px;*/
	}
	#top-text {
		flex: none;
		margin-top: 18px;
		/*margin-top: 35px;*/
    }
	.top-text-title {
		font-size: 21px;
    }
	.top-text-subtitle {
		margin-bottom: 0;
		margin-top: 10px;
		/*margin-top: 16px;*/
	}
	.top-text-buttons-container {
		flex-direction: column;
		margin-top: 17px;
		/*margin-top: 42px;*/
	}
	.top-text-order-btn {
		min-height: 35px;
		padding: 6px 11px;
	}
	.top-text-download-btn {
		min-height: 35px;
		margin-left: 0;
		margin-top: 20px;
		padding: 6px 11px;
	}
	#top-mouse-btn {
		/*display: none;
		margin: 0 auto;*/
		margin: 13px auto;
	}
	#why-us {
		padding-bottom: 55px;
	}
	.why-us-modal-text-title {
        font-size: 21px;
    }
	.why-us-elems-container {
		margin-top: 35px;
	}
	.why-us-elem {
		width: 100%;
		margin-top: 35px;
	}
	.why-us-elem:first-child {
		margin-top: 0;
	}
	.why-us-elem-image-container {
		min-height: auto;
	}
	.why-us-elem-text-container {
		margin-top: 20px;
	}
	#our-services {
        background-image: none;
    }
	.our-services-elem {
		width: 100%;
	}
	.our-services-elems-container {
        margin-top: 8px;
    }
	.technologies-elems-container .row {
		margin: 0;
	}
	#technologies-elems-container-filters {
        margin-bottom: 0;
    }
	.technologies-elem {
		width: calc(50% - 30px);
		margin: 40px 10px 0;
		min-height: auto;
	}
	.portfolio-elems-container {
        margin-top: 8px;
    }
	.team-elems-container {
        margin-top: 0;
    }
	.team-elem {
		width: 310px;
		margin-top: 41px;
	}
	.team-elem-image-container {
		height: 310px;
	}
	.team-elem-text-container {
        margin-top: 20px;
    }
    .team-elem-desc {
        margin-top: 9px;
    }
	.standard-modal .modal-dialog {
		width: calc(100% - 45px);
	}
	.standard-modal .modal-content {
		padding: 35px 15px 40px;
	}
	/*
	.why-us-modal-form .modal-input {
		margin-left: 0;
		margin-right: 0;
	}
	*/
	.why-us-modal-form .modal-input {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#success-modal .modal-content, #success-portfolio-modal .modal-content, #error-modal .modal-content {
		padding: 38px 15px 37px;
	}
}

@media screen and (max-width: 460px) {
	.portfolio-elem {
		width: 100%;
		height: 240px;
	}
}

@media screen and (max-width: 420px) {
	.why-us-modal-header {
		padding: 0 15px 27px;
	}
	.why-us-modal-form {
		padding: 27px 15px 30px;
		flex-direction: column;
	}
	.why-us-modal-form .modal-input {
		max-width: none;
		min-width: auto;
	}
	.modal-input, .modal-textarea {
		width: 100%;
	}
	.why-us-modal-form .modal-input {
		width: 100%;
	}
	.modal-submit-btn {
		width: 100%;
		padding: 12px 5px;
		font-size: 14px;
	}
}

@media screen and (max-width: 360px) {
	.portfolio-elem {
		width: 100%;
		height: 200px;
	}
	.commercial-image-container {
		width: 100%;
	}
	.commercial-image-container img {
		width: 100%;
	}
	.team-elem {
		width: 100%;
	}
	.team-elem-image-container {
		height: auto;
	}
}
