body {
	background:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:22px;
	color:#000;
}
strong {
	font-weight: bold;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
#callback-wrapper-mediaguru {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}
.callback-wrapper-mediaguru-btns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	height: 60px;
}
#callback-wrapper-mediaguru .callback-item {
	width: 50%;
	border-right: 1px solid #fff;
	background: #41c352;
}
#callback-wrapper-mediaguru .callback-item:hover {
	background: #3bc04d;
}
#callback-wrapper-mediaguru .callback-item:last-child {
	border-right: none;
}
#callback-wrapper-mediaguru .callback-item a {
	font-weight: 500;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.03em;
	width: 100%;
	height: 60px;
	padding: 0 0 0 52px;
	display: flex;
	align-items: center;
	font-family: 'Roboto',Arial,sans-serif;
    font-weight: 400;
}
#callback-wrapper-mediaguru .callback-item.whatsapp a {
	background: url(https://mastersite.kz/images/whatsapp.svg) 18px 50% no-repeat;
}
#callback-wrapper-mediaguru .callback-item.callb a {
	background: url(https://mastersite.kz/images/phone.svg) 18px 50% no-repeat;
}
#callback-wrapper-mediaguru .callback-item.whatsapp a:hover {
	color: #fff;
	text-decoration: none;
	background: url(https://mastersite.kz/images/whatsapp.svg) 18px 50% no-repeat #3bc04d;
}
#callback-wrapper-mediaguru .callback-item.callb a:hover {
	color: #fff;
	text-decoration: none;
	background: url(https://mastersite.kz/images/phone.svg) 18px 50% no-repeat #3bc04d;
}
@media (max-width: 480px){
	body {
		padding-bottom: 60px;
	}
	#callback-wrapper-mediaguru{
		display: block;
	}
}
a {
	color: #23a7f7;
}
a:hover {
	color: #1683c6;
}
.header {
	padding: 15px 0;
}
.footer {
	padding: 30px 0;
	background: #ddefff;
}
.descriptor {
	font-weight: 600;
	padding-top: 15px;
}
.phones {
	text-align: right;
	padding-top: 5px;
}
.phones div {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
}
.phones div a {
	color: #000;
	display: block;
	white-space: nowrap;
	text-decoration: none;
}
a.button {
	display: inline-block;
	font-weight: 600;
	padding: 0 15px;
	font-size: 12px;
	background: #23a7f7;
	color: #fff;
	line-height: 28px;
	border-radius: 20px;
	text-decoration: none;
}
a.button:hover {
	background: #1683c6;
	text-decoration: none;
}
.addr {
	padding-bottom: 30px;
}
.addr a {
	color: #000;
}
.addr strong {
	text-transform: uppercase;
	display: block;
	font-size: 12px;
}
.map {
	padding-bottom: 30px;
}
.map img {
	border: 1px solid #ddd;
	border-radius: 15px;
}
.services {
	padding: 60px 0 30px 0;
	text-align: center;
}
.services .row > div {
	margin-bottom: 30px;
}
.services.second {
	border-bottom: 1px solid #ddd;
}
.services img {
	margin: 0 auto 10px auto;
}
.services strong {
	display: block;
	margin-bottom: 10px;
}
.services a.button {
	font-size: 14px;
}
.blocktitle {
	text-align: center;
	margin-bottom: 60px;
	font-size: 32px;
	font-weight: 600;
}
.benefits {
	padding: 60px 0 30px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}
.benefits .row > div {
	margin-bottom: 30px;
}
.benefits img {
	display:block;
	margin: 0 auto 15px auto;
}
.clients {
	padding: 60px 0 30px 0;
}
.clients .row > div {
	margin-bottom: 30px;
}
.first-screen {
	background: url(../img/fsbg.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	padding: 60px 0;
	text-align: center;
	color: #fff;
}
.first-screen .container {
	position: relative;
	z-index: 2;
}
.first-screen:before {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #103971;
	opacity: 0.85;
	position: absolute;
}
.first-screen h1 {
	font-weight: 700;
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 30px;
	color:#fafafa;
	text-shadow: 0 0 5px #000;
}
input[type="text"], input[type="tel"] {
	display: block;
	width: 260px;
	margin: 0 auto 15px auto;
	line-height: 36px;
	border: 1px solid #ddd;
	padding: 0 15px;
	border-radius: 20px;
	outline: none;
}
button[type="submit"] {
	display: block;
	font-weight: 600;
	padding: 0 15px;
	font-size: 16px;
	background: #23a7f7;
	color: #fff;
	line-height: 40px;
	border-radius: 20px;
	text-decoration: none;
	width: 260px;
	margin: 0 auto 15px auto; 
	border: none;
	outline: none;
}
.first-screen button[type="submit"] {
	background: #fedd00;
	color: #000;
}
button[type="submit"]:hover {
	background: #1683c6;
	text-decoration: none;
}
.result {
	text-align: center;
}
.formtitle {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: center;
}
.formsubtitle {
	font-size: 14px;
	margin-bottom: 10px;
	color: #ddd;
}
.first-screen .formtitle {
	color: #fedd00;
}
.first-screen form {
	border: 1px solid #fff;
	padding: 15px;
	border-radius: 15px;
	background: rgba(0,0,0,0.3);
}
.whywe {
	text-align:center;
	font-size: 14px;
	background: #f6f6f6;
	padding-top:60px;
}
.whywe .row > div {
	margin-bottom: 30px;
}
.whywe img {
	margin: 0 auto 15px auto;
	display: block;
}
.whywe span {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-weight: 700;
	margin: 0 0 -48px 45px;
	line-height: 32px;
	color:#fff;
}
.whywe span.c1 {
	background: #23a7f7;
}
.whywe span.c2 {
	background: #1981c0;
}
.whywe span.c3 {
	background: #156b9f;
}
.whywe span.c4 {
	background: #0e537d;
}
.contacts {
	padding-top: 30px;
}
.success {
	text-align: center;
}
.popup {
	max-width: 400px;
	text-align: center;
}
.cats {
	text-transform: uppercase;
	padding-top: 60px;
	font-weight: 700;
	margin-bottom: 30px;
}
a.cat {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}
a.cat.active {
	color: #000;
	text-decoration: underline;
}
.maincontent .services {
	display: none;
}
.maincontent .services.show {
	display: block;
}
.kaspi {
	background: #f14635;
	color: #fff;
	padding: 45px 0;
}
.kaspi .zero {
	font-weight: 600;
	text-align: center;
	font-size: 120px;
	line-height: 130px;
}
.kaspi p {
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	margin: 1rem 0;
}
.kaspi small {
	font-size: 21px;
}
@media (max-width: 480px){
	.logo img {
		max-width: 150px;
		margin: 0 auto;
	}
	.descriptor, .phones {
		text-align: center;
		margin-bottom: 10px;
	}
	.phones {
		text-align: center;
	}
	.descriptor br {
		display: none;
	}
	.first-screen h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.first-screen .formtitle br {
		display: none;
	}
	.blocktitle {
		font-size: 24px;
		line-height: 28px;
	}
	.services a.button {
		line-height: 18px;
		font-size: 13px;
	}
	.services strong {
		font-size: 14px;
	}
	.kaspi .zero {
		font-size: 64px;
	}
	.kaspi p {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 0;
	}
	.kaspi small {
		font-size: 16px;
	}
	.kaspi .item:first-child {
		padding-bottom: 45px;
	}
}
@media (min-width: 640px) {
.whatsapp-widjet-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.whatsapp-widjet-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.whatsapp-widjet {
  position: fixed;
  bottom: 25px;
  right: 25px;
  border: 1px solid #25D366;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 140;
  transition: all .5s ease;
  background: #25D366;
  cursor: pointer;
}
.whatsapp-widjet-circle-left {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  left: 0;
}
.whatsapp-widjet-circle-left {
  border: 1px solid #25D366;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(37, 211, 102);
  position: absolute;
  top: -7px;
  bottom: 0;
  left: -7px;
  right: 0;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-left 4s both linear infinite;
  -moz-animation: pie-left 4s both linear infinite;
  -ms-animation: pie-left 4s both linear infinite;
  -o-animation: pie-left 4s both linear infinite;
  animation: pie-left 4s both linear infinite;
}
.whatsapp-widjet-circle-right {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  right: 0;
}
.whatsapp-widjet-circle-right {
  border: 1px solid transparent;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: transparent;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  right: -7px;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-right 4s both linear infinite;
  -moz-animation: pie-right 4s both linear infinite;
  -ms-animation: pie-right 4s both linear infinite;
  -o-animation: pie-right 4s both linear infinite;
  animation: pie-right 4s both linear infinite;
}
.whatsapp-widjet-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
}
@keyframes pie-left{
    0%{
        -webkit-transform:rotate(-180deg);
        -moz-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
    10%{
        -webkit-transform:rotate(-180deg);
        -moz-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
    20%{
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -ms-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    30%{
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -ms-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    40%{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg)
    }
    50%{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg)
    }
}