@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,700');

.main-section {
	background-image: url('../image/background.png');
	background-size: cover;
	padding: 10px 20px 170px 20px;
	height: 100vh;
	position: relative;
}

.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.navbar-light .navbar-toggler-icon {
	background-image: url('../image/icon/menu-icon.svg');
	background-repeat: no-repeat;
}

.hd-response {
	display: inherit;
}

.hd-response .navbar-collapse {
	justify-content: space-between;
}

.hd-response .navbar {
	width: 100%;
	padding-right: 0;
}

.hd-response.navbar-nav {
	width: 48%;
	justify-content: space-around;
}

.hd-response.navbar-light .navbar-nav .active>.nav-link, .hd-response .navbar-light .navbar-nav .nav-link.active,  .hd-response .navbar-light .navbar-nav .nav-link.show, .hd-response .navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
}

.hd-response .navbar-light .navbar-nav .nav-link:focus, .hd-response .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
}

.hd-response .nav-link {
	position: relative;
	padding: 8px 0;
	display: inline-block;
}

.hd-response .nav-link::after {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #47A559;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.hd-response .nav-link:hover::after,
.hd-response .nav-link:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.form-inline {
	width: 43%;
	justify-content: space-between;
}

.test-btn {
	margin: 0;
	padding: 4px 27px;
	font-size: 14px;
	border: none;
}

.enter-btn {
	margin: 0;
	padding: 4px 10px;
	font-weight: 400;
	text-transform: none;
    background: transparent;
    border: 2px solid #47A559;
    font-size: 14px;
}

.hd-response .navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.main-section .network-list {
	justify-content: space-between;
	width: 30%;
}

.header-content {
	align-items: flex-end;
}

.header-logo-text {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 500;
	font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
   	padding-bottom: 195px;
   	width: 80vw;
}

.header-logo-text span {
	font-size: 94px;
	letter-spacing: 0.1em;
}

.header-text-up {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 35px;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.header-text {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
	line-height: 27px;
	font-size: 18px;
	color: #FFFFFF;
}

hr {
	background: #2c408c;
	height: 3px;
	margin: 20px 0;
}

.header-cims {
	padding-top: 70px;
}

.header-form {
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
}

.header-form .form-authorization {
	margin: 0;
	padding-bottom: 20px;
}

.form-authorization span {
	font-weight: 400;
}

.header-form .form-authorization .text {
	padding-bottom: 30px;
	padding-top: 40px;
}
.form-block-inp-1 {
    /*margin-bottom: 50px;*/
}

.header-form .form-btn {
	margin-top: 6px;
	padding: 10px 50px;
	margin-bottom: 0;
}

.header-form .form-block-inp-1 {
	padding-bottom: 0;
}

.arrow {
	background-image: url('../image/icon/arrow.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
    bottom: 10px;
    left: 50%;
}

/*---------Potential---------------------------------*/

.potential {
	background-color: #E5E5E5;
}

.potential-title {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	letter-spacing: 0.05em;
	color: #1F1F1F;
	text-transform: uppercase;
}

.title-1 {
	font-weight: 600;
	line-height: 36px;
	font-size: 24px;
	padding-top: 40px;
}

.title-2 {
	font-weight: 400;
	line-height: 27px;
	font-size: 18px;
	width: 62%;
    margin: 0 auto;
    padding-bottom: 70px;
}

.potential-title hr {
	margin: 30px auto;
}

.title-item {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 27px;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1F1F1F;
	padding-top: 10px;
}

.potential-text {
	padding-bottom: 35px;
}

.potential-text p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 27px;
	font-size: 18px;
	color: #1F1F1F;
}

.potential-img {
	text-align: center;
}

/*---------------------Price-----------------------------*/

.price {
	background-image: url('../image/bg-price.jpg');
	padding-top: 153px;
    padding-bottom: 137px;
    background-size: cover;
}

.price-position {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}

.bg-item {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	max-width: 320px;
	width: 30%;
	text-align: center;
}

.bg-height .star-block {
    padding: 22px 0 10px;
}

.bg-height .sub-text {
    padding-bottom: 8px;
}


.star-block {
	padding: 22px 0 20px;
	display: flex;
	justify-content: center;
}

.star {
	background-image: url('../image/icon/star.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 23px;
	margin-right: 8px;
}

.sub-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1F1F1F;
	padding-bottom: 29px;
}

.bg-item ul {
	display: flex;
    flex-direction: column;
}

.bg-item li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 27px;
	font-size: 14px;
	color: #1F1F1F;
	list-style-type: none;
	display: inline-flex;
}

.bg-item li:before {
	content: '';
	display: block;
	background-image: url('../image/icon/sign.png');
	width: 16px;
	height: 11px;
	margin-left: -10px;
    margin-right: 10px;
    margin: auto 10px auto -10px;
}

.order-btn {
	font-size: 14px;
	padding: 4px 40px;
    margin-bottom: 24px;
    margin-top: 15px;
    border: none;
}

/*-----------------References--------------------------------*/

.co-photo {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
}

.name {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	color: #1F1F1F;
	margin-top: 15px;
}

.co-common {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #1F1F1F;
}

.co-name {
	line-height: 30px;
}

.co-text {
	line-height: 21px;
	margin: 15px auto;
	width: 60%;
}

.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}

.carousel-control-prev-icon {
	background-image: url('../image/icon/arrow-left.png');
	background-repeat: no-repeat;
}

.carousel-control-next-icon {
	background-image: url('../image/icon/arrow-right.png');
	background-repeat: no-repeat;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	background-size: auto;
	width: 12px;
	height: 22px;
}

.carousel-indicators {
	bottom: -120px;
}

.second-slider {
    bottom: 0;
}

.second-slider.carousel {
    padding-bottom: 120px;
}

.carousel-indicators li {
	background-color: #C4C4C4;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.carousel-indicators .active {
	background-color: #A43424;
}


/*--------------------ISSUE-------------------------------*/

.bg-issue {
	background-image: url('../image/bg-issue.png');
	background-size: cover;
	margin-top: 150px;
	padding: 50px 0 30px;
}

.order-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 45px;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.order-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*------------------OUR SPECIALIST-------------------------------*/
.sp-container {
	display: flex;
	padding-bottom: 20px;
}

.sp-left img {
	text-align: left;
	margin-bottom: 15px;
}

.sp-left .name{
	text-align: left;
}

.sp-prof {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 30px;
	font-size: 14px;
	color: #1F1F1F;
}

.sp-left li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 21px;
	font-size: 14px;
	color: #1F1F1F;
    list-style-type: none;
    padding-bottom: 15px;
}

.sp-left li:before {
	content: '•';
	color: #47A559;
	position: absolute;
    left: -15px;
}

.sp-left ul {
	padding-left: 0;
	margin-top: 15px;
	list-style-position: outside;
	position: relative;
    margin-left: 0;
}

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

/*------------------FOOTER--------------------------*/

footer {
	background-image: url('../image/bg-footer.png');
	background-size: cover;
}

.ft-container {
	text-align: center;
	padding: 22px 5px;
}

.ft-text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}

.ft-container .network-list {
	padding: 39px 0 32px;
}

/*--------------------Modal------------*/
.modal-cims {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}



@media (min-width: 1650px) {
	.container {
		max-width: 1600px;
		width: 100%;
		margin: 0 auto;
	}

	.header-logo-text {
		padding-top: 10%;
	}

	.header-cims hr {
		margin: 50px 0;
	}
}


@media (max-width: 1400px) {
	.header-logo-text {
		padding-bottom: 90px;
	}
}



@media (max-width: 1050px) {
	.header-logo-text {
		font-size: 14px;
	}

	.header-logo-text span {
		font-size: 70px;
	}

	.w-80 {
		width: auto;
	}

	.pt-response .w-80 {
		width: 75%;
	}


	.potential-img {
		display: flex;
    	align-items: center;
    	justify-content: center;
	}

	.sub-text {
		font-size: 15px;
	}

	.bg-item li {
		font-size: 12px;
	}

	.sp-container {
		flex-direction: column;
	}
}

@media (max-width: 992px) {
	.header-content {
		align-items: center;
	}

	.potential-text .w-80 {
		width: auto;
	}

	.pt-response {
		flex-direction: column-reverse;
	}

	.title-2 {
    	padding-bottom: 40px;
    }

    .header-content {
    	align-items: flex-start;
    }

    .form-inline {
    	width: auto;
    	flex-direction: column;
	    line-height: 3;
	    justify-content: end;
	    align-items: flex-start;
    }

    .header-form {
    	padding-top: 17%;
    }
}

@media (max-width: 800px) {
	.header-logo-text {
		font-size: 18px;
		padding-bottom: 30px;
	}

	.header-logo-text span {
		font-size: 94px;
	}

	.header-form {
		justify-content: center;
	}

	.price-position {
		flex-direction: column;
    	align-items: center;
	}

	.bg-item {
		margin-bottom: 12px;
		width: 100%;
	}

	.header-logo-text {
		line-height: 50px;
		width: 100%;
	}

	.header-content .form-authorization {
		margin-top: 15px;
	}

	.main-section {
		height: 100%;
		width: 100%;
	}

}

@media (max-width: 600px) {
	.header-cims {
		padding-top: 25px;
	}

	.title-2 {
    	font-size: 14px;
    	width: 100%;
    }
}

@media (max-width: 480px) {
    .header-content .form-authorization {
    	max-width: 100%;
    }

    .header-form .form-authorization .text {
    	padding-bottom: 0;
    }

    .header-form form {
    	line-height: 60px;
    }

    .price {
    	padding-top: 100px;
    	padding-bottom: 80px;
    }

    .carousel-indicators {
    	bottom: -80px;
    }

    .potential-text .w-80, .sp-right .w-80 {
    	width: 80%;
    }
}

.help-block {
    line-height: 14px;
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

 .type-order .modal-content {
  background: #fff;
  border: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.type-order .modal-body {
  padding: 0;
}

.type-order form {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0 30px;
}

.type-order input {
  border: none;
    border-bottom: 1.4px solid #47A559;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 19px;
    font-size: 15px;
    text-align: left;
    color: #000000;
    width: 80%;
    box-shadow: none;
    margin-bottom: 30px;
}

.our-custom-select {
  width: 80%;
  text-align: left;
  margin: 0 auto 30px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.our-custom-select div {
  border-bottom: 1px solid #47A559;
  /*padding: 5px;
  border-radius: 3px;*/
}

.our-custom-select span {
  color: #47A559;
  font-size: 14px;
}

.type-order form textarea {
  width: 80%;
  border: 1px solid #47A559;
  box-shadow: none;
  border-radius: 3px;
}

.type-order form textarea:focus {
  border: 1px solid #000;
  border-radius: 3px;
  outline: 0;
}

.type-order form textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #333;
}

.type-order input::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #333;
}

.type-order .form-btn {
  margin-top: 40px;
  margin-bottom: 0;
}

.navbar-brand
{
    height: 95px;
    width: 380px;
    background: rgba(255, 255, 255, 0.8);
        border-radius: 5px;
}

.logoMain
{
    display: block;
   margin-left: auto;
    margin-right: auto; 
}


