
@font-face {
  font-family: 'MuseoSansCyrl-100';
  src: url('../fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),  url('../fonts/MuseoSansCyrl-100.woff') format('woff'), url('../fonts/MuseoSansCyrl-100.ttf')  format('truetype'), url('../fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-300';
  src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),  url('../fonts/MuseoSansCyrl-300.woff') format('woff'), url('../fonts/MuseoSansCyrl-300.ttf')  format('truetype'), url('../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-500';
  src: url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),  url('../fonts/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl-500.ttf')  format('truetype'), url('../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-700';
  src: url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),  url('../fonts/MuseoSansCyrl-700.woff') format('woff'), url('../fonts/MuseoSansCyrl-700.ttf')  format('truetype'), url('../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl-900';
  src: url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),  url('../fonts/MuseoSansCyrl-900.woff') format('woff'), url('../fonts/MuseoSansCyrl-900.ttf')  format('truetype'), url('../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PhillippScript';
  src: url('../fonts/PhillippScript.eot?#iefix') format('embedded-opentype'),  url('../fonts/PhillippScript.woff') format('woff'), url('../fonts/PhillippScript.ttf')  format('truetype'), url('../fonts/PhillippScript.svg#PhillippScript') 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: 1250px;
    font-family: 'MuseoSansCyrl-100';
    font-size: 18px;
	background: url(../img/body_bg.png) no-repeat;
	}

*, :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-size: cover;
    background-position: center;
    overflow: hidden;
    padding-top: 25px;
    min-height: 970px;
    position:  relative;
    z-index: 1;
}

.header_title {
    float: left;
    margin-top: 20px;
}

.header_logo {
    float:  left;
    margin-left: 232px;
}

.header_tel {
    float:  right;
    margin-top: 25px;
    text-align: right;
}

.header_block {
    overflow:  hidden;
}

.header_tel a:first-child {
    color: #000;
    text-decoration:  none;
    display:  block;
    font-size: 22px;
}

.header_tel a:last-child {
    color: #0064B8;
    font-size: 18px;
    display: inline-block;
    text-align:  right;
    font-family:  inherit;
    text-decoration:  underline;
}

.header_box {
    margin-top: 77px;
    text-align:  center;
}

.header_box h1 {
    font-family: 'PhillippScript';
    font-size: 74px;
}

.header_box > p {
    font-size: 22px;
    margin-top: 3px;
}

.header_box > p span {
    font-family: 'MuseoSansCyrl-700';
}

.header_video {
    margin-top: 180px;
    overflow:  hidden;
}

.video_play {
    float: right;
    display: block;
    outline: none;
}

.video_play p {
    display: block;
    text-align: right;
    margin-right: 17px;
    float: left;
    margin-top: 22px;
    color: #000;
}

.video_play img {
    display: block;
    float: right;
}

#special {
    background: url(../img/special_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position:  relative;
    overflow:  hidden;
    margin-top: -132px;
    padding-top: 153px;
    padding-bottom: 146px;
}

#special h2 {
    text-align:  left;
    font-family: 'PhillippScript';
    font-size: 53px;
}

#special h2 span {
    font-size: 84px;
    display:  block;
    line-height: 53px;
}

.special_block {
    margin-top: 72px;
    overflow:  hidden;
    text-align:  left;
}

#special .container {
    padding: 0 45px;
}

.special_box {
    float:  left;
    padding-left: 40px;
}

.special_box ul li p {
    font-family: 'MuseoSansCyrl-300';
    font-size: 26px;
}

.special_box ul li p span {
    font-family: 'MuseoSansCyrl-100';
    font-size: 18px;
    display:  block;
    margin-left: 35px;
    margin-top: 10px;
}

.special_box ul li {
    margin-bottom: 42px;
    position:  relative;
}

.special_box ul li:before {
    content:  '';
    position:  absolute;
    left: -26px;
    top: 12px;
    background: #fac37e;
    width: 6px;
    height: 6px;
}

.btn {
    font-family: 'MuseoSansCyrl-700';
    width:  323px;
    height: 56px;
    line-height: 53px;
    display:  block;
    text-decoration:  none;
    color: #000;
    border-radius: 30px;
    border: 3px solid #fac37e;
    text-align:  center;
    margin:  0 auto;
    font-size: 18px;
}

.special_box ul {
    /* margin-bottom: 74px; */
}

#special.realiti {
    background: url(../img/realiti_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align:  right;
}

.realiti h2 {
    text-align: left !important;
    margin-right: 10px;
    display:  inline-block;
}

.realiti .special_block .special_box {
    float:  right;
    margin-right: 20px;
}

#idial {
    background: url(../img/idial_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 165px;
    text-align: center;
    margin-top: -104px;
    position: relative;
    padding-bottom: 160px;
}

#idial h2 {
    font-family: 'PhillippScript';
    font-size: 53px;
    margin-bottom: 44px;
}

#idial h2 + p {
    font-family: 'MuseoSansCyrl-100';
    font-size: 22px;
    margin-bottom: 56px;
}

#idial h2 span {
    font-size: 84px;
    display: block;
    line-height: 53px;
}

.idial_block {
    width: 100%;
    background: #ffffffc7;
    padding: 37px 0 40px 0;
}

.idial_block h3 {
    font-family: 'MuseoSansCyrl-100';
    font-size: 22px;
    margin-bottom: 28px;
}

.idial_block form input[type="text"], .idial_block form input[type="tel"] {
    width: 265px;
    height: 57px;
    border: 3px solid #e0e0e0;
    border-radius: 26px;
    text-align:  center;
    color: #000;
    font-family: 'MuseoSansCyrl-100';
    font-size: 18px;
    margin: 0 7px;
}

.idial_block form input[type="text"]:hover, .idial_block form input[type="tel"]:hover {
    background: #e0e0e0;
    cursor:  pointer;
}

.idial_block form input[type="submit"] {
    width: 365px;
    height: 62px;
    display:  block;
    margin:  0 auto;
    margin-top: 25px;
    background: #fac37e;
    border:  none;
    -webkit-box-shadow: 0px 3px 19px 4px #fac37e6b;
    -moz-box-shadow: 0px 3px 19px 4px #fac37e6b;
    box-shadow: 0px 3px 19px 4px #fac37e6b;
    border-radius: 26px;
    font-family: 'MuseoSansCyrl-700';
    font-size: 20px;
}


 form input::-webkit-input-placeholder {
   color: #000;
}
 
 form input:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}
 
 form input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
 
form input:-ms-input-placeholde{  
   color: #000;  
}

.clients_block {
    width: 100vw;
}

#clients h2 {
    font-family: 'PhillippScript';
    text-align: center;
    font-size: 53px;
}

.clients_item_1 {
    width: 19.78vw;
    margin: 0 auto;
    display: block;
    float: left;
}

.clients_item_1:last-child {
    /* float: right; */
}

.clients_item_2 {
    width: 20.5vw;
    margin:  auto;
    /* margin-left: 0.8vw; */
    /* margin-right: 0.8vw; */
    display:  block;
}

.clients_item_3 {
    width: 17.75vw;
    display:  block;
    margin:  0 auto;
}
.clients_item_2_box {
    display:  block;
    width: 100%;
}

.clients_item_2 .clients_item_2_box:first-child a {
    max-width: 9.84vw;
    width: 100%;
    display: block;
    float:  left;
}

.clients_item_2 .clients_item_2_box:first-child a:first-child {
    margin-right: 0.8vw;
}

.clients_item_2 .clients_item_2_box:first-child {
    margin-bottom: 0.8vw;
    overflow:  hidden;
}

.clients_item_3 a:first-child {
    margin-bottom: 0.8vw;
}

.clients_block img {
    width: 100%;
    display: block;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    opacity: .9;
}

.clients_block a:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.clients_block a {
    display:  block;
}

.clients_block > div {
    float:  left;
    margin-left: 0.8vw;
}

.clients_block > div:last-child {
    margin-right: 0;
}

.clients_block > div:first-child {
    margin-left: 0;
}

.owl_clients {
    padding-top: 60px;
    margin-bottom: 70px;
}

.owl_clients .owl-next {
    background: url(../img/arrow_clients.png) no-repeat;
    background-position: 0px 0px;
    position:  absolute;
    top: 14px;
    left: 66px;
    right:  0;
    margin:  0 auto;
    width: 31px;
    height: 16px;
    color: transparent;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    display: inline-block;
}

.owl_clients .owl-prev {
    background: url(../img/arrow_clients.png) no-repeat;
    background-position: 0px 0px;
    position: absolute;
    top: 14px;
    left: 0;
    right: 66px;
    margin: 0 auto;
    width: 30px;
    height: 16px;
    color: transparent;
    display: inline-block;
}

.owl_clients .owl-next:hover {
    background-position: -70px 0px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.owl_clients .owl-prev:hover {
    background-position: -70px 0px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

#price {
    padding-top: 90px;
    padding-bottom: 35px;
    text-align:  center;
}

#price h2 {
    font-family: 'PhillippScript';
    text-align: center;
    font-size: 53px;
}

.price_item {
    width: 368px;
    min-height: 880px;
    background: #f4f4f4;
    float: left;
    margin-right: 48px;
}

.price_item h3 {
    height: 67px;
    line-height: 67px;
    background: #fac37e;
    font-family: 'MuseoSansCyrl-500';
    font-size: 30px;
}

.price_block {
    overflow:  hidden;
    margin-top: 50px;
}

.price_item:last-child {
    margin-right: 0;
}

.price_item p {
    margin: 23px 27px 29px 27px;
    background: #fff;
    height:  58px;
    line-height: 58px;
    border-radius: 30px;
    font-family: 'MuseoSansCyrl-900';
    font-size: 22px;
}

.price_item ul li {
    text-align:  left;
    margin-left: 70px;
    margin-bottom: 10px;
    font-family: 'MuseoSansCyrl-100';
    font-size: 17px;
    position: relative;
}

.price_item ul li:before {
    content:  '';
    position:  absolute;
    left: -15px;
    top: 7px;
    width:  5px;
    height:  5px;
    background: #fac37e;
}

#price .container > p {
    margin-top: 65px;
    margin-bottom: 30px;
    font-size: 22px;
}

.price_item ul li span {
    font-family: 'MuseoSansCyrl-700';
}

#prosto {
    background: url(../img/prosto_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding-top: 158px;
    padding-bottom: 166px;
    position: relative;
    z-index: 2;
}

#prosto h2 {
    font-family: 'PhillippScript';
    text-align: center;
    font-size: 53px;
}

#prosto .btn {
    color: #fff;
    margin-top: 79px;
}

.prosto_block {
    margin-top: 38px;
}

.prosto_item .number {
    display: block;
    width:  60px;
    height:  60px;
    line-height: 56px;
    border: 2px solid #757575;
    border-radius: 50%;
    font-family: 'MuseoSansCyrl-900';
    float:  left;
    margin-right: 26px;
    font-size: 26px;
}

.prosto_item p {
    font-family: 'MuseoSansCyrl-100';
    text-align:  left;
    float:  left;
    margin-top: 13px;
    font-size: 18px;
}

.prosto_item {
    width: 674px;
    margin:  0 auto;
    overflow:  hidden;
    margin-bottom: 27px;
}

.prosto_item p span {
    display:  block;
    font-family: 'MuseoSansCyrl-300';
    font-size: 26px;
    margin-bottom: 5px;
}

.prosto_item:hover {
    cursor:  pointer;
}

.prosto_item:hover .number {
    background: #fac37e;
    border-color: #fac37e;
    color: #000;
}

.prosto_item:hover p span {
    color: #fac37e;
}

#maps {
    position: relative;
    color: #000;
    margin-top: -95px;
    position:  relative;
    z-index: 1;
}

.mapa {
    height: 765px;
}

.maps_block {
    padding-top: 152px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    z-index: 1;
    max-width: 513px;
    width: 100%;
}

.block_contacts {
    background: #fff;
    text-align:  center;
    padding: 47px 0 66px 0;
}

.block_contacts h2 {
    font-family: 'PhillippScript';
    text-align: center;
    font-size: 53px;
    line-height: 53px;
}

.block_contacts h3 {
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 30px;
	font-family: 'MuseoSansCyrl-700';
}

.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: 324px;
    height: 54px;
    line-height: 50px;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    margin-top: 31px;
    text-decoration: none;
    color: #000;
    font-family: 'MuseoSansCyrl-700';
    border-radius: 25px;
    border: 3px solid #fac37e;
    text-align: center;
}

footer {
    padding: 20px 0;
}

.header_title span {
    font-size: 14px;
    color: #adadad;
}

.header_title span a {
    color: #adadad;
}

footer .header_logo {
    margin-left: 186px;
    margin-top: 6px;
}

.special_box .btn {
    margin-left: 63px;
    margin-top: 75px;
}

#clients {
    padding-top: 40px;
    padding-bottom: 170px;
}

.prosto_item:last-child {
    margin-bottom: 0;
}

.zayavka_popap {
    color: #000;
    text-align: center;
    padding: 0 65px;
}

.zayavka_popap h2 {
    font-size: 36px;
    font-family: 'PhillippScript';
    margin-bottom: 0px;
}

.zayavka_popap p {
    font-size: 18px;
    margin-bottom: 15px;
}

.zayavka_popap input[type="text"], .zayavka_popap input[type="tel"] {
    width: 100%;
    display: block;
    height: 45px;
    padding: 20px 20px;
    font-weight: 300;
    margin-bottom: 15px;
    border: 3px solid #e0e0e0;
    border-radius: 26px;
    text-align: center;
    color: #000;
    font-family: 'MuseoSansCyrl-100';
    font-size: 16px;
}

.zayavka_popap input[type="submit"] {
    width: 100%;
    height: 45px;
    color: #000;
    font-size: 20px;
    display: block;
    border: none;
    margin-bottom: 25px;
    border-radius: 25px;
    font-family: 'MuseoSansCyrl-700';
    font-size: 18px;
    background: #fac37e;
    -webkit-box-shadow: 0px 3px 19px 4px #fac37e6b;
    -moz-box-shadow: 0px 3px 19px 4px #fac37e6b;
    box-shadow: 0px 3px 19px 4px #fac37e6b;
}

.zayavka_popap input[type="text"]:hover, .zayavka_popap input[type="tel"]:hover {
    cursor:  pointer;
    background: #e0e0e0;
}

.header_tel a:last-child:hover {
    text-decoration:  none;
}

.btn:hover, .block_contacts a:last-child:hover {
    background: #fac37e;
}

input[type="submit"]:hover {
    box-shadow: none !important;
}

.clients_item_3 img {
    height: 16.74vw;
}

.clients_item_1 img {
    height: 34.25vw;
}

.clients_item_2 .clients_item_2_box:first-child img {
    height: 16.66vw;
}

.clients_item_2 .clients_item_2_box:last-child img {
    height: 16.78vw;
}