body {
  font-family: "ProximaNova", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised;
  color: #2f363b;
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.hidden_review {
  display: none;
}

.btn {
  text-decoration: none;
  background-color: #ffd853;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #313131;
  font-size: 17px;
  text-align: center;
  border: none;
  border-radius: 20px;
  padding: 0 25px;
}

.btn:hover {
  background-color: #ffcc1e;
}

.menu_head {
  padding: 15px 0;
  background-color: #FFF;
}

.menu_head_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.menu_head .left_menu {
  display: flex;
  align-items: center;
}

.menu_head .left_menu .logo-box {
  display: flex;
  align-items: center;
  border-right: 1px #e8e8e8 solid;
  padding-right: 20px;
  margin-right: 20px;
  display: inline-block;
}

.menu_head .left_menu span.logo {
  display: block;
  line-height: 1;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

.menu_head .left_menu span.name {
  display: block;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #aeaeae;
}

.menu_head .left_menu .btn {
  white-space: nowrap;
}

.menu_head .menu_services {
  position: relative;
}

.menu_head .submenu_services {
  position: absolute;
  background: #ffffff;
  width: 70vw;
  max-width: 600px;
  list-style: none;
  margin: 0;
  padding: 15px 25px;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.menu_head .menu_services:hover .btn + .submenu_services {
  opacity: 1;
  visibility: visible;
}

.menu_head .submenu_services li {
  margin-bottom: 15px;
}

.menu_head .submenu_services li a {
  font-size: 16px;
  color: #494949;
  text-transform: uppercase;
  /* font-weight: 600; */
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.menu_head .submenu_services li a:hover {
  color: #ffcc1e;
}

.menu_head .right_menu {
  float: right;
  text-align: right;
}

.menu_head .right_menu span {
  display: inline-block;
  margin-right: 50px;
  font-size: 24px;
}

.header {
  min-height: 460px;
  background-image: url("../img/bg_top.jpg");
  background-position: center top;
  background-size: cover;
}

.header p {
  margin: 0;
  font-family: "PT Serif";
  font-size: 40px;
  font-weight: normal;
  margin-top: 50px;
  color: #2f363b;
}

.header p span {
  background-color: #fae5a3;
}

h1 {
  margin: 0;
  text-align: center;
  font-size: 42px;
  font-family: "PT Serif";
  font-weight: 400;
}



.button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #ffd853;
  padding: 0 30px;
  font-size: 15px;
  font-weight: bold;
  color: #2f363b;
  text-decoration: none;
  border-radius: 25px;
}

.button:hover {
  text-decoration: none;
  color: #2f363b;
  background-color: #ffcc1e;
}

.form_wrap {
  min-height: 158px;
  background-position: center top;
  background-size: cover;
  background-image: url("../img/bg_top_form.jpg");
}

.form_wrap p.zag {
  font-size: 22px;
  color: #313131;
  text-transform: uppercase;
  font-weight: 600;
}

.form_wrap form {
  margin-top: 60px;
  padding-left: 100px;
}

.form_wrap form input {
  width: 250px;
  height: 60px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px #e9e9e9 solid;
  padding: 0 10px 0 45px;
}

.form_wrap form input-placeholder {
  color: #cecece;
  text-align: center;
}

.form_wrap form input.men {
  background-image: url(../img/man_ic.jpg);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

.form_wrap form input.phone {
  background-image: url(../img/phone_ic.jpg);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

.form_wrap form submit {
  background-color: #ffd853;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #313131;
  font-size: 15px;
  text-align: center;
  width: 190px;
  border: none;
  border-radius: 20px;
}

.form_wrap form submit:hover {
  background-color: #ffcc1e;
}

.form_wrap p.min {
  font-size: 15px;
  color: #787878;
  margin: 0;
  margin-top: 20px;
  font-weight: 400;
  padding-left: 100px;
}

.review_item {
  color: #000;
  text-align: center;
}

.review_item h4 {
  font-family: "Times New Roman", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 10px;
}

.review_item p {
  display: inline-block;
  float: none;
  font-size: 15px;
  margin: 10px auto 10px;
}

.review_item span {
  display: inline-block;
  float: none;
  font-size: 15px;
  margin: 10px auto 0;
}

.review_item .img_wrap {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

.review_item .img_wrap img {
  display: inline-block;
  width: 100%;
}

.shirt {
  padding-top: 90px;
  padding-bottom: 50px;
}

.shirt .slider {
  display: none;
}

.shirt h1 {
  margin-bottom: 70px;
}

.shirt h5 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 20px;
}

.shirt p {
  font-size: 15px;
  color: #494949;
  margin: 0;
  margin-top: 30px;
}

.shirt .descr {
  margin-top: 30px;
  color: #494949;
}

.shirt .descr h6 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 15px;
}

.shirt .descr p {
  font-size: 15px;
  margin: 0;
  margin-top: 8px;
  background-image: url(../img/knopka.jpg);
  background-repeat: no-repeat;
  background-position: 0 10px;
}

.shirt .descr p span {
  margin-left: 20px;
}

.shirt .top_phone {
  text-align: center;
}

.shirt .top_phone .wrapper {
  margin-top: 15px;
  font-size: 18px;
}

.shirt .top_phone .wrapper .tab_content .gamma {
  text-align: left;
  width: 400px;
  float: left;
  margin-left: 300px;
  margin-top: 30px;
}

.shirt .top_phone .wrapper .tab_content .gamma p {
  text-align: center;
}

.shirt .top_phone .wrapper .tab_content .gamma .descr p {
  text-align: left;
}

.shirt .top_phone .wrapper .tab_item {
  width: 300px;
  float: left;
}

.shirt .top_phone .wrapper .tab_item .img_wrap {
  width: 300px;
}

.shirt .top_phone .wrapper .tab_item .img_wrap img {
  width: 100%;
  margin-top: 30px;
  margin-left: 100px;
}

.shirt .top_phone .wrapper .tabs {
  text-align: center;
}

.shirt .top_phone .wrapper .tabs .tab {
  line-height: 38px;
  float: left;
  margin: 0 50px;
  cursor: pointer;
  color: #f5c520;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.shirt .top_phone .wrapper .tabs .tab.active {
  color: #232323;
}

.shirt .top_phone .wrapper .tabs .tab.active:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  bottom: -2px;
  height: 2px;
  background: #f5c520;
}

.shirt .top_phone .wrapper .tabs .tab:hover {
  color: #232323;
}

.shirt .top_phone .wrapper .tabs .tab:hover:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  bottom: -2px;
  height: 2px;
  background: #f5c520;
}

.tab_item {
  display: none;
}

.tab_item:first-child {
  display: block;
}

.function {
  background-color: #fffdf2;
  padding-top: 50px;
  padding-bottom: 90px;
}

.function .function_wrap {
  margin-top: 50px;
}

.function .function_wrap .function_item {
  padding: 40px 20px 20px;
}

.function .function_wrap .function_item .img_function {
  margin-bottom: 30px;
}

.function .function_wrap .function_item .img_function img {
  display: block;
  margin: 0 auto;
}

.function .function_wrap .function_item .descr_function {
  text-align: center;
}

.function .function_wrap .function_item .descr_function h6 {
  font-size: 16px;
  margin: 0;
}

.function .function_wrap .function_item .descr_function p {
  font-size: 14px;
  margin-bottom: 25px;
}

.support {
  padding: 15px 0 30px;
  background-color: #fffdf2;
}

.support .img_wrap {
  float: right;
  min-height: 516px;
  background-image: url(../img/mac_book.png);
  background-repeat: no-repeat;
  width: 557px;
}

.support .descr {
  float: left;
  width: 60%;
}

.support .descr h2 {
  font-size: 38px;
  font-weight: normal;
  font-family: "PT Serif";
}

.support .descr p {
  font-size: 18px;
  color: #494949;
}

.support form {
  margin-top: 60px;
}

.support form input {
  width: 220px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px #e9e9e9 solid;
  padding: 0 10px 0 45px;
}

.support form input.men {
  background-image: url(../img/man_ic.jpg);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

.support form input.phone {
  background-image: url(../img/phone_ic.jpg);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

.support form button {
  margin-top: 20px;
  background-color: #ffd853;
  height: 40px;
  line-height: 40px;
  color: #313131;
  font-size: 15px;
  text-align: center;
  padding: 0 30px;
  border: none;
  font-weight: 700;
  border-radius: 20px;
}

.support form button:hover {
  background-color: #ffcc1e;
}

.poduction {
  padding: 60px 0 60px;
}

.poduction .img_item {
  margin-left: -30px;
  margin-top: 60px;
}

.poduction .img_item .img_big {
  margin-right: 0;
}

.poduction .img_item .img_big img {
  width: 775px;
}

.poduction .img_item .img_wrap {
  margin-bottom: 20px;
}

.security {
  padding: 15px 0 60px;
}

.security h1 {
  margin-bottom: 20px;
}

.security .security_wrap {
  margin-top: 30px;
}

.security .security_wrap .descr_security {
  padding: 10px 20px;
}

.security .security_wrap .descr_security h6 {
  margin: 0;
  font-size: 18px;
  color: #232323;
}

.security .security_wrap .descr_security p {
  font-size: 15px;
  color: #6d6d6d;
}

.bloknot {
  min-height: 700px;
  padding-top: 70px;
  background-image: url("../img/bg_bloknot.jpg");
  background-position: center top;
  background-size: cover;
}

.bloknot h2 {
  font-size: 38px;
  font-weight: normal;
  font-family: "PT Serif";
  line-height: 43px;
}

.bloknot .descr {
  float: left;
}

.bloknot .descr p {
  font-size: 18px;
  color: #494949;
}

.bloknot .img_wrap {
  float: right;
  margin-right: -40px;
  margin-top: 20px;
}

.bloknot .img_pen {
  margin-top: 30px;
  margin-left: 30px;
}

.bloknot form {
  margin-top: 60px;
}

.bloknot form input {
  width: 220px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px #e9e9e9 solid;
  padding: 0 10px 0 45px;
}

.bloknot form input.men {
  background-image: url(../img/man_ic.jpg);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

.bloknot form input.phone {
  background-image: url(../img/phone_ic.jpg);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

.bloknot form button {
  margin-top: 20px;
  background-color: #ffd853;
  height: 40px;
  line-height: 40px;
  color: #313131;
  font-size: 15px;
  text-align: center;
  padding: 0 30px;
  border: none;
  font-weight: 700;
  border-radius: 20px;
}

.bloknot form button:hover {
  background-color: #ffcc1e;
}

.work {
  padding: 60px 0 80px;
}

.work .work_wrap {
  margin-top: 20px;
}

.work .img_work {
  height: 130px;
  width: 260px;
}

.work .img_work img {
  width: 100%;
}

.review {
  background-color: #fffdf2;
  padding: 50px 0;
}

.review .review_wrap {
  margin-top: 40px;
}

.review .review_wrap .img_review {
  margin-bottom: 20px;
}

.review .button_wrap {
  margin-top: 40px;
  text-align: center;
}

.review .button_wrap .button_review {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px #f1efe6 solid;
  height: 42px;
  line-height: 42px;
  width: 205px;
  color: #5b5b5b;
  font-size: 15px;
  font-weight: 700;
}

.review .button_wrap .button_review:hover {
  text-decoration: none;
  background-color: #fef5c6;
}

.hidden_review {
  margin-top: 60px;
}

.hidden_review .wrap_item {
  padding-left: 220px;
}

.print_other {
  padding: 50px 0 70px;
}

.print_other p {
  text-align: center;
  color: #494949;
  font-size: 18px;
}

.print_other .print_wrap {
  margin-top: 30px;
}

.print_other .print_wrap .print_descr {
  text-align: center;
}

.print_other .print_wrap .print_descr p {
  font-size: 18px;
  font-weight: 600;
  color: #2f363b;
}

.clients {
  padding: 60px 0 140px;
}

.clients .img_wrap {
  text-align: center;
  margin: 0 auto;
}

.clients .img_wrap img {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}

.contacts {
  padding-bottom: 30px;
  background-color: #fffdf2;
}

.contacts .descr {
  margin-top: 40px;
  text-align: left;
  padding-left: 10px;
}

.contacts .descr h1 {
  text-align: left;
}

.contacts .descr p {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
}

.contacts .descr p.phone {
  color: #494949;
  font-size: 25px;
  background-image: url(../img/mobile_ic.jpg);
  background-repeat: no-repeat;
  background-position: 0 20px;
}

.contacts .descr p.phone span {
  margin-left: 30px;
}

.contacts .descr p.phone span strong {
  font-size: 36px;
}

.contacts .descr .btn_phone {
  margin-top: 20px;
  display: inline-block;
  width: 155px;
  height: 35px;
  line-height: 35px;
  margin-left: 35px;
  color: #2f363b;
  font-size: 15px;
  text-align: center;
  background-color: #ffd853;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
}

.contacts .descr .btn_phone:hover {
  background-color: #ffce25;
}

.contacts .descr p.message {
  font-size: 16px;
  color: #f5c520;
  background-image: url(../img/mess_ic.jpg);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.contacts .descr p.message span {
  margin-left: 30px;
}

.contacts .descr p.marker {
  font-size: 16px;
  background-image: url(../img/marker_ic.jpg);
  background-repeat: no-repeat;
  background-position: 3px 5px;
}

.contacts .descr p.marker span {
  margin-left: 30px;
}

.contacts .descr p.hour {
  margin-top: 10px;
}

.contacts .descr p.hour span {
  margin-left: 30px;
}

.tab_item {
  display: none;
}

.tab_item:first-child {
  display: block;
}

.s_contacts {
  padding-bottom: 0;
  height: 475px;
  text-align: center;
}

.s_contacts .wrapper {
  font-size: 18px;
  height: 475px;
}

.s_contacts .s_contacts_top .tabs {
  position: absolute;
  top: 50px;
  z-index: 101;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  margin-left: 25px;
}

.s_contacts .s_contacts_top .tabs .tab {
  line-height: 35px;
  float: left;
  cursor: pointer;
}

.s_contacts .s_contacts_top .tabs .tab.active {
  background-color: #fff;
  color: #ffd853;
}

.button_tab {
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  background-color: #ffd853;
  color: #2f363b;
  font-weight: 600;
  border-radius: 3px;
  font-size: 15px;
}

.map {
  position: relative;
  background-color: #e1d6b0;
  height: 475px;
  width: 100%;
}

.map img {
  width: 100%;
  height: 475px;
}

footer {
  line-height: 90px;
  background-color: #464646;
  color: #fff;
}

footer span.logo {
  border-right: 1px #e8e8e8 solid;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}

footer span.name {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  font-size: 15px;
  color: #dadada;
  padding-left: 30px;
}

footer p {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

footer p.right {
  float: right;
  text-align: right;
  font-weight: normal;
}

footer p.right strong {
  font-weight: 600;
}

#hidden_form {
  position: relative;
  width: 300px;
  padding: 20px;
  background-color: #FFF;
  margin: 0 auto;
  text-align: center;
}

#hidden_form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px #e9e9e9 solid;
  padding: 0 10px 0 45px;
  margin-bottom: 20px;
}

#hidden_form input-placeholder {
  color: #cecece;
  text-align: center;
}

#hidden_form input.men {
  background-image: url(../img/man_ic.jpg);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

#hidden_form input.phone {
  background-image: url(../img/phone_ic.jpg);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

#hidden_form .btn_form {
  background-color: #ffd853;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #313131;
  font-size: 15px;
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 20px;
}

#hidden_form .btn_form:hover {
  background-color: #ffcc1e;
}

#hidden_form .mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
}
.sub {
  background-color: #ffd853;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #313131;
  font-size: 17px;
  text-align: center;
  width: 190px;
  border: none;
  border-radius: 20px;
  padding: 0 !important;
}

.sub:hover {
  background-color: #ffcc1e;
}

.win-loading {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	display:none;
	z-index:100;
	color:#fff;
	text-align:center;
	font:40px/40px "ProximaNova", sans-serif;
	padding-top:300px;
}