@font-face {
    font-family: 'Myriad Pro';
    src: url('/fonts/MyriadPro-LightSemiExt.eot');
    src: url('/fonts/MyriadPro-LightSemiExt.eot?#iefix') format('embedded-opentype'),
        url('/fonts/MyriadPro-LightSemiExt.woff2') format('woff2'),
        url('/fonts/MyriadPro-LightSemiExt.woff') format('woff'),
        url('/fonts/MyriadPro-LightSemiExt.ttf') format('truetype'),
        url('/fonts/MyriadPro-LightSemiExt.svg#MyriadPro-LightSemiExt') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('/fonts/MyriadPro-Regular.eot');
    src: url('/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('/fonts/MyriadPro-Regular.woff') format('woff'),
        url('/fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('/fonts/MyriadPro-BoldSemiCn.eot');
    src: url('/fonts/MyriadPro-BoldSemiCn.eot?#iefix') format('embedded-opentype'),
        url('/fonts/MyriadPro-BoldSemiCn.woff2') format('woff2'),
        url('/fonts/MyriadPro-BoldSemiCn.woff') format('woff'),
        url('/fonts/MyriadPro-BoldSemiCn.ttf') format('truetype'),
        url('/fonts/MyriadPro-BoldSemiCn.svg#MyriadPro-BoldSemiCn') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'franklin';
    src: url('/fonts/frg67_0-webfont.eot');
    src: url('/fonts/frg67_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/frg67_0-webfont.woff') format('woff'),
         url('/fonts/frg67_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

a {
    color: #081c29;
    text-decoration: underline;
}

body {
    background-color: #042439;
    font:normal 14px 'Myriad Pro', sans-serif;
    color:#484b4c;
}

.graphbg {
    background: url(/images/bg.jpg) no-repeat fixed;
    
}

.header-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
}

.logo {
    height: 138px;
    background: url(/images/logo.png) no-repeat center;
}

.social-instagram {
    width: 55px;
    height: 47px;
    background: url(/images/icon-instagram.png) no-repeat;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    opacity: 1;
}

.social-vk {
    width: 55px;
    height: 47px;
    background: url(/images/icon-vk.png) no-repeat;
    display: inline-block;
    margin-top: 15px;
    opacity: 1;
    
}

.social-instagram:hover, .social-vk:hover {
    opacity: 0.7;
}

.address {
    font: normal 18px 'franklin';
    color: #fff;
    margin-top: 25px;
}

.phones {
    margin-top: 40px;
    text-align: center;
    line-height: 20px;
}
.phones .number {
    font:bold 24px "franklin";
    color: #1f5e88;
}
.phones .number span {
    font:normal 23px "franklin";
    padding-right: 5px;
}
.phones .descr {
    font-size: 28px;
    text-transform: uppercase;
}

.phones .order {
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 3.464px 5.64px 0.36px rgba(70, 48, 37, 0.15);
    padding: 6px 20px 6px 20px;
    margin-left: 10px;
    font:bold 17px "franklin";
    color: #1f5e88;
    display: inline-block;
    border: 1px solid #1f5e88;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.order .descr {
    text-align: center;
    font:bold 19px "franklin";
    margin-bottom: 10px;
}
.order .descr span {
   font:bold 19px "franklin";
}

#topmenu {
    width: 1274px;
    height: 85px;
    margin: 10px auto 0 auto;
    padding: 8px 0 0 105px;
    background: url(/images/menu-bg.png) no-repeat;
    z-index: 5 !important;
    position: relative;
}

#topmenu li { display:inline; height:60px; padding-right: 53px; list-style:none; margin:11px 27px 0 0; float:left; position: relative; background: url(/images/menu-delimiter.png) no-repeat right 1px; }
#topmenu li:last-child { background: none; }
#topmenu li a { font:normal 20px 'franklin', sans-serif; color:#edb676; text-decoration:none; display:block; }
#topmenu li a:hover { color:#ddbe81;}
#topmenu li a.current ,#topmenu li a.walk  { color:#feaa48; }
#topmenu li ul { display:none; position:absolute; left:-10px; top:40px; padding:0; margin:0; z-index:100; }
#topmenu li:hover > ul { display:block; }
#topmenu li ul li { height:26px; margin:0 0 4px 0; padding: 0 !important; }
#topmenu li ul li, #topmenu li ul li a { float:none; }
#topmenu li ul li { _display:inline; /* for IE6 */ }
#topmenu li ul li a { width:220px; display:block; font:normal 18px "franklin", Tahoma, Geneva, sans-serif; color:#ddbe81 !important; text-transform:none; background:#173e56; padding:6px 6px 6px 9px !important; border-bottom:1px dashed #4c7187; }
#topmenu li ul li a :last-child { border-bottom:none !important;}
#topmenu li ul li a:hover {  color:#efad62 !important;}
#topmenu li ul li ul { display:none; }
#topmenu li ul li:hover ul { left:100%; top:0; }

.virtual {
    width: 133px;
    height: 60px;
    background: url("/images/tour-360.png") no-repeat;
    display: inline-block;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.virtual:hover {
    opacity: 0.7;
}

.sales{
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    position: relative;
    min-height: 440px;
    border: 4px solid #639bac;
}

.sales .text-zone {
    min-height: 150px;
    background: rgba(255, 255, 255, 0.8); 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 100px;
    padding: 30px;
}

.sales .text-zone .conditions {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 40px;
}

.sales .text-zone .disclaimer {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

.sales form input {
    height: 45px;
    background: rgba(255, 255, 255, 0.8); 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #fff !important;
    padding: 0 0 0 20px;
    margin-top: 25px;
    margin-right: 15px;
}

.sales form .sendbutton {
    border: none !important;
    width: 41px;
    height: 35px;
    background: url("/images/send2.png") no-repeat;
    display: inline-block;
    margin-right: 0px;
}

.sales form .sendbutton:hover, .sales form .sendbutton:focus {
    opacity: 0.8;
    outline: none !important;
}

.sales form input[type="text"]:focus {
    outline: none !important;
    border: 2px solid #89a3c2 !important;
}

.punktir {
    border-top: 2px dashed #92c0c6;
    padding-top: 15px;
    margin-top: 15px;
}

.contentzone {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background: #fff;
}

#about {
    padding-top: 15px;
    padding-bottom: 20px;
}

#about .text {
    font-size: 16px;
    margin-bottom: 10px;
}

#about h1 {
    font: italic bold 28px "Trebuchet MS", Arial;
    line-height: 30px;
    color: #e85128;
    margin: 25px 0 25px 0;
}

#about h3 {
    font: italic bold 21px "Trebuchet MS", Arial;
    line-height: 30px;
    color: #e85128;
    margin: 10px 0 10px 0;
}

h1.inners {
    font: italic bold 28px "Trebuchet MS", Arial;
    line-height: 30px;
    color: #e85128;
    margin: 25px auto 25px auto;
    text-align: center;
}

#about table {
    width: 100%;
}

#about table td {
    padding: 8px 5px;    
}

#about table td:nth-child(2), #about table td:nth-child(3) {
    width: 100px !important;
}

#about table tr.even {
    background: #e1e7ef;
}

.kk-obl {
    margin-top: 32px;
    border-radius: 14px;
}

#opinions {
    
}

#opinions h2 {
    font: italic bold 28px "Trebuchet MS", Arial;
    line-height: 30px;
    color: #e85128;
    margin: 25px 0 25px 0;
}

#opinions .op-text {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 15px;
}

#opinions .op-name {
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    color: #fdc55a;
}

.customPrevBtn {
    width: 39px;
    height: 129px;
    display: block;
    background: url("/images/button-prev.png") no-repeat;
    position: absolute;
    top: 23%;
    left: -60px;
    cursor: pointer;
    z-index: 5;
    opacity: 0.7;
}

.customNextBtn {
    width: 39px;
    height: 129px;
    display: block;
    background: url("/images/button-next.png") no-repeat;
    position: absolute;
    top: 23%;
    right: -60px;
    cursor: pointer;
    z-index: 5;
    opacity: 0.7;
}

.customPrevBtn:hover, .customNextBtn:hover {
    opacity: 1;
}

.addnew {
    color: #fff;
    font-size: 16px;
}

#gallery {
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 80px;
}

footer {
    padding-top: 36px;
    min-height: 110px;
}

footer .bottomaddress {
    font:300 18px "Myriad Pro";
    line-height: 24px;
    color: #ddbe81;
}

footer .bottomaddress a {
    color: inherit;
    text-decoration: underline;
}

footer .bottomaddress a:hover {
    text-decoration: none;
}

footer .payments {
    color: #ddbe81;
    margin-top: 4px;
    margin-bottom: 20px;
}

footer .callback {
    min-height: 45px;
    background: url("/images/icon-phone.svg") no-repeat 0 0;
    padding: 12px 0 0 59px;
    font-size: 21px;
    color: #ebbf4a;
    text-decoration: underline;
    display: inline-block;
}

footer .callback:hover {
    text-decoration: none;
}

footer .counter {
    width: 88px;
    height: 31px;
    display: inline-block;
}
footer .webdev { 
    height:50px; 
    display: inline-block;
    background:url("/images/astrum.png") no-repeat; 
    padding-left:60px; 
    font-size: 14px;
    text-decoration:none; 
    color: #ddbe81;
}

#map {
    min-height: 450px;
    width: 100%;
    background: #fff;
    border: 1px solid #5d667c;
    margin-bottom: 25px;
}

#feedbackform  { margin:40px 0 20px 0; float:left; position:relative; }
#feedbackform form label { width:130px; float: left; }
#feedbackform form label.error { width:300px; float: none; color:#c5303a; margin:6px 0 0 20px; vertical-align: top; }
#feedbackform form input { width:200px; height:24px; padding:5px; -webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px;}
#feedbackform form textarea { width:200px; height:118px; padding:5px; -webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px;}
#feedbackform form p { clear: both; }
#feedbackform form .submit { margin-left: 12em; }
#feedbackform form img { vertical-align:middle; margin:0 15px 0 0;}
#feedbackform form .btn { height:38px; width:286px; background:#e85128; border:none !important; -webkit-border-radius:9px; -moz-border-radius:9px; border-radius:9px; font-size:14px; color:#fff;}

a i {
    font-size: 40px;
    height: 50px;
    width: 50px;
    color: #659dc4;
    margin-right: 10px;
    padding-top: 8px;
}
    
a i:hover {
    opacity: 0.8;
    color: #e39500;
}

.centers {
    text-align: center;
}

.b-modal {
    position: relative;
    width: 300px;
    padding: 24px;
    background: #fff;
    border: 3px solid #bbb;
    border-radius: 10px;
}
.b-modal_close {
    position: absolute;
    right: 12px;
    top: 6px;
    font-weight: bold;
    color: #999;
    cursor:	pointer;
}
.b-modal_close:hover {
    color: #000;
}

#main_modal header p, #status_modal header p {
    text-align: center;
}

#main_modal input[type='text'], #main_modal textarea {
	border: none;
	font: 17px 'Ubuntu';
	height: 38px;
	padding: 2px 11px 3px;
	margin: 0 0 10px 0;
	outline: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.29);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.29);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.29);
}

input.error[type='text'], textarea.error {
	border:2px solid #ac4056 !important;
    background: #f5dada !important;
}

.order-form article input {
	margin-bottom: 17px;
	border:1px solid #d7d7d7;
	width: 245px;
	border-radius: 6px;
	padding-top:5px;
}
.order-form article textarea {
	width: 245px;
	height: 120px !important;
	border:1px solid #d7d7d7;
	border-radius: 6px;
	padding-top:15px;
}

.order-form .send-btn {
	margin-top: 15px;
}

.order-form .send-btn:hover {
	opacity:0.9;
}
.thanks header {
	padding: 28px 0;
	font-size: 22px !important;
	line-height:35px;
	color:#6a6767;
}
.orderButton {
	display:inline-block;
	text-decoration:none !important;
	width:166px;
	height:44px;
	background:url(../images/send.png) no-repeat 0 0;
	margin-left: 30px !important;
}
.orderButton:hover {
	
}
.order-form .address { 
    display: none;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #topmenu {
    width: 1018px;
    height: 68px;
    margin: 0 auto;
    padding: 2px 0 0 64px;
    background: url(/images/menu-bg-mini.png) no-repeat;
    z-index: 5 !important;
    position: relative;
    }
    #topmenu li { display:inline; height:60px; padding-right: 45px; list-style:none; margin:14px 17px 0 0; float:left; position: relative; background: url(/images/menu-delimiter.png) no-repeat right 2px; }
    #topmenu li a { font:normal 17px 'franklin', sans-serif; color:#ddbe81; text-decoration:none; display:block; }
    #topmenu li ul { display:none; position:absolute; left:-10px; top:35px; padding:0; margin:0; z-index:100; }	
    #topslide {
        margin-top: -33px;
        }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .header-wrap {
        margin-top: 40px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .header-wrap {
        margin-top: 0px;
    }
    .sales {
        border: none;
    }
    .address {
        margin-top: 45px;
        }
    .mobilecenter {
        text-align: center;
        }
    .customPrevBtn {
        top:40%;
        left: 10px;
        }
    .customNextBtn {
        top:40%;
        right: 10px;
        }
    .sales {
        background-size:cover !important; 
        }
    .sales form .sendbutton {
        margin-bottom: 20px;
        }
    .ph {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 5px;
        }
    .mobilenoround {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        }
    .counter {
        margin-top: 10px;
        margin-bottom: 20px;
        }
    .webdev {
        margin-bottom: 20px;
        }
    .payments {
        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .logo {
        background: url(/images/logo.png) no-repeat center 0 !important;
        min-height: 130px;
        }
    .phones {
        margin-top: 72px;
        }
    .address {
        font: normal 18px 'franklin';
        color: #1f5e88;
        margin-top: 25px;
        margin-bottom: 40px;
        }
    .mobilecenter {
        text-align: center;
        }
    .customPrevBtn, .customNextBtn {
        opacity: 0.5;
        }
}