@import url("reset.css");
.container {
	width: 1170px !important
}
@font-face {
	font-family: 'PFDinDisplayProRegular';
	src: url("../fonts/PFDinDisplayPro-Regular.eot");
	src: url("../fonts/PFDinDisplayPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-regular.woff") format("woff"), url("../fonts/PFDinDisplayPro-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal
}
@font-face {
	font-family: 'PFDinDisplayProLight';
	src: url("../fonts/PFDinDisplayPro-Light.eot");
	src: url("../fonts/PFDinDisplayPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-light.woff") format("woff"), url("../fonts/PFDinDisplayPro-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal
}
@font-face {
	font-family: 'PFDinDisplayProMedium';
	src: url("../fonts/PFDinDisplayPro-Medium.eot");
	src: url("../fonts/PFDinDisplayPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-medium.woff") format("woff"), url("../fonts/PFDinDisplayPro-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal
}
@font-face {
	font-family: "GothamProBold";
	src: url("../fonts/GothamProBold/GothamProBold.eot");
	src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal
}
@font-face {
	font-family: 'PFDinDisplayPro-Bold_0';
	src: url("../fonts/PFDinDisplayPro-Bold_0.ttf")
}
html, body {
	width: 100%;
	overflow-x: hidden
}
body {
	font: 17px "PFDinDisplayProRegular", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
:focus {
	outline: none
}
a {
	outline: none
}
img {
	vertical-align: bottom
}
nav {
	background: #63b723;
	padding: 10px 0;
}
nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 20px
}
nav ul li {
	display: inline-block
}
nav ul li a {
	font-weight: bold
}
nav ul li a:hover {
	color: #f4992c
}
nav a {
	color: #fff
}
.logo {
	font: 25px 'GothamProBold', sans-serif
}
.logo img {
	float: left;
	margin-right: 10px
}
.logo span {
	display: block;
	color: #464f57;
}
.top-tel {
	position: relative;
	text-align: right;
	display: block;
	margin-top: 10px
}
.top-tel a {
	font: 30px "PFDinDisplayPro-Bold_0", sans-serif;
	display: inline-block
}
.top-tel a span {
	font-family: "PFDinDisplayProLight", sans-serif;
	color: #464f57;
}
.top-tel::before {
    position: absolute;
    left: -7px;
    top: 2px;
    color: #464f57;
    font-size: 30px;
}
header {
	background: url(../img/main-bg.jpg) center no-repeat;
	    height: 650px;
}
header .container {
	position: relative
}
header h1 {
	font: 35px "PFDinDisplayPro-Bold_0", sans-serif;
	text-align: right
}
header h1 span {
	display: block;
	font-size: 60px;
	text-shadow: 2px 3.464px 4px rgba(0,0,0,0.25);
	color: #63b723;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.l-pr-win {
	margin-top: 200px
}
.l-pr-win p {
	font-weight: bold
}
.shape-right {
	margin-top: 10px;
	height: 45px;
	padding: 0 10px;
	background: #f4992c;
	position: relative;
	line-height: 45px;
	color: #fff;
	font-size: 30px;
	display: inline-block
}
.shape-right::after {
	content: '';
	position: absolute;
	top: 0;
	right: -14px;
	border-left: 14px solid #f4992c;
	border-top: 23px solid transparent;
	border-bottom: 22px solid transparent
}
.r-pr-win p {
	font-weight: bold
}
.shape-left {
	margin-top: 10px;
	position: relative;
	color: #fff;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	padding: 0 15px;
	background: #63b723;
	font-size: 30px
}
.shape-left::before {
	content: '';
	position: absolute;
	border-right: 10px solid #63b723;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	top: 0;
	left: -10px
}
.header-form-layer {
	padding: 30px;
	display: inline-block;
	background: rgba(255,255,255,0.3);
	text-align: center;
	border-radius: 5px
}
.header-form-layer p {
	font-size: 18px
}
.header-form-layer p span {
	font-size: 16px
}
.main_form label {
	display: block;
	margin: 20px auto
}
.main_form input {
	border: 1px solid #888;
	padding: 10px;
	border-radius: 4px;
	background: rgba(255,255,255,0.5);
	width: 100%;
	transition: all .5s ease
}
.main_form input:focus {
	background: #fff
}
.main_form button {
	padding: 10px;
	border-radius: 4px;
	color: #fff;
	background: #63b723;
	border: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}
.main_form button:hover {
	background: #325c12
}
.three-icons {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0
}
.three-icons div {
	background: #fff;
	display: inline-block;
	padding: 20px;
	height: 175px;
	width: 175px;
	margin: 0 20px;
	text-align: center;
	box-shadow: 2px 2px 2px #666
}
.three-icons img {
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto 10px
}
.three-icons b {
	font-family: "PFDinDisplayPro-Bold_0", sans-serif;
	font-size: 25px
}
.calc {
	padding: 275px 0 20px;
}
.calc h2 {
	text-align: center;
	color: #63b723;
	font: 35px "PFDinDisplayPro-Bold_0", sans-serif;
	margin-bottom: 20px
}
.calc h2 span {
	color: #000;
	display: block;
	font: 17px "PFDinDisplayProRegular", sans-serif
}
.calc .header-form-layer {
	background: rgba(255,255,255,0.5)
}
.calc .header-form-layer h3 {
	font: 20px "PFDinDisplayPro-Bold_0", sans-serif;
	margin-bottom: 10px
}
.choose-type {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.choose-type > div {
	display: inline-block
}
.choose-type input {
	display: none
}
.choose-type label {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #63b723;
	cursor: pointer;
	position: relative;
	vertical-align: -3px
}
.choose-type label::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #63b723;
	left: 4px;
	top: 4px;
	opacity: 0
}
.win, .bal {
	height: 386px;
	position: relative
}
.win p, .bal p {
	position: absolute
}
.win img, .bal img {
	display: block;
	margin: 0 auto
}
.win .size1 {
	right: 137px;
	top: 230px
}
.win .size2 {
	right: 52px;
	top: 90px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.bal {
	display: none
}
.bal .size1 {
	right: 86px;
	top: 321px
}
.bal .size2 {
	right: 8px;
	top: 151px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.choose-type input:checked+ label::after {
	opacity: 1
}
.options {
	border-collapse: separate;
	width: 100%;
	background: rgba(255,255,255,0.5);
	border-radius: 5px
}
.options p {
	display: inline-block
}
.options td {
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 50px;
	line-height: 50px
}
.options td .amount {
	font-family: "PFDinDisplayPro-Bold_0", sans-serif;
	font-size: 20px
}
.options td:first-child {
	width: 60%
}
.options input {
	display: none
}
.options input:checked+ label {
	background: #63b723
}
.options label {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	margin-right: 10px;
	vertical-align: -5px
}
.options label::after {
	content: '✔';
	position: absolute;
	color: #fff;
	top: -16px;
	left: 5px;
	font-size: 12px
}
.green {
	color: #63b723
}
.get-size {
	background: url(../img/montaz-bg.jpg) center/cover no-repeat;
	padding-top: 50px
}
.get-size h2 {
	font: 35px "PFDinDisplayPro-Bold_0", sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px
}
.montaznik {
	margin-top: 46px
}
.time-line {
	background: url(../img/time-line.png) center no-repeat;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 20px
}
.time-line li {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #63b723;
	text-align: center;
	color: #fff;
	font: 30px "PFDinDisplayProLight", sans-serif;
	line-height: 40px;
	display: inline-block
}
.steps-size {
	text-align: center
}
.steps-size span {
	display: block;
	color: #e3000f;
	font: 19px "PFDinDisplayProLight", sans-serif
}
.size-form {
	text-align: center;
	margin-top: 30px
}
.size-form h4 {
	font: 20px "PFDinDisplayPro-Bold_0", sans-serif
}
.size-form label {
	width: 32%;
	display: inline-block
}
.size-form button {
	width: 50%
}
.other-types {
	padding: 40px 0 60px
}
.other-types .col-xs-4 {
	position: relative
	    padding: 15px;
}
.other-types h2 {
	color: #63b723;
	font: 35px "PFDinDisplayPro-Bold_0", sans-serif;
	text-align: center;
	margin-bottom: 40px
}
.other_types_h2_custom{
	color: red!important;
	background: #000;
	padding: 5px;
}
.name-ms {
    position: absolute;
    right: 19px;
    top: 13px;
}
section#other-types .col-xs-4 {
    padding: 15px;
}
.name-ms p {
	font-weight: bold
}
.name-ms span {
	color: #63b723;
	font: 21px "PFDinDisplayPro-Bold_0", sans-serif
}
.on-line {
	padding: 40px 0 60px;
	background: url(../img/on-bg.jpg) center/cover no-repeat;
	text-align: center
}
.on-line h2 {
	text-transform: uppercase;
	font: 35px "PFDinDisplayPro-Bold_0", sans-serif;
	color: #63b723;
	margin-bottom: 40px
}
.on-line img {
	display: inline-block;
	margin-bottom: 40px
}
.on-line h4 {
	color: #63b723;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 10px
}
.green-btn {
	background: #63b723;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 20px
}
.green-btn:hover {
	background: #325c12
}
.making {
	background: #f8c245;
	padding-bottom: 30px
}
.making h2 {
	text-transform: uppercase;
	font: 35px "PFDinDisplayPro-Bold_0", sans-serif;
	display: inline-block;
	margin: 30px 20px 0 0;
	vertical-align: -35px
}
.making .col-xs-7 img {
	margin: 30px auto
}
.making .shape-right {
	background: #63b723
}
.making .shape-right::after {
	border-left-color: #63b723
}
.making h3 {
	font: 60px "PFDinDisplayPro-Bold_0", sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-shadow: 2px 3.464px 4px rgba(0,0,0,0.25)
}
.making .col-xs-5 {
	position: relative
}
.girl {
	position: absolute;
	left: 0;
	top: 0;
	width: 76%
}
.portfolio {
	padding: 40px 0 60px
}
.portfolio h2 {
	text-transform: uppercase;
	font: 35px "PFDinDisplayPro-Bold_0", sans-serif;
	color: #63b723;
	text-align: center;
	margin-bottom: 40px
}
.portfolio .row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.portfolio a {
	display: block;
	margin: 10px auto;
	position: relative;
	overflow: hidden
}
.portfolio a img {
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	width: 270px;
	height: 270px
}
.portfolio a:hover::after {
	opacity: 1
}
.portfolio a:hover::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.portfolio a:hover img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}
.portfolio a::before {
	content: '';
	position: absolute;
	background: url(../img/zoom.png) no-repeat;
	width: 38px;
	height: 38px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -460%);
	-ms-transform: translate(-50%, -460%);
	transform: translate(-50%, -460%);
	z-index: 1;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.portfolio a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity .3s ease-in-out
}
.portfolio img {
	display: block;
	margin: 0 auto
}
.testimonials {
	text-align: center;
	background: #f8c245;
	padding: 40px 0 60px
}
.testimonials h2 {
	text-transform: uppercase;
	font: 35px "PFDinDisplayPro-Bold_0", sans-serif;
	margin-bottom: 40px
}
.testimonials img {
	display: block;
	margin: 40px auto 20px
}
.testimonials span {
	font-family: "PFDinDisplayPro-Bold_0", sans-serif
}
.testim-txt {
	background: #fad786;
	padding: 20px;
	border-top: 3px solid #fbe1a4;
	position: relative
}
.testim-txt::after {
	content: '';
	border-top: 20px solid #fad786;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	bottom: -19px;
	left: 50%;
	margin-left: -20px;
	position: absolute
}
#map {
	height: 400px;
	width: 100%;
	border-top: 2px solid #222
}
footer {
	color: #fff;
	padding: 40px 0;
	background: #1f1f1f
}
footer h2 {
	text-transform: uppercase;
	font: 35px "PFDinDisplayProRegular", sans-serif;
	color: #f4992c;
	margin-bottom: 15px
}
footer p {
	margin: 20px auto
}
footer .main_form input, footer .main_form textarea {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	background: transparent
}
footer .main_form input:focus, footer .main_form textarea:focus {
	background: #c7c7c7
}
footer .main_form input:focus::-webkit-input-placeholder, footer .main_form textarea:focus::-webkit-input-placeholder {
	color: #3b5c6d
}
footer .main_form input:focus::-moz-placeholder, footer .main_form textarea:focus::-moz-placeholder {
	color: #3b5c6d
}
footer .main_form input:focus:-moz-placeholder, footer .main_form textarea:focus:-moz-placeholder {
	color: #3b5c6d
}
footer .main_form input:focus:-ms-input-placeholder, footer .main_form textarea:focus:-ms-input-placeholder {
	color: #3b5c6d
}
footer textarea {
	width: 100%;
	margin: 20px auto
}
footer .btn-wrap {
	text-align: right
}
footer .main_form button {
	text-transform: uppercase;
	width: auto;
	padding: 10px 20px
}
footer b {
	display: block;
	font-weight: bold;
	margin-top: 20px
}
footer i {
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
	color: #63b723
}
.top-inputs label {
	width: 47%;
	float: left
}
.top-inputs::after {
	content: '';
	display: block;
	clear: both
}
.winlanding {
	padding: 15px 0;
	background: #000
}
.winlanding a {
	color: #fff
}
.winlanding a span {
	color: #63b723
}
.hid {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: 5;
	display: none
}
.pop_up {
	width: 550px;
	position: absolute;
	background: #fff;
	padding: 30px 70px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	text-align: center
}
.pop_up .main_form label {
	display: block;
	margin: 20px auto
}
.pop_up input {
	width: 100%;
	border: 1px solid #999;
	background: #ebebeb;
	padding: 15px
}
.pop_up button {
	margin-top: 20px;
	display: inline-block
}
.top-text {
	font: 20px "PFDinDisplayPro-Bold_0", sans-serif
}
#close-btn {
	position: absolute;
	right: -17px;
	top: -17px;
	width: 35px;
	height: 35px;
	background: #63b723;
	color: #fff;
	font: 26px "PFDinDisplayProLight", sans-serif;
	text-align: center;
	line-height: 35px
}
#close-btn:hover {
	background: #454545;
	color: #63b723
}


.col-xs-2.class3 {
    position: relative;
    top: -20px;
    left: -3px;
}

section#other-types .col-xs-4:hover {
    background: #f8c244;
}

.region_select_1{
    border: 1px solid #888;
    padding: 10px;
    border-radius: 4px;
    background: rgba(255,255,255,0.5);
    width: 100%;
    transition: all .5s ease;
}
.region_select_2{
    border: 1px solid #888;
    padding: 10px;
    border-radius: 4px;
    background: #ebebeb;
    width: 100%;
    transition: all .5s ease;
}
.region_select_5{
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	background: transparent;
	color: grey;
}