/*					TELEFONAI					*/
@media (max-width: 767px) {
	#services-second {
		background-position: right center;
	}
	#services-second .left {
		display: none;
	}
	#services-second .right {
		display: block;
		width: 100%;
	}
	#contact input {
		width: calc(100% - 40px);
	}
	#contact input:nth-of-type(1) {
		margin-right: 0;
	}
	#contact {
		display: block;
	}
	#contact .textarea-group {
		margin: 10px;
	}
	#contact .left {
		display: block;
		width: 100%;
		height: 200px;
	} 
	#contact .left img {
		max-height: 100%;
	}
	#contact .right {
		width: 100%;
	}
	#order .form-group {
		margin: 0;
		margin-bottom: 20px;
	}
	.tikmobile {
		display: block;
	}
	#services-first .col {
		width: 100%;
		margin-bottom: 25px;
	}
	#services-first .row {
		margin-top: 0;
		margin-bottom: 0;
	}
	#services-first .row:nth-of-type(1) {
		margin-top: 80px;
	}
	#services-second {
		background: none;
		position: relative;
	}
	#services-second .col {
		width: calc(100% - 30px);
		max-width: 1000px;
	}
	#services-second .bgbar {
		display: block;
		background: #2F9ADE;
		position: absolute;
		top: 150px;
		bottom: 200px;
		left: 0;
		right: 0;
		z-index: -1;
	}
	#services-first .col:nth-of-type(1) {
		padding-right: 0;
	}
	#services-first .col:nth-of-type(2) {
		padding-left: 0;
	}
	#footer .container {
		padding: 0;
	}
	#footer .col1, #footer .col2, #footer .col3 {
		width: 100%;
	}
	#footer .col1 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#footer .col1 p {
		display: none;
	}
	#modal .close {
		top: 15px;
		right: 15px;
	}
	#modal .modal-body {
		padding: 50px 25px;
	}
	#header {
		height: 95%;
	}
	#contact .txt {
		display: block;
		width: 100%;
		margin: 10px 0;

	}
}

/* 					TABLETAI					*/
@media (min-width: 768px) and (max-width: 991px) {
	#header {
		height: 80%;
	}
	#services-second {
		background-position: right center;
	}
	#services-second .left {
		display: none;
	}
	#services-second .right {
		width: 100%;
		justify-content: center;
	}
	#contact input {
		width: calc(50% - 45px);
	}
	#contact input:nth-of-type(1) {
		margin-right: 30px;
	}
	#contact {
		display: block;
	}
	#contact .textarea-group {
		margin: 10px 30px;
	}
	#contact .left {
		width: 100%;
		height: 200px;
	} 
	#contact .left img {
		max-height: 100%;
	}

	#contact .right {
		width: 100%;
	}
	#order .form-group {
		margin-bottom: 20px;
	}
	#services-first .col:nth-of-type(1) {
		padding-right: 30px;
	}
	#services-first .col:nth-of-type(2) {
		padding-left: 30px;
	}
	#footer .col1, #footer .col2, #footer .col3 {
		width: 100%;
	}
	#footer .col1 {
		display: flex;
		align-items: center;
	}
	#footer .col1 img {
		display: inline-block;
		width: 40%;
		float: left;
	}
	#footer .col1 p {
		display: inline-block;
		width: 60%;
		float: left;
		padding-left: 25px;
	}
}


/*					KOMPAI MAŽI					*/
@media (min-width: 992px) and (max-width: 1199px) {
	#footer {
		padding: 25px;
	}
	#footer .container {
		padding: 0;
	}
	#footer .col3 {
		padding: 15px 0;
	}
	#contact input {
		width: calc(50% - 45px);
	}
	#contact input:nth-of-type(1) {
		margin-right: 30px;
	}
	#contact .textarea-group {
		margin: 10px 30px;
	}
	#services-second .left {
		padding-left: 0;
		padding-right: 200px;
	}
	#services-second .left p {
		font-size: 16px;
	}

}


/*					KOMPAI DIDELI				*/
@media (min-width: 1200px) {



}