*:focus {
    outline: none;
}
a:focus {
    text-decoration:none;
}
.clear {
    clear: both;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #6d262a;
/*eeeff1*/
    background: #f0e9d9 url(../img/bg10.gif) repeat-x;
}

a {
color:#9d2545;
}

a:hover {
color:#9d2545;
}

ul {
    padding: 0;
    margin: 0;
}
.alignleft {
 display: block;
 float: left;
 margin-right: 10px;
 margin-bottom:10px
 padding: 9px;
 border: 1px solid #e6e8eb;
}
.alignright {

 display: block;
 float: right;
 margin-left: 10px;
 margin-bottom:10px;
 padding: 9px;
 border: 1px solid #e6e8eb;
}
.aligncenter,
.alignnone {
 clear: both;
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-bottom:10px;
 padding: 9px;
 border: 1px solid #e6e8eb;
}

/** Шапка **/

header {
//    height: 230px;
//    height: 195px;
    height: auto;
//    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
//    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
//    -webkit-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    margin-bottom: 40px;
}

header .top {
//    height: 70px;
//    line-height: 70px;
    height: 35px;
    line-height: 35px;
    position: relative;
    

}

header .top .licence {
    display: inline-block;
    padding-left: 21px;
    position: relative;
}

header .top .licence:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/icon-licence.png);
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0px;
}

header .top .callback {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #e41d30;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    margin-top: 15px;
    line-height: 40px;
    text-align: center;

    font-size: 13px;
}

header .top .callback:hover {
    background: #ff8642;
    text-decoration: none;
}

header .content {
    height: 120px;
    background: #fff;
	border-radius: 00px 00px 10px 10px;
}

header .content .logo {
    display: block;
    width: 245px;
    height: 120px;
    //margin-top:15px;
    background: url(../logomodern.jpg) 0 50% no-repeat;
}

@media (max-width: 991px) {
    header .content .logo {
        width: 100%;
        background-size: contain;
    }
}

header .content .top-menu ul {
    list-style: none;
    text-align: center;
    margin-top: 69px;

    position: relative;
    z-index: 1;
}

header .content .top-menu ul li {
    display: inline-block;
    margin-right: 22px;
    position: relative;
}

header .content .top-menu > ul > li {
    height: 35px;
}

header .content .top-menu ul li:last-child {
    margin-right: 0px;
}

header .content .top-menu ul li a {
    color: #000;
    text-decoration: none;
   
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

header .content .top-menu ul li a:hover {
    color: #e41d30;
}

header .content .top-menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 0 0 -15px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);

    transition: all 0.3s ease;
}

header .content .top-menu ul ul ul {
    top: 0;
    left: 100%;
    margin: 0 0 0 -15px;
}

header .content .top-menu ul ul li {
    margin: 0;
    padding: 0;
    text-align: left;
}

header .content .top-menu ul ul li a {
    display: inline-block;
    padding: 7px 0;
    width: 100%;
}

header .content .top-menu ul li.menu-item-has-children .chevron {
//    display: block;
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
//    content: '+';
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-size: 22px;
}
header .content .top-menu ul li.menu-item-has-children .chevron:hover {
    color: #f00;
    cursor: pointer;
}
header .content .top-menu > ul > li.menu-item-has-children  > a + .chevron {
//    right: -20px;
    top: 7px;
}


header .content .top-menu ul li.menu-item-has-children:hover > ul {
    display: block;
}

@media (max-width: 767px) {
    header .content .top-menu ul ul {
        display: none;
        position: relative;
        margin: 0;
//        padding: 15px 0;
        padding: 0;
        width: 100%;
        float: left;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    header .content .top-menu ul ul ul {
        position: relative;
        margin: 0 -15px;
        top: 0;
        left: 0;
        right: 0;
    }
    header .content .top-menu ul ul li {
        padding-right: 30px;
    }
    header .content .top-menu ul ul > li {
        padding-left: 15px;
    }
    header .content .top-menu ul ul ul > li {
//        padding-left: 30px;
    }
    header .content .top-menu > ul > li {
        height: auto;
        //min-height: 35px;
    }
    header .content .top-menu ul li,
    header .content .top-menu ul.sub-menu li {
        width: 100%;
        float: left;
    }
    header .content .top-menu ul.sub-menu li {
        line-height: normal;
    }    
    header .content .top-menu ul li.menu-item-has-children > a {
//        padding-bottom: 15px;
    }
    header .content .top-menu ul li.menu-item-has-children:hover > ul {
        display: none;
    }
    header .content .top-menu ul li.menu-item-has-children .chevron {
        display: block;
    }
    header .content .top-menu ul li.menu-item-has-children ul.sub-menu.active {
        display: block;
    }
}



header .top {
    background-color: #a94442;
}

header .top .top-menu {
    float: left;
    
}


header .top .top-menu ul {
    list-style: none;
    //text-align: center;
    //margin-top: 69px;

    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
}

header .top .top-menu ul li {
    display: inline-block;
    margin-right: 22px;
    position: relative;
}

header .top .top-menu > ul > li {
    height: 35px;
}

header .top .top-menu ul li:last-child {
    margin-right: 0px;
}

header .top .top-menu ul li a {
    color: #000;
    text-decoration: none;
   
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

header .top .top-menu > ul > li > a {
    color: #fff;
}
header .top .top-menu ul li a:hover {
    color: #e41d30;
}
header .top .top-menu > ul > li > a:hover {
    color: #ceceea;
}

header .top .top-menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 0 0 -15px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);

    transition: all 0.3s ease;
}

header .top .top-menu ul ul ul {
    top: 0;
    left: 100%;
    margin: 0 0 0 -15px;
}

header .top .top-menu ul ul li {
    margin: 0;
    padding: 0;
    text-align: left;
}

header .top .top-menu ul ul li a {
    display: inline-block;
    padding: 7px 0;
    width: 100%;
}

header .top .top-menu ul li.menu-item-has-children .chevron {
//    display: block;
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
//    content: '+';
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-size: 22px;
}
header .top .top-menu ul li.menu-item-has-children .chevron:hover {
    color: #f00;
    cursor: pointer;
}
header .top .top-menu > ul > li.menu-item-has-children  > a + .chevron {
//    right: -20px;
    top: 7px;
}


header .top .top-menu ul li.menu-item-has-children:hover > ul {
    display: block;
}

@media (max-width: 767px) {
    .language-switcher {
        position: absolute;
        top: 0;
        right: 15px;
    }
    header .top .top-menu ul ul {
        display: none;
        position: relative;
        margin: 0;
//        padding: 15px 0;
        padding: 0;
        width: 100%;
        float: left;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    header .top .top-menu {
        float: left;
        width: 100%;
    }
    header .top .top-menu > ul {
        float: left;
        width: 100%;
    }
    header .top .top-menu ul ul ul {
        position: relative;
        margin: 0 -15px;
        top: 0;
        left: 0;
        right: 0;
    }
    header .top .top-menu ul ul li {
        padding-right: 30px;
    }
    header .top .top-menu ul ul > li {
        padding-left: 15px;
    }
    header .top .top-menu ul ul ul > li {
//        padding-left: 30px;
    }
    header .top .top-menu > ul > li {
        height: auto;
        //min-height: 35px;
    }
    header .top .top-menu ul li,
    header .top .top-menu ul.sub-menu li {
        width: 100%;
        float: left;
    }
    header .top .top-menu ul.sub-menu li {
        line-height: normal;
    }    
    header .top .top-menu ul li.menu-item-has-children > a {
//        padding-bottom: 15px;
    }
    header .top .top-menu ul li.menu-item-has-children:hover > ul {
        display: none;
    }
    header .top .top-menu ul li.menu-item-has-children .chevron {
        display: block;
    }
    header .top .top-menu ul li.menu-item-has-children ul.sub-menu.active {
        display: block;
    }
    header .top .top-menu ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
        width: 100%;
        color: #fff;
    }
    header .top .top-menu ul li a:hover {
        color: #cacaea;
    }

    header .top .top-menu ul ul {
        background-color: transparent;
        border: none;
    }
    header .top .top-menu ul li.menu-item-has-children .chevron {
        color: #fff;
        cursor: pointer;
    }
    header .top .top-menu ul li.menu-item-has-children .chevron:hover {
        color: #f00;
    }

}






header .content .order-to-meet {
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    background: #384f87;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    margin-top: 55px;
    line-height: 50px;
    text-align: center;

    font-size: 13px;
}

header .content .order-to-meet:hover {
    background: #c1d547;
    text-decoration: none;
}

header .content {
    color: #6d262a;
}

header .content .phones {
 
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 33px;
    position: relative;
}
header .content .phones a {
    text-decoration: none;
    
}
header .content .phones span {
    font-size: 20px;
    color: #9d2545;    
}

header .content .phones i.glyphicon {
    font-size: 10px;
    color: #6d262a;
    border-radius: 50%;
    border: 2px solid #6d262a;
    padding: 3px;
    margin-right: 5px;
}
header .content .phones .callback {
    text-decoration: underline;
    font-size: 14px;
    //padding-top: 5px;
    margin-top: 10px;
    display: inline-block;

}
@media (max-width: 1199px) {
    header .content .phones {
        padding-left: 5px;
        margin-top: 35px;
        font-size: 14px;
    }
    header .content .phones span {
        font-size: 18px;
    }
    header .content .phones i.glyphicon {
        font-size: 8px;
        color: #6d262a;
        border-radius: 50%;
        border: 2px solid #6d262a;
        padding: 2px;
        margin-right: 5px;
    }

}
@media (max-width: 991px) {
    header .content .phones  {
        margin-top: 10px;
        text-align: left;
        font-size: 14px;
        position: relative;
    }
    header .content .phones i.glyphicon {
        font-size: 8px;
        position: absolute;
        top: 3px;
        left: -15px;
    }
    header .content .phones .callback {
        margin-top: 5px;
    }
}
header .content .address {
    padding-left: 25px;
    font-size: 16px;
    margin-top: 35px;
    position: relative;
    
}
header .content .address i.glyphicon {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1199px) {
    header .content .address {
        padding-left: 5px;
        font-size: 14px;
        margin-top: 35px;
        position: relative;
        
    }
    header .content .address i.glyphicon {
        font-size: 14px;
        position: absolute;
        top: 3px;
        left: -15px;
    }
}
@media (max-width: 991px) {
    header .content .address {
        margin-top: 10px;
    }
    header .content .address i.glyphicon {
        font-size: 16px;
        top: 5px;
    }
}
header .content .worktime {
    padding-left: 25px;
    font-size: 16px;
    margin-top: 35px;
    position: relative;
}
header .content .worktime i.glyphicon {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1199px) {
    header .content .worktime {
        padding-left: 5px;
        font-size: 14px;
        margin-top: 35px;
        position: relative;
        
    }
    header .content .worktime i.glyphicon {
        font-size: 14px;
        position: absolute;
        top: 3px;
        left: -15px;
    }
}
@media (max-width: 991px) {
    header .content .worktime {
        margin-top: 10px;
    }
    header .content .worktime i.glyphicon {
        font-size: 16px;
        top: 5px;
    }

}


.logo-text, .hamburger {
    display: none;
}

.tabs {
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}

.tabs__content {
    height: 0;
    overflow: hidden;
}

.tabs__content.active {
    height: auto;
    overflow: visible;
}

.tabs__caption {
    height: 60px;
}

.tabs__caption li {
    display: inline-block;
    width:100%;
    float: left;
    background: #384f87;
    height: 60px;
    line-height: 18px;
    text-align: left;
    font-size: 18px;
    color: #fff;
 
  padding-top:12px;
    padding-left:20px;
}

.tabs__caption li.active {
    background: #384f87;
    color: #fff;

}

.left-menu {
    background: #fff;
}

.left-menu ul {
    list-style: none;
    position: relative;
}

.left-menu > ul > li {
    height: 41px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e8eb;
}

.left-menu > ul > li:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.left-menu > ul > li > a {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    color: #272b2d;
    text-decoration: none;
    position: relative;
}

.left-menu ul li:hover > a {
    color: #384f87;
    text-decoration: none;
}

.left-menu > ul > li:last-child {
    height: 50px;
}

.left-menu > ul > li:last-child {
    border-bottom: 0 none;
}

.left-menu > ul > li .sub-menu {
    width: 877px;
    padding: 30px;
}

.left-menu > ul > li .sub-menu-wrapper {
    position: absolute;
    top: 0px;
    left: 262.5px;
    width: 0;
    background: #fff;
    transition: all 0.2s ease .15s;
    -o-transition: all 0.2s ease .15s;
    -ms-transition: all 0.2s ease .15s;
    -moz-transition: all 0.2s ease .15s;
    -webkit-transition: all 0.2s ease .15s;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    z-index: 999;
}

.left-menu > ul > li:hover .sub-menu-wrapper {
    width: 877px;
}

.left-menu > ul > li.level1-parent > a:after {
    content: "";
    display: block;
    width: 3px;
    height: 7px;
    background: url(../img/icon-dropdown-menu.png);
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    right: 0px;
}

.left-menu > ul > li.level1-parent:hover > a:after {
    background-position: -3px 0px;
}


/* списки второго уровня */

.sub-menu > li {
    display: inline-block;
    width: 272px;
    float: left;
    margin: 0 0 20px 0;
    padding-right: 30px;
}

.sub-menu > li > a {
    color: #343434;
    font-size: 13px;

}


/* списки третьего уровня */

.sub-menu > li > ul {
    margin-top: 10px;
}
.sub-menu > li > ul li {
    margin-bottom: 12px;
}
.sub-menu > li > ul > li > a {
    color: #787c7f;
    font-size: 13px;

}

a.top-block {
    display: block;
    text-decoration: none !important;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    height: 60px;
    font-size: 9px;

    color: #787c7f;
    text-transform: uppercase;
    text-align: center;
    padding-top: 18px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    margin-bottom: 30px;
}

a.top-block:hover {
    color: #fff;
    background: #e41d30;
}

a.top-block > div {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 40px;
}

a.top-block > div:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -3px;
    left: 0px;
}

a.top-block:hover > div:before {
    background-position: -30px 0px;
}

.heart:before {
    background: url(../img/top-block/1.png);
}

.gift:before {
    background: url(../img/top-block/2.png);
}

.cash:before {
    background: url(../img/top-block/3.png);
}

.doctor:before {
    background: url(../img/top-block/4.png);
}

.carousel {
    height: 275px;
	border-radius: 0px 0px 10px 10px;
    overflow:hidden;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    left: 0;
    background: transparent;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bxslider li {
    text-align: center;
}

.bx-wrapper img {
    max-width: 100%;
    display: inline-block;
    width: 100%;
}

.bottom-block > h2 {
    text-transform: uppercase;
    font-size: 24px;

    color: #343434;
    text-align: center;
    margin: 0;
    padding-top: 27px;
    padding-bottom: 32px;
}

.bxslider li > div {
    height: 90px;
    line-height: 90px;
}

.bx-wrapper .bx-controls-direction a {
    top: 50%;
    z-index: 100;
    cursor:pointer;
}

.bx-wrapper .bx-prev {
    left: 25px;
}

.bx-wrapper .bx-next {
    right: 25px;
}

.left-block {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
	
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}

.left-block img {
    display: block;
    margin: 0 auto; 
} 

.left-block h2 {
    text-transform: uppercase;
    font-size: 16px;

    color: #6d262a;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedfe3;
    margin: 0px;
    margin-bottom: 20px;
}

.left-block a {
    color: #9d2545;
    font-size: 14px;
    display: block;
    padding-top: 10px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.left-block a:hover {
    color: #6d262a;
    text-decoration: underline;
}

.left-block ul {
    list-style: none;
    margin-left: -20px;
    margin-right: -20px;
}

.left-block ul li {
    //margin-bottom: 10px;
}

.left-block ul li:last-child {
    margin: 0 ;
}
.left-block ul li a {
    padding: 7px 20px 7px 15px;
    border-left: 5px solid transparent;    
    transition: all 0.3s ease;
}
.left-block ul li.current-menu-item a,
.left-block ul li a:hover {
    background-color: #faf7f0;
    border-left: 5px solid #6d262a;
}


.left-block .menu {}

.left-block > a.green-btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #384f87;
    text-align: center;
    color: #fff;
    font-size: 12px;

    text-decoration: none;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    position: relative;
    margin-top: 40px;
    text-transform: uppercase;
}

.left-block > a.green-btn:hover {
    background: #c1d547;
}

.left-block > a.green-btn:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #dedfe3;
    position: absolute;
    left: 0;
    top: -20px;
}

.left-block > a.green-btnz {
    1display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    background: #fff;
    text-align: right;
    color: #222222;
    font-size: 12px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    position: relative;
    margin-top: 40px;
}

.left-block > a.green-btnz:hover {
    background: #fff;
}

.left-block > a.green-btnz:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #dedfe3;
    position: absolute;
    left: 0;
    top: -20px;
}

.left-block .post-date {
    font-size: 0.8em;
    color: #ccc;
    display: inline-block;
    width: 100%;
    
}
.left-block a:hover .post-date {
    color: #fff;
}


.content-block {
    display: block;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}

.content-block img {
    width: 100%;
	border-radius:10px;
}

a.content-block {
    border-radius: 10px;
}

.content-block .title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 60px;
    background: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-size: 14px;
border-radius: 0px 0px 10px 10px;
    color: #343434;
    width: 100%;
    text-align: center;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.content-block .title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.content-block .title span {
    display: inline-block;
    vertical-align: middle;
}

.content-block:hover .title {
 background: #a94442;
    color: #fff;
  border-radius: 0px 0px 10px 10px;
}

.content-block .border {
    border: 5px solid transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.content-block:hover .border {
    
	border: 1px solid #a94442;
    border-radius: 10px;
}

.content-block.big .title {
    height: 90px;
    font-size: 24px;
}

.content-block.wide .title {
    font-size: 18px;
}

.main-form {
    margin-top: 30px;
    background: #fff;
    padding: 20px 20px 10px 20px;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}

.main-form h2 {
    text-transform: uppercase;
    font-size: 16px;

    color: #e41d30;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedfe3;
    margin: 0px;
    margin-bottom: 20px;
}

.top-footer {
    background: #fff;
//    height: 140px;
    min-height: 140px;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);

    padding-top: 25px;
    padding-bottom: 25px;
}

.top-footer {
    font-size: 12px;
    color: #6d262a;
}

footer .logo {
    display: block;
    //width: 200px;
    width: 100%;
    //height: 70px;
    height: 55px;
    background: url(../logomodern.jpg) no-repeat;
    //margin-top: 32px;
}

footer .phones {
//    margin-top: 42px;
    //margin-top: 20px;
    //text-align: right;

    font-size: 16px;
    line-height: 1.2em;
      //font-weight: bold;
      margin-bottom: 5px;
}
footer .phones span {
    font-size: 20px;
    color: #a94442;
}

footer .address {
    font-size: 12px;
font-weight: normal;
}

footer .social {
    margin-top: 0;
}

.trihologia, .vtb {
    position: relative;
    margin-top: 40px;
}

.trihologia {
    padding-left: 63px;
}

.vtb {
    padding-left: 63px;
}

.trihologia:before {
    content: "";
    display: block;
    width: 29px;
    height: 41px;
    background: url(../img/trichology_logo_white.png);
    position: absolute;
    left: 0px;
    top: 5px;
}

.vtb:before {
    content: "";
    display: block;
    width: 56px;
    height: 35px;
    background: url(../img/vtb.png);
    position: absolute;
    left: -3px;
    top: 11px;
}

.ogrn {
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1em;
    color: aliceblue;
    
}

.copy {
    margin: 20px 0;
}

.social {
    margin-top: 40px;
}

.social a {
    display: inline-block;
    margin: 5px 5px 0 0;
}

footer {
    margin-top: 50px;
}

a.towide img {
    float: left;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

a.towide {
    display: block;
    //margin-top: 20px;
    float: right;
    text-decoration: none;
    color: #717170;
    font-family: 'arial';
    font-size: 12px;
}

a.towide:hover {
    text-decoration: none;
    color: #717170;
}

a.towide span {
    border-bottom: 1px solid;
}

.rqrd:after {
    content: "*";
    color: #f26c4f;
    font-size: 16px;

    position: absolute;
    top: -2px;
    left: 70px;
}

.main-form input {
    width: 200px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #d9dbdf;
    color: #787c7f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 10px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.main-form input:focus {
    border: 1px solid #8c8c8c;
}

.inp-wrp.date.focused:after {
    background: #8c8c8c;
}

.main-form textarea {
    border: 1px solid #d9dbdf;
    color: #787c7f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.main-form textarea:focus {
    border: 1px solid #8c8c8c;
}

.main-form span {
    font-size: 13px;
    color: #787c7f;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-form input[type="submit"] {
    width: 205px;
    height: 40px;
    line-height: 40px;
    border: 0 none;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
    background: #e41d30;
    text-transform: uppercase;

    float: right;
    margin-top: -30px;
}

.inp-wrp {
    float: left;
    margin-right: 20px;
    position: relative;
}

.inp-wrp.date {
    margin-right: 0px;
}

.inp-wrp.date img {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 11px;
    right: 11px;
    cursor: pointer;
}

.inp-wrp.date:after {
    content: "";
    display: block;
    background: #d9dbdf;
    width: 1px;
    height: 40px;
    position: absolute;
    top: 28px;
    right: 37px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.inp-wrp.date input {
    width: 147px;
    cursor: pointer;
}

.main-form .wpcf7-not-valid-tip {
    color: #f26c4f;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    width: 178px;
}

.main-form .info {
    color: #d3d4d6;
  
    font-style: italic;
    margin-top: 25px;
}

div.wpcf7-validation-errors {
    border: 0 none;
    color: #f26c4f;
    margin: 0px;
    padding: 0;
}
div.wpcf7-mail-sent-ok {
    border: 0 none;
    color: #18880d;
    margin: 0px;
    padding: 0;
}

#overlay {
    z-index: 9998;
    position: fixed;
    background-color: #eff0f1;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

#modal_form {
    display: none;
    width: 360px;
    height: auto;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -260px;
    margin-left: -180px;
    padding: 0px;
    opacity: 0;
    z-index: 9999;
}

#modal_form .main-form {
    margin-top: 0px;
    padding: 20px;
}

#modal_form .main-form h2 {
    text-align: center;
}

#modal_form .main-form .inp-wrp {
    float: none;
    margin-right: 0px;
    position: relative;
    width: 100%;
}

#modal_form .main-form input {
    width: 100%;
}

#modal_form .main-form input[type="submit"] {
    margin-top: 0px;
}

#modal_form .main-form input#timeFrom, #modal_form .main-form input#timeTo {
    width: 85px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

#modal_form div.wpcf7-validation-errors {
    margin-top: 110px;
}

div.wpcf7-validation-errors:before {
    content: "";
    clear: both;
    display: block;
}


#modal_form div.wpcf7-mail-sent-ok  {
    margin-top: 110px;
}

div.wpcf7-mail-sent-ok:before {
    content: "";
    clear: both;
    display: block;
}

#modal_form2 {
    display: none;
    width: 868px;
    height: auto;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -200px;
    margin-left: -434px;
    padding: 0;
    opacity: 0;
    z-index: 9999;
}

#modal_form2 .main-form {
    margin-top: 0px;
}

.main-form:after {
    content: "";
    display: block;
    clear: both;
}


/*close button */

#modal_close, #modal_close2 {
    cursor: pointer !important;
    text-decoration: none;
    color: grey;
    position: absolute;
    top: -30px;
    right: 0px;
    background: url(../img/close.png) 0 0 no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 9999;
}





.modal {
    //display: none;
    //width: 360px;
    //height: auto;
    background: #fff;
    //position: fixed;
    //top: 45%;
    //left: 50%;
    //margin-top: -260px;
    //margin-left: -180px;
    //padding: 0px;
    //opacity: 0;
    //z-index: 9999;
    border-radius: 0;
}
.modal .modal-content {
    border-radius: 0;
    
}
.modal .main-form {
    margin-top: 0px;
    padding: 20px;
}

.modal .main-form h2 {
    text-align: center;
}

.modal .main-form .inp-wrp {
    float: none;
    margin-right: 0px;
    position: relative;
    width: 100%;
}

.modal .main-form input {
    width: 100%;
}

.modal .main-form input[type="submit"] {
    margin-top: 0px;
}

.modal .main-form input#timeFrom, 
.modal .main-form input#timeTo {
    width: 85px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.modal div.wpcf7-validation-errors {
    //margin-top: 110px;
}

.modal div.wpcf7-validation-errors:before {
    content: "";
    clear: both;
    display: block;
}


.modal div.wpcf7-mail-sent-ok  {
    //margin-top: 110px;
}

.modal div.wpcf7-mail-sent-ok:before {
    content: "";
    clear: both;
    display: block;
}

.modal .modal_close {
    cursor: pointer !important;
    text-decoration: none;
    color: grey;
    position: absolute;
    top: -30px;
    right: 0px;
    background: url(../img/close.png) 0 0 no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 9999;
}
.modal .close {
    opacity: 1;
}

.modal .main-form .wpcf7-not-valid-tip {
    color: #f26c4f;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    background: #fff;
    width: auto;
}

.modal .main-form .info {
    color: #d3d4d6;
    font-style: italic;
    margin-top: 25px;
}


.blog-page,
.inner-page {
    background:#fff;
    padding: 20px;
	border-radius: 10px;

    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}


.inner-page p {
	font-size: 14px;
}
.inner-page strong{

    font-weight: bold;
    color: #555;
}

.blog-page:after{
    content:"";
    clear:both;
    display: block;
}
.crumbs {
    font-size: 11px;
    color:#9d2545;
    margin-bottom: 20px;
}
.crumbs a {
    color:#9d2545;
    text-decoration:underline;
}
.blog-top-links a.top-block {
    margin-bottom: 20px;
}
.blog-page .blog-header {
    height: 50px;
    border-bottom:1px solid #e6e8eb;
    margin-bottom: 30px;
}
.blog-page .blog-header h1 {

    font-size: 20px;
   
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.blog-page .blog-header ul {
    display:inline-block;
    list-style:none;
    float:right;
}
.blog-page .blog-header ul li {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
.blog-page .blog-header ul li:last-child{
    margin-right: 0;
}
.blog-page .blog-header ul li a {
    display: block;
    font-size: 10px;
    color:#787c7f;

    text-transform: uppercase;
    text-align: center;
    background: #eeeff1;
    padding:0 20px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.blog-page .blog-header ul li.current-cat a,
.blog-page .blog-header ul li a:hover{
    background:#e41d30;
    color:#fff;
    text-decoration:none;
}
.blog-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.blog-post:after{
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background:#e6e8eb;
    position: absolute;
    bottom:0px;
    left:0px;
}
.blog-post .blog-content:after{
    content: "";
    display: block;
    clear:both;
}
.blog-post a.image {
    display: block;
    position: relative;
    padding:9px;
    border:1px solid #e6e8eb;
    float:left;
}
.blog-post a.image .date {
    display: block;
    width: 80px;
    height: 30px;
    background:#e41d30;
    font-size: 13px;
    color:#fff;
    text-align: center;
    line-height: 30px;

    position: absolute;
    bottom:19px;
    left:9px;
}
.blog-post a.blog-title {
display: inline-block;
    color: #384f87;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 20px;
}
.blog-post a.blog-title:hover {
    color:#384f87;
    text-decoration: none;
}
.blog-post .blog-content {
    padding-left: 260px;
}
.wp-pagenavi {
    margin-top: -10px;
    float:right;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #eeeff1;
    color:#787c7f;

    font-size: 13px;
    text-align: center;
    line-height: 30px;
    border:0 none;
    padding:0;
    text-decoration:none !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 10px;
}
.wp-pagenavi a:hover{
    background: #e41d30;
    color:#fff;
}
.wp-pagenavi span.current {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #e41d30;
    color:#fff;

    font-size: 13px;
    text-align: center;
    line-height: 30px;
    border:0 none;
    padding:0;
    font-weight: normal;
    margin-right: 10px;
}


.blog-article h1{
    color:#343434;
    font-size: 20px;
    margin:0;

    margin-bottom: 25px;
}
.blog-article a.image {
    display: block;
    position: relative;
    padding:9px;
    border:1px solid #e6e8eb;
    float:right;
    margin:0 0 25px 30px;
}
.blog-article a.image .date {
    display: block;
    width: 80px;
    height: 30px;
    background:#e41d30;
    font-size: 13px;
    color:#fff;
    text-align: center;
    line-height: 30px;

    position: absolute;
    top:19px;
    right:9px;
}
.blog-article p {
    line-height: 25px;
}
  
}

.blog-article img {
    max-width: 100%;
    height: auto;
}

.doctor-card {
    background: #f8f9fc;
    padding: 20px;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}
.doctor-card:after{
    content:"";
    display: block;
    clear: both;
}
.doctor-card span.author {

    font-size: 18px;
    color: #343434;
    display: block;

}
.doctor-card img {
    display: block;
    position: relative;
    padding:9px;
    border:1px solid #e6e8eb;
    float:left;
    margin-right: 30px;
    background: #fff;
}
.doctor-info {
    padding-left:270px;
}
.doctor-name{

    font-size: 20px;
    color: #343434;
    display: block;

}
.doctor-info ul.specialist {
    list-style:none;
}
.doctor-info ul.specialist > li {
    display: inline-block;
    background:#fff;
    border:1px solid #eeeff1;
    vertical-align: top;
    width: 255px;
    padding-left: 20px;
    padding-top: 15px;
    min-height: 90px;
    color:#343434;

    font-size: 12px;
}
.doctor-info ul.specialist > li span {
    color:#787c7f;
    margin-bottom: 5px;
    font-size: 14px; 
    display: block; 

}
.doctor-info ul.specialist > li:first-child {
    font-size: 18px;
    margin-right: 20px;
}
.doctor-info ul.specialist > li > ul {
    list-style: disc;
    padding: 0 0 0 15px;
}
.doctor-level {
    display: inline-block;
    padding-left: 15px;
    height: 40px;
    background: #eeeff1;
    border:1px solid #eeeff1;
    line-height: 38px;
    color:#787c7f;
    font-size: 14px;
    margin:18px 0;
}
.doctor-level span {
    background: #fff;
    color:#343434;
    font-size: 14px;

    text-align: center;
    display: inline-block;
    width: 68px;
    margin-left: 15px;
}
.doctor-about {
    display: inline-block;
    width: 255px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#fff;
    font-size: 13px;

    background: #e41d30;
    text-transform:uppercase;
    text-decoration:none !important;
    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -ms-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease; 
     margin-right: 20px;
}
.doctor-about:hover{
    background: #ff8642;
    color:#fff; 
}
.doctor-priem{
    display: inline-block;
    width: 255px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#fff;
    font-size: 13px;

    background: #384f87;
    text-transform:uppercase;
    text-decoration:none !important;
    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -ms-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease; 
}
.doctor-priem:hover{
    background: #c1d547;
    color:#fff;
}
.comments {
    background:#fff;
    padding: 20px;
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}
.comments-header:after {
    content:"";
    display: block;
    clear:both;
}
.comments span.comments-title {

    font-size: 20px;
    color: #343434;
    display: block;
    margin-bottom: 25px;
    float:left;
}
.comments span.add-comment{
    float:right;
    width: 187px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 13px;

    background: #e41d30;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor:pointer;
}
.comments span.add-comment:hover {
    background: #ff8642;
    color: #fff;
}
.comments h2.comments-title {
    display: none;
}  
.comment-list .comment {
    border:1px solid #e6e8eb;
    margin-bottom: 30px;
    padding: 15px 20px;
}
.comment-list .comment br {
    display: none;
}
.comment-list .comment:last-of-type {
    margin-bottom: 0;
}
.comment-list .comment.depth-2 {
    margin-bottom: 0;
    border:0 none;
    background:#f8f9fc;
}
.comment-list .comment.depth-2 .comment-author,
.comment-list .comment.depth-2 .comment-meta {
    display: none;
}
.comment-author {
    color:#343434;
    font-size: 14px;

    float:left;
}
.comment-meta {
    float:right;
}
.comment-meta a {
    color:#b5b7b9;
    font-size: 11px;
}
.comment-list .comment p {
    clear: both;
    padding-top: 10px;
    border-top: 1px solid #dedfe3;
    display: block;
    margin-top: 30px;
    color:#787c7f;
    font-size: 14px;
    line-height: 20px;
}
.comment-list .comment.depth-2 p {
    margin-top: 0;
    padding-top: 0;
    border:0 none;
    margin-bottom: 0;
    position: relative;
}
.comment-list .comment.depth-2 p:before{
    content:"Ответ:";
    display: block;
    color:#b5b7b9;
    font-size: 14px;

}
.comment-author cite {
    font-style:normal;
}
.comment-author a {
    color:#000;
}
#commentform input {
    width: 200px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #d9dbdf;
    color: #787c7f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 10px;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
#commentform input:focus {
    border: 1px solid #8c8c8c;
}
#commentform textarea {
    border: 1px solid #d9dbdf;
    color: #787c7f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
#commentform textarea:focus {
    border: 1px solid #8c8c8c;
}
.comment-form-author,
.comment-form-email {
    display: inline-block;
}
.comment-form-author {
    margin-right: 15px;
}
.comment-reply-title {

    font-size: 20px;
    color: #343434;
    display: block;
    margin-bottom: 25px;
    margin-top: 0;
}
#commentform input[type="submit"] {
    width: 260px;
    height: 40px;
    line-height: 40px;
    border: 0 none;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
    background: #e41d30;
    text-transform: uppercase;

}
.comment-respond {
    margin-top: 30px;
    display: none;
}
.comment-awaiting-moderation {
    padding-top: 2px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    font-style: normal;
}
.doctor-list {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}
.doctor-list .doctor-card {
    background:#fff;
    padding:0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    box-shadow: none; 
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.doctor-list .doctor-card:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e8eb;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.doctor-list:after {
    content: "";
    clear: both;
    display: block;
}
.doctor-list h1 {

    font-size: 20px;
    color: #343434;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-bottom: 20px;
}
.doctor-list .text {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom:1px solid #e6e8eb;
}
.doctor-list .text p {
    line-height: 25px;
    color:#787c7f;
    font-size: 14px;
}

.doctor-page {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}
.doctor-page h1 {

    font-size: 20px;
    color: #343434;
    display: block;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0 !important;
}

.doctor-page .doctor-level {
    float:left;
}
.doctor-page ul.specialist {
    list-style: none;
    border-top: 1px solid #e6e8eb;
    padding-top: 30px;
    margin-top: 30px;
    float: left;
    width: 534px;
    padding-left: 0;
    margin-bottom: 0;
}
.doctor-page ul.specialist > li {
    display: inline-block;
    background:#fff;
    border:1px solid #eeeff1;
    vertical-align: top;
    width: 255px;
    padding-left: 20px;
    padding-top: 15px;
    min-height: 90px;
    color:#343434;

    font-size: 12px;
}
.doctor-page ul.specialist > li span {
    color:#787c7f;
    margin-bottom: 5px;
    font-size: 14px; 
    display: block; 

}
.doctor-page ul.specialist > li:first-child {
    font-size: 18px;
    margin-right: 20px;
}
.doctor-page ul.specialist > li > ul {
    list-style: disc;
    padding: 0 0 0 15px;
}
.doctor-page img {
    display: block;
    position: relative;
    padding: 9px;
    border: 1px solid #e6e8eb;
    float: right;
    margin-left: 30px;
    background: #fff;
    margin-bottom: 30px;
}
.doctor-post {
    clear:both;
    border-top:1px solid #e6e8eb;
    padding-top: 30px;
}
.doctor-page .doctor-post h2 {
    font-size: 18px;
    color:#343434;

    margin:0 0 20px 0;
    border-top: 0 none;
    padding-top: 0;
}
.doctor-post p {
    line-height: 25px;
    font-size: 14px;
    color:#787c7f;
    margin-bottom: 30px;
}
.doctor-post ul {
    padding: 0;
    margin: 0;
    line-height: 25px;
    font-size: 14px;
    color: #787c7f;
    padding-left: 20px;
    margin-bottom: 30px;
}
.inner-page .gallery a {
    display: block;
    padding: 9px;
    border: 1px solid #e6e8eb !important;
    width: calc(100% - 18px);
	margin: 0;
    float: none;
}
.inner-page .gallery.gallery-columns-2 a {
    width: calc(100% - 10px);
}

.inner-page .gallery img{
    margin:0;
    float:none;
    padding:0;
    padding: 0px;
    border: 0 none !important;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.inner-page .gallery .gallery-item{
    margin-top: 0 !important;
    margin-bottom: 20px;
}
.doctor-page h2 {
    font-size: 18px;
    color:#343434;

    margin:0 0 20px 0;
    border-top: 1px solid #e6e8eb;
    padding-top: 30px;
}
.inner-page ul,
.inner-page ol {
    padding: 0;
    margin: 0;
    line-height: 25px;
    font-size: 14px;

    
    padding-left: 20px;
    margin-bottom: 30px;
}
.inner-page .gray_bg{
    background: #f8f9fc;
    margin-left: -20px;
    margin-right: -20px;
    padding: 25px 20px;
}

.inner-page ol {
	list-style:none;
	counter-reset: myCounter;
}
.inner-page ol li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 30px;
}
.inner-page ol li:last-child {
	margin-bottom: 0;
}
.inner-page ol li:before {
	position: absolute;
	top:50%;
	margin-top: -10px;
	left:0;
	counter-increment: myCounter;
	content:counter(myCounter);
	color: #fff;
	background: #e41d30;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;

	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.inner-page ul.gray_bg {
    padding: 25px 20px 25px 40px;
}
.inner-page ul.gray_bg li {
	margin-bottom: 30px;
}
.inner-page ul.gray_bg li:last-child {
	margin-bottom: 0;
}
.sub-categories {
	list-style:none;
}
.sub-categories li {
	margin-bottom: 15px;
}
.sub-categories li a {
	font-size:14px;

	color:#343434;
}
.sub-categories li a:hover {
	color:#384f87;
}
.inner-page h2,
.inner-page h3, 
.inner-page h4, 
.inner-page h5, 
.inner-page h6 {
 color: #9d2545;
    font-size: 18px;
    margin: 0;

    padding: 2px 0 10px 0;
}
.inner-page h2.gray_bg,
.inner-page h3.gray_bg,
.inner-page h4.gray_bg,
.inner-page h5.gray_bg,
.inner-page h6.gray_bg {
	padding: 25px 20px 0 20px;
}
.inner-page .line {
	width: 100%;
	height: 1px;
	background:#eeeff1;
	margin-bottom: 25px;
}
#map {
	height: 500px;
	border:1px solid #eeeff1;
	padding: 9px;
}
#map > div {
	width: calc(100% - 18px) !important;
	height: calc(100% - 18px) !important;
}
.contacts {
	list-style:none;
	padding-left: 0 !important;
}
.contacts li {
	display: inline-block;
	width: 390px;
	border:1px solid #eeeff1;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 18px;
}
.contacts li:nth-child(2n+2) {
	margin-right: 0;
}
.contacts li span {
	font-size: 14px;
	color:#343434;

}
.contacts li a {
	color:#384f87;
	text-decoration:underline;
}
.inner-page table {
	border:1px solid #eeeff1;
    margin-bottom: 50px;
}
.inner-page table thead {
	background:#eeeff1;
}
.inner-page table thead td{
	padding:7px 20px;
}
.inner-page table td {
padding: 0px 20px;

    line-height: 25px;
    font-size: 14px;
    border: 1px solid #e6e8eb;
}
.inner-page table td a{ color: #787c7f; display: block; }

.inner-page table td a:hover{color:#384f87;}
.inner-page table td span {
	color:#343434;
	font-size: 14px;
	
}
.inner-page .info {
	color:#fb8c73;
	padding:25px 0;
	border:1px solid #eeeff1;
	text-align: center;
	
	font-size: 18px;
	margin-bottom: 25px;
}
.inner-page h1 {
color: #6d262a;
    margin: 0;
    
    margin-bottom: 25px;
}
.articles-page ul{
	list-style: none;
	padding-left: 0;
}
.articles-page ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}
.articles-page ul li:before{
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background:url(../img/article-icon.png);
	position: absolute;
	top:0;
	left:0;
}
.articles-page ul li a {
	display: block;
	
	font-size: 14px;
	
}
.articles-page ul li a:hover{
	color:#384f87;
	text-decoration:none;
}
.articles-page ul li:hover:before{
	background-position:-21px 0px;
}
.inner-page ul.top-sub-cats {
    float: right;
    border: 1px solid #e6e8eb;
    padding: 20px 20px 5px 20px;
    list-style: none;
    margin: 45px 0 20px 20px;
    width: 240px;
    line-height: 14px;
    position: relative;
    column-count: 2;
}
.inner-page ul.top-sub-cats:before{
	content:"Препараты по процедуре";
	font-size: 16px;
	color:#343434;
	
	position: absolute;
	top:-45px;
	left:0px;
}
.inner-page ul.top-sub-cats li {
	margin-bottom: 15px;
	margin-right: 10px;
}
.inner-page ul.top-sub-cats li:nth-of-type(2n+2){
	margin-right: 0;
}
.inner-page ul.top-sub-cats li a {
	color:#343434;
	font-size: 14px;
	text-decoration: none;
	text-decoration: underline;
}
.inner-page ul.top-sub-cats li a:hover {
	color:#384f87;
}
.bottom-block {
    margin-top: 30px;
    height: 275px;
    text-align: center;
    background: url(../img/slider-bg.png) top center no-repeat;
    box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -moz-box-shadow: 0px 3px 5px 0px rgba(206, 209, 213, 0.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
}
.bottom-block ul {
    display: inline-block;
}
.bottom-block ul li {
    display: inline-block;
    vertical-align: top;
}
.bottom-block ul li div {
    height: 90px;
    line-height: 90px;
}
.bottom-block ul li:nth-child(2){
        margin: 0 60px;
}
@media (max-width: 1199px) {
    .bottom-block ul li:nth-child(2) {
        margin: 0px 35px;
    }
	.contacts:after{
		content:"";
		clear:both;
		display: block;
	}
	.contacts li {
		float:left;
		width: 316px;
		height: 100px;
	}
	.doctor-page ul.specialist {
		width: 380px;
	}
	.doctor-page ul.specialist > li:first-child {
		margin-bottom: 20px;
	}
	.doctor-page img {
	    float: none;
   		margin-left: 0;
   		margin-bottom: 0;
   		margin-top: 30px;
	}
    .doctor-page .doctor-level {
        float: none;
    }
	.doctor-page ul.specialist {
		width: 100%;
	}
    header .content .phones {
//        margin-top: 50px;
//        margin-top: 30px;
        font-size: 14px;
    }
    header .content .phones span:before{
//        top:-1px;
    }
    header .content .order-to-meet {
    
        font-size: 12px;
    }
    header .content .top-menu ul li a {
        font-size: 13px;
    }
    header .content .top-menu ul li {
        /*margin-right: 36px;*/
		margin-right: 20px;
    }
    header .content .top-menu ul {
        margin-top: 73px;
    }
    .content-block .title {
        font-size: 11px;
    }
    footer .phones {
//        margin-top: 50px;
        margin-top: 20px;
        font-size: 16px;
    }
    footer .address {
        font-size: 12px;
    }
    .left-menu > ul > li:hover .sub-menu-wrapper {
        width: 727px;
    }
    .left-menu > ul > li .sub-menu-wrapper {
        left: 212.5px;
    }
    .left-menu > ul > li .sub-menu {
        width: 727px;
    }
    .sub-menu > li {
        width: 220px;
    }
    .tabs__caption li {
        font-size: 14px;
    }
    .carousel{
        height: 227px;
    }
    .doctor-info ul.specialist > li {
        width: 180px;
        padding-left: 15px;
    }
    .doctor-about,
    .doctor-priem {
        width: 180px;
    }
    .alignleft,
    .alignright, 
    .aligncenter,
    .alignnone {
        float:none;
        margin:0;
        margin-bottom: 20px;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 991px) {
    header .content .phones{
        font-size: 16px;
        //margin-top: 42px;
    }
    .bottom-block ul li {
        width: 125px;
    }
    .bottom-block ul li:nth-child(2) {
        margin: 0px 20px;
    }
    .bottom-block > h2 {
        padding-bottom: 10px;
    }
	.articles-page ul li:before {
		top:6px;
	}
	.contacts li {
	    float: none;
	    width: 100%;
	    height: 100px;
	}

	.doctor-page img{
		float:none;
	}
    .main-form input {
        width: 195px;
    }
    header .content .top-menu ul {
        margin-top: 20px;
        text-align: left;
    }
    header .content .top-menu ul li {
//        margin-right: 60px;
        margin-right: 16px;
    }
    #modal_form2 {
        width: 470px;
        margin-left: -235px;
    }
    #modal_form2 .main-form textarea {
        height: 60px;
    }
    .main-form .info {
        margin-top: 0;
    }
    .main-form input[type="submit"] {
        float: none;
        margin-top: 15px;
    }
    .social {
        /*float: right;*/
        margin-top: 20px;
    }
    .trihologia, .vtb {
        padding-left: 0;
        font-size: 12px;
        padding-top: 40px;
    }
    .trihologia:before, .vtb:before {
        top: -10px;
        left: 0;
    }
    footer .phones {
//        margin-top: 37px;
        margin-top: 20px;
    }
    footer .phones > span:first-of-type {
        margin-right: 20px;
    }
    .ogrn {
        margin: 0px 0 20px 0;
    }
    .top-footer {
//        height: 145px;
        min-height: 145px;

        padding-bottom: 10px;
    }
    .left-menu > ul > li:hover .sub-menu-wrapper {
        width: 507px;
    }
    .left-menu > ul > li .sub-menu {
        width: 507px;
    }
    .carousel {
        height: 153px;
    }
    .blog-page .blog-header {
        height: auto;
    }
    .blog-page .blog-header ul{
        float:none;
        display: block;
        margin-top: 15px;
    }
    .blog-page .blog-header ul li {
        margin-bottom: 10px;
    }
    .blog-post a.image {
        display: inline-block;
        float:none;
    }
    .blog-post .blog-content{
        padding-left: 0;
        margin-top: 15px;
    }
    .blog-post{
        padding-bottom: 20px;
    }
    .blog-article a.image {
        display: inline-block;
        float:none;
        margin:0 0 10px 0;
    }
    .doctor-info {
        padding-left: 0;
    }
    .doctor-card img {
        float:none;
        margin-bottom: 15px;
    }
    .doctor-info ul.specialist > li {
        width: 200px;
        padding-left: 15px;
    }
    .doctor-about,
    .doctor-priem {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .bottom-block {
        height: auto;
        background-size: cover;
        padding-bottom: 20px;
    }
    .bottom-block > h2 {
        font-size: 18px;
    }
    .bottom-block ul li:nth-child(2) {
        margin: 0;
    }
    .bottom-block ul li{
        width: 100%;
    }
    header .top .licence:before {
        display: none;
    }
    header .top .licence {
        display: block;
        padding-left: 0;
        position: relative;
        font-size: 11px;
        text-align: center;
    }
    header .top {
//        height: 90px;
        height: auto;
        min-height: 35px;
        line-height: normal;
//        padding-top: 10px;
        padding-top: 0;
        overflow: hidden;
    }
    header .top .top-menu {
        margin-top: 50px;
        //top: 50px;
        margin-bottom: 20px;
    }

    header .top .callback {
        margin-top: 10px;
    }
    header {
        height: auto;
        margin-bottom: 20px;
    }
    header .content {
        height: auto;
        padding-bottom: 15px;
    }
    .hamburger {
        //width: 42px;
        width: auto;
        //height: 42px;
        height: 35px;
        padding: 0px 15px;
        border: 0 none;
        display: inline-block;
        cursor: pointer;
        text-transform: none;
        margin: 0;
        //background: #fff;
        color: #fff;
        overflow: visible;
        transition: background 0.2s ease, border 0.2s ease;
        -o-transition: background 0.2s ease, border 0.2s ease;
        -ms-transition: background 0.2s ease, border 0.2s ease;
        -moz-transition: background 0.2s ease, border 0.2s ease;
        -webkit-transition: background 0.2s ease, border 0.2s ease;
        position: absolute;
        top: 0;
        //right: 60px;
        left: 0;
        background-color: transparent;
    }
    .hamburger:after {
        content: "Меню";
        position: absolute;
        //top: 12px;
        top: 9px;
        right: -42px;
        //color: #000;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    
    }
    .hamburger-box {
        width: 11px;
        height: 9px;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .hamburger-inner {
        display: block;
        top: 4px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 13px;
        height: 2px;
        //background-color: #000;
        background-color: #fff;
        position: absolute;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -4px;
    }
    .hamburger-inner::after {
        bottom: -4px;
    }
    .hamburger--arrow.clicked .hamburger-inner::before {
        -webkit-transform: translate3d(0px, 3px, 0) rotate(45deg) scale(1.2, 1);
        transform: translate3d(0px, 3px, 0) rotate(45deg) scale(1.2, 1);
    }
    .hamburger--arrow.clicked .hamburger-inner::after {
        -webkit-transform: translate3d(0px, -3px, 0) rotate(45deg) scale(1.2, 1);
        transform: translate3d(0px, -3px, 0) rotate(-45deg) scale(1.2, 1);
    }
    .hamburger--arrow.clicked .hamburger-inner {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        height: 0px;
    }
    header .content .logo {
        display: block;
        width: 100%;
        
        height: 80px;
        background: url(../logomodern.jpg) 50% 50% no-repeat;
        
    }
    header .content .phones {
            text-align: center;
    }
    header .content .phones span {
        //padding-right: 0;
    }
    header .content .phones span:before {
        //top: -3px;
    }
    header .content .phones i.glyphicon {
        display: none;
    }
    header .content .address {
        text-align: center;
    }
    header .content .address i.glyphicon {
        display: none;
    }
    header .content .worktime {
        text-align: center;
    }
    header .content .worktime i.glyphicon {
        display: none;
    }
    header .content .order-to-meet {
        height: 38px;
        line-height: 38px;
        margin-top: 30px;
    }
    .logo-text {
        display: block;
        position: absolute;
        /*top: 65px;*/
        top: 58px;
        left: 15px;
        font-size: 14px;
        color: #000;
    }
    header .content .top-menu ul li {
        display: block;
        margin-right: 0px;
        line-height: 40px;
        text-align: center;
    }
    .xs-menu {
        display: none;
    }
    header .content .top-menu ul li a {
        display: block;
    }
    .left-menu > ul > li .sub-menu-wrapper, .left-menu > ul > li.level1-parent > a:after {
        display: none;
    }
    a.top-block {
        margin-bottom: 0;
        line-height: 60px;
        padding-top: 0;
    }
    a.top-block > div:before {
        top: 50%;
        margin-top: -15px;
    }
    .tabs {
        margin-bottom: 25px;
    }
    .carousel {
        margin-top: 25px;
        height: auto;
    }
    .content-block.big .title, .content-block.wide .title {
        font-size: 16px;
    }
    .inp-wrp {
        margin-right: 5px;
    }
    .main-form input, .inp-wrp.date input, .main-form input[type="submit"] {
        width: 100%;
    }
    .top-footer {
        height: auto;
    }
    a.towide {
        float: none;
        position: absolute;
        top: 54px;
        left: 15px;
    }
    .trihologia:before, .vtb:before {
        top: 0;
    }
    .trihologia, .vtb {
        padding-top: 0;
        padding-left: 75px;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .social {
        //float: none;
        //margin-top: 0;
        //position: absolute;
        //top: -281px;
        //right: 15px;
    }
    footer {
        margin-top: 25px;
        position: relative;
        //padding-bottom: 70px;
        padding-bottom: 20px;
    }
    footer:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #eeeff1;
        position: absolute;
        top: 108px;
        left: 0px;
    }
    footer .logo {
        height: 50px;
        margin-bottom: 120px;
        margin-top: 15px;
    }
    footer .phones {
        //position: absolute;
        //top: -220px;
        //left: 15px;
        //top: -210px;
        //right: 15px;
        //text-align: left;
        
    }
    footer .logo-text {
        top: 53px;
    }
    #modal_form {
        width: 96%;
        left: 50%;
        margin-left: -48%;
        margin-top: 30px;
        top: 0 !important;
    }
    #modal_form div.wpcf7-validation-errors {
        margin-top: 0;
    }
    #modal_form2 {
        width: 96%;
        left: 50%;
        margin-left: -48%;
        margin-top: 30px;
        top: 0 !important;
    }
    .blog-post a.image img,
    .blog-article a.image img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .blog-article h1 {
        font-size: 18px;
        line-height: 22px;
    }
    .doctor-info ul.specialist > li {
        width: 100%;
        padding-left: 25px;
    }
    .doctor-info ul.specialist > li:first-child{
        margin-bottom: 15px;
    }
    .doctor-about,
    .doctor-priem {
        width: 100%;
    }
    .doctor-about {
        margin-bottom: 15px;
    }
    #commentform input,
    #commentform textarea,
    #commentform input[type="submit"] {
        width: 100%;
    }
    .comment-form-author {
        margin-right: 0px;
    }
    .comment-awaiting-moderation {
        margin-left: 0px;
        display: block;
    }
    .comments span.add-comment {
        float:none;
        display: block;
        margin-bottom: 15px;
    }
    .comments span.comments-title {
        float:none;
        margin-bottom: 15px;
    }
    .comment-meta,
    .comment-author {
        float:none;
    }
    .comment-list .comment p {
        margin-top: 15px;
    }
    .doctor-card img {
        max-width:100%;
    }
    .inner-page .gallery .gallery-item{
	    width: 50% !important;
	}
	.inner-page ul.top-sub-cats{
	    float: none;
	    margin: 55px 0 20px 0px;
	    width: 100%;
	}

}
#top {
  bottom: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0 none;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
    background: #a94442;
   /* text-transform: uppercase;*/

    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

#top:hover{
    background: #ff8642;
}


.blog-article #tab_container_5465 .wpsm_nav-tabs > li > a{ 

}
.blog-article #tab_container_5465 .tab-content {

}

.wpsm_nav.wpsm_nav-tabs{ 
    padding-left: 0px !important;
 }
 #tab_container_5465{
    margin-top: 20px;
 }

 .callback.fixed{
    display: block;
    width: 150px;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #e41d30;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    line-height: 40px;
    text-align: center;

    font-size: 13px;
    position: fixed;
    top: 45%;
    right: -55px;
    transform:rotate(90deg);
 }
 .order-to-meet.fixed{
    display: block;
    width: 150px;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #384f87;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    line-height: 40px;
    text-align: center;
    
    font-size: 13px;
    position: fixed;
    top: calc(45% + 160px);
    right: -55px;
    transform:rotate(90deg);
 }
 @media (max-width:767px) {
    .callback.fixed,
    .order-to-meet.fixed{
        display: none;
    }
 }
 .special1{
    background: url(../img/special1.jpg) top left no-repeat;
    position: relative;
    height: 381px;
    margin: 40px 0;
    padding-top: 50px;
    padding-left: 30px;
 }
 .special1 .title{
    color: #1a1a1a;
    
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    max-width: 325px;
 }
  .special1 .price{
    color: #000;
    
    font-size: 14px;
    margin-top: 15px;
  }
  .special1 .price span{
    color: #ffffff;
    
    font-size: 48px;
    display: block;
    line-height: 35px;
    margin-top: 20px;
  }
  .special1 .price i{
    color: #ffffff;
    
    font-size: 16px;
    font-style:normal;
  }
.popular{

}
.popular span{
    display: block;
    font-size: 16px;
    color:#1a1a1a;
    
    height: 40px;
    margin:0 14px;
    margin-bottom: 38px;
    position: relative;
}
.popular span:after{
    content:"";
    display: block;
    position: absolute;
    
    width: 100%;
    height: 1px;
    background-color: #e41d30;
    left:0px;
    bottom:-19px;
}
.popular span:before{
    content:"";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/plus.png);
    position: absolute;
    right: -40px;
    bottom: -29px;
}
.popular.last span:before{
    display: none;
}

.special-page .order-to-meet{
    background-color: #384f87;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color:#fefefe;

    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all 0.2s ease;
    margin: 25px 0;
}
.special-page .order-to-meet:hover{
    background: #c1d547;
}
.special-page i{
    color: #343434;
    
    font-size: 20px;
    line-height: 25px;
}
.special-page h4{
    font-size: 20px;
    color:#343434;
    
}
.special-page h2,
.special-page h3{
    font-size: 20px;
    color:#343434;

    margin: 20px 0;
    padding: 0;
}
.special-page ul {
    list-style:none;
    padding: 0;
    margin: 20px 0;
}
.special-page ul li{
    display: block;
    margin-bottom: 6px;
    padding-left: 28px;
    position: relative;
}
.special-page ul li:before{
    content:"";
    background: url(../img/check.png);
    width: 14px;
    height: 14px;
    position: absolute;
    left:0px;
    top:5px;
}
.special2{
    background: url(../img/special2.png) top left no-repeat;
    position: relative;
    height: 385px;
    margin: 40px 0;
    padding-top: 50px;
    padding-left: 30px;
    position: relative;
}

.special2 .title{
    color: #1a1a1a;
    
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    max-width: 325px;
}
.special2 .text{
    color: #000;
    
    font-size: 14px;
    font-weight: 900;
    line-height: 35px;
    max-width: 380px;
    margin-top: 15px;
}
.special2 .text span{
    
    font-size: 30px;
    color:#fff;
}
.special2 .text i{
    
    font-size: 12px;
    color:#fff;
    font-style:normal;
}

span.num{
    width: 98px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    display: block;
    background-color: #384f87;
    font-size: 36px;
    color:#ffffff;
    
}
.special-page .line{
    width: 100%;
    height: 1px;
    background-color: #dde5ac;
    max-width: 525px;
}
.special-page p{
    margin-bottom: 10px;
}

@media (max-width:1199px) {
    .popular span{
        height: 60px;
    }
    .special-page .alignright{
        float: right;
    }
    .special-page .line{
        max-width: 375px;
    }
}
@media (max-width:991px) {
    .popular span {
        height: auto;
        margin: 0 0 38px 0;
    }
    .popular span:before{
        display: none;
    }
    .special-page i{
        font-size: 16px;
    }
    .special-page .alignright{
        float: none;
    }
    span.num{
        margin-top: -99px;
        position: relative;
    }
}
@media (max-width:767px) {
    .special1{
        padding-right: 30px;
    }
    .special1 .title{
        font-size: 16px;
        line-height: normal;
    }
    .special-page .order-to-meet{
        font-size: 18px;
    }
    .special2{
        padding-right: 30px;
    }
    .special2 .title{
        font-size: 24px;
    }
    .special2 .text{
        font-size: 12px;
        line-height: 30px;
    }
}
.podpis{
    font-size: 14px;
    color:#fff;
    
    height: 40px;
    background-color: #f7ae86;
    line-height: 40px;
    text-align: right;
    position: absolute;
    bottom:0;
    width: 100%;
    left: 0;
    padding-right: 17px;
}
.podpis:before{
    content:"";
    background: url(../img/time.png);
    width: 25px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 8px;
}
.podpis:after{
    content:"";
    width: 459px;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.5;
    position: absolute;
    left:54px;
    top:20px;
}
@media (max-width:1199px) {
    .podpis:after{
        width: 312px;
    }
}
@media (max-width:991px) {
    .podpis:after{
        width: 81px;
    }
}
@media (max-width:767px) {
    .podpis:before,
    .podpis:after{
        display: none;
    }
    .podpis{
        text-align:left;
        padding-left: 27px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: normal;
        height: auto;
    }
}

.alert-text{
    font-size: 12px;
    clear: both;
}
.alert-text a{
    color: #787c7f;
    text-decoration: underline;
    
}   














.footer-policy {
	/*padding 15px;*/
	//text-align: center;
	//margin-top: 20px;
	//margin-bottom: 20px; 
}
.footer-policy p {
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
	.xs-menu {
		position: absolute;
		width: auto;
	}
	header .content .phones {
		/*font-size: 16px;*/
		//margin-top: 60px;
	}
	.top-footer {
		min-height: 140px;
		padding-bottom: 20px;
        margin-bottom: 20px;
		border-radius: 10px;
	}
	footer .phones {
		margin-top: 20px;
		font-size: 13px;
        text-align: center;
        
	}
    footer .address {
        text-align: center;
    }
    footer .social {
        //margin-bottom: 20px;
        text-align: center;
        
    }
	footer .logo {
		margin-top: 15px;
	}
	.footer-policy {
		//margin-top: 15px;
		//margin-bottom: 15px; 
	}
    footer .towide {
        display: none;
        
    }
}
@media (max-width: 767px) {
	.xs-menu {
		position: relative;
		width: inherit;
	}
	header .content .phones {
		/*font-size: 16px;*/
		//margin-top: 42px;
	}
	footer:before {
        display: none;
        
		content: "";
		width: 100%;
		height: 1px;
		background: #eeeff1;
		position: absolute;
		top: 100px;
		left: 0px;
	}
	footer .logo {
		height: 50px;
		margin-bottom: 10px;
        width: 100%;
        background-position: 50% 0;
        background-size: 100%;
	}
	footer .phones {
		//position: absolute;
		//left: 15px;
		//top: -53px;
		//right: 15px;
		//text-align: right;
		
	}
	.social {
		//float: none;
		//margin-top: 0;
		//position: absolute;
		//top: -80px;
		//right: 15px;
	}
	.social br {
		display: none;	
	}
	.social a{
		margin: 5px 0 0 5px;
	}
    .footer-copyright {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px; 
    }
    .footer-policy {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px; 
	}
}

@media (max-width: 579px) {
	footer:before {
		display: none;
	}
	.top-footer {
		text-align: center;
	}
	footer .logo-text {
		position: relative;
		top: 0;
		left: auto;
		right: auto; 
		text-align: center;
	}
	footer .logo {
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	footer .phones {
		position: relative;
		top: 0;
		left: auto;
		right: auto; 
		text-align: center;
	}
	footer .social {
		position: relative;
		top: 0;
		left: auto;
		right: auto; 
		text-align: center;
	}
	.footer-policy {
		margin-top: 15px;
		margin-bottom: 10px;
		padding-top: 5px;
	}
	.footer-policy:before {
        display: none;
        
		content: "";
		width: 100%;
		height: 1px;
		background: #eeeff1;
		position: absolute;
		top: 0;
		left: 0px;
	}
}

@media (max-width: 399px) {
	.logo-text {
		display: none;
	}
	header .content {
        padding-top: 10px;
    }
    header .content .logo {
		display: block;
        //width: 150px;
		width: 100%;
        //height: 65px;
		height: 54px;
		background: url(../logomodern.jpg) 50% 50% no-repeat;
        //background-size: cover;
		background-size: contain;
	}
	header .content .phones {
		//position: absolute;
		//top: -45px;
		//right: 15px;
		//left: 15px;
		
		//font-size: 12px;
		//text-align: center;
        line-height: 1.6em;
	}
	header .content .phones span {
		//display: inline;
		//padding-right: 1.5em;
	}
	header .content .phones br {
		//display: none !important;
	}

    header .content .address,
    header .content .worktime {
        padding: 0;
    }
    header .content .address br {
        display: inline-block !important; 
    }

}





.partners-wrapper {
    background-color: #fff;
    padding: 30px 15px;
    margin-top: 30px;
    //margin-bottom: 30px;
}

.partners-wrapper .slick-slider {
    margin-bottom: 0;
    text-align: center;
}
.partners-wrapper .slick-slider .slick-slide img {
    vertical-align: middle;
    display: inline-block;   
    float: none;
    margin: auto;
}
.slick-prev:before,
.slick-next:before{
    color: #6d262a;
}

.partners-slide {
    //display: table;
    //height: 100%;
}

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}


.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 1;
    
}


.slick-prev:before,
.slick-next:before {
    //font-family: 'slick';
    //font-size: 20px;
    //line-height: 1;
    //opacity: .75;
    //color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/slider-arrows.png);
    opacity: 1;
    color: transparent;
}
.slick-prev:before {
    background-position: 0 0;
}
.slick-prev:hover:before {
    background-position: 0 32px;
}

.slick-next:before {
    background-position: 32px 0;
}
.slick-next:hover:before {
    background-position: 32px 32px;
}





.footer-logos {
    text-align: left;
}
.footer-logo-item {
    display: inline-block;
    width: 30%;
    font-size: 8px;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-logo-item a {
    color: #000;
    text-decoration: none;
}
.footer-logo-item a {
    color: #666;
    text-decoration: none;
}
.footer-logo-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    
}
@media (max-width: 991px) {
    footer .logo {
        margin-top: 0;
        background-size: contain;
    }
    .footer-logos {
        text-align: right;
    }
    .footer-logo-item {
        width: 32%;
    }
}

@media (max-width: 479px) {
    .footer-logo-item {
        width: 100%;
    }
    footer .phones {
        line-height: 1.6em;
    }
    footer .phones br {
        display: inline-block !important;
    }
    footer .phones > span:first-of-type {
        margin: 0;
    }

    footer .address {
        line-height: 1.6em;
    }
    footer .address br {
        display: inline-block !important;
    }

    .ogrn {
        font-size: 22px;
    }
}


.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    border-top: 1px solid #faf7f0;
}

.table-hover>tbody>tr:hover {
    background-color: #faf7f020;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #faf7f080;
}

.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>th {
    background-color: #faf7f0;
}

.table-price {}
.table-price tbody th:last-child,
.table-price tbody td:last-child {
    text-align: right;
    
}

.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 2px solid #faf7f0;
    text-align: center;
}


@media (min-width: 768px) {
    .modal-dialog {
        margin: 80px auto;
    }
}

#wpadminbar {
//    display: none;
}