/*
Theme Name: galit
Author: support@goodwebstudio.com
Author URI: http://goodwebstudio.com/
Description: Wordpress Theme for Smart Eco Industry Park "GALIT"
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: galit
*/

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body{
	color: #000;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 1.5em;
}

@media screen and (min-width: 576px) and (max-width: 1199px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 96%;
	}
}

@media screen and (min-width: 1280px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 1170px;
	}
}

@media screen and (min-width: 1440px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 1360px;
	}
}

@media screen and (min-width: 1920px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		max-width: 1600px;
	}
}

object{
	pointer-events: none;
}

h1, .h1, h2, .h2{
	font-size: 42px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	color: rgba(34, 34, 34, 0.2);
}

h1.entry-title{
	font-size: 36px;
	margin-top: 100px;
	margin-bottom: 25px;
}

h3, .h3{
	font-size: 21px;
}

h4, .h4{
	font-size: 21px;
}

h5, .h5{
	font-size: 19px;
}

h6, .h6{
	font-size: 18px;
}

a, a:link, a:visited, a:active{
	color: #222;
	text-decoration: underline;
}

a:hover, a:focus{
	text-decoration: none;
}

p{
	margin-bottom: 1.5em;
}
	
@media screen and (min-width: 992px){
	h1, .h1, h2, .h2{
		font-weight: 700;
		font-size: 3.75vw;
		line-height: 120%;
		text-transform: uppercase;
	}
	
	h3, .h3{
		font-size: 24px;
	}

	h1.entry-title{
		font-size: 52px;
	}
}

@media screen and (max-width: 576px){
	.row>*{
		padding-left: 20px;
		padding-right: 20px;
	}

	ol ol, ol ul, ul ol, ul ul{
		padding-left: 12px;
	}
}

/* ~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~ */

header{
	width: 100%;
	padding: 0;
	z-index: 3;
	transition: all ease .3s;
	position: fixed;
	top: 0;
	left: 0;
}

body:not(.home) header{
	background: #0948a5;
	padding-bottom: 15px;
}

header.sticky{
	background: #0948a5;
	padding-bottom: 15px;
}

header .col-lg-2{
	position: relative;
}

header .logo{
	margin-top: 15px;
}

.header-right .phone{
	position: absolute;
    top: 40px;
    right: 65px;
    font-size: 12px;
}

.header-right .phone a{
	font-size: 13px;
	color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.header-right .phone a:hover{
    border-bottom: 0;
}

.header-right .lang-widget{
	position: absolute;
    top: 15px;
    right: 60px;
}

.lang-widget select{
	border: none;
    background: transparent;
    font-size: 15px;
	color: rgba(255, 255, 255, 0.6);
}

.lang-widget select:hover{
	color: rgba(255, 255, 255, 1);
}

.lang-widget select option{
	color: #0076EE;
}

header .logo img,
header.sticky .logo img{
	width: 112px;
}

@media screen and (min-width: 992px){	
	header .logo img{
		width: 250px;
	}

	header.sticky{
		padding-bottom: 0;
	}

	.header-right{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.header-right .lang-widget{
		position: static;
		padding: 0 20px 0 25px;
		margin-left: 15px;
	}
	
	.header-right .phone{
		margin-left: 20px;
	}

	.header-right .phone{
		position: static;
	}

	.header-right .phone a{
		font-size: 14px;
	}
}

/* ~~~ NAV ~~~ */

.navbar{
	padding: 0;
}

.navbar-nav .menu-item{
	padding: 0;
}

.navbar-nav .menu-item a{
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	display: block;
    padding: 17px 15px;
}

.navbar-nav .menu-item a:hover,
.navbar-nav .menu-item a:focus,
.navbar-nav .menu-item a:active,
.navbar-nav .menu-item a.active{
	color: rgba(255, 255, 255, 1);
}

.navbar-subtitle{
	display: block;
    font-size: 12px;
    color: #231f59;
	margin-bottom: 2px;
}

.navbar-toggler{
	border: 0;
    padding: 14px 0 0 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -51px;
    right: 0;
    background-color: #fff;
}

.navbar-toggler:focus{
	box-shadow: none;
}

.navbar-toggler-icon{
	background: none!important;
}

.navbar-toggler-icon .icon-bar{
	display: block;
	width: 24px;
	height: 2px;
	background: #001F4E;
	margin: 0 auto 5px;
}

.navbar-default .navbar-nav > li > a{
	display: block;
	padding: 12px 5px 10px 55px;
    margin-bottom: 13px;
    margin-left: 15px;
	text-decoration: none;
	color: #222;
	background-repeat: no-repeat;
}

.navbar-default .navbar-nav > li > a:before{
	content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #d1fc25;
}

.navbar-nav > li:hover > ul.sub-menu{
	display: block;
}

.collapsing {
  transition: none !important;
}

.close{
	padding: 14px 0 0 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 15px;
    right: 20px;
	background-color: #fff;
	z-index: 9999;
}

.close::before{
	content: '';
	position: absolute;
	width: 33px;
	height: 33px;
	top: 8px;
    left: 9px;
	background: url(imgs/close.svg) 50% 50% no-repeat;
	border: 0;
	outline: none;
	box-shadow: none;
	z-index: 9999;
}

@media screen and (max-width: 768px){
	#navbarSupportedContent{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #0948a5;
		padding-top: 5rem;
		z-index: 10;
	}

	.modal-header .btn-close::before{
		width: 27px;
		height: 27px;
		top: 12px;
		right: 12px;
	}

	.navbar-nav{
		position: relative;
		z-index: 9999;
	}

	.navbar-toggler{
		background-color: transparent;
		padding: 0;
    	width: 24px;
	}

	.navbar-toggler-icon .icon-bar{
		background: #fff;
	}
}

@media screen and (min-width: 992px){
	.navbar-nav .menu-item a{
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		padding: 30px 15px;
		color: rgba(255, 255, 255, 0.6);
	}

	.navbar-nav .menu-item:first-child a{
		padding-left: 0;
	}
	
	.navbar-nav .menu-item:last-child a{
		padding-right: 0;
	}

	.navbar-expand-lg,
	.navbar-expand-lg .navbar-nav,
	.navbar-expand-lg .navbar-collapse{
		justify-content: center;
	}
	
	#navbarSupportedContent .close{
		display: none;
	}
}

/* ~~~~~~~~~~~~~~~~ END OF HEADER ~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~~~~~~ */

body:not(.home) #content{
	padding-top: 30px;
}

.search-title-wrap{
	height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section{
	position: relative;
}

section .entry{
	font-size: 16px;
	position: relative;
}

section .entry h2{
	margin-top: 45px;
}

section h2,
footer h2{
	position: relative;
	margin-bottom: 35px;
}

@media screen and (min-width: 992px){
	body:not(.home) #content{
		padding-top: 80px;
	}

	section h2,
	footer h2{
		margin-bottom: 60px;
	}

	section .entry{
		font-size: 18px;
	}

	section .entry h2{
		margin-top: 0;
	}

	footer h2::before{
		background: #fff;
		width: 30%;
		z-index: 0;
	}
}

@media screen and (min-width: 1366px){
	.row>*{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 1600px){
	.row>*{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ~~~~~~~ */

.btn-wrapper{
	display: inline-block;
	position: relative;
}

.btn, a.btn,
.btn:visited, a.btn:visited{
	display: inline-block;
	border: none;
	text-decoration: none;
	letter-spacing: 0;
	padding: 12px 25px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	position: relative;
	z-index: 1;
}

.btn-primary{
	position: relative;
	background: #0071ce;
	color: #fff!important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background: #0071ce;
	border: none;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled{
	background: #fff;
	border: none;
	color: #000;
	opacity: 1;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus{
	background: #0071ce;
	color: #fff;
	border: none;
}


.brn-wrapper{
	position: relative;
	display: inline-block;
}

.btn-decor{
	position: absolute;
	top: 0;
    left: 0;
	z-index: 0;
	transition: all .3s ease;
}

.btn-decor::before,
.btn-decor::after{
	content: '';
	position: absolute;
	width: 44px;
	height: 93px;
	background: url(imgs/btn-before.png) 0 0 no-repeat;
	z-index: 0;
	transition: all .3s ease;
}

.btn-decor::before{
	top: -35px;
    left: -37px;
}

.btn-decor::after{
	top: -10px;
    left: 12px;
}

.btn-wrapper:hover .btn-decor::before{
	top: -10px;
}

.btn-wrapper:hover .btn-decor::after{
	top: -35px;
}

.triangles{
	display: none;
}


@media screen and (min-width: 992px) {
	.triangles{
		display: block;
		position: absolute;
		width: 200px;
		height: 200px;
		background: url('imgs/triangles.svg') no-repeat 0 0;
		background-size: contain;
	}
}

/* ~~~ UTP ~~~ */

#utp{
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	color: #fff;
	padding: 45px 0 65px;
	min-height: 102vh;
}

#utp .container{
	position: relative;
	margin-bottom: 30px;
	height: 100%;
}

#utp .container::before{
	content: '';
	position: absolute;
	bottom: -80px;
    left: 10px;
    width: 80px;
    height: 80px;
	background: url('imgs/triangles-white.svg') no-repeat 0 0;
	background-size: contain;
}

#utp .container .row{
	display: flex;
	align-items: center;
}

#utp h1{
	text-transform: uppercase;
	font-size: 34px;
	margin-top: 35px;
    margin-bottom: 35px;
	letter-spacing: 1px;
	position: relative;
	color: #fff;
}

#utp .btn-wrapper{
	position: absolute;
	bottom: -70px;
    left: 155px;
}

#utp .btn-decor::before,
#utp .btn-decor::after{
	background: url(imgs/btn-before-white.png) 0 0 no-repeat;
}

.utp-advants{
	padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.utp-advants .item{
	position: relative;
	padding-left: 25px;
	margin-bottom: 25px;
}

.utp-advants .item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
  	border-bottom: 10px solid transparent;
  	border-left: 10px solid #FF765A;
}

.utp-advants .item h3{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media screen and (min-width: 992px){
	#utp{
		min-height: 700px;
		padding: 0;
	}

	#utp h1{
		font-size: 3.75vw;
		margin-top: 0;
		margin-bottom: 0;
	}

	#utp .btn-wrapper{
		position: absolute;
		bottom: 90px;
		left: 230px;
	}

	#utp .container{
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		margin-bottom: 0;
		height: 100vh;
	}

	#utp .container::before{
		bottom: 60px;
		left: 0;
		width: 120px;
		height: 120px;
	}

	.utp-advants .item{
		padding-left: 33px;
		margin-bottom: 30px;
	}
}

/* ~~~ PROJECT ~~~ */

#project{
	padding-top: 50px;
	margin-bottom: 80px;
}

.area-photo{
	position: relative;
}

.area-photo area{
	cursor: pointer;
}

.tooltip-inner {
    background-color: #0076ee;
    box-shadow: 0px 0px 4px #0076EE;
	width: 320px;
	max-width: 320px;
	text-align: left;
	z-index: 1;
	padding: 12px 15px;
}

.tooltip .tooltip-arrow::before {
	border-top-color: #0076EE!important;
}

.area-photo area{
	position: absolute;
}

.area-photo area.area-1{
	top: 49%;
    left: 48%;
    width: 12%;
    height: 20%;
    transform: rotateZ(333deg);
}

.area-photo area.area-2{
	top: 40%;
    left: 65%;
    width: 2%;
    height: 20%;
    transform: rotate(331deg);
}

.area-photo area.area-3{
	top: 62%;
    left: 35%;
    width: 12%;
    height: 20%;
    transform: rotate(332deg);
}

.area-photo area.area-4{
	top: 40%;
    left: 22%;
    width: 12%;
    height: 15%;
    transform: rotate(331deg);
}

.area-photo area.area-5{
	top: 27%;
    left: 34%;
    width: 12%;
    height: 10%;
    transform: rotate(331deg);
}

.area-photo area.area-6{
	top: 18%;
    left: 38%;
    width: 5%;
    height: 2%;
	transform: rotate(334deg);
}

.area-photo area.area-7{
	top: 24%;
    left: 13%;
    width: 20%;
    height: 1%;
    transform: rotate(322deg);
}

.area-photo area.area-8{
	top: 23%;
    left: 60%;
    width: 1%;
    height: 2%;
    transform: rotate(341deg);
}

.area-photo area.area-9{
	top: 78%;
    left: 44%;
    width: 35%;
    height: 1%;
    transform: rotate(332deg);
}

.area-text{
	margin-top: 18px;
	font-weight: 500;
}

.area-titles{
	margin: 15px 0 35px;
}

.area-titles h2{
	color: #0076EE;
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	text-transform: none;
	margin-bottom: 15px;
}

.area-titles .subtitle{
	color: rgba(0, 0, 0, 0.2);
	font-weight: 700;
	font-size: 38px;
	line-height: 120%;
}

.progress-info{
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    font-size: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 25px 0 45px;
}

.progress-info .progress{
	margin-bottom: 25px;
	height: 12px;
}

.progress-bar{
	background: #0076EE;
}

.progress-info .progress-text{
	margin-bottom: 3px;
}

.progress-info .progress:last-child{
	margin-bottom: 0;
}

#project .btn-wrapper{
	margin-top: 70px;
	margin-left: 37px;
}

@media screen and (min-width: 992px) {
	#project{
		margin-bottom: 90px;
		padding-top: 120px;
	}

	#project .entry::before{
		content: '';
		position: absolute;
		top: -120px;
		right: calc(100% - 360px);
		width: 0;
		height: 0;
		border-left: 180px solid transparent;
		border-right: 180px solid transparent;
		border-top: 180px solid rgba(0, 118, 238, 0.15);
	}

	.progress-info{
		padding: 35px 0 55px;
	}

	.progress-info .progress{
		margin-bottom: 35px;
	}

	.area-titles{
		margin: 60px 0 80px;
	}

	.area-titles h2{
		font-size: 6.5vw;
	}

	.area-titles .subtitle{
		font-size: 60px;
	}

	#project .triangles{
		transform: scale(-1.1);
		right: 0;
	}
}

.parallax{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
}

/* ~~~ LOCATION ~~~ */

#location{
	padding-top: 45px;
	margin-bottom: 40px;
}

.loc-map{
	position: relative;
	max-width: 760px;
}

.loc-map-text{
	margin-top: 20px;
}

.loc-titles {
    margin: 30px 0 25px;
}

.loc-titles h2{
	color: #0076EE;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-transform: none;
    margin-bottom: 8px;
}

.loc-titles .subtitle {
    color: rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 33px;
    line-height: 120%;
}

.loc-nearby{
	font-size: 16px;
}

@media screen and (min-width: 992px) {
	#location{
		padding-top: 120px;
		margin-bottom: 80px;
	}

	#location .entry::before{
		content: '';
		position: absolute;
		top: -120px;
		right: calc(100% - 360px);
		width: 0;
		height: 0;
		border-left: 180px solid transparent;
		border-right: 180px solid transparent;
		border-top: 180px solid rgba(0, 118, 238, 0.15);
	}

	.loc-drogob{
		position: absolute;
		bottom: -65px;
	}

	.loc-map-text{
		margin-left: 220px;
		margin-top: 42px;
	}

	.loc-titles{
		margin: 60px 0 44px;
	}

	.loc-titles h2{
		font-size: 6.5vw;
		max-width: 75%;
	}

	.loc-titles .subtitle {
		font-size: 60px;
	}

	.loc-map .triangles{
		transform: scale(-1.1);
		right: 0;
		bottom: -65px;
	}

	.loc-nearby{
		font-size: 18px;
	}
}

@media screen and (min-width: 1600px) {
}

/* ~~~ ADVANTS ~~~ */

#advants{
	padding-bottom: 40px;
	padding-top: 60px;
}

.advants-wrapper{
	position: relative;
	height: 100%;
}

.advants-wrapper .item{
	position: relative;
}

.advants-wrapper .item > span{
	font-size: 75px;
	color: #0076EE;
	width: 50px;
	position: absolute;
	top: -10px;
	left: 0;
	line-height: 1;
	font-weight: 700;
}

.advants-wrapper .item .text{
	margin-top: 20px;
	margin-left: 60px;
	margin-bottom: 40px;
	font-size: 16px;
}

.advants-wrapper .item p{
	margin-bottom: 7px;
	line-height: 1.4;
}

.advants-text li{
	margin-bottom: 6px;
}

#advants .btn-wrapper {
    margin-top: 60px;
    margin-left: 52px;
    margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
	#advants{
		padding-top: 120px;
		padding-bottom: 150px;
	}

	#advants .entry{
		padding-top: 17px;
	}

	#advants .entry::before{
		content: '';
		position: absolute;
		top: -242px;
		right: calc(100% - 360px);
		width: 0;
		height: 0;
		border-left: 180px solid transparent;
		border-right: 180px solid transparent;
		border-top: 180px solid rgba(0, 118, 238, 0.15);
	}

	.advants-wrapper .item{
		width: 47%;
		float: left;
		margin-bottom: 35px;
	}

	.advants-wrapper .item:nth-child(odd){
		margin-right: 6%;
	}

	.advants-wrapper .item > span{
		font-size: 105px;
	}

	.advants-wrapper .item .text{
		margin-left: 85px;
		margin-bottom: 0;
	}

	.advants-wrapper .triangles{
		bottom: -95px;
		right: -70px;
	}

	#advants .btn-wrapper{
		margin-top: 120px;
		margin-left: 52px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1440px) {
	#advants .entry::before{
		top: -245px;
	}
}

@media screen and (min-width: 1600px) {
	#advants .entry::before{
		top: -252px;
	}
}

.ttx-items-wrapper{
	padding-top: 60px;
}

.ttx-items-wrapper h2{
	font-size: 33px;
}

#ttx .entry{
	padding: 1px 20px 35px;
	background: rgba(0, 118, 238, 0.15);
}

.ttx-items .item{
	margin-bottom: 35px;
	display: flex;
}

.ttx-items .item .icon{
	min-width: 66px;
    width: 66px;
	margin-right: 11px;
}

.ttx-items .item h3{
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
}

.offer-title{
	margin-top: 50px;
	margin-bottom: 45px;
}

.offer-title h2{
	color: #0076EE;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-transform: none;
    margin-bottom: 8px;
}

.types{
	position: relative;
}

.types .item{
	margin-bottom: 50px;
}

.types .item h3{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 27px;
}

.types .item li{
	margin-bottom: 7px;
}

.types .item .readmore{
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #0076EE;
	margin-top: 10px;
	position: relative;
}

.types .item .readmore::before,
.types .item .readmore::after{
	content: '';
    position: absolute;
    top: 5px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #0076EE;
	transition: all .2s ease;;
}

.types .item .readmore::after{
	right: -23px;
}

.types .item .readmore:hover::before{
    right: -18px;
}

.types .item .readmore:hover::after{
    right: -26px;
}

.types .item .photo{
	margin-bottom: 35px;
}

.types-photo{
	margin-bottom: 35px;
}

@media screen and (min-width: 992px){
	#ttx .entry{
		padding: 120px 20px 50px;
	}

	.ttx-items-wrapper{
		padding-top: 120px;
	}

	.ttx-items-wrapper h2{
		font-size: 60px;
	}

	.ttx-items{
		display: flex;
    	flex-wrap: wrap;
	}

	.ttx-items .item{
		width: 47%;
	}

	.ttx-items .item:nth-child(odd){
		margin-right: 6%;
	}

	.offer-title{
		margin-top: 0;
		margin-bottom: 70px;
	}

	.offer-title h2{
		font-size: 6.5vw;
	}

	.types-row{
		align-items: center;
	}

	.types .item{
		margin-bottom: 44px;
		font-size: 18px;
		align-items: center;
	}

	.types-photo{
		margin-bottom: 0;
	}

	.types .triangles{
		transform: scale(-1.1);
    	right: 0;
		top: -125px;
	}
}

#developer{
	background: rgba(0, 118, 238, 0.15);
	padding: 60px 0 25px;
}

.founders-icons{
	display: flex;
	position: relative;
	margin: 25px 0 20px;
}

.founders-icons .item{
	width: 175px;
	margin-right: 55px;
}

.founders-icons .item:last-child{
	margin-right: 0;
}

.developer-digits{
	margin: 35px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.developer-digits .item{
	min-width: 47%;
    width: 47%;
    margin: 0 6% 45px 0;
}

.developer-digits .item:nth-child(even){
	margin-right: 0;
}

.developer-digits .digit{
	font-weight: 700;
	font-size: 42px;
	line-height: 120%;
	color: #0076EE;
}

.developer-digits .item .text{
	font-size: 14px;
    line-height: 1.2;
}

@media screen and (min-width: 992px) {
	#developer{
		padding: 120px 0 80px;
	}

	#developer .founders-icons::before {
		content: '';
		position: absolute;
		top: -120px;
		right: 28px;
		width: 0;
		height: 0;
		border-left: 180px solid transparent;
		border-right: 180px solid transparent;
		border-top: 180px solid rgba(255, 255, 255, 0.5);
	}

	.founders-icons{
		display: flex;
		justify-content: center;
		padding-top: 250px;
		margin: 0;
	}

	.developer-digits{
		margin: 60px 0 0;
		flex-wrap: nowrap;
	}

	.developer-digits .item{
		min-width: 200px;
		width: 200px;
		margin: 0 25px 45px 0;
	}

	.developer-digits .item:nth-child(even){
		margin-right: 25px;
	}

	.developer-digits .item .text{
		font-size: 16px;
	}

	.developer-digits .item:last-child{
		margin: 0 0 45px 0;
	}
}

/* ~~~ PARTNERS ~~~ */

#partners{
	padding: 50px 0 35px;
}

.partners-wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.partners-wrapper .item{ 
	min-width: 50%;
	width: 50%;
	padding: 0 20px;
	margin: 25px 0;
}

.partners-wrapper .item .name{
	text-align: center;
	margin-top: 20px;
	line-height: 1.2;
}

@media screen and (min-width: 992px) {
	#partners{
		padding: 90px 0 80px;
	}

	#partners h2{
		margin-top: 55px;
	}

	.partners-wrapper .item{ 
		min-width: 25%;
		width: 25%;
		margin: 0;
	}
}

@media screen and (max-width: 360px) {
	h1, .h1, h2, .h2, #utp h1{
		font-size: 27px;
	}

	#utp{
		min-height: 800px;
	}

	.navbar-toggler{
		right: 0;
	}

	.header-right .lang-widget{
		right: 65px;
	}

	.header-right .phone{
		right: 15px;
	}

	.area-titles h2,
	.loc-titles h2,
	.offer-title h2{
		font-size: 30px;
	}
}

@media screen and (max-width: 375px) {
	#utp{
		height: auto;
		padding-bottom: 140px;
	}

	#utp h1{
		margin-top: 60px;
	}

	#utp .container::before{
		bottom: -100px
	}

	#utp .btn-wrapper{
		bottom: -80px;
	}

	.btn, a.btn, .btn:visited, a.btn:visited{
		padding: 12px;
	}

	.ttx-items-wrapper h2{
		font-size: 28px;
	}
}

@media screen and (min-width: 1920px) {
	h1, .h1, h2, .h2{
		font-size: 60px;
	}

	#utp h1 {
		font-size: 75px;
	}

	.area-titles h2,
	.loc-titles h2,
	.offer-title h2{
		font-size: 105px;
	}
}

.social a {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 2px;
}

.social a::before {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-size: cover;
}

.social a.facebook::before {
    background-image: url('imgs/icon-fb.svg');
}


/* ~~~ FOOTER
~~~ */

footer{
	position: relative;
	background: url('imgs/4-footer.jpg') no-repeat 0 0 #0076EE;
	background-size: cover;
    color: #fff;
    padding: 65px 0 10px;
	font-size: 16px;
}

footer h2{
	color: #fff;
}

footer a{
	color: #fff!important;
	text-decoration: none!important;
}

footer .contacts div{
	margin-bottom: 30px;
}

.contact-form{
	margin-top: 12px;
}

.contact-form .btn{
	margin-top: 15px;
}

@media screen and (min-width: 992px){
	footer{
		font-size: 20px;
		padding: 90px 0 50px;
	}
}

/* ~~~ FORM STYLES
~~~ */

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), textarea{
	font-size: 15px;
	padding: 10px 15px 7px;
	box-shadow: none;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid rgba(255,255,255, .8);
	background: rgba(255,255,255, .8);
	color: #000;
	border-radius: 3px;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, textarea:focus{
	background: #fff;
	border: 1px solid #0071ce;
}

input[type="submit"]{
	border: 0!important;
}

textarea{
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	min-height: 164px;
	height: 164px;
	max-height: 164px;
}

::-webkit-input-placeholder{color: #000;}
::-moz-placeholder{color: #000;}
:-moz-placeholder{color: #000;}
:-ms-input-placeholder{color: #000;}

:focus::-webkit-input-placeholder{color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder{color: transparent}
:focus:-ms-input-placeholder{color: transparent}

/* ~~~ SLICK THEME.CSS HERE ~~~ */

/* Dots */
.slick-slider{
    margin-bottom: 30px;
}

.slick-dots{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
	border-radius: 50%;
	padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #6c6c6c;
}

.slick-dots li button:hover{
    background: #9b9b9b;
}

.slick-dots li.slick-active button{
    background: #0071ce;
}


@media screen and (min-width: 992px){
	.slick-dots{
		width: 110px;
		left: 275px;
	}
}

/* ~~~ CUSTOM ACCEPTANCE ~~~ */

.acceptance{
	display: inline-block;
	font-size: 15px;
	margin-bottom: 5px;
	text-align: left;
}

.acceptance span.wpcf7-list-item{
	margin: 0;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.acceptance label {
	color: #fff;
	font-size: 14px;
	display: inline-flex;
	align-items: top;
	user-select: none;
}

.acceptance label::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #fff;
	margin-top: 3px;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.acceptance label a{
	text-decoration: underline!important;
}

label.has-cheked-input::before{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* ~~~ SOME CF7 STYLES HERE ~~~ */

div.wpcf7-response-output {
	margin: 1em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: -10px;
	right: 4px;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

.grecaptcha-badge{
	opacity: 0;
}

.wpcf7 input[name="order-item"],
.wpcf7-spinner{
	display: none !important;
}

.wpcf7 p{
	margin-bottom: 0;
}

/* ~~~ MODAL STYLES ~~~ */

body.modal-open{
	overflow: visible!important;
	padding-right: 0!important;
}

.modal-body form{
	text-align: center;
}

.modal-dialog{
	width: 90%;
	max-width: 400px;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: none;
	margin: 5% auto;
	background: #0071ce;
	color: #fff;
}

.modal-dialog.modal-text{
	max-width: 800px;
}

.modal-dialog a{
	color: #fff;
}

.modal-content{
	border: none;
	box-shadow: none;
	background: transparent;
}

.modal-content .btn{
	margin-top: 10px;
}

.modal-header{
	border: none;
}

.modal-body{
	margin: 0 15px;
	padding: 0 1rem;
}

.modal-content .form-title{
	font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modal input, .modal textarea{
	margin-bottom: 15px!important;
}

.modal div.wpcf7-response-output{
	text-align: center;
}

.modal-full{
	width: 100%!important;
	max-width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	top: 0;
	left: 0;
}

/* ~~~ WP DEFAULT STYLES ~~~ */

img.size-full, img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    margin: auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pagination h2.screen-reader-text{
	display: none;
}

.nav-links .page-numbers{
	font-size: 17px;
	display: inline-block;
	background: #0099cc;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
}

.nav-links .page-numbers:hover{
	background: #f7941c;
}

.nav-links .current,
.nav-links .current:hover{
	background: none;
	color: #323232;
}

/* ~~~ WP DEFAULT GALLERY ~~~ */

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}