/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
  font-family: 'Futura PT';
  src: url("/assets/fonts/futurapt-300-light.woff2") format('woff2'), url("/assets/fonts/futurapt-300-light.woff") format('woff'), url("/assets/fonts/futurapt-300-light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url("/assets/fonts/futurapt-400-book.woff2") format('woff2'), url("/assets/fonts/futurapt-400-book.woff") format('woff'), url("/assets/fonts/futurapt-400-book.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url("/assets/fonts/futurapt-500-medium.woff2") format('woff2'), url("/assets/fonts/futurapt-500-medium.woff") format('woff'), url("/assets/fonts/futurapt-500-medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url("/assets/fonts/futurapt-600-demi.woff2") format('woff2'), url("/assets/fonts/futurapt-600-demi.woff") format('woff'), url("/assets/fonts/futurapt-600-demi.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url("/assets/fonts/futurapt-700-bold.woff2") format('woff2'), url("/assets/fonts/futurapt-700-bold.woff") format('woff'), url("/assets/fonts/futurapt-700-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
input,
button {
  font-family: 'Futura PT', Helvetica, Arial, Sans-Serif;
}
input {
  outline: none;
  font-size: 16px;
}
button {
  padding: 0;
}
html,
body {
  height: 100%;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  padding-top: 98px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  font-family: 'Futura PT', Helvetica, Arial, Sans-Serif;
  color: #000;
  background-color: #fff;
  position: relative;
}
.image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1240px;
}
.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 72px;
  }
}
@media screen and (max-width: 500px) {
  body {
    padding-top: 77px;
  }
}
.icon-button {
  padding: 0;
  cursor: pointer;
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: none;
  float: right;
  margin-left: 15px;
}
.header-logo {
  padding-bottom: 43.66197183098592%;
  height: 0;
  display: block;
  background-image: url("/assets/images/logo-desktop1.svg");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .header-logo {
    padding-bottom: 100%;
    background-image: url("/assets/images/logo1.svg");
  }
}
.header-menu {
  display: flex;
  justify-content: center;
}
.header-menu__item:not(:last-child) {
  margin-right: 32px;
}
.header-menu__link {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
.no-touch .header-menu__link:hover {
  color: #d10000;
}
@-moz-keyframes blickButton {
  75% {
    transform: translateX(-80px) skewX(-45deg);
  }
  to {
    transform: translateX(400px) skewX(-45deg);
  }
}
@-webkit-keyframes blickButton {
  75% {
    transform: translateX(-80px) skewX(-45deg);
  }
  to {
    transform: translateX(400px) skewX(-45deg);
  }
}
@-o-keyframes blickButton {
  75% {
    transform: translateX(-80px) skewX(-45deg);
  }
  to {
    transform: translateX(400px) skewX(-45deg);
  }
}
@keyframes blickButton {
  75% {
    transform: translateX(-80px) skewX(-45deg);
  }
  to {
    transform: translateX(400px) skewX(-45deg);
  }
}
.button {
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  display: block;
  width: 100%;
  font-family: 'Futura PT', Helvetica, Arial, Sans-Serif;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.button--uppercase {
  text-transform: uppercase;
}
.button--small {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.875em;
  line-height: 1.428571428571429em;
}
.button--middle {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 0.875em;
  line-height: 1.571428571428571em;
}
.button--large {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1em;
  line-height: 1.375em;
}
.button--ghost {
  color: #d10000;
  border-color: #d10000;
}
.no-touch .button--ghost:hover {
  color: #fff;
  background-color: #d10000;
}
.button--ghost-green {
  color: #000;
  border-color: #3fb018;
}
.no-touch .button--ghost-green:hover {
  color: #fff;
  background-color: #3fb018;
}
.button--ghost-white {
  color: #fff;
  border-color: #fff;
}
.no-touch .button--ghost-white:hover {
  color: #fff;
  background-color: #d10000;
  border-color: #d10000;
}
.button--primary {
  color: #fff;
  background-color: #d10000;
}
.no-touch .button--primary:hover {
  background-color: #ff0e0e;
}
.button--green {
  color: #fff;
  background-color: #3fb018;
}
.no-touch .button--green:hover {
  background-color: #42d70e;
}
.button--disable {
  color: #fff;
  background-color: #c8c8c8;
}
.no-touch .button--disable:hover {
  background-color: #b4b4b4;
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.no-touch .button--primary:disabled:hover {
  background-color: #d10000;
}
.button--animate {
  position: relative;
  overflow: hidden;
}
.button--animate:after {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  background-image: linear-gradient(270deg, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0) 100%);
  transform: translateX(-60px) skewX(-45deg);
  animation: blickButton 7s ease-in-out infinite;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes popup {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes popup {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes popup {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes popup {
  from {
    opacity: 0;
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  animation: fadeIn 0.25s 1;
}
.modal::-webkit-scrollbar {
  width: 4px;
}
.modal::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.66);
}
.modal__container,
.modal__middle {
  height: 100%;
}
.modal__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.modal__middle,
.modal__box {
  width: 100%;
}
.modal__middle {
  display: table;
}
.modal__box {
  padding-top: 20px;
  padding-bottom: 20px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .modal__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.modal-box {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 16px 64px rgba(0,0,0,0.1);
  animation: popup 0.25s 1;
}
.modal-box--small {
  max-width: 400px;
}
.modal-box--middle {
  max-width: 560px;
}
.modal-box--large {
  max-width: 960px;
}
.modal-box__header,
.modal-box__content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.modal-box__header {
  padding-top: 20px;
  position: relative;
}
.modal-box__title {
  padding-right: 40px;
  font-size: 1.5em;
  line-height: 1.416666666666667em;
  font-weight: 700;
}
.modal-box__close {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("/assets/images/close.svg");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 500px) {
  .modal-box__header,
  .modal-box__content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .modal-box__title {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 500;
  }
}
.modal-request-heading {
  font-weight: 600;
}
.modal-request-heading__default {
  font-size: 2.25em;
  line-height: 1.222222222222222em;
}
.modal-request-heading__accent {
  font-size: 1.375em;
  line-height: 1.272727272727273em;
  color: #d10000;
}
@media screen and (max-width: 500px) {
  .modal-request-heading__default {
    font-size: 1.5em;
    line-height: 1.416666666666667em;
  }
  .modal-request-heading__accent {
    font-size: 1.125em;
    line-height: 1.444444444444444em;
  }
}
.modal-request-description {
  font-weight: 300;
}
.modal-request-description__default {
  font-size: 1.125em;
  line-height: 1.555555555555556em;
}
.modal-request-description__accent {
  font-size: 1.625em;
  line-height: 1.538461538461539em;
  color: #d10000;
}
@media screen and (max-width: 500px) {
  .modal-request-description__default {
    font-size: 1em;
    line-height: 1.5em;
  }
  .modal-request-description__accent {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}
.input {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 100%;
  height: 28px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ddd;
}
.input::-webkit-input-placeholder {
  color: #c8c8c8;
}
.input:-moz-placeholder {
  color: #c8c8c8;
}
.input::-moz-placeholder {
  color: #c8c8c8;
}
.input:-ms-input-placeholder {
  color: #c8c8c8;
}
.input--middle {
  height: 54px;
}
.input:focus {
  border-color: #79c4f9;
}
.input--invalid,
.input--invalid:focus {
  border-color: #d10000;
}
.input--lined {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  border-color: #bcbcbc;
}
.input--lined.input--invalid,
.input--lined.input--invalid:focus {
  border-color: #d10000;
}
.required {
  padding-top: 4px;
  font-size: 0.875em;
  line-height: 1.571428571428571em;
  color: #f00;
}
.modal-request-form__name,
.modal-request-form__phone {
  margin-bottom: 24px;
}
.modal-request {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.modal-request__heading,
.modal-request__description {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  text-align: center;
}
.modal-request__heading {
  margin-bottom: 16px;
  padding-top: 48px;
}
.modal-request__description {
  margin-bottom: 24px;
}
@media screen and (max-width: 500px) {
  .modal-request {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-request__heading {
    padding-top: 24px;
  }
}
.header-contacts-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-contacts-phone__tel,
.header-contacts-phone__location {
  font-weight: 600;
}
.header-contacts-phone__tel {
  font-size: 1.3em;
  line-height: 1.375em;
  color: #000;
  text-decoration: none;
}
.header-contacts-phone__location {
  font-size: 0.875em;
  line-height: 1.428571428571429em;
  font-weight: 300;
}
.header-contacts {
  display: flex;
  align-items: center;
}
.header-contacts__phone {
  margin-right: 32px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.066);
}
.header__container,
.header__logo,
.header__menu,
.header__contacts,
.header__pull {
  padding-left: 10px;
  padding-right: 10px;
}
.header__container {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}

.header__address {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	background: #f0f0f0;
	color: #555;
}

.header__logo {
  width: 170px;
}
.header__menu {
  flex: 1;
}
.header__contacts {
  margin-left: auto;
}
.header__pull {
  margin-left: 20px;
  display: none;
}

.header-contacts__button .button {
	padding-left: 15px;
	padding-right: 15px;
}

.mob-phone {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url("/assets/images/icon-phone.svg");
	background-size: 35px 35px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	float: right;
}
.header__region {
	font-size: 14px;
	font-weight: bold;
	display: none;
	padding-left: 10px;
}

.mob-footer {
	display: none;
	position: fixed;
	z-index: 90;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 65px;
	background: #fff;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	border-top: 1px solid #E2E2E2;
	padding: 12px 10px 0px 10px;
}
.mob-footer a {
	display: block;
	font-size: 13px;
	text-align: center;
	padding-top: 25px;
	text-decoration: none;
	color: #000;
	line-height: 1.1;
	background-size: 21px 21px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.mob-footer a:nth-child(1) {
	background-image: url("/assets/images/icon-calc.webp");
}
.mob-footer a:nth-child(2) {
	background-image: url("/assets/images/icon-measure.webp");
}
.mob-footer a:nth-child(3) {
	background-image: url("/assets/images/icon-wa.webp");
}

@media screen and (max-width: 1240px) {
  .header__menu,
  .mob-phone  {
    display: none;
  }
  .header__pull {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 85px;
	padding-top: 25px;
  }
  .header__address {
    display: block;
  }
  .header__container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header__logo {
    width: 76px;
  }
  .header__contacts {
    display: none;
  }
  .header__pull {
    margin-left: auto;
  }
  .mob-phone,
  .header__region  {
    display: block;
  }
  .mob-footer {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .header {
    height: 85px;
	padding-top: 25px;
  }
  .header__address {
    display: block;
  }
  .header__container,
  .header__menu,
  .header__contacts,
  .header__pull {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header__logo {
    width: 55px;
	padding-left: 0px;
    padding-right: 0px;
  }
}
.copyrights {
  margin-top: auto;
}
.copyrights__container {
  padding-top: 52px;
  padding-bottom: 52px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .copyrights__container {
    padding-bottom: 112px;
  }	
}
.menu-side-header {
  position: relative;
}
.menu-side-header__logo {
  width: 96px;
  height: 96px;
}
.menu-side-header__close {
  position: absolute;
  top: 0;
  right: 0;
}
.menu-side-list__item:not(:last-child) {
  margin-bottom: 16px;
}
.menu-side-list__link {
  font-size: 1.125em;
  line-height: 1.444444444444444em;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.menu-side-time {
  font-size: 0.875em;
  line-height: 1.571428571428571em;
  font-weight: 300;
}
.menu-side-contacts__item:not(:last-child) {
  margin-bottom: 4px;
}
.menu-side-contacts__link {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.menu-side {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menu-side__header,
.menu-side__list,
.menu-side__time,
.menu-side__contacts,
.menu-side__button {
  padding: 16px;
}
.menu-side__button {
  margin-top: auto;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes slide {
  from {
    transform: translateX(240px);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes slide {
  from {
    transform: translateX(240px);
  }
  to {
    transform: translateX(0);
  }
}
@-o-keyframes slide {
  from {
    transform: translateX(240px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide {
  from {
    transform: translateX(240px);
  }
  to {
    transform: translateX(0);
  }
}
.menu__overlay,
.menu__side {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 2147483647;
}
.menu__overlay {
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
}
.menu__side {
  right: 0;
  width: 240px;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
}
.menu__side::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}
.menu__side::-webkit-scrollbar-thumb {
  background-color: rgba(209,0,0,0.5);
  border-radius: 3px;
}
.menu__side::-webkit-scrollbar-thumb:hover {
  background-color: #d10000;
}
.menu--active .menu__overlay,
.menu--active .menu__side {
  display: block;
}
.menu--active .menu__overlay {
  animation: fadeIn 0.25s 1;
}
.menu--active .menu__side {
  animation: slide 0.25s 1;
}


.side-icons {
	position: fixed;
	z-index: 15;
	left: 20px;
	top: 50%;
	width: 80px;
	height: 245px;
	margin-top: 0px;
	background: rgba(0,0,0,0.5);
	border-radius: 15px;
}
.side-icons a {
	display: block;
	margin: 15px auto;
	width: 60px;
	height: 60px;
}
.side-icons a.chat {
	background: url(../images/left/icon-chat.png) no-repeat;
	height: 63px;
}
.side-icons a.wa {
	background: url(../images/left/icon-wa.png) no-repeat;
}
.side-icons a.tg {
	background: url(../images/left/icon-tg.png) no-repeat;
}

@media (max-width: 767px) {
	.side-icons {
		top: auto;
		bottom: 90px;
		left: 5px;
		background: none;
		width: 50px;
		margin-top: 0px;
		height: 180px;
	}
	.side-icons a {
		margin: 0px 0px 10px 0px;
		width: 50px;
		height: 50px;
		background-size: 50px auto !important;
	}
	.side-icons a.chat {
		height: 54px;
	}
}