.mdl-textfield {
	padding: 26px 0;
	width: 100%;
  }
  .mdl-textfield__label {
	bottom: 0;
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-weight: 400;
	left: 0;
	right: 0;
	pointer-events: none;
	position: absolute;
	display: block;
	top: 24px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
  }
  .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
  .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
  .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
	color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	top: 4px;
	visibility: visible;
  }
  .mdl-button--accent.mdl-button--accent.mdl-button--raised,
  .mdl-button--accent.mdl-button--accent.mdl-button--fab {
	color: rgb(255, 255, 255);
	background-color: #00a0dc;
  }
  .mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
	color: #d50000;
	font-size: 12px;
  }
  .mdl-textfield__label:after {
	background-color: #00a0dc;
	bottom: 20px;
	content: "";
	height: 2px;
	left: 45%;
	position: absolute;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	visibility: hidden;
	width: 10px;
  }

  #menu {
	background: rgba(142, 142, 144, 0.95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding-top: 15px;
	padding-bottom: 15px;
  }
  .mdl-button {
	text-transform: none;
	width: 110px;
	height: 45px;
	font-size: 13px;
  }
  .profiles-screen {
	padding-top: 50px;
  }

  .demo-card-square {
	margin-left: auto;
	margin-right: auto;
  }

  a {
	color: #333333;
	font-weight: 500;
  }

  a:hover {
	color: #333333;
	font-weight: 500;
  }

  a:active {
	color: #333333;
	font-weight: 500;
  }
  a:visited {
	color: #333333;
	font-weight: 500;
  }
  a:focus {
	color: #333333;
	font-weight: 500;
  }

  /* ==========================================================================
	 Author's custom styles
	 ========================================================================== */
  * {
	font-family: "Open Sans", sans-serif !important;
  }
  .white {
	color: #ffffff;
  }
  .black {
	color: #ffffff;
  }
  .right {
	text-align: right;
  }
  .left {
	text-align: left;
  }
  .center {
	text-align: center;
  }
  h1 {
	font-size: 42px;
	font-weight: 700;
	line-height: 57px;
  }
  h2 {
	font-size: 24px;
	line-height: 26px;
  }
  h3 {
	font-size: 21px;
	line-height: 23px;
  }
  p {
	font-size: 15px;
	margin: 0;
  }

  .first-screen h3 span {
	background: #000;
	padding: 4px 15px;
  }

  /* ==========================================================================
	������ ������
	 ========================================================================== */

  .modalbg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.64);
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
  }

  .modalbg.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
  }

  .hidediv {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
  }

  .modal-close {
	width: 21px;
	height: 21px;
	right: 30px;
	top: 30px;
	cursor: pointer;
	background: url(../img/modalclose.png) no-repeat;
	display: block;
	position: absolute;
	background-position: center;
  }

  .modalbody {
	width: 982px;
	height: auto;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -491px;
	margin-top: -335px;
  }
  .modalbodysps {
	width: 300px;
	height: 200px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	background-color: #00a0dc;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -100px;
	padding: 25px;
	padding-top: 60px;
  }
  .modalbodycall {
	width: 458px;
	height: auto;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -229px;
	margin-top: -273px;
  }
  .openmodalbig1,
  .openmodalbig2,
  .openmodalbig3,
  .openmodalbig4,
  .openmodalbig5,
  .openmodalbig6,
  .openmodalbig7,
  .openmodalbig8,
  .openmodalbig9,
  .openmodalbig10,
  .openmodalbig11,
  .openmodalbig12,
  .openmodalsmall {
	cursor: pointer;
  }

  /* ==========================================================================
	������ �����
	 ========================================================================== */

  .first-screen {
	background: url("../img/first-screen-bg.jpg") no-repeat;
	padding-bottom: 100px;
	padding-top: 225px;
	background-size: cover;
  }

  .eggs-screen {
	background-color: #e6e6e6;
	padding-bottom: 50px;
  }

  .first-screen-button {
	height: 40px;
	width: auto;
	background-color: #00a0dc;
	border: 0;
	outline: 0px;
	color: #ffffff;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	padding: 0 10px;
	margin-right: 5px;
	margin-top: 7px;
  }

  .eggs-item {
	margin-top: 80px;
	padding-top: 80px;
  }
/* 
  .eggs-item:nth-child(1) {
	background: url("../img/eggs-screen-icon1.png") no-repeat;
	background-position: 15px 0px;
  }
  .eggs-item:nth-child(2) {
	background: url("../img/eggs-screen-icon2.png") no-repeat;
	background-position: 15px 0px;
  }
  .eggs-item:nth-child(3) {
	background: url("../img/eggs-screen-icon3.png") no-repeat;
	background-position: 15px 0px;
  }
  .eggs-item:nth-child(4) {
	background: url("../img/eggs-screen-icon4.png") no-repeat;
	background-position: 15px 0px;
  } */

  .services-item {
	margin-top: 80px;
	padding-top: 280px;
	font-size: 18px;
	font-weight: 700;
  }

  .services-item:nth-child(1) {
	background: url("../img/u1.jpg") no-repeat;
	background-position: 10px 0px;
  }
  .services-item:nth-child(2) {
	background: url("../img/u2.jpg") no-repeat;
	background-position: 10px 0px;
  }
  .services-item:nth-child(3) {
	background: url("../img/u3.jpg") no-repeat;
	background-position: 10px 0px;
  }
  .services-item:nth-child(4) {
	background: url("../img/u4.jpg") no-repeat;
	background-position: 10px 0px;
  }
  .services-item:nth-child(5) {
	background: url("../img/u5.jpg") no-repeat;
	background-position: 10px 0px;
  }
  .services-item:nth-child(6) {
	background: url("../img/u6.jpg") no-repeat;
	background-position: 10px 0px;
  }

  .offer-screen {
	background-color: #e6e6e6;
  }

  .offer-body {
	background: url("../img/offer-title-bg.png") no-repeat;
	background-position: left bottom;
	padding-bottom: 100px;
	padding-top: 85px;
  }

  .portfolio-screen {
	background-color: #e6e6e6;
	padding-top: 70px;
	padding-bottom: 100px;
  }

  .services-screen {
	padding-top: 70px;
  }

  footer {
	background-color: #464646;
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
  }

  .first-left-block {
	margin-top: 60px;
  }

  .demo-card-square > .mdl-card__title {
	color: #fff;
  }
  .catalog-item {
	padding-top: 50px;
  }
  .catalog-screen {
	padding-bottom: 100px;
	padding-top: 50px;
  }

  .demo-card-square.mdl-card {
	width: 320px;
	height: 500px;
  }

  .mdl-card__title-text {
	font-size: 18px;
	font-weight: 300;
	color: #333333;
  }

  .mdl-card__supporting-text {
	height: 100px;
  }

  .mdl-card__actions.mdl-card--border {
	padding: 17px;
	padding-bottom: 25px;
  }
/* 
  .prof-button {
	width: 38px;
	height: 38px;
	border: 0px;
	z-index: 1;
	outline-color: transparent;
	cursor: pointer;
	margin-bottom: 3px;
	text-align: center;
	font-size: 42px;
	line-height: 31px;
  }

  .prof-button-active {
	color: #ffffff !important;
  }

  .prof-button:nth-child(1) {
	background-color: #a1a1a1;
	color: #a1a1a1;
  }
  .prof-button:nth-child(2) {
	background-color: #8d4600;
	color: #8d4600;
  }
  .prof-button:nth-child(3) {
	background-color: #b62a2b;
	color: #b62a2b;
  }
  .prof-button:nth-child(4) {
	background-color: #006e0f;
	color: #006e0f;
  }
  .prof-button:nth-child(5) {
	background-color: #000000;
	color: #000000;
  }

  .slide11 {
	background: url("../img/prof-1-1.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide12 {
	background: url("../img/prof-1-2.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide13 {
	background: url("../img/prof-1-3.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide14 {
	background: url("../img/prof-1-4.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide15 {
	background: url("../img/prof-1-5.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide21 {
	background: url("../img/prof-2-1.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide22 {
	background: url("../img/prof-2-2.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide23 {
	background: url("../img/prof-2-3.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide24 {
	background: url("../img/prof-2-4.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide25 {
	background: url("../img/prof-2-5.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide31 {
	background: url("../img/prof-3-1.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide32 {
	background: url("../img/prof-3-2.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide33 {
	background: url("../img/prof-3-3.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide34 {
	background: url("../img/prof-3-4.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }
  .slide35 {
	background: url("../img/prof-3-5.jpg") bottom right 15% no-repeat;
	background-position: center top;
  }

  body:after {
	content: url("../img/prof-1-2.jpg") url("../img/prof-1-3.jpg")
	  url("../img/prof-1-4.jpg") url("../img/prof-1-5.jpg")
	  url("../img/prof-2-2.jpg") url("../img/prof-2-3.jpg")
	  url("../img/prof-2-4.jpg") url("../img/prof-2-5.jpg")
	  url("../img/prof-3-2.jpg") url("../img/prof-3-3.jpg")
	  url("../img/prof-3-4.jpg") url("../img/prof-3-5.jpg");
	display: none;
  } */

  .slide-card {
  background-position: center top;
  background-repeat: no-repeat;
  /* background-size: cover; */
  position: relative;
}

.prof-dots {
  width: 17px;
  margin-left: auto;
  margin-right: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.prof-button {
  width: 38px;
  height: 38px;
  border: 0;
  outline: none;
  cursor: pointer;
  margin-bottom: 3px;
  text-align: center;
  font-size: 42px;  /* символ ◌ */
  line-height: 31px;
  background-color: var(--dot, #a1a1a1);
  color: var(--dot, #a1a1a1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.prof-button.prof-button-active { color: #ffffff !important; }


  .slick-prev {
	background: url("../img/ic_chevron_left.png");
	width: 42px;
	height: 42px;
	left: 0px;
	right: auto;
	top: 40%;
	cursor: pointer;
	color: transparent;
	border: 0px;
	outline-color: transparent;
	position: absolute;
	z-index: 1;
  }

  .slick-next {
	background: url("../img/ic_chevron_right.png");
	width: 42px;
	height: 42px;
	right: 0px;
	left: auto;
	top: 40%;
	cursor: pointer;
	color: transparent;
	border: 0px;
	outline-color: transparent;
	position: absolute;
	z-index: 1;
  }

  .slick-run-foto > .slick-prev {
	background: url("../img/ic_chevron_left.png");
	width: 42px;
	height: 42px;
	left: -55px;
	right: auto;
	top: 40%;
	cursor: pointer;
	color: transparent;
	border: 0px;
	outline-color: transparent;
	position: absolute;
	z-index: 1;
  }

  .slick-run-foto > .slick-next {
	background: url("../img/ic_chevron_right.png");
	width: 42px;
	height: 42px;
	right: -40px;
	left: auto;
	top: 40%;
	cursor: pointer;
	color: transparent;
	border: 0px;
	outline-color: transparent;
	position: absolute;
	z-index: 1;
  }

  .slick-slide {
	outline-color: transparent;
  }

  .contacts-screen {
	background: url("../img/contacts-screen-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 70px;
	padding-bottom: 60px;
	background-size: cover;
  }

  .contacts-item-form {
  }

  #map {
	height: 500px;
	position: relative;
  }
  .map-item {
	position: absolute;
	/*left: 17%;
	  top: 66px;*/
	left: 10px;
	top: 10px;
	padding-top: 35px;
	padding-left: 47px;
	padding-right: 60px;
	padding-bottom: 80px;
	background-color: #00a0dc;
	color: #ffffff;
  }

  .map-container iframe {
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
  }
  .map-container iframe.clicked {
	pointer-events: auto;
  }
  .mainform {
	-webkit-box-shadow: 1px 3px 14px -1px rgba(51, 51, 51, 0.46);
	-moz-box-shadow: 1px 3px 14px -1px rgba(51, 51, 51, 0.46);
	box-shadow: 1px 3px 14px -1px rgba(51, 51, 51, 0.46);
  }
  #toTop {
	background-image: url(../img/toTop.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 94px;
	height: 94px;
	padding: 0px;
	position: fixed;
	bottom: 185px;
	left: 10px;
	cursor: pointer;
	display: none;
	z-index: 999;
	opacity: 0.8;
  }

  .filelabel::before {
	display: inline-block;
	padding-right: 5px;
	vertical-align: top;
	content: url(../img/file.png);
  }

  .filelabel [type="file"] {
	display: none;
  }
  .upload {
	display: block !important;
  }
  .progress {
	display: none;
	position: relative;
	width: 213px;
	height: 25px;
	border: 2px solid #bababa;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
  }
  .bar {
	background-color: #009ae1;
	width: 0%;
	height: 25px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
  }
  .percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%;
	font-family: "Exo 2";
	font-size: 18px;
	line-height: 16px;
  }

  /*GALLERY*/

  .gallery_slider_section {
	padding: 40px 0 100px;
  }

  .gallery_slider_section_title h2,
  .cards_section_title h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 57px;
	text-align: center;
	margin-bottom: 50px;
  }

  .gallery_slider_wrap {
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 0px;
  }

  .gallery_slider_item {
	margin: 0 20px;
  }

  .gallery_slider_item img {
	width: 100%;
	display: block;
	height: 270px;
	object-fit: cover;
	outline: none;
  }

  .gallery_slider_item {
	outline: none;
  }

  .gallery_slider_wrap .slick-next {
	right: -32px;
	filter: grayscale(1);
  }

  .gallery_slider_wrap .slick-prev {
	left: -32px;
	filter: grayscale(1);
  }

  .cards_section {
	padding: 40px 0 60px;
  }

  .cards_section_row {
	display: flex;
	flex-wrap: wrap;
  }

  .cards_section_column {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 10px;
  }

  .cards_section_picture img {
	width: 220px;
	height: 200px;
	display: block;
	object-fit: cover;
	margin: 0 auto;
  }

  .cards_section_picture {
	margin-bottom: 20px;
  }

  .cards_section_picture_info {
	text-align: center;
	font-size: 14px;
  }

  .cards_section_picture_title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 8px;
  }

  .cards_section_under {
	font-size: 24px;
	text-align: center;
	margin-top: 40px;
  }

  .fancybox-video {
	background-color: transparent;
	max-width: 100%;
  }

  .catalog-item-gallery {
	height: 260px;
  }

  .catalog-item-gallery .swiper {
	height: 100%;
  }

  .catalog-item-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .catalog-item-gallery .swiper-button-prev::after,
  .catalog-item-gallery .swiper-button-next::after {
	color: #fff;
  }

  
.customize-support #menu { 
  top: 32px;
}

@media (max-width: 782px) {
  .customize-support #menu { 
    top: 0;
  }
}

.choise-color-btn {padding-top: 4px;}
.choise-color-btn:hover {text-decoration: none;}