@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');



body {
  margin: 0;
  padding: 0;
  background-color: #EFF2F7;
	font-family: 'Roboto', 'Arial Narrow', 'Arial', sans-serif !important;
}

img {
  width: 100%;
  height: auto; }

.main-wrapper {
  min-width: 250px;
  width: 320px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff; }

.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }



/*		Header 		*/
.header {
	margin-bottom: 20px;
  padding-top: 14px;
}
.link_logo {
	display: block;
	width: 65px;
  height: 65px;
	margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('https://links.borusanmakina.kz/img/logo.jpg');
  background-repeat: no-repeat;
  background-size: contain;

}

.link_logo--img {
	display: block;
	width: 135px;
	height: 36px;
	margin: 0 auto;
}

.inner-text {
  color: #777777;
  text-align: center;
  font-size: 16px;
  padding-top: 5px;
}

/*		End Header 		*/


/*		Content 		*/
.content {
	width: 100%;
}

h2.page-title {
	font-size: 17px;
	text-align: center;
  color: #c92a2a;
  font-family: 'Roboto', 'Arial', sans-serif !important;
  font-weight: normal;
}



.call-type__list, .good-links__list, .other-bl__list {
	list-style: none;
	margin: 0;
	padding: 0;
}


.call-type__item, .good-links__item, .other-bl__item {
	width: 80%;
	background-color: #3F3D40;
	margin: 0 auto;
	margin-bottom: 5px;
	display: flex;
  align-items: center;
  justify-content: center;
}

.call-type__item:last-child, .good-links__item:last-child, .other-bl__item:last-child {
	padding-bottom: 0px;
}

.call-type__list a, .good-links__list a, .other-bl__list a {
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #ffffff;
	border-radius: 10px;
	font-size: 16px;
	letter-spacing: 0.5px;
	vertical-align: middle;
	padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}


.call-type__item:hover, .good-links__item:hover,.other-bl__item:hover {
	background-color: #3F3D40;
}
/*		End Content 		*/


/*		Footer 		*/
.footer {
	height: 40px;	
}

/*		End Footer 		*/

/*		Media 	*/
@media (min-width: 480px) {
	.call-type__item, .good-links__item, .other-bl__item {
		width: 400px;
		margin-bottom: 12px;
	}
}

@media (min-width: 760px) {
	.call-type__item, .good-links__item, .other-bl__item {
		width: 692px;
		margin-bottom: 12px;
	}
  .call-type__item:last-child, .good-links__item:last-child, .other-bl__item:last-child {
    margin-bottom: 0;
  }
}
