@charset "windows-1251";
html {
	min-height: 100%;
    position: relative;
}
body {
	font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background: #ffffff;
	width: 100%;
	height: 100%;
	color: #333333;
}
@media (min-width: 1200px) {
    .container{
        width: 1200px;
    }
}

img {
	border: none;
}
a {
	color: #22a101;
	text-decoration: underline;
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
a:hover {
	text-decoration: underline;
	color: #bc035e;
}
a:focus {
	outline: none;
}

h1, .h1 {
	font-size: 40px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
h2, .h2 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: 600;
}
h3 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: 600;
}
h4 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 15px;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;

}
ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-left: 0;
}
ol {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-left: 27px;
}
ul li {
	padding: 5px 0px;
}
ol li {
	padding: 5px 0px;
}

li p {
	padding: 0px 0px;
	margin: 0;
}


hr { 
	color: #ededed;
	background-color:#ededed; 
	border:0px none; 
	height:1px; 
	clear:both;
	margin: 15px 0px;
}

table.tabl {
	border: 1px solid #FFFFFF;
	text-align: center;
	border-collapse: collapse;
  }
  table.tabl td, table.tabl th {
	border: 1px solid #FFFFFF;
	padding: 3px 30px;
  }
  table.tabl tbody td {
	font-size: 15px;
	padding: 3px 30px;
  }
  table.tabl tr:nth-child(even) {
	background: #efffe0;
  }
  table.tabl thead, table.tabl tr.capp td {
	background: #1a9200;
	border-bottom: 2px solid #FFFFFF;
  }
  table.tabl thead th, table.tabl tr.capp td {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-left: 2px solid #FFFFFF;
  }
  table.tabl thead th:first-child {
	border-left: none;
  }
  
  table.tabl tfoot {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background: #efffe0;
	border-top: 3px solid #1a9200;
  }
  table.tabl tfoot td {
	font-size: 14px;
  }

/******** header ************/


header.header1 {
	height: 138px;
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	z-index: 1000;
	transition: all 0.1s ease 0s;
}


.header-logo {
	padding-top: 10px;
	transition: all 0.3s ease 0s;
	text-align: center;
}

.header-logo1 {
/*	padding-right: 0px;*/
}

.header-title {
	font-size: 19px;
	font-weight: 700;
	line-height: 20px;
	font-style: italic;
	color: #999999;
	padding-top: 25px;
	padding-left: 5px;
	transition: all 0.3s ease 0s;
}

.header-phone {
	padding-top: 9px;
	float: right;
	padding-left: 33px;
	background: url(../img/icontop.png) no-repeat 0px -141px;
	transition: all 0.3s ease 0s;
}
.header-phone a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	color: #333333;
}
.header-phone a span {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}

.header-phone1 {
	padding-top: 27px;
	line-height: 20px;
	font-size: 18px;
	float: left;
	padding-left: 33px;
	background: url(../img/icontop.png) no-repeat 0px -141px;
	transition: all 0.3s ease 0s;
}
.header-phone1-top {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.phones-st {
	display: inline-block;
	text-align: left;
	width: 215px;
}
.header-phone1 a {
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	color: #333333;
}
.header-phone1 a span {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}


.header-phone2 {
	padding-top: 20px;
	float: right;
	padding-left: 33px;
	background: url(../img/icontop.png) no-repeat 0px -141px;
	transition: all 0.3s ease 0s;
}
.header-phone2 a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.3s ease 0s;
	color: #333333;
	line-height: 25px;
}
.header-phone2 a span {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}

.header-inst-email {
	padding-top: 15px;
	float: right;
	padding-left: 20px;
	transition: all 0.3s ease 0s;
}
.myvinst {
	font-size: 14px;
	font-weight: normal;
	display: block;
	line-height: 16px;
	text-align: right;
	margin-bottom: 3px;
	transition: all 0.3s ease 0s;
}
.header-inst {
	display: block;
	padding: 2px 0px 3px 26px;
	background: url(../img/icontop.png) no-repeat 0px 1px;
	font-size: 16px;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
.header-email {
	padding: 4px 0px 2px 30px;
	background: url(../img/icontop.png) no-repeat 0px -86px;
	font-size: 14px;
	transition: all 0.3s ease 0s;
}


/*************** ���� ******************/

.menu {
	height: 50px;
	margin-top: 8px;
	background: #22a101; /* Old browsers */
	background: -moz-linear-gradient(top, #22a101 0%, #46bb00 50%, #1b9600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #22a101 0%, #46bb00 50%,#1b9600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22a101 0%, #46bb00 50%,#1b9600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a101', endColorstr='#46bb00',GradientType=0 ); /* IE6-9 */
	transition: all 0.3s ease 0s;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
	padding-top: 0px;
}
.sf-menu {
	margin: 0;
	display: table;
}
.sf-menu li {
	/*background: url(../img/header-sprite.png) no-repeat left 18px;*/
	background: none;
	margin: 0;
	border-right: 1px solid #059655;
	transition: none;
	padding-left: 0px;
	float: none;
}
.sf-menu li:first-child {
	background: none;
	padding-left: 0px;
		border-left: 1px solid #059655;
}
.sf-menu a {
    border: none;
	height: 50px;
	line-height: 50px;
    padding: 0px 18px;
    margin: 0px 0px;
    text-decoration: none;
    zoom: 1;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
}

.sf-sub-indicator {
    display: none;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	/*background: url(../img/header-sprite.png) no-repeat left 18px;*/
	background: none;
	
}
.sf-menu li:first-child:hover,
.sf-menu li:first-child.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	background: none;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a {
	color: #ffffff;
	background: #037d00; /* Old browsers */
}
.sf-menu a:hover {
    color: #ffffff;
	text-decoration: none;
}

.sf-menu a.calca {
	display: block;
	padding: 0;
	border-left: 1px solid #059655;
}
.sf-menu a span.calcas {
	display: block;
	padding: 0px 20px 0px 44px;
    background: url(../img/header-sprite.png) no-repeat 37px -65px;
}



/************ ��������� ���� *********/

.header-fixed {
    background: #22a101;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
    height: 46px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.fixed-logo {
	height: 30px;
	margin: 8px 0px 0px 10px;
	float: left;
	
}
.fixed-phone {
	color: #ffffff;
	margin: 12px 0px 0px 10px;
	float: left;
	font-size: 16px;
}
.fixed-phone a {
	color: #ffffff;
	text-decoration: none;
}
.pm-header-mobile-btn-container {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	color: #ffffff;
}
.pm-mobile-menu-overlay {
	background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 244px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999998;
}

.menu-opened .pm-mobile-menu-overlay {
    display: block;
}

.pm-mobile-global-menu {
	max-width:244px;
	min-width:244px;
	height:100%;
	background-color:#22a101;
	position:fixed;
	left:-244px;
	top:0;
	color: #ffffff;
	z-index:100000;
	font-size: 26px;
	transition:0.5s ease;
	-moz-transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-o-transition:0.5s ease;
	overflow-y: auto;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 7px 10px 9px 10px;
    margin-top: 3px;
    margin-right: 7px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	font-size: 17px;
}
.menu-opened .pm-mobile-global-menu {
   left:0px;
}

.pm-mobile-global-menu-logo {
    margin-bottom: 15px;
    padding: 15px 20px 0;
}

.pm-mobile-global-menu-phones {
	margin-top: 9px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	color: #ffffff;
	float: left;
}
.pm-mobile-global-menu-phones a {
	text-decoration: none;
	color: #ffffff;
}
.pm-mobile-global-menu-phones a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.menu-opened .pm-mobile-nav-container {
	display:none;
	visibility:hidden;	
}

.pm-mobile-global-menu-btns {
	list-style:none;
	padding:0;
	margin:0;
}

.pm-mobile-global-menu-btns li {
	margin-bottom:10px;
	padding-bottom:10px;
}

.pm-mobile-global-menu-btns li a {
	font-size:20px;
	color:white;
	font-weight:100;
	padding:0px 10px 0 30px;
	display:block;
}


.mob-top {
	font-size:16px;
	color:white;
	padding: 14px 10px 0 21px;
	display: block;
	text-decoration: none;
}


.reset-pulse-sizing,
.reset-pulse-sizing *,
.reset-pulse-sizing *:before,
.reset-pulse-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align:top;
}

/*************** ������� ****************/

.topba {
	height: 520px;
	background: url(../img/top_new.jpg) no-repeat center -25px;
	transition: all 0.3s ease 0s;
    margin-top: 138px;
}

.main-banner {
	background: rgba(255, 255, 255, 0.85);
	padding: 20px 40px;
	font-size: 20px;
	color: #333333;
	margin-top: 31px;
}
.main-banner b {
	font-weight: 700;
	color: #2ea600;
}

.order-top-form {
	background: #ffffff url(../img/top-form-bg.png) no-repeat left top;
	margin-top: 30px;
	padding: 32px 40px 35px 40px;
	border-top: 8px solid #2ea600;
}
.order-top-form-cap {
	font-size: 20px;
	color: #2ea600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}
.order-top-form-cap span {
	display: inline-block;
}
.order-top-form-cap span.bold {
	font-size: 40px;
line-height: 43px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}
.order-top-form .input-prepend {
	margin-top: 20px;
}
.order-top-form .input-prepend1 {
	margin-top: 12px;
}
.order-top-form .input-prepend1 input {
	height: 16px;
	width: 16px;
	line-height: 16px;
	padding: 0px 20px;
	font-size: 16px;
	border: 1px solid #cccccc;
}
.order-top-form .input-prepend input {
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	font-size: 18px;
	font-style: italic;
	border: 1px solid #cccccc;
	border-radius: 6px;
}
.order-top-form .input-prepend select {
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	font-size: 18px;
	font-style: italic;
	border: 1px solid #cccccc;
	border-radius: 6px;
}
.btn-top-form {
	border: none;
	border-radius: 8px;
	height: 60px;
	line-height: 60px;
	padding: 0px 50px;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	border: none;
	background: #22a101; /* Old browsers */
	background: -moz-linear-gradient(top, #22a101 0%, #46bb00 50%, #1b9600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #22a101 0%, #46bb00 50%,#1b9600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22a101 0%, #46bb00 50%,#1b9600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a101', endColorstr='#46bb00',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	cursor: pointer;
}
.btn-top-form:hover {
	color: #ffffff;
	background: #209403; /* Old browsers */
	background: -moz-linear-gradient(top, #209403 0%, #42af02 50%, #198501 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #209403 0%, #42af02 50%,#198501 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #209403 0%, #42af02 50%,#198501 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209403', endColorstr='#42af02',GradientType=0 ); /* IE6-9 */
}
.order-top-form .btn-top-form {
	padding: 0px 20px;
	width: 100%;
	margin-top: 30px;
}
.labf {
	font-size: 14px;
	font-weight: normal;
	display: inline;
	line-height: 15px;
}


.cap-one {
	font-size: 40px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.cap-one span {
	font-size: 40px;
	color: #666666;
	font-weight: normal;
}
.chp-pic {
	border: 10px solid #f0f0f0;
	border-radius: 50%;
	text-align: center;
}
.chp-pic img {
	border-radius: 50%;
}
.chp-pic1 {
	border: 10px solid #f0f0f0;
	text-align: center;
}
.chp-pic1 img {

}
.chp-text {
	font-size: 17px;
	margin-top: 15px;
	text-align: center;
}
.btn-center {
	text-align: center;
}

/********** ������ ******************/
#slidebox {
	width: 270px;
	height:350px;
	padding:0px;
	position:fixed;
	top:190px;
	left:-290px;
	z-index:1000;
	box-shadow:-3px 3px 15px #797979; 
	-moz-box-shadow:-3px 3px 15px #797979; 
	-webkit-box-shadow:-3px 3px 15px #797979; 
	-o-box-shadow:-3px 3px 15px #797979;
}
.aktciya-pled {
	background-color: #ffffff;
	background-position: center top;
	background-repeat: no-repeat;
}
#slidebox .modal-close {
    right: 3px;
    top: 3px;
}
#slidebox a {
	width: 270px;
	height:350px;
	display: block;
}

/********** calc *******************/
.calcb {
	background: url(../img/calc-fon.jpg) no-repeat center top;
}	
.calc-input-prepend {
	font-size: 18px;
	margin: 0px 0px 18px 0px;
}	
.calc-input-prepend.checks {
	font-size: 16px;
}	
.calc-input-prepend p {
	margin: 0px 0px 7px 0px;
}
.input-calc {
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	font-size: 18px;
	border-radius: 6px;
	width: 190px;
	border: 1px solid #cccccc;
	margin-right: 5px;
	font-weight: bold;
} 

.inpmal-calc {
    width: 50px;
    padding: 0px 10px;
    font-size: 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.input-calc:focus, .inpmal-calc:focus {
	outline: none;
} 
.radio-calc {
	font-size: 18px;
	width: 22px;
	height: 22px;
	color: #22a101;
	vertical-align: middle;
	line-height: 25px;
} 
.radio-label {
	font-weight: normal;
	line-height: 22px;
	height: 22px;
	padding-top: 3px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}
.radio-label.radio-calc1 {
	margin-right: 30px;
} 
.check-calc {
	font-size: 16px;
	width: 18px;
	height: 18px;
	color: #22a101;
	vertical-align: middle;
	line-height: 18px;
} 
.check-calc2 {
	vertical-align: top;
}
.check-label {
	font-weight: normal;
	line-height: 18px;
	padding-top: 3px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	max-width: 91%;
}
.btn-calc {
    border-radius: 8px;
    height: 39px;
    line-height: 40px;
    padding: 0px 30px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border: none;
    margin-top: 10px;
    background: #22a101; /* Old browsers */
	background: -moz-linear-gradient(top, #22a101 0%, #46bb00 50%, #1b9600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #22a101 0%, #46bb00 50%,#1b9600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22a101 0%, #46bb00 50%,#1b9600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a101', endColorstr='#46bb00',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    cursor: pointer;
}
.btn-calc:hover {
	color: #ffffff;
	background: #22a101; /* Old browsers */
	background: -moz-linear-gradient(top, #22a101 0%, #46bb00 50%, #1b9600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #22a101 0%, #46bb00 50%,#1b9600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22a101 0%, #46bb00 50%,#1b9600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a101', endColorstr='#46bb00',GradientType=0 ); /* IE6-9 */
}

.itog {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
}
.itog span {
	font-weight: bold;
	font-size: 28px;

}
.zv {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #999999;
}

/******** ������-���� **********/
.price-bg {
	background: #fbfbfb; /* ����� */
}
table.price  {
    width: 100%; /* ������ ������� */
    border-collapse: collapse; /* ������� ������� ����� */
   }
   table.price thead {
    background: #22a101; /* Old browsers */
	background: -moz-linear-gradient(top, #22a101 0%, #46bb00 50%, #1b9600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #22a101 0%, #46bb00 50%,#1b9600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22a101 0%, #46bb00 50%,#1b9600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a101', endColorstr='#46bb00',GradientType=0 ); /* IE6-9 */
	transition: all 0.3s ease 0s;
	color: #ffffff;
   }
   table.price th {
	padding: 10px 5px;
	text-align: center;
   }
   table.price td {
    padding: 5px; 
   }
   table.price td p, table.price th p {
	padding: 0px;
	margin: 0px;
   }
  
   table.price tbody tr:nth-child(even) {
    background: #f0f0f0; /* ����� */
   }
   table.price tbody tr.cap {
	background: #e0e0e0; /* ����� */
	font-weight: 700;
	text-align: center;
	
   }
   table.price tbody tr:hover {
    background: #e0e0e0; /* ����� */
   }
   .red {
	font-weight: 700;
	color: #ff0000;
   }



/*****************/

.etapy {
	background: url(../img/etapy-rabot-fon.jpg) repeat center top;
}
.etapy-pic {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

/********* �� ����� ***********/

.do-posle-wrap {
	padding: 10px;
	border: 1px solid #22a101;
	text-align: center;
}
.do-posle {
	position: relative;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #22a101;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0px;
  width: 80px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  border-right: 4px solid #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 90px;
  width: 90px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -47px;
  margin-top: -45px;
  background: url("../img/dopoarr2.png") no-repeat center center;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
/******************************/

.otzyvy {
	background-color: #fafafa;
}
.slide {
	padding: 0px 150px;
	margin-top: 30px;
	position: relative;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 70px;
    width: 50px;
    font-size: 30px;
    color: #22a101;
    text-align: center;
	text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=70);
    opacity: .7;
}
.carousel-control:hover, .carousel-control:focus {
    color: #22a101;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control.right {
    right: 70px;
    left: auto;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 120px;
		margin-top: -60px;
		font-size: 100px;
	}
}
.carousel-control.left,.carousel-control.right {background-image:none;}


.otz-pic-wrap {
	margin-left: 30px;
	float: left;
}
.otz-pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 6px solid #22a101;
}
.otz-name {
	padding-top: 70px;
	padding-left: 160px;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
.otz-name span {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}
.otz-text {
	background: #ededed url(../img/otz.png) no-repeat left top;
	padding: 50px 25px 20px 25px;
	margin-top: 15px;
	font-style: italic;
}

.otz-inst {
	background: #ededed;
	padding: 25px;
	position: relative;
	text-align: center;
}
.otz-inst-icon {
	background: #ffffff url(../img/instaicon.png) no-repeat center center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 10px;
}



#accordion {
	border-top: 1px solid #f1f1f1;
	padding-top: 9px;
}
.card {
	margin-bottom: 9px;
	padding-bottom: 6px;
	border-bottom: 1px solid #f1f1f1;
}
.card-header a {
	background: url(../img/qmark.png) no-repeat left top;
	padding: 6px 0px 6px 50px;
	font-size: 18px;
	display: block;
}
/*.card-header a.collapsed {
	background: url(../img/questionmark2.png) no-repeat -1980px 6px;
	padding: 8px 0px 10px 50px;
	font-size: 18px;
	display: block;
}*/
.card-header a:focus {
	color: #22a101;
	text-decoration: none;
}
.card-body {
	padding: 10px 0px 10px 73px;
	background: url(../img/okmark.png) no-repeat 50px 14px;
	font-size: 14px;
	color: #333333;
}

/************ compare ***********/

.compare {
	width: 100%;
	overflow: x-scroll;
}
.compare-table {
	width: 100%;
}
.compare-table td {
	width: 25%;
}
.th-chistka {
	background: url(../img/compare-sprite2.png) no-repeat center -200px;
	padding:104px 10px 20px 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}
.th-moyka {
	background: url(../img/compare-sprite2.png) no-repeat center -413px;
	padding: 104px 10px 20px 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}
.th-lotos {
	background: #2ca63c url(../img/compare-sprite2.png) no-repeat center 20px;
	padding: 104px 10px 20px 10px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 24px;
}
.compare-table tr td {
	font-size: 16px;
	padding: 12px 15px 12px 55px;
	border-bottom: 1px solid #f1f1f1;
	background: url(../img/danet2.png) no-repeat -1160px center;
}
.compare-table tr td:first-child {
	color: #22a101;
	font-size: 18px;
	font-weight: bold;
	background: none;
	padding: 12px 15px 12px 15px;
}
.compare-table tr td.zel {
	color: #ffffff;
	font-size: 18px;
	border-bottom: 1px solid #66bf16;
	background: #2ca63c  url(../img/danet2.png) no-repeat 15px center;
}
.compare-table tbody tr:first-child {
	border-top: 1px solid #f1f1f1;
}
.compare-table tbody tr:first-child td.zel {
	border-top: 1px solid #66bf16;
}
.compare-table tr td.zelda {
	background: url(../img/danet2.png) no-repeat -2354px center;
}
/******************/

.cifry {
	min-height: 360px;
	background: url(../img/cifry-fon.jpg) no-repeat center top;
	background-size: auto 100%;
	padding: 60px 0px 30px 0px;
}
.cifry img {
	margin-bottom: 30px;
}

.cap-skid {
	font-size: 65px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.cap-skid span {
	color: #22a101;
}
.cap-skid-pod {
	font-size: 40px;
	text-align: center;	
	text-transform: uppercase;
	margin-bottom: 40px;
}

.box-modal-bottom {
	margin: 20px 0px 20px 170px;
}

.input-medium1 {
	height: 60px;
	line-height: 60px;
	padding: 0px 20px;
	font-size: 20px;
	font-style: italic;
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin-right: 10px;
}
.select-medium1 {
	height: 60px;
	line-height: 60px;
	padding: 0px 20px;
	font-size: 20px;
	font-style: italic;
	border: 1px solid #cccccc;
	border-radius: 6px;
	background-color: #ffffff;
	margin-right: 10px;
}
.soglasieb {
	text-align: left;
	font-size: 12px;
	color: #999999;
	margin-top: 20px;
}
.bottt {
	padding: 0px 38px;
}

.mapcont {
	border-top: 1px solid #22a101;
	height: 701px;
	position: relative;
}

.map {
	height: 100%;
	min-height: 700px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;

}

.contact-block {
	background-color: #ffffff;
    border-top: 6px solid #22a101;
    text-align: center;
    padding: 0px 28px 24px 28px;
    margin-top: 10px;
}
.contact-block-pic {
	text-align: center;
}
.contact-block-pic img {
	width: 100px;
}
.contact-block-cap {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contact-block-desc {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.contact-block-desc span {
	font-size: 16px;
}

.footer-phone.header-phone2  {
	float: none;
	padding-top: 5px;	
	margin: 0px auto;
	width: 180px;
	background-position: 0px -153px;
}


.footer-phone-top {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f1f1f1;
}
.footer-phone-bot {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}
.footer-phone-top span, .footer-phone-bot span {
	font-size: 15px;
	font-weight: normal;
	color: #999999;
}
.footer-phone-top a, .footer-phone-bot a {
	color: #333333;
	text-decoration:  none;
}
.footer-phone-top span.phones-st-b, .footer-phone-bot span.phones-st-b {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
}


.header-phoneb {
	padding-top: 0px;
	float: none;
	background: url(../img/icontop.png) no-repeat 0px -150px;
}
.header-phoneb a {
    font-size: 20px;
}
.header-phoneb a span {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}
#back-top {
    bottom: 0px;
    font-size: 14px;
    position: fixed;
    right: -120px;
    text-align: center;
    z-index: 999;
    margin: 0 0px 10px 10px;
    padding: 10px 20px 10px 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
    background: #22a101; /* Old browsers */
	background: -moz-linear-gradient(top, #22a101 0%, #46bb00 50%, #1b9600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #22a101 0%, #46bb00 50%,#1b9600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22a101 0%, #46bb00 50%,#1b9600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a101', endColorstr='#46bb00',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
    border-radius: 4px 0 0 4px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
	cursor: pointer;
}
#back-top:hover {
    background: #1d9100; /* Old browsers */
	background: -moz-linear-gradient(top, #1d9100 0%, #3ea701 50%, #177c00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1d9100 0%, #3ea701 50%,#177c00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1d9100 0%, #3ea701 50%,#177c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d9100', endColorstr='#46bb00',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}


.margle {
	margin-left: 145px;
}

/************** other ********************/


/* 4. Helper Classes  */
.pm-containerPadding20 {
	padding:20px 20px;	
}

.pm-containerPadding30 {
	padding:30px 20px;	
}

.pm-containerPadding40 {
	padding:40px 20px;	
}

.pm-containerPadding60 {
	padding:60px 20px;	
}

.pm-containerPadding80 {
	padding:80px 20px;	
}

.pm-containerPadding100 {
	padding:100px 20px;	
}

.pm-containerPadding120 {
	padding:120px 20px;	
}


.pm-containerPadding-top-20 {
	padding-top:20px;	
}

.pm-containerPadding-top-30 {
	padding-top:30px;	
}

.pm-containerPadding-top-40 {
	padding-top:40px;	
}

.pm-containerPadding-top-50 {
	padding-top:50px;	
}

.pm-containerPadding-top-60 {
	padding-top:60px;	
}

.pm-containerPadding-top-70 {
	padding-top:70px;	
}

.pm-containerPadding-top-80 {
	padding-top:80px;	
}

.pm-containerPadding-top-90 {
	padding-top:90px;	
}

.pm-containerPadding-top-100 {
	padding-top:100px;	
}

.pm-containerPadding-top-120 {
	padding-top:120px;	
}

.pm-containerPadding-top-140 {
	padding-top:140px;	
}
.pm-containerPadding-top-170 {
	padding-top:170px;	
}
.pm-containerPadding-top-200 {
	padding-top:200px;	
}

.pm-containerPadding-bottom-20 {
	padding-bottom:20px;	
}

.pm-containerPadding-bottom-30 {
	padding-bottom:30px;	
}

.pm-containerPadding-bottom-40 {
	padding-bottom:40px;	
}

.pm-containerPadding-bottom-50 {
	padding-bottom:50px;	
}

.pm-containerPadding-bottom-60 {
	padding-bottom:60px;	
}

.pm-containerPadding-bottom-70 {
	padding-bottom:70px;	
}

.pm-containerPadding-bottom-80 {
	padding-bottom:80px;	
}

.pm-containerPadding-bottom-90 {
	padding-bottom:90px;	
}

.pm-containerPadding-bottom-100 {
	padding-bottom:100px;	
}

.pm-containerPadding-bottom-120 {
	padding-bottom:120px;	
}

.pm-primary {
	color:#ef5438 !important;
}

.pm-secondary {
	color:#000000 !important;
}

.pm-no-margin {
	margin:0px !important;	
}

.pm-no-margin-top {
	margin-top:0px !important;	
}

.pm-no-margin-bottom {
	margin-bottom:0px !important;	
}

.pm-no-padding {
	padding:0px !important;	
}

.pm-column-spacing {
	padding-bottom:30px;
}	

.pm-center {
	text-align:center;	
}

.pm-inline {
	display:inline;	
}

.pm-right-align {
	text-align:right;	
}

.pm-left-align {
	text-align:left;	
}

.pm-divider {
	height:1px;
	background-color:#d9d9d9;
	width:100%;
	margin:10px 0;	
}

.pm-clear-element {
	clear:both;	
}

.columnContainer .row [class*="col-"] {
	padding-bottom:30px;	
}


.text-error {
padding: 5px 10px;
background-color: #ffeee1;
border: 1px solid #c2020d;
margin: 3px 0px;
}
.text-success {
padding: 5px 10px;
background-color: #fafae8;
border: 1px solid #006600;
margin: 3px 0px;
}

img {
    max-height: 100%;
    max-width: 100%;
}

/********************* footer ********************/
.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  background: #22a101; /* Old browsers */
	background: -moz-linear-gradient(top, #22a101 0%, #46bb00 50%, #1b9600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #22a101 0%, #46bb00 50%,#1b9600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22a101 0%, #46bb00 50%,#1b9600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a101', endColorstr='#46bb00',GradientType=0 ); /* IE6-9 */
  padding: 30px 0px;
  text-align: center;
}

.footer-cap {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 20px;
}

.pm-footer-copyright-col {
	color: #ffffff;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/******** ����������� **********/
#Kalykulyator {
	padding: 0px 15px;
}
#cc_cost {
    background: #FFF;
}
#ccc_row {}
#ccc_row>img {
    width: 100%;
}
#cccr_sales {
    padding: 0;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.vc-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cc_crm {
    display: none;
    padding: 15px 0 15px 0;
}
.btn-col {
	padding: 14px 0 0px 0;
}
.btn-col .btn-calc {
	width: 100%;
}
#cc_crm h3 {
    margin: 30px 0 15px 0;
}
#ccc_full,
#ccc_main {
    margin: 0;
}
#ccc_full {
    display: none;
    padding-bottom: 30px;
}
#ccc_main button,
#ccc_main a {
    margin: 24px 0 0 0;
}
#ccc_main button {
    padding: 8px 12px;
    border-radius: 2px;
    background: #d91111;
    border: none;
    color: #FFF;
    display: block;
}
#cc_crm div.callback_result {
    padding-bottom: 15px;
}
#cc_crm div.callback_result ul {
    list-style-type: circle;
    margin: 0 0 0 20px;
    font-weight: bold;
}
#cc_crm div.callback_success {
    padding-bottom: 30px;
    color: #49b44e;
    font-weight: bold;
}
#cc_crm div#date_take_time span {
    line-height: 74px;
}
.sc-him {
	padding-top: 10px;
}
@media (max-width: 768px) {
    #ccf_erp {
        display: none;
    }
    div.append_service table tr td {
        display: block;
    }
    div.append_service table tr td:first-child {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #ccf_erp {
        display: none;
    }
}
.whatsapp-button {
	color: #ffffff;
	background-color: #2ca63c;
	height: 39px;
	line-height: 26px;
	text-decoration: none;
	border-color: #2ca63c;
}
.whatsapp-button:hover {
	color: #ffffff;
	background-color: #228f31;
	text-decoration: none;
}
#phone_nm {
	height: 39px;
	line-height: 39px;
}

#service_calculator {
    padding: 15px 15px 0 15px;
}
#sc_cost {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}
.ppprice {
	color: #d91111;
}
#sc_cost span {
    font-size: 18px;
}
#sc_cost .sc_small {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
}
#sc_cost .sc_sale {
    color: #d91111;
}
#sc_cost .sc_podarok {
    color: #d91111;
    font-size: 20px;
    line-height: 22px;
    padding: 15px 15px 0 15px;
}
#sc_cost .sc_wash {
    line-height: 20px;
    padding: 15px;
}
#sc_cost .scw_cost {
    padding: 11px 15px 0 15px;
    line-height: 30px;
}
#sc_data {
    padding: 16px 0 0px 30px;
}
#sc_delivery {
    padding: 15px;
}
#scd_about {
    color: #2ca63c;
    padding: 0 15px 30px 15px;
}
#sc_sale {
    padding: 15px 15px 0 15px;
}
#sc_sale div.radio.podarok2,
#sc_sale div.radio.podarok,
#sc_sale div.radio.online,
#sc_sale div.radio.online15{
    font-weight: 600 !important;
    margin-bottom: 15px;
}
#sc_sale div.radio.podarok2 label,
#sc_sale div.radio.podarok label,
#sc_sale div.radio.online label,
#sc_sale div.radio.online15 label {
    font-weight: 600;
    /*text-transform: uppercase;*/
}
#sc_form {}
#sc_form div.callback_result {
    line-height: 40px;
}
#sc_form input {
    border-radius: 2px;
    border: 2px solid #d91111;
}
#sc_form button {
    padding: 8px 12px;
    border-radius: 2px;
    background: #d91111;
    border: none;
    color: #FFF;
    display: block;
    margin: 0 auto;
}
#sc_form h4 {
    line-height: 40px;
}
@media (max-width: 768px) {
    #sc_cost .sc_wash {
        line-height: 20px;
        padding: 0 15px;
    }
    #sc_cost .scw_cost {
        padding: 15px 15px 30px 15px;
    }
    #sc_cost span {
        font-size: 16px;
    }
    #sc_data {
        padding: 0px 15px 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {}
@media (min-width: 992px) and (max-width: 1200px) {
    #sc_cost span {
        font-size: 16px;
    }
}

#sc_video {
	padding-bottom: 0px;
}
.append_service {
	margin-bottom: 15px;
}
.tabcal {
	border-bottom: 1px solid #e5f0e3;
	width: 100%;
}
.tabcal td {
	padding: 4px 0px;
	position: relative;
}
.tabcal .step_four td {
	padding-bottom: 8px;
}

.as_thing {
	padding: 4px 0px 4px 22px;
	vertical-align: middle;
	position: relative;
	border-bottom: 1px solid #e5f0e3;
}
.formcal-centr {
	text-align: center;
}
#ccf_price {
	text-align: center;
    font-size: 16px;
}
.btn-res {
	border: 1px solid #9b9b9b;
    border-radius: 4px;
    padding: 3px 20px;
    font-size: 15px;
    color: #9b9b9b;
	text-align: center;
	text-decoration: none;
    margin-top: 10px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
}
.btn-res:hover {
	border: 1px solid #333333;
    color: #333333;
    cursor: pointer;
}
.tabcal td.vyb {
	padding-left: 22px;
}
.carpet_delete, .as_thing_del {
	font-size: 12px;
    font-weight: 700;
    color: #da3333;
    border: 1px solid #da3333;
    border-radius: 50%;
    padding: 0px 4px 2px 4px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
	line-height: 12px;
	top: 6px;
	left: 0px;
	position: absolute;
}
.tabcal td.vyb .carpet_delete {
	top: 20px;
}
.carpet_delete:hover, .as_thing_del:hover {
	color: #a12020;
    border: 1px solid #a12020;
    text-decoration: none;
}
.step_two td {
	vertical-align: middle;
}
.watch-video-again {
	font-size: 18px;
	width: 100%;
	font-weight: 700;
	background: #22a101; /* Old browsers */
	background: -moz-linear-gradient(top, #22a101 0%, #46bb00 50%, #1b9600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #22a101 0%, #46bb00 50%,#1b9600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22a101 0%, #46bb00 50%,#1b9600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a101', endColorstr='#46bb00',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	text-align: center;
    padding: 10px 16px 10px 16px;
	text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
	cursor: pointer;
	margin-bottom: 20px;
}
.watch-video-again:hover {
	background: #339640;
	color: #ffffff;
    text-decoration: none;
    display: inline-block;
	cursor: pointer;
}
.form-control {
	height: 39px;
}
.step_two label {
	font-weight: 300;
	line-height: 16px;
}


.serv {
	background: url(../img/serv-bg.jpg) no-repeat center top;
	background-size: cover;
}
.font-serv {
	font-size: 20px;
}
.serv-podcap {
	font-size: 24px;
	margin-top: 12px;
	font-weight: bold;
	color: #22a101;
}
.serv-ul {
	margin: 14px 0px 18px 20px;
}
.serv-ul li {
	margin: 2px 0px 2px 0px;
	padding: 0;
}

.rabotaet-dostavka {
	font-size: 23px;
	line-height: 23px;
	margin-top: 30px;
	padding-left: 59px;
	background: url(../img/dostavka-icon.png) no-repeat left center;
}

.inpage {
	margin-top: 150px;
}