body {
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	color: #222;
	font-weight: 400;
	font-style: normal;
	background: #FFF;
	line-height: 1.2;
}
a {
	text-decoration: none;
	transition: 0.5s;
	color: #00a7cc;
}
img {
	height: auto;
}
article > * + * {
	margin: 0;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
@media (max-width: 991px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}
footer {
	padding: 30px 30px 20px 30px; 
	border: 2px solid #00a7cc;
	border-radius: 15px 15px 0 0;
	border-bottom: none;
}
.logo {
	max-width: 80px;
}
.deskriptor {
	font-weight: 500;
	margin-left: 30px;
	font-size: 21px;
}
.phonebut {
	justify-content: end;
	align-items: center;
}
.phonelink {
	font-weight: 600;
	color: #222;
	margin-right: 30px;
	font-size: 21px;
	white-space: nowrap;
}
header .phonelink {
	margin-right: 10px;
}
header .walink {
	margin-right: 20px;
	width: 24px;
}
header .walink img {
	max-width: 100%;
}
a.btn, span.btn {
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	background: #00a7cc;
	padding: 10px 20px;
	text-transform: uppercase;
}
.btn:hover {
	background: #2094ae;
	color: #fff;
}
.map iframe {
	border-radius: 15px;
}
.block-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 45px;
	text-align: center;
}
.contacts-block {
	margin-bottom: 60px;
}
.footer-contacts .block-title {
	text-align: left;
	margin-bottom: 20px;
}
.footer-contacts p {
	display: flex;
	margin-bottom: 10px;
}
.footer-contacts p a {
	margin-right: 10px;
}
.quest-form, .consult-form {
	padding: 45px 30px;
	background: #f6f6f6;
	border-radius: 15px;
	margin-bottom: 60px;
	transition: .5s;
}

.quest-form .block-title, .consult-form .block-title {
	margin-bottom: 30px;
}
.form-control {
	line-height: 2.5;
	font-size: 18px;
	border-radius: 15px;
}
.btn-primary {
	line-height: 2;
	display: block;
	width: 100%;
	border-radius: 15px;
	text-transform: uppercase;
	background: #00a7cc;
	border-color:  #00a7cc;
	white-space: nowrap;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #2094ae;
	border-color: #2094ae;
}
.clients {
	margin-bottom: 60px;
}
.works, .borca {
	border: 3px solid #00a7cc;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 60px;
}
.works .block-title {
	margin-bottom: 45px;
}
.owl-carousel .owl-item a {
	display: block;
}
.owl-carousel .owl-item img {
	border-radius: 15px;
}
.owl-carousel .owl-item img:hover {
	box-shadow: inset 0 0 15px #00a7cc;
}
.owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}
.owl-dots .owl-dot {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #ccc !important;
	margin: 0 8px;
	border: 2px solid #fff !important;
}
@media (max-width:767px) {
	.owl-dots {
		flex-wrap: wrap;
	}
	.owl-dots .owl-dot {
		margin: 4px !important;
	}
}
.owl-dots .owl-dot.active {
	background: #00a7cc !important;
	border: none  !important;
}
.how-work {
	margin-bottom: 45px;
	text-align: center;
	font-size: 16px;
}
.how-work img {
	margin: 0 auto 10px auto;
	max-width: 64px;
	display: block;
}
.digits {
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
}
.digits .d {
	font-weight: bold;
	font-size: 70px;
	color: #00a7cc;
}
.why-we {
	margin-bottom: 60px;
	border-top: 2px solid #ddd;
	padding-top: 60px;
	text-align: center;
}
.how-item, .benefit-item {
	padding: 10px;
	border-radius: 15px;
	height: 100%;
}
.how-item:hover, .benefit-item:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.benefit-item img {
	margin: 0 auto 10px auto;
	max-width: 64px;
	display: block;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
}
header {
	padding: 15px 20px 10px 20px; 
	border: 2px solid #00a7cc;
	border-radius: 0 0 15px 15px;
	border-top: none;
	background: #fff;
}
.first-screen-from {
	border: 3px solid #00a7cc;
	padding: 30px;
	border-radius: 15px;
	background: rgba(255,255,255,.8);
}

.first-screen-from .block-title {
	margin-bottom: 30px;
}
.first-screen {
	margin-bottom: 60px;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.first-screen.wb {
	margin-bottom: 15px;
}
.first-screen:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background: rgba(255,255,255,0.6);
	transition: .5s;
}
.form-control:focus {
	border-color: #00a7cc;
	box-shadow: 0 0 0 .25rem rgba(0,167,204,.25);
}
.first-screen .container {
	z-index: 2;
}
.first-screen h1 {
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	margin-bottom: 60px;
	max-width: 75%;
}
.fs-desc {
	margin-bottom: 60px;
	font-size: 24px;
}
.fs-desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.fs-desc li {
	padding-left: 30px;
	background: url(../img/check-mark.png) 0 50% no-repeat;
	margin-bottom: 5px;
}
.products {
	margin-bottom: 45px;
}
.clients img {
	display: block;
	max-width: 100%; 
	height: auto;
}
.cat-item {
	height: 100%;
	padding: 10px;
	border: 2px solid #ddd;
	border-radius: 15px;
	text-align: center;
	transition: .5s;
}
.cat-item:hover {
	border-color: #00a7cc;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.cat-item img {
	max-width: 100%;
	display: block;
	margin: 0 auto 15px auto;
	border-radius: 10px;
}
.cat-item a {
	color: #222;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 21px;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}
.cat-item span {
	display: block;
	margin-top: 15px;
}
.product-info {
	margin-bottom: 80px;
}
.product-info p, .product-info li {
	line-height: 1.4;
	font-size: 20px;
}
.product-info h2, .product-info h3, .product-info h4,.product-info p {
	margin: 0 0 20px 0;
}
.ta-center {
	text-align: center;
}
.product-info a.btn {
	font-size: 24px;
	font-weight: 24px;
	text-transform: uppercase;
}
.breadcrumbs {
	margin-bottom: 60px;
	font-size: 16px;
	text-align: center;
}
.popupform {
	border-radius: 15px;
	max-width: 480px;
}
#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-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;
}
.mainmenu {
	padding-top: 15px;
}
.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.mainmenu a {
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
	display: block;
	margin-top: 10px;
	text-align: right;
}
.mainmenu .current-menu-item a, .mainmenu a:hover {
	color: #00a7cc;
}
.navbar-toggler {
	margin-left: 15px;
}
@media (max-width: 991px) {
	.phonebut {
		display: none !important;
	}
	.first-screen {
		padding: 30px 0;
		background-position: 0 50%;
	}
	.first-screen h1 {
		font-size: 27px;
		max-width: 100%;
	}
	.block-title {
		font-size: 24px;
		margin-bottom: 
	}
	.form-control {
		margin-bottom: 15px;
	}
	.btn-lg {
		font-size: 18px;
	}
	.fs-desc {
		font-size: 18px;
	}
	.fs-desc li {
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.products .mb-5 {
		margin-bottom: 15px !important;
	}
	.why-we .mb-5 {
		margin-bottom: 30px !important;
	}
	.quest-form, .consult-form {
		padding: 20px;
	}
	.quest-form .block-title br, .consult-form .block-title br {
		display: none;
	}
	footer {
		padding: 15px;
	}
	.footer-contacts .block-title, .footer-contacts {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-contacts p {
		justify-content: center;
	}
	.popupform {
		padding: 30px;
	}
	.popupform .form-control {
		margin-bottom: 0;
	}
	.works, .borca {
		border: 3px solid #00a7cc;
		padding: 20px;
	}
	.owl-dots .owl-dot {
		margin: 0 5px;
	}
	.deskriptor {
		margin-left: 15px;
	}
	.logo {
		max-width: 70px;
	}
	
}
@media (min-width: 992px) {
	/*
	header .collapse:not(.show) {
		display: block;
	} 
	header .navbar-toggler {
		display: none;
	}
	*/
}
@media (max-width: 640px) {
	#callback-wrapper-mediaguru {
		display: block;
	}
	body {
		padding-bottom: 60px;
	}
	.mainmenu ul {
		flex-direction: column;
		align-items: center;
	}
	.mainmenu li {
		margin-top: 15px;
	}
	.whatsapp-widjet {
		display: none;
	}
}

@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)
    }
}

