
@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNovaT-Thin.otf')  format('opentype'),
	     url('../fonts/ProximaNovaT-Thin.woff') format('woff'), url('../fonts/ProximaNovaT-Thin.ttf')  format('truetype'), url('../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src:  url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),   url('../fonts/ProximaNova-Bold.otf')  format('opentype'),
	      url('../fonts/ProximaNova-Bold.woff') format('woff'),  url('../fonts/ProximaNova-Bold.ttf')  format('truetype'),  url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Light';
  src:  url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),   url('../fonts/ProximaNova-Light.otf')  format('opentype'),
	      url('../fonts/ProximaNova-Light.woff') format('woff'),  url('../fonts/ProximaNova-Light.ttf')  format('truetype'),  url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src:  url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),   url('../fonts/ProximaNova-Regular.otf')  format('opentype'),
	      url('../fonts/ProximaNova-Regular.woff') format('woff'),  url('../fonts/ProximaNova-Regular.ttf')  format('truetype'),  url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body, p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
	
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}
input[type="submit"]{
	cursor: pointer;
}

body {
    color: #000;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: 'ProximaNova-Regular';
    font-size; 16px;
	}

*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

header {
    background: url(../img/header_bg.png) no-repeat;
    background-position: center;
    overflow:  hidden;
}

.header_logo {float:  left;}

.header_logo a {
    display: inline-block;
    vertical-align: middle;
	position: relative;
}

.header_logo > a:before {
    background: url(../img/line_header.png) no-repeat;
    content: '';
    position: absolute;
    right: -32px;
    top: 5px;
    width: 1px;
    height: 70px;
}

.header_logo p {
    display: inline-block;
    vertical-align:  middle;
    margin-left: 58px;
    font-size: 18px;
}

.header_block {
    padding: 20px 0;
}

.header_tel {
    float:  right;
    margin-top: 14px;
    margin-right: 6px;
}

.tel_box {
    display:  inline-block;
    text-align: right;
    vertical-align: middle;
    margin-right: 23px;
}

.tel_box a {
    font-size: 26px;
    text-decoration:  none;
    font-family: 'ProximaNova-Bold';
    color: #000;
    line-height: 26px;
}

.tel_box p {
    font-size: 16px;
}

.btn_top {
    border: 1px solid #ffc000;
    background-color: #675e4100;
    width:  237px;
    height:  50px;
    display:  inline-block;
    text-align:  center;
    line-height:  50px;
    text-decoration: none;
    border-radius: 25px;
    color: #000;
    font-size: 18px;
    font-family: 'ProximaNova-Bold';
    vertical-align:  middle;
}

.clear {
    clear: both;
}

header h1 {
    font-size: 42px;
    text-align:  center;
    margin-top: 44px;
    line-height: 46px;
}

header h1 span {
    font-family: 'ProximaNova-Bold';
}

.header_box {
    overflow: hidden;
    margin-top: 65px;
    margin-bottom: 130px;
    padding:  0 75px;
}

.header_box_left {
    float:  left;
    margin-top: 37px;
}

.header_box_right {
    float:  right;
    width: 465px;
    height: 390px;
    background: #fff;
    text-align:  center;
    padding: 38px 0;
}

.header_box_right h3 {
    font-size: 22px;
    margin-bottom: 23px;
}

.bold {
    font-family: 'ProximaNova-Bold';
    display:  block;
    font-size: 28px;
}

.thin {
    font-family: 'ProximaNovaT-Thin';
    display:  block;
    font-size: 30px;
}


.header_box_right form input[type="text"],.header_box_right form input[type="tel"] {
    border-radius: 24px;
    display:  block;
    width: 320px;
    height: 50px;
    text-align:  center;
    font-size: 16px;
    background-color: #e5e5e5;
    border:  none;
    margin:  0 auto;
    margin-bottom: 10px;
}

.header_box_right form input[type="submit"] {
    width: 385px;
    height: 60px;
    box-shadow: 0 7px 30px rgba(255, 192, 0, 0.6);
    background-color: #ffc000;
    background-image: linear-gradient(to top, #ffc000 0%, #ffcc00 100%);
    margin: 0 auto;
    margin-top: 17px;
    border-radius: 35px;
    border:  none;
    font-family: 'ProximaNova-Bold';
    font-size: 22px;
}


.header_left_info {
    display:  block;
    margin: 15px 0 29px 0;
}

.header_left_info img {
    display:  inline-block;
    vertical-align: middle;
}

.header_left_info p {
    display:  inline-block;
    vertical-align:  middle;
    margin: 0 15px;
    font-size: 22px;
}

#reviews {
    padding: 50px 0;
    text-align:  center;
	background: url(../img/reviews_bg.png) no-repeat;
	background-position: center bottom;
}

.reviews_img {
    position:  relative;
}

.reviews_download {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    text-align: right;
    background: #2f2f2f;
    padding: 10px;
    clip-path: polygon(0% 90%, 100% 0%, 100% 100%, 0% 100%);
	display:none;
}

.reviews_item {
    width: 250px;
    display: inline-block;
    padding-bottom: 30px;
}

.reviews_block {
    padding: 65px 65px 32px 65px;
}

.name_title {
    font-size: 38px;
}

.reviews_img h3 {
    font-family: 'ProximaNova-Bold';
}

.reviews_item h3 {
    font-family: 'ProximaNova-Bold';
    font-size: 26px;
    margin: 20px 0;
}

.reviews_item a:last-child {
    width: 100%;
    font-size:  18px;
    text-decoration:  none;
    color: #000;
    font-family: 'ProximaNova-Bold';
    border: 1px solid #ffc000;
    background-color: #675e4100;
    border-radius: 24px;
    display: block;
    height: 50px;
    line-height: 50px;
}

.reviews_item a:last-child:hover {
    box-shadow: 0 7px 30px rgba(255, 192, 0, 0.6);
    background-color: #ffc000;
}

.reviews_item_cus a:last-child {
    width: 100%;
    font-size:  18px;
    text-decoration:  none;
    color: #000;
    font-family: 'ProximaNova-Bold';
    background-color: #675e4100;
    border-radius: 24px;
    display: block;
    line-height: 50px;
}
.sh1 {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.7);
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.7);
    padding: 2px;
}

.reviews_img  {
    display:  block;
}

.reviews_img > img {
    display:  block;
}

.reviews_img:hover .reviews_download {
    display: block;
}

.owl_reviews .owl-next {
    display: inline-block;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    color: transparent;
    width: 31px;
    height: 21px;
    position: absolute;
    right: -57px;
    top: 40%;
    background: url(../img/reviews_left_arrow.png) no-repeat;
    transition: 0.5s;
}

.owl_reviews .owl-prev {
    display: inline-block;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    color: transparent;
    width: 31px;
    height: 21px;
    position: absolute;
    left: -73px;
    top: 40%;
    background: url(../img/reviews_left_arrow.png) no-repeat;
    transition: 0.5s;
}

.owl_reviews .owl-next:hover {
	background: url(../img/reviews_left_arrow_yellow.png) no-repeat;
}

.owl_reviews .owl-prev:hover {
	background: url(../img/reviews_left_arrow_yellow.png) no-repeat;
}

.button {
    box-shadow: 0 7px 30px rgba(255, 192, 0, 0.6);
    background-color: #ffc000;
    border-radius: 35px;
    text-decoration:  none;
    color: #000;
    font-family: 'ProximaNova-Bold';
}

#reviews .button {
    width:  380px;
    height:  60px;
    line-height: 60px;
    display:  block;
    margin:  0 auto;
    font-size: 22px;
}

.reviews_img > img {
    width: 100%;
}

.button:hover, .btn_top:hover {
    background: #f7c327 !important;
    box-shadow: none !important;
    border: 1px solid #ffc000 !important;
}

#perevod {
    background: url(../img/perevod_bg.png) no-repeat;
    background-position: center;
    text-align: center;
    padding: 91px 0 100px 0;
}

.perevod_block {
    margin-top: 57px;
    overflow:  hidden;
}

.perevod_item {
    float:  left;
    margin-right: 19px;
    margin-bottom: 50px;
    background: #fff;
}

.perevod_block .perevod_item:nth-child(3n) {
    margin-right: 0;
}

.perevod_item h3 {
    padding: 15px 0;
    font-size: 26px;
}

.perevod_item h3 span {
    font-family: 'ProximaNova-Bold';
}

.price_time p {
    display:  inline-block;
    width:  155px;
    border: 1px solid #ffc000;
    border-radius: 35px;
    padding: 9px 0;
    font-size: 17px;
    margin: 0 10px;
}

.price_time p span {
    display:  block;
    font-family: 'ProximaNova-Bold';
}

.perevod_item > a {
    font-size: 20px;
    width:  320px;
    height:  50px;
    display:  block;
    line-height:  50px;
    margin:  0 auto;
    margin-bottom: -20px;
    margin-top: 25px;
}

#price {
    padding: 47px 0 100px 0;
    text-align:  center;
}

.price_block {
    overflow:  hidden;
    margin-top: 61px;
}

.price_item {
    float:  left;
    width:  375px;
    margin-right: 37px;
}

.price_item:last-child {
    margin-right:  0;
}

.price_item h3 {
    font-size: 26px;
    margin-top: 40px;
}

.price_item img {
    vertical-align:  middle;
    display: block;
    margin:  0 auto;
}

.price_item:nth-child(2) {
    padding-top: 13px;
}

.price_number {
    width:  130px;
    height: 63px;
    border: 1px solid #ffc000;
    border-radius: 35px;
    line-height: 60px;
    font-family: 'ProximaNova-Bold';
    font-size: 26px;
    display:  inline-block;
    vertical-align:  middle;
}

.price_info {
    margin-top: 15px;
}

.price_text {
    display:  inline-block;
    text-align:  left;
    vertical-align:  middle;
    font-size: 18px;
    margin-left: 15px;
}

#price .button {
    width:  385px;
    height:  60px;
    display:  block;
    margin:  0 auto;
    margin-top: 68px;
    line-height: 60px;
    font-size: 22px;
}

#zayavka {
    text-align: center;
    background: url(../img/zayavka_bg.png) no-repeat;
    background-position: center;
    color: #fff;
    padding: 88px 0 78px 0;
}

#zayavka h3 {
	font-size: 30px;
	line-height: 46px;
	margin-bottom: 28px;
}

#zayavka h3 .bold, #zayavka h3 .thin {
	font-size: 38px;
}

.zayavka_block input[type="text"], .zayavka_block input[type="tel"] {
    max-width: 320px;
    width: 100%;
    height:  50px;
    display:  block;
    margin:  0 auto;
    border-radius: 25px;
    text-align:  center;
    margin-top: 10px;
    border:  none;
    font-size: 16px;
}

.zayavka_block input[type="submit"] {
    width:  385px;
    height:  60px;
    border:  none;
    margin-top: 25px;
    font-size: 22px;
}


.block_member {
    overflow:  hidden;
    padding: 0 60px;
}

.block_member > div {
}

.profesional {
    display: inline-block;
    vertical-align:  middle;
    padding: 20px;
    position:relative;
}

.profesional:before {
	content:'';
	position: absolute;
	left:0;
	top: 0px;
	width: 168px;
	height: 114px;
	background: url(../img/profesional_icon.png) no-repeat;
}
.profesional p {
    font-size: 12px;
}

.profesional p span {
    font-family: 'ProximaNova-Bold';
    font-size: 33px;
    display:  block;
    line-height: 33px;
}

.pro {
    font-size: 32px;
    display:  inline-block;
    vertical-align: middle;
    margin-left: 60px;
    margin-right: 40px;
}

.pro span {
    font-family: 'ProximaNova-Bold';
}

.asociation {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
}

#member {
    padding: 45px 0;
}

#maps {
    position: relative;
    color: #000;
}

.mapa {
    height: 600px;
}

.maps_block {
    padding-top: 85px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    z-index: 1;
    max-width: 490px;
    width: 100%;
}

.block_contacts {
    background:  #fff;
    text-align:  center;
    padding: 30px 0 60px 0;
}

.block_contacts h2 {
    font-size: 40px;
}

.block_contacts h3 {
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 30px;
	font-family: 'ProximaNova-Bold';
}

.block_contacts h3 + a {
    font-size: 20px;
    margin-bottom: 29px;
    display: block;
    color: #000;
    text-decoration: none;
}

.block_contacts p {
    font-size: 20px;
}

.block_contacts a:last-child {
    width: 385px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    display: block;
    margin: 0 auto;
    margin-top: 31px;
    text-decoration: none;
    color: #000;
}

.zayavka_popap {
    color: #000;
    text-align:  center;
    padding: 0 50px;
}

.zayavka_popap h2 {
    font-size: 22px;
    font-weight: 600;
}

.zayavka_popap p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
}

.zayavka_popap input[type="text"], .zayavka_popap input[type="tel"] {
    width: 100%;
    display: block;
    height: 45px;
    border: none;
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
	border-radius: 25px;
    background: #ececee;
	text-align: center;
}

.zayavka_popap textarea {
    width: 100%;
    height: 80px;
    display: block;
    border: none;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
    background: #ececee;
}

.zayavka_popap input[type="submit"] {
    width: 100%;
    height: 45px;
    color: #000;
    font-size: 20px;
    display: block;
    border: none;
    margin-bottom: 25px;
}

.price_number span, .price_time b {
	position: relative;
}

.price_number span:before {
    content: '';
    position: absolute;
    right: 6px;
    bottom: 11px;
    width: 12px;
    height: 2px;
    background: #000;
}

.price_time b:before {
    content: '';
    position: absolute;
    right: 2px;
    bottom: 7px;
    width: 10px;
    height: 1px;
    background: #000;
}

.header_logo p span {
    display:  block;
    font-size:  14px;
    color:  #adadad;
}

.header_logo p span a {
    color: inherit;
}

.mapa:before {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 60px;
    border-top: 60px solid #ffffff;
    border-right: 1920px solid #00800000;
    z-index: 99;
}