/*
Theme Name: WPShopBiz
Theme URI: http://wpshop.biz/
Author: WPShop.biz
Author URI: http://wpshop.biz/
Description: New premium theme by WPShopBiz Team. Enjoy!
Version: 1.0
Text Domain: wpshopbiz
Domain Path: /languages/
Tags: wpshopbiz, premium, adaptive, flat

WPShopBiz is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/

body {
    background: #f9f9f9;
    font-size: 15px;
    font-family: 'PT Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover {
    color: #000;
}

.ajax {
    color: #017bc7;
    border-bottom: 1px dotted #017bc7;
    cursor: pointer;
}

.ajax:hover {
    color: #333;
    border-bottom: 1px dotted #333;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
}

h1, .h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
    
}

.circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}


.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}



.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}




.wpcf7 {
    text-indent: 0;
}


.btn-red {
    background: #ff7749;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.btn-red:hover {
    background: #ff8e54;
}

.btn-red:active {
    border: 1px solid #bb4a25;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}



/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  width: 1170px;
  max-width: none !important;
}







.header {
    height: 215px;
    border-bottom: 5px solid #65cff9;
    background: #fff;
}

.header-top {
    padding-top: 3px;
    height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAAIElEQVQIW2NQWXJVZfc3OGIAUUhCYD6SEIwPE0Lig4UA6RUstmmWIr8AAAAASUVORK5CYII=);
    color: #fff;
    text-align: center;
    letter-spacing: 0.55em;
    font-size: 15px;
}

.header-top h1 {
    font-size: 15px;
}

.header-bottom {
    position: relative;
}

.header-bottom .logo {
    position: absolute;
    top: 22px;
    left: 0px;
}

.header-bottom .address {
    position: absolute;
    top: 135px;
    left: 0px;
    font-size: 19px;
}

.header-bottom .phone {
    position: absolute;
    top: 35px;
    right: 0;
    text-align: right;
    font-size: 19px;
}

.header-bottom .phone-big,
#phoneRegion{
    /*font-size: 36px;*/
    font-size: 23px;
}

.header-bottom .phone p {
    margin-bottom: 0;
}

.header-bottom .phone a,
#phoneRegion{
    display: inline-block;
    margin: 3px -16px 0 46px;
    padding: 8px 19px;
    color: #017bc7;
    text-decoration: underline;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.header-bottom .phone a:hover,
#phoneRegion:hover{
    background: #ff7749;
    color: #000;
    text-decoration: none;
}

.header-bottom .phone-left {
    position: absolute;
    left: 65px;
}

.header-bottom .work-time {
    position: absolute;
    left: 550px;
    top: 35px;
    font-weight: bold;
    font-size: 17px;
}

.header-bottom .work-time p {
    font-weight: normal;
    margin-bottom: 20px;
}

.header-bottom .work-time-left {
    font-weight: normal;
    color: #999;
    display: inline-block;
    width: 55px;
}

.header-bottom p {
    font-size: 19px;
    color: #333;
}


.footer {
    padding: 0 20px;
    border-top: 7px solid #84d4f2;
    background: #37434e;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer .skype {
    color: #93e1ff;
}

.footer ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style: none;
}

.footer ul li {
    margin: 7px 0;
}

.footer ul li a {
    text-decoration: underline;
}

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

.footer_i {
    padding: 30px 70px 40px;
}

.footer ul li.footer-menu-header {
    text-transform: uppercase;
    margin-left: -20px;
    margin-top: 30px;
    margin-bottom: 8px;
}

.footer ul li.footer-menu-header:first-child {
    margin-top: 0;
}

.footer ul li.footer-menu-header a {
    text-decoration: none;
}



/* ==========================================================================
   Menu
   ========================================================================== */

.menu {
    padding: 0 0 8px;
    font-size: 15px;
    line-height: 16px;
}

.menu-box {
    float: left;
    margin: 0 1%;
    padding: 5px 15px 5px;
    width: 18%;
    height: 195px;
}

.menu-box:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.12);
    box-shadow: 0 0 5px rgba(0,0,0,0.12);
}

.menu-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-box ul li {
    padding: 7px 0;
}

.menu-box ul li:first-child a {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    height: 45px;
    border-bottom: 1px solid #67686b;
    color: #000;
    background: #84d4f2;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    border-radius: 5px;

}

.menu-box a {
    color: #000;
}

.menu .disable a:hover {
    text-decoration: none;
}



/* ==========================================================================
   Main
   ========================================================================== */

.bg {
    height: 390px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAAIElEQVQIW2M4f+b021ev4IgBiJGFQHxkISgfLoTgQ4QAfAZDEyPZ6nIAAAAASUVORK5CYII=);
}

.main {
    position: relative;
    padding: 20px 20px 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}



/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar {
    padding: 20px 0 15px 18px;
    border-left: 1px dashed #ff7749;
}

.widget {
    margin-bottom: 35px;
}

.widget-home-news a {
    text-decoration: underline;
}

.widget-home-news .media {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.widget-title, .widget-sub-title {
    position: relative;
    margin: 0 0 13px -28px;
    padding: 0 0 0 28px;
    font-size: 24px;
}

.widget-title:after, .widget-sub-title:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 9px solid #017bc7;
    border-left: 9px solid transparent;
    content: '';
}

.widget-sub-title {
    margin-top: 20px;
    border-bottom: 2px solid #84d4f2;
    font-size: 18px;
    padding: 0 0 0 28px;
}

.widget-title span {
    margin-left: -28px;
    padding: 3px 30px 3px 28px;
    background: #84d4f2;
    display: inline-block;
}

.widget-sub-title span {
    margin-left: -28px;
    padding-left: 28px;
    padding-right: 30px;
    background: #84d4f2;
    display: inline-block;
}

.widget-sub-title:after {
    bottom: -11px;
}



.widget-subscribe {
    background: #f2f2f2;
    margin-left: -18px;
    padding: 0 20px 20px 20px;
}

.widget-subscribe__big {
    font-size: 16px;
    font-weight: bold;
    background: #9ee5ff;
    text-align: center;
    background: #FFC773;
    padding: 10px 15px;
    margin: 15px 0 20px;
    color: #000;
}

.widget-subscribe .btn-red {
    font-size: 90%;
    letter-spacing: -0.03em;
}

.widget-subscribe .subscribe-form {
    background: none;
    margin: 0;
    padding: 0;
}


.widget-subscribe .subscribe-form:after {
    display: none;
}


/*
 * Widget Postition
 */

.widget-positions {
    width: 100%;
    border-bottom: 2px solid #84d4f2;
    margin-bottom: 30px;
}

.widget-positions td {
    padding: 3px 5px;
}

.widget-positions tr:last-child td {
    padding: 3px 5px 10px;
}

.widget-positions a {
    text-decoration: underline;
}

.widget-positions tr td:last-child {
    width: 70px;
}


/*
 * Widget Recommend
 */

.widget-recommend {

}

.widget-recommend img {
    margin: 20px 10px 15px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}


/*
 * Widget Welcome (home)
 */

.widget-welcome {
    position: relative;
    font-size: 17px;
    font-style: italic;
}

.widget-welcome .widget-text {
    width: 145px;
}

.widget-welcome img {
    position: absolute;
    top: 60px;
    right: -21px;
}


/*
 * Widget Search
 */

.widget-search {

}

.widget-search_i {
    border: 1px solid #017bc7;
    width: 337px;
}

.widget-search-text {
    outline: none;
    float: left;
    height: 40px;
    border: none;
    width: 275px;
    padding-left: 10px;
    font-size: 16px;
}

.widget-search-btn {
    outline: 0;
    float: left;
    width: 60px;
    height: 40px;
    border: none;
    background: #ff7749 url(images/widget-search-btn.png) center center no-repeat;
}

.widget-search-btn:hover {
    background-color: #f36b3d;
}

.widget-search-btn:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}


/*
 * Widget order
 */

.widget-order {

}

.widget-order .control-label {
    text-align: left;
    /*padding: 5px 10px 0 0;*/
    font-weight: normal;
    padding-right: 0;
    padding-top: 5px;
}



.widget-order .form-control {
    border: 1px solid #017bc7;
    font-size: 16px;
}


/*
 * Widget Social
 */

.widget-social {

}

.widget-social a {
    display: block;
    padding: 10px 0 10px 70px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
    background: url(images/widget-social-icons.png) left top no-repeat;
}

.widget-social a:hover {
    text-decoration: underline;
}

.widget-social .widget-social-youtube {
    background-position: left -50px;
}

.widget-social .widget-social-gplus {
    background-position: left -100px;
}

.widget-social .widget-social-vk {
    background-position: left -150px;
}

.widget-social .widget-social-fb {
    background-position: left -200px;
}

.widget-social .widget-social-ok {
    background-position: left -250px;
}


/*
 * Widget Projects
 */

.widget-projects .widget-project {
    display: none;
}

.sidebar-subcategory {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-subcategory li {
    margin-bottom: 4px;
}

.sidebar-subcategory a {
    color: #000;
    text-decoration: underline;
}

.sidebar-subcategory a:hover {
    text-decoration: none;
}



/* ==========================================================================
   Entry
   ========================================================================== */

.entry-title {
    text-indent: 30px;
}

.entry-content {
    text-indent: 30px;
}

.entry-content a {
    color: #ff7749;
}

.entry-content ul, .entry-content ol {
    text-indent: 0;
    padding-left: 25px;
}

.entry-content ul li, .entry-content ol li {
    margin-bottom: 3px;
}

.entry-content {
    margin-bottom: 30px;
}

.entry-content blockquote {
    font-size: inherit;
}

.entry-meta {
    color: #017bc7;
    font-style: italic;
    text-align: right;
    font-size: 16px;
    border-top: 2px solid #84d4f2;
    padding-top: 15px;
}

.entry-rating {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.related_post {
    list-style: none;
    margin: 0;
    padding: 0;
}

.related_post li {
    font-size: 16px;
    margin: 8px 0;
}

.breadcrumbs {
    padding-bottom: 10px;
}

.page-header {
    margin-top: 20px;
}




/* ==========================================================================
   Home
   ========================================================================== */

.slider {
    position: relative;
    margin-bottom: 20px;
    height: 275px;
    background: #84d4f2 url(images/slider.jpg) center center no-repeat;
}

.slider__header {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    /*left: 34px;*/
    right: 70px;
}

.slider__list {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 94px;
    /*left: 44px;*/    
    right: 200px;
    list-style-image: url(images/slider-list.png);
}

.slider__list li {
    padding-left: 10px;
    margin-bottom: 7px;
}

.slider__btn {
    position: absolute;
    /*left: 330px;*/
    right: 273px;
    top: 221px;
}

.slider__btn .btn {
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
}

.slider_size_small {
    background-size: cover;
    height: 214px;
}

.slider_size_small .slider__header {
    font-size: 25px;
    top: 20px;
    left: 20px;
}

.slider_size_small .slider__list {
    top: 75px;
    left: 0px;
    font-size: 18px;
}

.slider_size_small .slider__list li {
    padding-left: 0;
}

.slider_size_small .slider__btn .btn {
    font-size: 16px;

}

.slider_size_small .slider__btn {
    left: 185px;
    top: 155px;
}

.input-sm,
textarea.form-control {
    border: 1px solid #017bc7;
    font-size: 16px;
}

.form-group label {
    font-weight: normal;
}

.home-buttons {

}

.home-button {
    position: relative;
    display: block;
    float: left;
    padding-top: 15px;
    padding-left: 120px;
    width: 33%;
    height: 110px;
    border: 1px solid #fff;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.home-button:hover {
   /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAAIElEQVQIW2M4f+b021ev4IgBiJGFQHxkISgfLoTgQ4QAfAZDEyPZ6nIAAAAASUVORK5CYII=);*/
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    color: #67686b;
    text-decoration: none;
    font-weight: bold;
}

.home-button img {
    position: absolute;
    top: 10px;
    left: 15px;
}

.home-button a {
    background: #ff7749;
    color: #fff;
    padding: 3px 10px;
    display: block;
    width: 100px;
    margin-top: 5px;
    font-weight: bold;
}

.home-button a:hover {
    background: #ff8e54;
    text-decoration: none;
}

.home-button:hover img {
    width: 70px;
    height: auto;
    top: 15px;
    left: 20px;
    -webkit-transform: rotate(-45deg); /* IE9+ */
    -moz-transform: rotate(-45deg);  /* Firefox */
    -ms-transform: rotate(-45deg);  /* Opera */
    -o-transform: rotate(-45deg);  /* Safari & Chrome */
    transform: rotate(-45deg);
}

.home-title {
    text-transform: uppercase;
    font-size: 32px;
}


.home-title-services {
    text-transform: none;
    margin-top: 50px;
    margin-bottom: 25px;
}


.home-sidebar-thumb {
    border: 1px solid #eee;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.home-sidebar-thumb img {
    width: 50px;
    height: auto;
}


/*
 * Reasons
 */

.home-reasons {
    margin-bottom: 60px;
}

.home-reason {
    position: relative;
    padding-left: 108px;
    margin-bottom: 30px;
    min-height: 50px;
}

.home-reason-num {
    position: absolute;
    top: 0;
    left: 30px;
    width: 52px;
    height: 48px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background: url(images/home-reason-num.png) no-repeat;
}

.home-reason-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 3px;
}


/*
 * Services
 */

.home-services {

}

.home-services .home-title {
    margin-bottom: 27px;
}

.home-service {

}

.home-service-box {
    border: 10px solid #84d4f2;
    padding: 14px;
    margin-bottom: 34px;
}

.home-service-header {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    height: 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.home-service-header:after {
    content: '';
    background: url(images/home-services-title.png) no-repeat;
    width: 19px;
    height: 21px;
    display: block;
    position: absolute;
    right: -40px;
    bottom: 0;
}

.home-service-orange .home-service-box {
    border: 10px solid #fe875f;
}

.home-service-orange .home-service-header:after {
    background: url(images/home-services-title-orange.png) no-repeat;
}

.home-service-last {
    margin-top: 60px;
}



/* ==========================================================================
   Blog
   ========================================================================== */

.subscribe-box {
    padding: 0 0 15px 18px;
    /*border-left: 1px dashed #ff7749;*/
    margin: 30px 0;
    /*width: 534px;*/
}

.subscribe-form {
    position: relative;
    background: #f2f2f2;
    padding: 10px 20px 25px;
    /*background: #9ee5ff;*/
    /*margin: 0 0 13px -28px;*/
    /*padding: 18px 20px 18px 28px;*/
}

.subscribe-form .form-control {
    border: 1px solid #017bc7;
}

.subscribe-form:after {
/*    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 9px solid #017bc7;
    border-left: 9px solid transparent;
    content: '';*/
}

.subscribe-title {
    font-size: 16px;
    /*font-weight: bold;*/
}

/*
 * Comment form
 */

.comments-area {
    padding-left: 40px;
}

.comment-form .control-label {
    text-align: left;
    font-weight: normal;
}

.comment-form {
    width: 70%;
}

.comment-form .form-control {
    border: 1px solid #017bc7;
}

.comment-title {
    position: relative;
    margin: 0 0 13px -28px;
    padding: 0 0 0 28px;
    font-size: 24px;
}

.comment-title:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 9px solid #017bc7;
    border-left: 9px solid transparent;
    content: '';
}

.comment-title span {
    margin-left: -28px;
    padding: 3px 30px 3px 28px;
    background: #84d4f2;
    display: inline-block;
}

.comment-list, .comment-list .children {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.comment-list>li {
    padding: 15px 40px;
}

.comment-list .children li {
    padding: 15px 0 15px 25px;
}

.comment-list .thread-even {
    background: #ebebeb;
}

.comment-author .comment-name {
    color: #017bc8;
    text-transform: uppercase;
}

.comment-author .avatar {
    float: right;
}

.comment-meta {
    font-size: 12px;
    color: #5b5b5b;
}

.comment-list .reply {
    font-style: italic;
}

.cancel-comment-reply {
    margin-top: 20px;
}


/*
 * Archive
 */

.entry-meta-box {
    display: inline-block;
    padding: 7px 13px;
    margin-left: 20px;
    background: #84d4f2;
    font-size: 16px;
    font-style: italic;
    color: #017bc7;
}

.archive-post {
    padding-left: 240px;
    position: relative;
    min-height: 230px;
    margin-bottom: 90px;
}

.archive-post .entry-title {
    text-indent: 0;
    text-decoration: underline;
    font-size: 28px;
    margin-bottom: 30px;
}

.archive-post .entry-summary {
    font-size: 16px;
}

.archive-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 230px;
    overflow: hidden;
}

.archive-thumbnail img {
    max-width: 100%;
    height: auto;
}





/* ==========================================================================
   WPShopBiz
   ========================================================================== */

.wpshopbiz-scroll-top {
    display: none;
    position: fixed;
    bottom: 150px;
    left: 70%;
    cursor: pointer;
    white-space: nowrap;
    background: #fff;
    padding: 5px 15px;
    opacity: .8;
}

.wpshopbiz-scroll-top:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: .8;
}

.wpshopbiz-share-fixed {
    display: none;
    position: fixed;
    margin-left: -100px;
    width: 76px;
    padding: 10px 8px;
    top: 150px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.social-small {
    margin-bottom: 10px;
}

.social-small .wpshopbiz-share-fixed {
    position: relative;
    margin-left: 0;
    top: auto;
    width: auto;
    height: 100px;
}

.social-small .wpshopbiz-share-fixed .mb10 {
    float: left;
    margin-right: 25px;
}

.social-small .wpshopbiz-share-fixed .wpshopbiz-share-vk {
    float: left;
}

.wpshopbiz-share-vk {
    padding-left: 9px;
}




.paginator span strong, .paginator .current_page_mark {
    background: #266096 !important;
}





/* ==========================================================================
   Modal
   ========================================================================== */

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modal-dialog-narrow {
    width: 450px;
    margin-top: 100px;
}

.modal-title {
    position: relative;
    margin: 20px 20px 0 -24px;
    padding: 10px 0 10px 50px;
    background: #84d4f2;
    font-size: 18px;
}

.modal-title:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 9px solid #017bc7;
    border-left: 9px solid transparent;
    content: '';
}

.modal-body {
    padding-left: 40px;
    padding-right: 40px;
}

.modal-body .form-control {
    border: 1px solid #017bc7;
    font-size: 16px;
}

.modal-header .close {
    margin-top: -8px;
}

.modal-header {
    padding-bottom: 0;
    border-bottom: none;
}




/* Related Posts
   ========================================================================== */

.wp_rp_wrap {
    margin-top: 30px;
}




/* ==========================================================================
   jCarousel
   ========================================================================== */

.jcarousel-wrapper {
    margin: 20px 60px 0 60px;
    position: relative;
}


/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    height: 102px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.jcarousel li {
    float: left;
    margin: 0 5px;
    display: flex;
    flex-wrap: wrap;
}

.jcarousel ul li img {
    max-width: 115px;
    height: auto;
    align-self: center;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 35px;
    width: 28px;
    height: 46px;
    text-align: center;
    background: url(images/jcarousel-arrows.png) no-repeat;
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-next {
    right: -50px;
    background-position: right top;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    line-height: 14px;
    min-width: 14px;

    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;

    margin-right: 2px;

    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}


span.wpcf7-list-item {
    display: block;
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/g46X4VH_KHOWAAa-HpnGPhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/7dSh6BcuqDLzS2qAASIeuj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/lILlYDvubYemzYzN7GbLkIraN7vELC11_xip9Rz-hMs.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Caption'), local('PTSans-Caption'), url(https://themes.googleusercontent.com/static/fonts/ptsanscaption/v7/OXYTDOzBcXU8MTNBvBHeSfETNPRNVolBcF_UwjGq_RM.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Caption Bold'), local('PTSans-CaptionBold'), url(https://themes.googleusercontent.com/static/fonts/ptsanscaption/v7/Q-gJrFokeE7JydPpxASt21YMsrE0OGm1FPmk5XnVy_c.woff) format('woff');
}

.price {
  //margin: 30px;
  }

.price .b-title {
  font: 24px/28px 'PT Sans Caption', Arial, sans-serif;
  color: #010101;
  }

.b-title .strong {
  font: 24px/28px 'PT Sans Caption', Arial, sans-serif;
  font-weight: bold;
  }

.price-list {
  margin: 15px 0 0 0;
  padding: 0;
  }

.price-list .price-list-item {
  margin: 0 13px 0 0;
  padding: 0;
  border: none;
  list-style: none;
  display: block;
  width: 225px;
  float: left;
  background: none;
  }

.price-list .last {
  margin-right: 0;
  }

.price-list-item--header {
  height: 37px;
  width: 225px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  }

.price-list-item--header h2, .price-list-item--header .likeh2 {
  font: 15px/23px 'PT Sans Caption', Arial, sans-serif;
  font-weight: bold;
  line-height: 37px;
  color: #fff;
  }

.price-list-item--content {
  width: 225px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-top: none;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;

  }

.price-list-item--content .b-tariff-price {
  margin: 0;
  padding: 15px 0 0 0;
  font: 30px/40px 'PT Sans Caption', Arial, sans-serif;
  font-weight: bold;
  color: #313131;
  text-align: center;
  line-height: 30px;
  }

.price-list-item--content .b-tariff-in-month {
  font: 12px/18px 'PT Sans Caption', Arial, sans-serif;
  color: #313131;
  text-align: center;
  line-height: 12px;
  }

.price-list-item--content .options {
  margin: 10px 10px 0 0;
  padding: 0;
  }

.price-list-item--content .options .options-item {
  margin: 15px 0;
  padding-left: 35px;
  list-style: none;
  }

.price-list-item--content .options .tick {
  background: url("./images/tick.png") 10px 0px no-repeat;
  }

.price-list-item--content .options .stop {
  background: url("./images/stop.png") 10px 3px no-repeat;
  }

.price-list-item--content .options .request {
  background: url("./images/request.png") 10px 0px no-repeat;
  }

.price-list-item--content .options .spam {
  background: url("./images/spam.png") 10px 0px no-repeat;
  }

.price-list-item--content .options .add {
  background: url("./images/add.png") 10px 0px no-repeat;
  }

.price-list .corporation .price-list-item--header {
  background: #ff7749;
  }

.price-list .professional .price-list-item--header {
  background: #67686b;
  }

.price-list .basic .price-list-item--header {
  background: #84d4f2;
  }

.price-list .individual .price-list-item--header {
  background: #aeb6bb;
  }

.b-discounts {
  width: 450px;
  margin: 0 0 50px 0;
  }

.b-discounts .b-title {
  position: relative;
  margin: 0 0 10px 0;
  width: 450px;
  height: 30px;
  }

.b-discounts .b-discounts-content .b-discounts-list {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  }

.b-discounts-list .b-discounts-list-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  *display: inline;
  *float: left;
  list-style: none;
  vertical-align: middle;
  text-align: center;
  background: none;
  }

.b-discounts-list .b-discounts-list-item p {
  color: #000000;
  margin: 3px 0 0 0;
  font-size: 12px;
  }

.b-discounts-list .b-discounts-list-item .b-discount-title {
  font: 18px/27px 'PT Sans Caption', Arial, sans-serif;
  font-weight: bold;
  }

.b-discounts-list .little-discount {
  margin: 0 60px 0 0;
  width: 80px;
  }

.b-discounts-list .little-discount .b-round {
  display: inline-block;
  *display: inline;
  width: 60px;
  height: 60px;
  color: #000;
  font: 18px/27px 'PT Sans Caption', Arial, sans-serif;
  font-weight: bold;
  line-height: 60px;
  background: #84d4f2;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  }

.b-discounts-list .middle-discount {
  margin: 0 60px 0 0;
  width: 80px;
  }

.b-discounts-list .middle-discount .b-round {
  display: inline-block;
  *display: inline;
  width: 80px;
  height: 80px;
  color: #000;
  font: 24px/37px 'PT Sans Caption', Arial, sans-serif;
  font-weight: bold;
  line-height: 80px;
  background: #84d4f2;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  }

.b-discounts-list .big-discount {
  margin: 0;
  width: 100px;
  }

.b-discounts-list .big-discount .b-round {
  display: inline-block;
  *display: inline;
  width: 100px;
  height: 100px;
  color: #000;
  font: 30px/48px 'PT Sans Caption', Arial, sans-serif;
  font-weight: bold;
  line-height: 100px;
  background: #84d4f2;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  }

/* отзывы */
.testimonials-container {
    text-indent: 0px;
}
.testimonials-container hr {
    clear: both;
}

.testimonials-image {
   width: 300px;
}
.testimonials-text {
   width: 440px;
}

.testimonials-image,
.testimonials-text {
    padding: 0px 10px 20px 10px;
    float: left;
}
.testimonials-image {
    float: left;
}
    .testimonials-image img {
        width: 100%;
        border: 1px solid #D8D8D8;
    }

.testimonials-author {
    float: right;
}
.testimonial-video {
    float: left;
    width: 360px;
    padding: 10px 0 20px 0;
    margin-right: 10px;
}
    .testimonial-video iframe {
        margin-left: -20px;
    }

@media (max-width: 767px) {
    .testimonials-image {
        float: none;
        width: auto;
    }
    .testimonials-text {
        width: auto;
    }
    .testimonial-video {
        float: none;
        width: auto;
    }

    .slider{
        padding: 10px 15px 20px;
        height: auto;
    }
    .slider__header{
        position: static;
        width: 100%;
        margin-bottom: 15px;
    }
    .slider__list{
        position: static;
    }
    .slider__btn{
        position: static;
    }
}

.contact_form_on_page .h1 {
    padding: 3px 30px 3px 28px;
    background: #84d4f2;
    text-align: center;
}

.header-bottom .phone .phone-big a,
#phoneRegion{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    color: #333;
    text-decoration: none;
}
.header-bottom .phone .phone-big a:hover,
#phoneRegion:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
}


.table-seo {
    text-align: center;
    width: 100%;
    text-indent: 0;
    margin: 30px 0;
    font-size: 110%;
}

.table-seo a {
    font-weight: bold;
    color: #334d5c;
    text-decoration: none;
}

.table-seo span {
    display: inline-block;
    height: 46px;
    vertical-align: middle;
}

.table-seo a:hover {
    opacity: .8;
}

.table-seo img {
    display: block;
    margin: 10px auto 0;
}

.table-seo a:hover img {
    opacity: .8;
}

@media (max-width: 479px) {
    #vk_groups, #vk_groups iframe, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
      max-width: 229px;
      overflow: hidden;
    }

    .entry-content img {
        display: block !important;
        margin: 0 auto;
        width: auto !important;
        float: none !important;
        max-width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .header-bottom .work-time {
        left: 405px;
    }
    .header-bottom .logo, .header-bottom .address {
        left: 0 !important;
    }
}

@media (max-width: 1000px) {
    .header-bottom .work-time {
        display: none;
    }
}






.employees-text {
        text-indent: 0;
}











.portfolio-type {
    position: relative;
    margin: 0 0 13px -28px;
    padding: 10px 0 10px 28px;
    font-size: 24px;
}

.portfolio-type:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 9px solid #017bc7;
    border-left: 9px solid transparent;
    content: '';
}

.portfolio-type {
    background: #84d4f2;
    font-size: 18px;
    margin-bottom: 40px;
}

.portfolio-type span {
    cursor: pointer;
    border-bottom: 1px dotted #666;
    margin-right: 35px;
}

.portfolio-type span:hover {
    border: none;
}

.portfolio-type span.current {
    font-weight: bold;
    border: none;
}






.portfolio-box {
    margin-bottom: 45px;
}

.portfolio-box__image {
    width: 230px;
    float: left;
    margin-right: 16px;
}

.portfolio-box__image img {
    max-width: 100%;
    height: auto;
    /*border: 4px solid #84d4f2;*/
}

.portfolio-box__body {
    overflow: hidden;
}

.portfolio-box__more {
    display: inline-block;
    background: #ff7749;
    color: #fff;
    padding: 4px 40px;
}

.portfolio-box__more:hover {
    background: #f85720;
    color: #fff;
    text-decoration: none;
}

.portfolio-box__body dl {
    margin-bottom: 11px;
}

.portfolio-box__body .dl-horizontal dt {
    text-align: left;
    color: #666;
    font-weight: normal;
    border-bottom: 1px dotted #cfcfcf;
}

.portfolio-box__body .dl-horizontal dd {
    margin-left: 160px;
}

.portfolio-screenshot {
    margin-bottom: 30px;
}

.portfolio-screenshot img {
    max-width: 100%;
    height: auto;
    /*border: 4px solid #84d4f2;*/
}

.portfolio-info {
    margin-bottom: 35px;
}

.portfolio-info .dl-horizontal dt {
    text-align: left;
    color: #666;
    font-weight: normal;
    border-bottom: 1px dotted #cfcfcf;
    width: 230px;
}

.portfolio-info .dl-horizontal dd {
    margin-left: 230px;
}

.portfolio-filter {
    display: none;
    margin-top: -15px;
    margin-bottom: 35px;
}

.portfolio-filter span {
    cursor: pointer;
    border-bottom: 1px dotted #333;
    margin-right: 21px;
}

.portfolio-filter span.current {
    border: none;
}

.portfolio-filter strong {
    display: inline-block;
    width: 100px;
}





.entry-sub-pages {
    position: relative;
    margin: 0 0 13px -28px;
    padding: 10px 0 10px 28px;
    font-size: 24px;
}

.entry-sub-pages:after {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 9px solid #017bc7;
    border-left: 9px solid transparent;
    content: '';
}

.entry-sub-pages {
    background: #84d4f2;
    font-size: 18px;
    margin-bottom: 40px;
}

.entry-sub-pages a {
    margin-right: 25px;
    color: #333;
    border-bottom: 1px solid #777;
}

.entry-sub-pages a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.entry-sub-pages .current {
    font-weight: bold;
    border-bottom-color: transparent;
}








.slovar-box {
    margin-top: 20px;
}

.slovar-box ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}

.slovar-box ul li {
    margin: 7px 0;
}

.slovar-letter {
    background: #84d4f2;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 18px;
}





@media (max-width: 767px) {
    .portfolio-box__image {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }
    .portfolio-box__image img {
        max-width: 100%;
        height: auto;
    }
    .portfolio-box__body .dl-horizontal dd {
        margin-left: 0;
    }
    .portfolio-info .dl-horizontal dd {
        margin-left: 0;
    }
}







.city-order__box {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-indent: 0;
}

.city-order__img {
    height: 90px;
    margin-bottom: 10px;
}

.city-order__box img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.city-order__desc {
    font-size: 13px;
    margin-top: 8px;
}

.pseudo-link {
    color: #ff7749;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.5em !important;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}








/* ==========================================================================
   Discount 5 catch
   ========================================================================== */
.discount-catch {
  position: fixed;
  top: 300px;
  right: 50px;
  background: url(images/discount-5-catch.png) no-repeat;
  width: 98px;
  height: 98px; }

  .discount-catch-text {
  position: fixed;
  right: 32px;
  top: 410px;
  background: url(images/discount-5-catch-text.png) no-repeat;
  width: 131px;
  height: 20px; }

@media (max-width: 767px) {
    .discount-catch-text {
        display: none;
    }
}

.tremor {
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.1s tremor ease-out infinite; }

@-webkit-keyframes tremor {
  0%, 25% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50%, 100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }
@-moz-keyframes tremor {
  0%, 25% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50%, 100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }
@-ms-keyframes tremor {
  0%, 25% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50%, 100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }
@-o-keyframes tremor {
  0%, 25% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50%, 100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }
@keyframes tremor {
  0%, 25% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  50%, 100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }




.modal-brief .form-horizontal .control-label {
    font-weight: normal;
    padding-right: 0;
    text-align: left;
    text-indent: 0;
}



.map-mo {
    background: #f5f8f6;
    margin: 0 -20px 20px;
    padding: 10px 0 15px;
}

.map-mo__img {
    position: relative;
    width: 919px;
    margin: 0 auto;
}

.map-mo a {
    font-size: 13px;
    text-shadow: 0 0 3px #fff, 0 0 2px #fff, 0 0 1px #fff,0 0 3px #fff,0 0 4px #fff;
    position: absolute;
}

.map-mo__balas {top: 369px;left: 519px;}
.map-mo__voskr {top: 525px;left: 600px;}
.map-mo__vidno {top: 451px;left: 441px;}
.map-mo__dzerz {top: 435px;left: 418px;}
.map-mo__dmitr {top: 192px;left: 408px;}
.map-mo__domod {top: 477px;left: 495px;}
.map-mo__dolgo {top: 320px;left: 381px;}
.map-mo__dubna {top: 65px;left: 348px;}
.map-mo__egore {top: 503px;left: 687px;}
.map-mo__zhele {top: 388px;left: 509px;font-size: 12px !important;}
.map-mo__zhuko {top: 434px;left: 512px;}
.map-mo__ivant {top: 313px;left: 466px;font-size: 12px !important;}
.map-mo__istra {top: 334px;left: 261px;}
.map-mo__kashi {top: 685px;left: 553px;}
.map-mo__klimo {top: 511px;left: 403px;}
.map-mo__klinn {top: 194px;left: 273px;}
.map-mo__kolom {top: 594px;left: 639px;}
.map-mo__korol {top: 335px;left: 457px;}
.map-mo__kotel {top: 421px;left: 454px;}
.map-mo__krasz {top: 443px;left: 245px;}
.map-mo__krasg {top: 372px;left: 322px;}
.map-mo__lobny {top: 298px;left: 406px;}
.map-mo__lytka {top: 451px;left: 491px;font-size: 12px !important;}
.map-mo__lyubr {top: 405px;left: 480px;}
.map-mo__mojai {top: 467px;left: 131px;}
.map-mo__mytis {top: 347px;left: 440px;}
.map-mo__nahab {top: 349px;left: 308px;}
.map-mo__nogin {top: 339px;left: 581px;}
.map-mo__novos {top: 10px;left: 10px;}
.map-mo__odinc {top: 411px;left: 358px;}
.map-mo__pavlo {top: 380px;left: 687px;}
.map-mo__podol {top: 486px;left: 411px;}
.map-mo__protv {top: 672px;left: 373px;}
.map-mo__pushk {top: 296px;left: 471px;}
.map-mo__ramen {top: 455px;left: 575px;}
.map-mo__reuto {top: 374px;left: 477px;}
.map-mo__sergi {top: 200px;left: 500px;}
.map-mo__serpu {top: 651px;left: 386px;}
.map-mo__solng {top: 244px;left: 286px;}
.map-mo__stupi {top: 658px;left: 506px;}
.map-mo__tomil {top: 420px;left: 526px;font-size: 12px !important;}
.map-mo__fryaz {top: 322px;left: 547px;}
.map-mo__himki {top: 343px;left: 391px;}
.map-mo__cheho {top: 577px;left: 407px;}
.map-mo__shatr {top: 441px;left: 774px;}
.map-mo__shelk {top: 334px;left: 522px;font-size: 12px !important;}
.map-mo__elect {top: 367px;left: 604px;}
.map-mo__narof {top: 506px;left: 239px;}
.map-mo__likin {top: 406px;left: 644px;}
.map-mo__orehz {top: 360px;left: 706px;}

.map-mo__aprel {top: 464px;left: 283px;}
.map-mo__golic {top: 428px;left: 303px;}
.map-mo__ojere {top: 698px;left: 570px;font-size: 12px !important;}
.map-mo__peres {top: 166px;left: 527px;}
.map-mo__pushi {top: 681px;left: 449px;}
.map-mo__ruzza {top: 402px;left: 177px;}
.map-mo__elecg {top: 339px;left: 666px;}
.map-mo__volok {top: 296px;left: 111px;}
.map-mo__dedov {top: 334px;left: 310px;font-size: 12px !important;}
.map-mo__zelen {top: 312px;left: 301px;}
.map-mo__ozery {top: 672px;left: 620px;}
.map-mo__bronn {top: 525px;left: 497px;}
.map-mo__drezn {top: 388px;left: 643px;font-size: 12px !important;}
.map-mo__kubin {top: 459px;left: 207px;}
.map-mo__taldo {top: 67px;left: 417px;}
.map-mo__rosha {top: 415px;left: 836px;}
.map-mo__hotko {top: 224px;left: 488px;}
.map-mo__sherb {top: 468px;left: 418px;}
.map-mo__elugl {top: 404px;left: 561px;}
.map-mo__yahro {top: 214px;left: 405px;}
.map-mo__verea {top: 492px;left: 160px;}
.map-mo__vysok {top: 210px;left: 208px;}
.map-mo__zarai {top: 702px;left: 675px;}
.map-mo__zveni {top: 398px;left: 272px;}
.map-mo__kurov {top: 442px;left: 658px;}
.map-mo__luhov {top: 639px;left: 681px;}
.map-mo__mosko {top: 452px;left: 349px;font-size: 12px !important;}
.map-mo__chern {top: 297px;left: 558px;}
.map-mo__troic {top: 481px;left: 340px;}
.map-mo__stark {top: 353px;left: 579px;font-size: 12px !important;}
.map-mo__losin {top: 324px;left: 604px;font-size: 12px !important;}


.map-mo__form {
    position: absolute;
    top: 115px;
    right: 30px;
    width: 350px;
    padding: 5px 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 100;
}


@media (max-width: 991px) {
    .map-mo {

    }
    .map-mo:after {
        content: '';
        display: block;
        clear: both;
    }
    .map-mo a {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        float: left;
        width: 49%;
        margin-right: 1%;
        font-size: 13px !important;
        padding: 5px;
    }
    .map-mo__img {
        width: auto;
    }
    .map-mo__img img {
display: none;
    }
}

.accept-group {
    margin-bottom: 5px;
}

.accept-group p {
    text-align: center;
    width: 72%;
    display: inline-block;
}

.acceptBlock {
    width: 13%;
    display: inline-block;
    text-align: right;
}

.acceptBlock input {
    width: 20px;
    height: 20px;
    vertical-align: super;
}

.wigetblock input {
    width: 17px;
    height: 17px;
    vertical-align: baseline;
}

.wiget-block p {
    font-size: 10px;
}
.loyalty-item {
    min-height: 225px;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    align-items: center;
}
.loyalty-item img {
    display: block;
    margin: 0 auto;
}
.loyalty-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px
}

#imageContainer,
#outerImageContainer {
    max-width: 620px !important;
    max-height: 820px !important;
}
#lightboxImage {
    max-width: 600px !important;
    max-height: 800px !important;
}
#imageDataContainer {
    max-width: 620px !important;
}
#region{
    background-color: transparent;
    padding: 0 15px;
    border: none;
    border-bottom: 1px solid #000;
}
.popup {
    border: 1px solid #afafaf;
    padding-bottom: 4%;
    background: #fff;
}

/* city popup */
#overlay {
    z-index:3;
    position:fixed;
    background-color:#000;
    opacity:0.5;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
    display:none;
}

#popup_order {
    width: 400px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 0;
    border: none;
}

#popup_order #modal_close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #e20612;
    cursor: pointer;
    display: block;
}

#popup_order ul{
    column-count: 2;
    padding: 0;
    margin: 40px 0 20px;
}

#popup_order ul li{
    list-style: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    border-radius: 5px 0 0 5px;
}

#popup_order ul li a{
    text-decoration: none;
    display: block;
    color: #000;
}

#popup_order ul li a:hover{
    color: #fff;
    cursor: pointer;
}

#popup_order ul li:hover{
    border-radius: 5px;
    background: #0f6794;
    margin-left: 5px;
}

#popup_order ul li:nth-child(n+5):hover{
    border-radius: 5px;
    background: #0f6794;
    margin-right: 5px;
}

/* end city popup */