/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
	background: #fff;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
}
strong {
	font-weight: bold;
}
img {
	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-weight: 400;
}
#callback-wrapper-mediaguru .callback-item.whatsapp a {
	background: url(../img/whatsapp.svg) 18px 50% no-repeat;
}
#callback-wrapper-mediaguru .callback-item.callb a {
	background: url(../img/phone.svg) 18px 50% no-repeat;
}
#callback-wrapper-mediaguru .callback-item.whatsapp a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/whatsapp.svg) 18px 50% no-repeat #3bc04d;
}
#callback-wrapper-mediaguru .callback-item.callb a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/phone.svg) 18px 50% no-repeat #3bc04d;
}
@media (max-width: 480px){
	body {
		padding-bottom: 60px;
	}
	#callback-wrapper-mediaguru{
		display: block;
	}
}
@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)
    }
}

a {
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.footer {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 30px;
	min-height: 128px;
	display: flex;
	align-items: center;
}
.footer p {
	text-align: center;
	opacity: 0.7;
	font-size: 13px;
	letter-spacing: 1px;
}
.header {
	/*
	position: sticky;
	top: 0;
	*/
	background: #fff;
	z-index: 10;
}
.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__logodesc {
	display: flex;
	align-items: center;
}
.header__logo {
	display: block;
}
.header__desc {
	padding: 10px;
	font-size: 14px;
}
.header__cont {
	display: flex;
	align-items: center;
}
.header__cont .phone {
	display: flex;
	white-space: nowrap;
	align-items: center;
	font-weight: 500;
	margin-right: 21px;
}
.header__cont .phone img {
	display: block;
	margin-right: 8px;
}
a.button {
	font-weight: 600;
	color: #fff;
	display: inline-block;
	padding: 12px 27px;
	font-size: 16px;
	background: rgba(1, 141, 203, 1);
	border-radius: 10px;
	box-shadow: 0 15px 30px rgba(0, 11, 48, 0.2);
	transition: 0.5s;
	text-align: center;
}
a.button:hover {
	background: rgb(21, 120, 164);
}

.first-screen {
	background: url(../img/fsbg.jpg) 50% 50% #ccc;
	background-size: cover;
	position: relative;
}
.first-screen:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	background: rgb(0,0,0, 0.5);
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 100%);
}
.first-screen .container {
	position: relative;
	z-index: 2;
}
.first-screen__content {
	color: #fff;
	padding: 84px 0;
	min-height: calc(100vh - 110px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.first-screen__content h1 {
	margin: 30px 0;
	font-size: 55px;
	line-height: 1.2;
	font-weight: 600;
}

.first-screen__content ul {
	display: flex;
	justify-content: space-between;
	margin: 0 -20px;
	padding: 0;
	list-style: none;
}
.first-screen__content li {
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-size: 25px;
	line-height: 1.2;
	justify-content: start;
	width: 33.33% !important;
}
.first-screen__content li img {
	display: block;
	max-width: 64px;
	margin-right: 15px;
}
.first-screen__content li span {
	max-width: 220px;
}
.form-block {
	padding: 90px 0;
}
.formtitle {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 60px;
}
.form-block form {
	display: flex;
	margin: 0 -10px;
	justify-content: space-between;
}
.form-block form > div {
	width: 33.33%;
	padding: 0 10px;
}
input {
	display: block;
	width: 100%;
	border: 1px solid #000;
	border-radius: 15px;
	padding: 20px 21px;
	font-size: 15px;
	line-height: 20px;
	outline: none;
}
button[type="submit"] {
	background: #018DCB;
	border-radius: 15px;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	padding: 21px;
	box-shadow: 0 15px 30px rgba(0, 11, 48, 0.2);
	transition: 0.5s;
	cursor: pointer;
}
button[type="submit"]:hover {
	background: rgb(21, 120, 164);
}

.digits {
	padding: 0 0 96px 0;
}
.block-title {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
}
.digits .block-title {
	background: #fbfbfb;
}
.digits__content {
	background: #fbfbfb;
	padding: 5px 0;
}
.digits__content ul {
	list-style: none;
	display: flex;
	margin: 0 -20px;
	flex-wrap: wrap;
	padding: 0;
}
.digits__content li {
	padding: 0 20px;
	width: 33.33% !important;
	text-align: center;
	line-height: 31px;
	margin-bottom: 50px;
}
.digits__content li:nth-child(4), .digits__content li:nth-child(5), .digits__content li:nth-child(6) {
	margin-bottom: 0;
}
.digits__content li strong {
	display: block;
	margin-bottom: 18px;
	color: #018DCB;
	font-weight: 600;
	font-size: 50px;
	line-height: 37px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.products {
	padding-bottom: 59px;
}
.products__content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	align-items: stretch;
	height: 100%;
}
.products__content > div {
	width: 25% !important;
	padding: 0 20px 40px 20px;
	
}
.product__item {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
}
.product__item img {
	margin-bottom: 26px;
}
.product__item-info {
	margin-bottom: 42px;
}
.product__item-info p {
	padding: 0 18px;
	text-align: center;
}
.product__item-info strong {
	padding: 0 30px;
	text-align: center;
	margin-bottom: 22px;
	font-weight: 600;
	display: block;
}
.benefits {
	padding: 0 0 96px 0;
}
.benefits__content ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	list-style: none;
	padding: 0;
}
.benefits__content li {
	padding: 0 20px;
	width: 25% !important;
}
.benefits__content img {
	margin-bottom: 20px;
}
.picform {
	color: #fff;
	background: url(../img/picform.jpg) 50% 50% no-repeat #ccc;
	background-size: cover;
	padding: 170px 0 140px;
	position: relative;
}
.picform .container {
	position: relative;
	z-index: 2;
	max-width: 600px;
}
.picform:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	background: rgb(41,34,28, 0.4);
}
.picform .block-title {
	font-size: 30px;
	margin-bottom: 30px;
}
.picform p {
	font-weight: 300;
	font-size: 12px;
	text-align: center;
}
.picform input {
	border: none;
	margin-bottom: 20px;
}
.picform button[type="submit"] {
	padding: 18px 20px;
	margin-bottom: 30px;
}

.contacts {
	padding: 95px 0;
}
.contacts__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contacts__address {
	max-width: 40%;
}
.contacts__address p {
	margin-bottom: 34px;
}
.contacts__address p:last-child {
	margin-bottom: 0;
}
.contacts__address .block-title {
	margin-bottom: 30px;
	text-align: left;
}
.map {
	width: 55%;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.success {
	text-align: center;
}
.popup, .success {
	max-width: 600px;
}
.popup p, .success p {
	margin-bottom: 30px;
	text-align: center;
}
.popup .formtitle, .success .formtitle {
	font-weight: bold;
	margin-bottom: 30px;
}
.popup input, .success input {
	margin-bottom: 20px;
}
.popup img, .success img {
	margin: 0 auto;
}

@media (max-width: 1023px) {
	body {
		font-size: 16px;
	}
	.header__logo {
		max-width: 160px;
	}
	.products__content > div {
		width: 50% !important;
	}
	.block-title {
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	.first-screen__content {
		padding: 45px 0;
		min-height: calc(100vh - 180px);
	}
	.first-screen__content h1 {
		font-size: 30px;
	}
	.first-screen__content ul {
		flex-direction: column;
	}
	.first-screen__content li {
		width: 100% !important;
		margin-bottom: 20px;
		font-size: 18px;
		text-align: left;
	}
	.first-screen__content li img {
		max-width: 48px;
	}
	.form-block form {
		flex-direction: column;
	}
	.form-block form > div {
		width: 100%;
	}
	.form-block input {
		margin-bottom: 20px;
	}
	.formtitle {
		margin-bottom: 30px;
	}
	.picform .block-title, .block-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.digits__content li {
		width: 100% !important;
	}
	.digits__content li:nth-child(4), .digits__content li:nth-child(5) {
		margin-bottom: 50px;
	}
	.digits__content li strong {
		margin-bottom: 10px;
	}
	.products__content > div {
		width: 100% !important;
	}
	.benefits__content li {
		width: 100% !important;
		margin-bottom: 45px;
	}
	.benefits__content li:last-child {
		margin-bottom: 0;
	}
	.contacts__content {
		flex-direction: column;
	}
	.contacts__address {
		max-width: unset;
		padding-bottom: 45px;
	}
	.map {
		width: 100%;
	}
	.header .container {
		flex-direction: column;
	}
	.header__cont a.button {
		display: none;
	}
	.header__cont img {
		max-width: 32px;
	}
	.header {
		padding: 5px 0;
	}
	.header__logodesc {
		flex-direction: column;
		justify-content: center;
	}
	.header__logo {
		display: block;
		max-width: 160px;
	}
	.header__desc {
		padding: 0 0 5px 0;
	}
	.popup, .success {
		padding: 30px;
	}
	input {
		padding: 15px;
	}
	.whatsapp-widjet {
		display: none;
	}
	.footer {
		min-height: unset;
	}
}

