/* FLOATING STYLE
-------------------------------------------------------------------------------*/
@-webkit-keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1,1);
                transform: scale(1,1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2,2);
                transform: scale(2,2);
        opacity: 0;
    }
}
@keyframes widgetPulse {
    50% {
        -webkit-transform: scale(1,1);
                transform: scale(1,1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2,2);
                transform: scale(2,2);
        opacity: 0;
    }
}
@-webkit-keyframes socialRotateBack {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes socialRotateBack {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes socialRotate {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes socialRotate {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.floating {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 66px;
    height: 66px;
    cursor: pointer;
    z-index: 100;
}
.floating .bg {
    position: absolute;
    top: -8px;
    left: -8px;
    height: 82px;
    min-width: 66px;
    width: calc(100% + 16px);
    border-radius: 50%;
    background: #00aeef;
    opacity: .2;
}
.floating.active .bg {
    background:#d6d6d6;
}
.floating .main_icon_wrapper {
    position: relative;
    height: 66px;
    border-radius: 50%;
    background: #00aeef;
}
.floating.active .main_icon_wrapper {
    background: #d6d6d6!important;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}
.floating .main_icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 19px;
    -webkit-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    opacity: 0;
    -webkit-animation: socialRotateBack .4s;
    animation: socialRotateBack .4s;
}
.floating.active .main_icon_wrapper .main_icon {
    display: none;
}
.floating .main_icon.active {
    opacity: 1;
}
.floating .effect {
    border: 1px solid #00aeef;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: widgetPulse infinite 1.5s;
            animation: widgetPulse infinite 1.5s;
}
.floating.active .effect {
    display: none;
}
.floating .floating_icons_wrapper {
    position: absolute;
    top: -300px;
   display: flex;
            justify-content: center;
  flex-direction:column;
        -ms-flex-align: center;
            align-items: center;
    width: 66px;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
}
.floating .floating_icons_close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 19px;
    -webkit-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    -webkit-animation: socialRotateBack .4s;
    animation: socialRotateBack .4s;
    opacity: 0;
}
.floating.active .floating_icons_close {
    display: block;
    -webkit-animation: socialRotate .4s;
    animation: socialRotate .4s;
    opacity: 1;
}
.floating .icon span {
    position: absolute;
    top: 50%;
    left: -5px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    background: #d3d3d3;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: center;
    -webkit-transform: translate(-100%,-50%);
    -ms-transform: translate(-100%,-50%);
        transform: translate(-100%,-50%);
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 0;
}
.floating .icon:hover span {
    opacity: 1;
}
.floating .icon {
    position: relative;
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.floating .icon.bitrix {
    background-color: #3ac8f5;
    background-image: url(../img/icons/bitrix24.svg);
}
.floating .icon.fb {
    background-color: #38659f;
    background-image: url(../img/icons/fb.svg);
}
.floating .icon.vk {
    background-color: #3871ba;
    background-image: url(../img/icons/vk.png);
}
.floating .icon.viber {
    background-color: #995aca;
    background-image: url(../img/icons/viber.png);
    background-size: 125%;
    background-position: 57% center;
}
.floating .icon.telegram {
    background-color: #2fc6f6;
    background-image: url(../img/icons/telegram.svg);
}
.floating .icon.whatsapp {
    background-color: #25D366;
    background-image: url(../img/icons/whatsapp.png);
    background-size: 65%;
}
.floating .icon.blank {
    background-color: #3ac8f5;
    background-image: url(../img/icons/blank.svg);
    background-size: 43%;
}
.floating .icon.chat {
    background-color: #3ac8f5;
    background-image: url(../img/icons/chat.svg);
    background-size: 43%;
}
.floating .icon.phone {
    background-color: #3ac8f5;
    background-image: url(../img/icons/phone.png);
    background-size: 43%;
}
/* floating END */

@font-face {
    font-family: "karlson";
  src: url(../fonts/karlson.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "karlson";
  src: url(../fonts/karlson.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "karlson";
  src: url(../fonts/karlson.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "karlson";
  src: url(../fonts/karlson.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: 'Open Sans',sans-serif;
    background: no-repeat center 700px, rgb(240,249,255); /* Old browsers */
    background: no-repeat center 700px, -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
    background: no-repeat center 700px, -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: no-repeat center 700px, linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
    overflow-x:hidden;
}

a {
    color: #000;
    outline: 0
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'karlson', sans-serif;
    color: #37ac3a;
}
h2{
    font-family: 'karlson', sans-serif;
    color: #37ac3a;
}
h3.main-title {
    font-size: 24px;
    margin: 20px 0 15px;
}

h2.title, h3.main-title:after {
    overflow: hidden;
    position: relative;
}
pre{
    font-size: 100%;
    font-family: 'Open Sans',sans-serif;
}
h2.title {
    text-align: center;
    margin: 10px 0 20px;
    font-weight: 600;
    font-size: 25px;
}

h2.title:after,h2.title:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 0;
    width: 342px;
    height: 2px;
    vertical-align: middle;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3db34d', endColorstr='#3db34d', GradientType=1)
}

h2.title:before {
    left: -10px;
    margin-left: -50%;
    background: 0 0;
    background: -moz-linear-gradient(left,rgba(205,3,3,0) 0,#cd0303 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(205,3,3,0)),color-stop(100%,#cd0303));
    background: -webkit-linear-gradient(left,rgba(205,3,3,0) 0,#cd0303 100%);
    background: -o-linear-gradient(left,rgba(205,3,3,0) 0,#cd0303 100%);
    background: -ms-linear-gradient(left,rgba(205,3,3,0) 0%,#cd0303 100%);
    background: linear-gradient(to right,rgba(205,3,3,0) 0,#cd0303 100%)
}

h2.title:after {
    left: 10px;
    margin-right: -50%;
    background: #cd0303;
    background: -moz-linear-gradient(left,#cd0303 0,rgba(205,3,3,0) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,#cd0303),color-stop(100%,rgba(205,3,3,0)));
    background: -webkit-linear-gradient(left,#cd0303 0,rgba(205,3,3,0) 100%);
    background: -o-linear-gradient(left,#cd0303 0,rgba(205,3,3,0) 100%);
    background: -ms-linear-gradient(left,#cd0303 0%,rgba(205,3,3,0) 100%);
    background: linear-gradient(to right,#cd0303 0,rgba(205,3,3,0) 100%)
}

h3.main-title {
    margin: 0 0 20px;
    height: 35px
}

h3.main-title a,h3.main-title p {
    position: relative;
    float: left;
    padding: 5px 18px;
    margin-right: 20px;
    color: #fff;
    background: #F25926;
    border-radius: 7px
}

h3.main-title a:hover {
    background-color: #F25926;
    text-decoration: none
}

h3.main-title:after {
    content: "";
    background: #fe0002;
    height: 3px;
    display: block;
    top: 14px
}

h2 {
    font-size: 20px
}

.top_info a,h3,header .site_name small {
    font-size: 18px
}

.top_info p,h4 {
    font-size: 16px
}

h5 {
    font-size: 14px;
    font-weight: 700
}

.yashare-auto-init {
    position: absolute;
    right: 0;
    top: 1em
}

.main_slider {
    margin-top: 10px
}

.main_slider .item {
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.main_slider .slick-next {
    right: 25px
}

.main_slider .slick-prev {
    left: 25px;
    z-index: 10
}

.top_info {
    min-height: 80px
}

.top_info a {
    color: #000
}

.top_info p {
    margin-bottom: 5px
}
#top{
    padding: 20px 0;
}
header #top .logo {
    cursor: pointer;
    z-index: 100;
    width: 100%;
    
}

header #top .logo img {
    max-width: 100px;
    width: 100%;
    margin: 0 auto
}
header h1{
    margin-bottom: 15px;
    font-size: 22px;
    color: #37ac3a;
}
header {
    background-size: 100% 100%;
    background-color: #fff
}

.container-m50 h2, #content h1 {
    color: #37ac3a;
}

#content,h3.main-title,header #top {
    position: relative
}

.form-item {
    margin-bottom: 10px;
    margin-left: 200px
}



header .site_name a:hover {
    color: #000;
    text-decoration: none
}

header .site_name big {
    font-size: 25px;
    color: #F25926;
    display: block;
    font-weight: 600;
    line-height: 30px;
}
.header-soc i{
    font-size: 38px;
}
.header-contacts ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-contacts li{
    margin-bottom: 7px;
}
.header-contacts .tel{
    padding-left: 40px;
}

.header-contacts i{
    padding-right: 5px;
}
.header-soc a{
    transition: all .2s;
}
.header-soc a:first-child{
    margin-right: 16px;
    
}
.header-soc a:hover{
   text-decoration: none;
   color: #008700;
}
header .site_name img {
    max-width: 100%
}

.site_name a:hover {
    text-decoration: none
}

.top_info {
    text-align: right;
    padding: 20px 0
}

nav.top-menu {
    background-color: #F25926;
}

#footer a:hover,nav.top-menu .navbar-nav>.nav-item>.nav-link {
    color: #fff
}

nav.top-menu .navbar-nav .nav-link:hover {
    text-decoration: underline
}

.top-menu .nav li ul.dropdown-menu a {
    text-align: left
}

.top-menu .dropdown-item:focus,.top-menu .dropdown-item:hover {
    color: #000;
    text-decoration: none
}

.top-menu .dropdown-item.active,.top-menu .dropdown-item:active {
    color: #fff;
    background-color: #207eb3;
}

.top-menu .nav li>ul.dropdown-menu li.dropdown a {
    color: #212529;
    padding: .25rem 1.5rem;
    white-space: normal
}

.top-menu .nav li>ul.dropdown-menu li.dropdown ul {
    top: 0;
    left: 100%;
    width: 100%;
    margin-top: -9px;
    margin-left: -2px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 0
}

.top-menu .nav li>ul .dropdown-toggle::after {
    transform: rotate(-90deg)
}

.top-menu .icons-dropdown {
    line-height: 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    background-color: #DC4310;
    color: #fff;
    border: 0;
    right: 0;
    z-index: 100;
    text-align: center
}

.container-m50 {
    padding-top: 25px;
    padding-bottom: 40px;
    background: #fff;
    margin-top: 2.125em;
    margin-bottom: 3.125em;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#content img {
    max-width: 100%;
    height: auto
}

.slider-list__item {
    height: 150px;
    display: flex !important;
}


ul.dostizh {
    padding-left: 0
}

.dostizh .slick-next:before,.dostizh .slick-prev:before {
    height: 60px;
    width: 25px
}

.dostizh .slick-dots {
    display: none!important
}

.dostizh .slick-next,.dostizh .slick-prev {
    top: 45%
}

.dostizh .slick-next {
    right: 0
}

.dostizh .slick-prev {
    left: 0
}

.dostizh .slick-slide img {
    margin: 0 auto;
    width: 100%
}

.dostizh .slick-dotted.slick-slider {
    padding: 0 20px
}

.date-one {
    color: #b9b9b9;
    font-size: 13px
}

a.video-item {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

a.video-item:focus,a.video-item:hover {
    text-decoration: none;
    color: #187ec3
}

.video-ctn {
    overflow: hidden;
    position: relative
}

.video-ctn.img-ctn img,div#content .video-ctn.img-ctn img {
    max-width: none;
    width: 100%;
    margin: 0
}

.video-item .video-ctn:after,.video-item:hover .video-ctn:after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.video-item .video-ctn:after {
    opacity: 0;
    background: linear-gradient(-45deg,#d000bf,#0b99bd)!important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.video-item:hover .video-ctn:after {
    opacity: .3;
    background: linear-gradient(-45deg,#0039d8,#0b99bd)!important
}

.video-description-many {
    height: 124px;
    overflow: hidden;
    font-family: Verdana,Geneva,sans-serif
}

.title-many {
    margin-top: 7px
}

.video-item:focus .play-icon-ctn,.video-item:hover .play-icon-ctn {
    opacity: 1
}

.video-item i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    color: #fff;
    font-size: 35px;
    opacity: 1
}

.f-social {
    padding-top: 8px;
    margin-bottom: 15px;
    height: 35px
}

.s-icon {
    background: url(../img/icons/f-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    background-position-y: 2px;
    background-position-x: 0;
    margin-right: 5px;
    font-size: 19px
}

.posts .dl-horizontal {
    margin-bottom: 1em;
    overflow: hidden
}

.posts .dl-horizontal dt {
    width: 75px;
    float: left
}

.posts .dl-horizontal dt img {
    width: 75px;
    height: 75px;
    padding: 2px;
    margin-top: 2px;
    border: solid 1px #ddd
}

.posts .dl-horizontal dd {
    margin-left: 80px;
    height: 75px;
    overflow: hidden
}

.posts .dl-horizontal dd p {
    margin: 0
}

.s-icon,ul.blog-tags a,ul.blog-tags li {
    display: inline-block
}

ul.blog-tags a {
    font-size: 13px;
    padding: 2px 7px;
    background: #f7f7f7;
    margin: 0 3px 6px 0
}

ul.blog-tags a i {
    color: #666;
    padding-right: .4em
}

.blog-item .media img {
    top: 3px;
    width: 54px;
    height: 54px;
    position: relative
}

.blog-item .media h3,.post-comment h3 {
    color: #72c02c;
    font-size: 21px;
    margin-bottom: 25px
}

.blog-item .media h4.media-heading {
    color: #555;
    font-size: 17px;
    position: relative
}

.blog-item .media h4.media-heading span {
    top: 3px;
    right: 0;
    color: #777;
    font-size: 12px;
    position: absolute
}

.blog-item .media h4.media-heading span a {
    color: #72c02c
}


.otdeleniya-item {
    margin-bottom: 20px;
}

.otdeleniya-item__title{
    text-align: center;
    margin: 10px 0px;
    line-height: 16px;
    font-size: 14px;
}

footer {
    width: 100%;
    margin-top: 2.5em;
    background: #F25926;
    border-top: .063em solid #b5b5b5
}

#footer {
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff
}

#footer ul {
    padding: 0
}

#footer li {
    list-style: none;
    padding-left: .5em;
    margin-bottom: .625em
}
.pol-c{
    display: block;
}
#footer a{
    color: #fff;
}


#footer h3 {
    border-bottom: .063em dotted #999;
    padding-bottom: .2em;
    margin-bottom: 1em
}

#footer .section-one .address,#footer .section-one .phone {
    padding-left: 1em;
    padding-bottom: .5em
}

#footer .section-one .search,#footer .section-three .search {
    width: 21em;
    height: 2.5em;
    background-size: 100%;
    margin-top: 1.25em;
    padding: 0 3.125em .188em 1.875em;
    font-size: .875em;
    color: #7b7b7b;
    border: 0
}
footer .section-one ul{
    padding: 0;
    margin: 0;
}
footer .section-one li{
    padding-left: 0!important;
}
footer .section-one h4{
    font-weight: bold;
}
.footer-soc{
    display: flex;
   
}
.footer-soc a:first-child{
    margin-right: 16px;
}
.footer-soc a:hover{
    text-decoration: none;
   color: #008700;

   transition: all .2s;
}
.footer-soc i{
    font-size: 38px;
}
#footer .section-two a {
    color: #000
}




#result,
.goto {
    display: none
}

.azs-contacts {
    width: 100%;
    height: 845px;
    position: relative;
}

.azs-contacts .container {
    position: relative
}
#map-down{
    display: none;
    position: absolute;
    font-size: 20px;
}
.azs-contacts__content {
    z-index: 2;
    position: absolute;
    top: 115px;
    left: 0;
    width: 445px;
    padding-bottom: 50px;
    background: url(../../img/bg-pattern.png);
    background-color: #fff;
    background-size: contain;
    background-position: 5px bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 250px rgba(0, 0, 0, .14)
}

.azs-contacts__wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 328px;
    margin: 0 auto
}

.azs-contacts__title {
    align-self: center;
    padding-top: 2.9375rem;
    font-size: 3.4375rem;
    font-weight: 700;
    text-align: center;
}

.azs-contacts__select {
    margin-top: 1.8125rem;
    margin-bottom: 1.8755rem;
    width: 100%;
    border: 2.5px solid rgba(0, 0, 0, .04);
    padding: 16px 40px 16px 1rem;
    font-size: 1.18rem;
    color: rgba(0, 0, 0, .5);
    background-image: url(../../img/icons/arrow-contacts.svg);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.azs-contacts-data {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0px 16px;
}

.azs-contacts-info {
    display: none
}

.azs-contacts-info.azs-info-active {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.azs-contacts-info__item {
    font-size: 1.25rem;
    max-width: 285px;
}

.azs-contacts-info__item:nth-of-type(odd) {
    font-weight: 700;
    padding-bottom: 6px;
    line-height: 25px
}

.azs-contacts-info__item:nth-of-type(even) {
    padding-bottom: 30px;
    line-height: 24px
}

.azs-contacts-list__title {
    padding-bottom: 7px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 27px
}

.azs-contacts-icons {
    width: 70%;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 1.0625rem;
    border-top: 1px solid #000;
    display: -webkit-box;
    display: flex;
    padding-bottom: 3.4375rem
}

.azs__pricelist {
    width: fit-content;
    font-size: 18px;
    line-height: 98.85%;
    margin-bottom: 25px;
}

.azs__pricelist td {
    padding: 5px 0px;
    color: rgba(0, 0, 0, 0.6);
}

.azs__pricelist th {
    font-weight: 500;
    padding: 5px 25px 5px 0px;
}


a.goto{
    display: none;
}
#result{
    display: none;
}
/* SELECT */

.select-block {
    display: block;
    width:100%;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}

.select-block--cont {
    margin-top: 1.5625rem;
    margin-bottom: 1.8755rem;
}

.select-block__input:before,
span.select-block__option:before {
    content: "";
    width: 80px;
    height: 38px;
    position: absolute;
    top: 3px;
    right: 3px;
    background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255,255,255,0)), color-stop(0.6, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
    background: -o-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
}

.select-block__input:after,
.select-block__option:first-child:after {
    content: "";
    width: 50px;
    height: 38px;
    position: absolute;
    top: 3px;
    right: 0px;
    background: url(../img/icons/arrow-select.png) right 18px center/16px 9px no-repeat;
}

.select-block--cont .select-block__input:before,
.select-block--cont span.select-block__option:before {
    width: 90px;
    height: 45px;
}

.select-block--cont .select-block__input:after,
.select-block--cont .select-block__option:first-child:after {
    width: 60px;
    height: 45px;
}


.select-block__option:first-child:after {
    margin-top: -2.5px;
    margin-right: -2.5px;
}

.select-block__input {
    border: 2.5px solid rgba(0, 0, 0, .04);
    height: 45px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    padding: 0 18px;
    white-space: nowrap;
    background-color: #fff;
    overflow: hidden;
    color: rgba(0, 0, 0, .75);
}

.select-block--cont .select-block__input {
    height: 52px;
    line-height: 47px;
    font-size: 22px;
    padding: 0px 25px;
    font-weight: 500;
}

.select-block__wrapper {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    border: 2.5px solid rgba(0, 0, 0, .04);
    background-color: #fff;
    z-index: 1;
}

.select-block__wrapper.active {
    display: block;
}

.select-block__option {
    position: relative;
    min-height: 38px;
    padding: 8.5px 17.5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.75);
    display: block;
}

.select-block--cont .select-block__option {
    font-size: 22px;
    line-height: 27px;
    padding: 9.5px 25.5px;
}

label.select-block__option:hover {
    background-color: #f5f5f5;
    color: #000;
}

.select-block__input b,
.select-block__option b {
    font-weight: 700;
}

.select-block__option input {
    display: none;
}








.blog-post-tags {
    position: relative;
    padding: 5px 0 8px;
    margin-bottom: 10px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee
}

.blog-post-tags ul {
    margin-bottom: 0
}

.blog-post-tags li {
    font-size: 14px;
    line-height: 14px
}

.blog-post-tags li i {
    color: #777;
    padding-right: .4em
}

.blog-medium h2 {
    margin-top: 0;
    line-height: 1.3
}

.blog-post-tags ul.blog-tags a {
    color: #555;
    font-size: 11px;
    display: inline;
    padding: 3px 7px;
    margin-right: 2px;
    background: #f4f4f4
}

.blog-post-tags ul.blog-tags a:hover {
    background: #3c9987;
    color: #fff
}

.posts .dl-horizontal dd a {
    font-size: .85em;
    color: #999;
    line-height: 16px!important
}

.posts .dl-horizontal dd a:hover {
    color: #72c02c;
    text-decoration: none
}

.btn-u:hover,.posts .dl-horizontal:hover dd a,.posts .dl-horizontal:hover dt img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.posts .dl-horizontal:hover dd a,.posts .dl-horizontal:hover dt img {
    color: #72c02c;
    border-color: #72c02c!important
}

ul.blog-tags a:hover {
    background: #3c9987
}

ul.blog-tags a:hover,ul.blog-tags a:hover i {
    color: #fff!important;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.blog-medium {
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px
}

.blog-medium .blog-info li,.recent-work a i {
    color: #777
}

.btn-u {
    border: 0;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 13px;
    position: relative;
    background: #207eb3;
    display: inline-block;
    color: #fff!important;
    text-decoration: none!important;
}

.btn-u:hover {
    color: #fff;
    background: #0c5782;
    text-decoration: none;
}


.btn-u-small {
    padding: 3px 12px
}

.document-link-block {
    padding: 10px 0 0;
    margin: 0
}

.document-link-block:first-child {
    padding-top: 0
}

.document-link-block-header {
    line-height: 20px;
    padding-bottom: 5px
}

.document-link-block-header img.icon-document-link {
    margin: 0 8px 2px 2px;
    padding: 0
}

.document-link-block-header span.document-info {
    font-size: 15px;
    color: #858e9b;
    padding-left: 10px;
    padding-right: 8px;
    border-left: 1px solid #616161
}

.document-link-block-body a {
    font-size: 16px
}

.document-link-block-body a:hover {
    text-decoration: underline
}

.document-link-block-header span.document-number {
    padding-right: 7px
}

#content .faculty-one ul,#content .faculty-three ul,#content .faculty-two ul,ul.document_categ {
    list-style: none;
    padding: 0
}

ul.document_categ li:before {
    content: url(../img/icons/folder_documents.png);
    left: 0;
    top: 6px;
    position: absolute
}

ul.document_categ li {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 20px 60px;
    position: relative;
    font-weight: 700
}

.document-link-block-body a,.media-link {
    color: #2e2f31;
    text-decoration: none
}

.form_expe .btn,.form_expe .btn:hover {
    border-radius: 0
}

.blog-medium a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.blog-medium a:hover {
    text-decoration: none;
    color: #187ec3
}

#footer img {
    max-width: 100%
}

.section-two .col-md-6.col-xs-12 {
    padding: 4px
}

#footer .section-two h3 {
    border: 0
}

.slick-list img {
    margin: 0 auto;
    max-width: 100%
}

.next,.prev {
    height: 30px;
    position: absolute;
    top: 64%;
    width: 16px;
    z-index: 1000;
    cursor: pointer;
    color: transparent;
    margin-top: -27px
}

.prev {
    background: url(../img/prew.png) left center no-repeat;
    left: 0
}

.next {
    background: url(../img/next.png) left center no-repeat;
    right: 0
}

input,input:active,textarea,textarea:active {
    outline: 0
}

:focus {
    outline: 0
}

input[type=text] {
    border: 0;
    height: 2em;
    margin-top: 4px;
    margin-left: 5px
}

.slider-inner .event {
    z-index: 999
}

.slider-inner .event i.date {
    display: block;
    color: #fff;
    font-size: 2.125em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    float: right;
    padding-top: .17em;
    -webkit-font-smoothing: antialiased
}

.slider-inner .event p.text {
    float: right;
    margin: .313em 1.375em 0 0;
    color: #fff;
    text-align: right;
    line-height: .938em
}

#content .faculty-one {
    margin-bottom: 30px
}

#content .faculty-one li,#content .faculty-three li,#content .faculty-two li {
    margin-bottom: .625em
}

#content .faculty-one a,#content .faculty-three a,#content .faculty-two a {
    line-height: .313em;
    color: #3c9987;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease
}

#content .faculty-one a:hover,#content .faculty-three a:hover,#content .faculty-two a:hover {
    color: #4dc5ac;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease
}

#content .faculty-one h4,#content .faculty-three h4,#content .faculty-two h4 {
    padding-top: 0;
    padding-bottom: 1em
}

#content .faculty-one h4 a,#content .faculty-three h4 a,#content .faculty-two h4 a {
    color: #404040!important;
    line-height: 1em;
    text-decoration: none
}

#content h1.faculty-one,#content h1.faculty-three,#content h1.faculty-two {
    padding-top: .375em;
    padding-left: 3.125em;
    width: 100%;
    height: 2.5em;
    color: #3c9987
}

.separator,.separatortop {
    width: 100%;
    height: 2.5em;
    background-size: 100% 2.5em
}

.separator {
    background: url(/img/separator.jpg) no-repeat center;
    margin-top: 1.25em
}

.separatortop {
    background: url(/img/separatortop.jpg) no-repeat center;
    margin-top: 0
}

.prem p {
    font-size: 15px
}

#content .director {
    position: relative;
    height: 21.875em
}

#content .director .directortext {
    background: #ffa400;
    height: 16.5em;
    margin-bottom: 1em;
    color: #fff;
    position: relative;
    padding: .25em 1.563em 0 1.6em;
    -moz-border-radius: .625em;
    -webkit-border-radius: .625em;
    -khtml-border-radius: .625em;
    border-radius: .625em
}

img.dirimg {
    margin-left: 1.4em
}

#content .director p {
    line-height: 1.4em
}

#content .director h2 {
    margin-bottom: .313em
}

#content .director p.name {
    position: absolute;
    left: 200px;
    font-size: 18px;
    display: block
}

#content .director .more {
    width: 9.438em;
    height: 1.563em;
    position: absolute;
    top: 13.4em;
    right: 1.563em;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    text-align: center;
    font-size: .875em;
    color: #157fc4;
    text-shadow: .063em .063em 0 #e7fdfa;
    text-transform: uppercase;
    padding-top: .313em;
    cursor: pointer;
    float: left
}

#content .director .more:hover {
    color: #3f978c
}

#content .banner {
    width: 100%;
    border-radius: .313em;
    -webkit-border-radius: .313em;
    -moz-border-radius: .313em;
    -o-border-radius: .313em
}

.recent-work a {
    text-align: center;
    background: #fcfcfc;
    display: inline-block
}

.recent-work a:hover,.thumbnail-style a.btn-more:hover {
    text-decoration: none
}

.recent-work a:hover strong {
    color: #555
}

.recent-work em.overflow-hidden {
    display: block
}

.recent-work a span {
    display: block;
    padding: .625em;
    border-bottom: solid .125em #eee
}

.recent-work a strong,i.pc {
    color: #555;
    display: block
}

.recent-work a img,.thumbnail-kenburn img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.recent-work a:hover img {
    opacity: .8;
    -webkit-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg)
}

.recent-work a:hover span {
    border-bottom: solid .125em #7fc6be;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .3s ease-in-out
}

a.thumbnail {
    padding: 0;
    border: 0;
    margin-bottom: .938em
}

.thumbnail-style {
    padding: .313em;
    margin-bottom: 1.25em;
    border: 1px solid #ddd;
}

.thumbnail-style:hover {
    box-shadow: 0 0 8px #ddd;
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out
}

.thumbnail-style h3 {
    margin: .313em 0 0
}

.thumbnail-style p {
    text-align: justify
}

.thumbnail-style h3 a {
    font-size: 1.25em
}

.thumbnail-style h3 a:hover {
    color: #7fc6be;
    text-decoration: none
}

.thumbnail-style p a:hover {
    color: #157fc4;
    text-decoration: none
}

.thumbnail-style .thumbnail-img {
    position: relative;
    margin-bottom: .625em
}

.thumbnail-style a.btn-more {
    right: -.625em;
    bottom: .625em;
    color: #fff!important;
    padding: .063em .375em;
    position: absolute;
    background: #207eb3;
    display: inline-block;
}

.thumbnail-style:hover a.btn-more {
    right: .625em
}

.thumbnail-kenburn img {
    left: .625em;
    margin-left: -.625em;
    position: relative
}

.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg)
}

.thumbnail-img img {
    max-width: 120%
}

.hover-effect {
    color: #555;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.caption h3 {
    height: 1.2em;
    overflow: hidden
}

#Buttons a,.caption h3,.caption p {
    width: 100%;
    display: block
}

.caption p {
    font-size: .9em;
    height: 7em;
    overflow: hidden
}

i.pc {
    padding-right: .4em;
    color: #8d8e8e;
    float: left;
    font-size: 1.5em
}

.da-link {
    min-width: 15%
}

#Buttons {
    text-align: center;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 25px;
    margin-bottom: -.5em
}

#Buttons a {
    color: #333
}

.redbuttom:hover {
    border: 1px solid #fff;
    color: #fff!important;
    background: #ef4351;
    text-decoration: none!important
}

.redbuttom,.redbuttom:hover,.whitebuttom,.whitebuttom:hover {
    text-shadow: 0 0 0 #e5e5ee;
    -webkit-text-shadow: 0 0 0 #e5e5ee;
    -khtml-text-shadow: 0 0 0 #e5e5ee;
    -moz-text-shadow: 0 0 0 #e5e5ee;
    filter: dropshadow(color=#e5e5ee, offX=0, offY=0)
}

.redbuttom,.whitebuttom {
    width: 100%;
    display: block;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff!important;
    border-radius: 5px!important;
    background: #179E17;
}

.whitebuttom:hover {
    background: #088F08;
    text-decoration: none!important
}

.redbuttom i,.whitebuttom i {
    margin-top: -5px;
    margin-right: 10px;
    padding-left: 3px
}

.whitebuttom:hover,.whitebuttom:hover i {
    color: #fff!important
}

.da-slider,.slidder {
    height: 500px;
    width: 100%
}

.da-slider {
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.slidder {
    background-position: 50% 50%;
    background-size: cover
}

.slider-item-text {
    background: rgba(0,0,0,.62);
    color: #fff;
    width: 450px;
    padding: 15px;
    margin-top: 100px
}

.primary-border-box {
    border-top: solid 4px #157fc4
}

.container-white,.white-box {
    background: #fff;
    color: #828282;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.1)
}

.big-padding-box {
    padding: 36px
}

a.list-group-item .list-group-item-heading {
    width: 60%
}

.pay {
    display: block;
    position: absolute;
    top: 30%;
    right: 2em
}

.field {
    margin-bottom: 1em
}

.field .input-group .input-group-addon {
    font-size: 1.2em
}

input.form-control {
    height: 45px!important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0
}

.headline {
    display: block;
    margin: 2px 0 25px;
    border-bottom: 1px dotted #e4e9f0
}

.headline-md {
    margin-bottom: 15px
}

.headline h3 {
    display: inline-block;
    border-bottom: 2px solid #fe0002;
    color: #585f69;
    margin: 0 0 -2px;
    padding-bottom: 5px
}

.slider-mini {
    width: 100%;
    position: relative;
    overflow: hidden
}

.docul li,.group_list div {
    padding-bottom: .5em
}

.slider-inner .event {
    width: 50%;
    height: 2.938em;
    position: absolute;
    bottom: 2em;
    left: 30%;
    margin-left: 1.938em;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear
}

.eventv p.textv {
    margin: .313em 1.375em 0 0;
    text-align: center;
    line-height: .938em;
    color: #3c9987
}

.line {
    width: 0%;
    height: .438em;
    position: absolute;
    bottom: 0;
    background: url(../img/line.png) repeat-x;
    z-index: 100
}

#content .faculty-one p,#content .faculty-three p,#content .faculty-two p {
    margin-left: 3.125em;
    padding-top: .313em
}

#Buttons a,#content .faculty-one,#content .faculty-three,#content .faculty-two {
    background: 0 0
}

.clear {
    border: 0;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0
}

img.dirimg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9.75em;
    border: .375em solid #fff
}

#triangle-topleft {
    width: 0;
    height: 0;
    border-top: 4.375em solid #d6f8f3;
    border-right: 4.375em solid transparent;
    margin-left: 8em
}

#timeline {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/dot.png) left top 40px repeat-x
}

#dates {
    width: 800px;
    height: 50px;
    overflow: hidden
}

#dates li,#issues li {
    list-style: none;
    float: left
}

#dates li {
    width: 150px;
    height: 45px;
    font-size: 16px;
    text-align: center;
    background: url(../img/biggerdot.png) center bottom no-repeat
}

#dates .selected,#dates a {
    transition: font-size .2s ease;
    -webkit-transition: font-size .2s ease;
    -moz-transition: font-size .2s ease;
    -o-transition: font-size .2s ease
}

#dates a {
    line-height: 30px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #
}

#dates .selected {
    font-size: 22px
}

#issues {
    width: 1100px;
    overflow: hidden
}

#issues li {
    width: 1000px
}

#grad_left,#grad_right {
    width: 200px;
    position: absolute;
    top: 0
}

#grad_left {
    height: 60px;
    left: 0
}

#grad_right {
    height: 60px;
    right: -5px
}

#next,#prev {
    position: absolute;
    font-size: 70px;
    top: 10px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden
}

#next:hover,#prev:hover {
    background-position: 0 -76px
}

#next {
    right: 0
}

#prev {
    left: 0
}

#next.disabled,#prev.disabled {
    opacity: .2
}

.gallery_img {
    max-width: 50%;
    height: auto;
    float: left;
    padding: 13px 14px 0 0
}

.gallAlboms .col-xs-4:nth-child(3n+1) {
    clear: both
}

.gallery_img img {
    width: 140px;
    border-radius: 3px
}

.b-content__body table {
    /* border: 1px solid #ddd; */
}

.b-content__body table p {
    margin-bottom: 0;
}

.b-content__body table>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent
}

.b-content__body table>tbody>tr>td,.b-content__body table>tbody>tr>th,.b-content__body table>tfoot>tr>td,.b-content__body table>tfoot>tr>th,.b-content__body table>thead>tr>td,.b-content__body table>thead>tr>th {
     padding: 8px;
    /*line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd */
}

.testimonials {
    margin-bottom: 2em
}

.testimonials .testimonial-info {
    color: #3c9987;
    font-size: .95em
}

.testimonials .testimonial-info span {
    top: 3px;
    position: relative
}

.testimonials .testimonial-info em {
    color: #777;
    display: block;
    font-size: .95em
}

.testimonials .testimonial-info img {
    width: 55px;
    float: left;
    height: 55px;
    padding: 2px;
    margin-right: 10px;
    border: solid 1px #ccc;
    border-radius: 50%!important
}

.ca-menu li,.testimonials .testimonial-author {
    overflow: hidden
}

.testimonials .testimonial-contact {
    margin-left: 2.6em;
    margin-top: .5em;
    list-style: none;
    font-size: .8em
}

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

.testimonials .testimonial-contact li i {
    margin-right: .6em
}

.testimonials .carousel-arrow {
    top: -65px;
    position: relative
}

.testimonials .carousel-arrow i {
    color: #777;
    font-size: 20px;
    padding: 2px 8px;
    background: #fafafa
}

.testimonials .carousel-arrow i:hover {
    color: #fff;
    background: #72c02c
}

.testimonials .carousel-control {
    opacity: 1;
    width: 100%;
    text-align: right;
    text-shadow: none;
    position: absolute
}

.testimonials .carousel-control.left {
    right: 27px;
    left: auto
}

.testimonials .carousel-control.right {
    right: 0
}

.testimonials.testimonials-v1 .item p {
    position: relative
}

.testimonials.testimonials-v1 .item p:after,.testimonials.testimonials-v1 .item p:before {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -20px;
    display: block;
    position: absolute
}

.testimonials.testimonials-v1 .item p:after {
    border-top: 22px solid #fafafa;
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
    border-left-style: inset;
    border-right-style: inset
}

.testimonials.testimonials-v2 .testimonial-info {
    padding: 0 20px
}

.testimonials.testimonials-v1 .item p,.testimonials.testimonials-v2 p {
    font-size: 14px;
    font-style: italic;
    background: #fafafa;
    padding: 15px
}

.testimonials.testimonials-v2 .carousel-arrow {
    top: -55px
}

.testimonials.testimonials-v2 .item p:after,.testimonials.testimonials-v2 .item p:before {
    width: 0;
    height: 0;
    left: 8%;
    content: " ";
    bottom: 45px;
    display: block;
    position: absolute
}

.testimonials.testimonials-v2 .item p:after {
    border-top: 20px solid #fafafa;
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
    border-left-style: inset;
    border-right-style: inset
}

.ca-menu {
    width: 100%;
    padding: 0;
    margin: 20px auto
}

.ca-menu li {
    width: 100%;
    height: 80px;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

.ca-menu li:last-child {
    margin-bottom: 0
}

.ca-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative
}

.ca-icon img {
    width: 42px;
    position: absolute;
    top: 15px;
    left: 20px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.ca-iconwhite {
    display: none
}

.ca-content {
    position: absolute;
    left: 80px;
    width: 100%;
    height: 60px;
    top: 0
}

.ca-main,.ca-sub {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

.ca-main {
    font-size: 1.5em;
    margin-bottom: 0;
    padding-top: .5em
}

.ca-sub {
    font-size: 1em;
    color: #666
}

.ca-menu li:hover {
    background: #e8fffa
}

.ca-menu li:hover .ca-icon img {
    width: 48px;
    color: #259add;
    opacity: .8;
    text-shadow: 0 0 13px #fff
}

.ca-menu li:hover .ca-main {
    opacity: 1;
    color: #3c9987;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out
}

.ca-menu li:hover .ca-sub {
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out
}

.bread {
    color: #999;
    font-size: .7em
}

.breadcrumb {
    background-color: #e1f3ff;
}

.docinfo ul,.exam,.leftmenu {
    list-style: none;
    padding-left: 0
}

.exam i {
    padding-right: .4em;
    color: #3c9987
}

.leftmenu li {
    padding-bottom: .5em
}

ul.leftmenu ul.leftmenu {
    padding-left: 14px
}

.tab-v2 .nav-tabs {
    border-bottom: none
}

.tab-v2 .nav-tabs li a {
    padding: 9px 5px;
    background: 0 0;
    border: 0;
    font-size: .9em
}

.tab-v2 .nav-tabs li.active a {
    background: #fff;
    padding: 7px 5px 5px;
    border: solid 1px #eee;
    border-top: solid 2px #999;
    border-bottom: none!important
}

.tab-v2 .tab-content {
    padding: 10px 16px;
    border: solid 1px #eee
}

.docinfo {
    background: rgba(79,218,97,.14);
    color: #333;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #157fc4;
    border-radius: 5px
}

.docinfo ul {
    padding-left: 8px
}

.contactpage {
    margin: 2em 1em 1em;
    width: 30%;
    padding: 1em;
    border: 1px solid #eee
}

.tag-box-v2 {
    margin: 2em;
    background: #fafafa;
    border: solid 1px #eee;
    border-left: solid 2px #72c02c;
    padding: 20px
}

.tag-box-v2 em {
    display: block;
    text-align: right
}

.servive-block .servive-block-in {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
    background: #fafafa;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.servive-block .servive-block-in:hover {
    box-shadow: 0 0 8px #ddd
}

.servive-block .servive-block-in h4 {
    line-height: 25px
}

.servive-block .servive-block-in h4 a:hover {
    color: #72c02c;
    text-decoration: none
}

.servive-block .servive-block-in:hover h4,.servive-block .servive-block-in:hover i {
    color: #72c02c
}

.servive-block .servive-block-in i {
    color: #565656;
    font-size: 40px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.servive-block .servive-block-red {
    background: #e74c3c
}

.servive-block .servive-block-sea {
    background: #1abc9c
}

.servive-block .servive-block-blue {
    background: #3498db
}

.servive-block .servive-block-grey {
    background: #95a5a6
}

.servive-block .servive-block-yellow {
    background: #f1c40f
}

.servive-block .servive-block-orange {
    background: #e67e22
}

.servive-block .servive-block-green {
    background: #2ecc71
}

.servive-block .servive-block-colored h4,.servive-block .servive-block-colored i,.servive-block .servive-block-colored p,.servive-block .servive-block-colored:hover h4,.servive-block .servive-block-colored:hover i {
    color: #fff
}

.servive-block .servive-block-colored:hover {
    opacity: .8;
    box-shadow: none
}

.textvadr {
    padding: 10px;
    color: #3c9987
}

.eventv {
    height: 6.5em
}

.da-link {
    border-radius: 3px!important;
    box-shadow: 0 0 4px #bbb;
    border: 1px solid #1abc9c;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background: #1abc9c;
    display: block;
    padding: 3px
}

.opendayblock {
    min-height: 230px
}

.timeline-item .content,.timeline-item .date i {
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec
}

.timeline-item .date i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-bottom: 1px solid #e7eaec;
    background: #f8f8f8
}

.timeline-item .date {
    text-align: right;
    width: 110px;
    position: relative;
    padding-top: 30px
}

.timeline-item .content {
    padding-top: 10px;
    min-height: 100px
}

.timeline-item .content:hover {
    background: #f6f6f6
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

img.b-content__img {
    float: left;
    padding: 0 .5em 0 0
}

img.b-gallery__img {
    padding-bottom: 20px
}

.b-gall-alboms__item.col-xs-6 {
    margin-bottom: 20px
}

.b-albom__title,a.b-albom__imgbox {
    color: #157fc4
}

.title-many {
    font-weight: 700
}

.video-description-many {
    margin-bottom: 15px
}

.gallery_img0 {
    max-width: 25%;
    float: left;
    padding-right: 8px;
    padding-bottom: 9px;
    border-radius: 4px
}

.gallery_img0 img {
    max-width: 100%;
    border-radius: 2px
}
.otd h3{
    font-weight: bold; 
    font-size: 21px;
}
.big-title{
    font-size: 27px !important;
}
.otd img{
    width: 100%;
}
.vk-new{
    
}
.vk-imgs {
    padding-top: 30px;
}
.vk-img{
    margin-bottom: 15px;
}
.nav-first .dropdown-menu{
    width: auto!important;
}
.service-item {
    margin-bottom: 30px;
}
.service-item .img-wrap{
    width: 100%;
    position: relative;
    
}
.service-item img{
    width: 100%;
}
.service-item .link-wrap a{
    background-color: #1DA41D;
      font-family: 'karlson', sans-serif;
    padding: 15px 0;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}
.service-item .link-wrap a:hover{
    text-decoration: none;
    background-color: #119811;
}
.service-item h4{
    position: absolute;
    top: 50%;
    left: 40%;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

@media(max-width:991px){
    .video-wrap iframe{
        height: 350px!important;
    }
    .header-soc3{
        justify-content:center;
    }
    .top_info{
        text-align: center;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .ca-main {
        font: 16px 'pf_din_text_cond_pro_reg';
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px
    }

    .ca-menu li {
        width: auto!important;
        display: inline-block!important;
        height: 35px;
        background: #7fc6be
    }

    .ca-menu li a {
        color: #fff
    }

    .ca-icon,.ca-sub {
        display: none
    }

    .ca-content {
        position: relative!important;
        font-size: 10px;
        top: -5px;
        left: 2px
    }

    .col-lg-4.col-md-4.faculty-one li,.col-lg-4.col-md-4.faculty-three li,.col-lg-4.col-md-4.faculty-two li {
        width: auto!important;
        display: inline-block!important;
        height: 35px;
        background: #7fc6be;
        padding-top: .5em;
        border-radius: 8px
    }

    .col-lg-4.col-md-4.faculty-one li a,.col-lg-4.col-md-4.faculty-three li a,.col-lg-4.col-md-4.faculty-two li a {
        color: #fff!important;
        font: 16px 'pf_din_text_cond_pro_reg';
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px
    }

    .col-lg-4 {
        background: 0 0!important
    }

    #content .faculty-one h4,#content .faculty-three h4,#content .faculty-two h4 {
        margin-left: .1em!important
    }
}


@media (max-width:769px) {
    .ca-main {
        font: 16px 'pf_din_text_cond_pro_reg';
        margin-left: 10px
    }

    .ca-menu li {
        height: 35px;
        background: #7fc6be
    }

    .ca-menu li a {
        color: #fff
    }

    .ca-icon,.ca-sub {
        display: none
    }

    .ca-content {
        font-size: 10px;
        top: -5px;
        left: 2px
    }

    .hostcmsEditable p a,.slider-mini {
        display: none
    }

    .headline h2 {
        width: 80%
    }

    #content .faculty-one,#content .faculty-three,#content .faculty-two {
        background: 0 0
    }

    #content .faculty-one p,#content .faculty-three p,#content .faculty-two p {
        margin-left: 0
    }

    #content .faculty-one p a,#content .faculty-three p a,#content .faculty-two p a {
        text-align: center;
        display: block;
        font-size: 1.3em
    }

    #content {
        margin: 0 -15px;
        padding: 20px 0 0
    }

    #content .faculty-one li,#content .faculty-three li,#content .faculty-two li {
        margin-bottom: .625em
    }

    #content .faculty-one li a,#content .faculty-three li a,#content .faculty-two li a {
        display: block;
        padding: .1em;
        font-size: 1.3em;
        line-height: 1em
    }
}

@media (min-width:992px) {
    .nav-first .dropdown-menu{
    width: 1050px!important;
    min-width:auto;
    background-color: #FF7946;
    display: flex!important;
    flex-wrap: wrap;
}
.nav-first .nav-item{
    color: #fff;
    width: 33%;
    padding-right: 10px;
    padding-bottom: 10px;
    
}
.nav-first .dropdown-item {
   color: #fff;
   background-color: #FF8B58;
    white-space:normal;
    height: 100%
}
.nav-first .dropdown-item:hover, .nav-first .dropdown-item:focus{
    color: #fff;
     background-color: #E84F1C
}
    .top-menu .nav li:hover>ul,.top-menu .nav li>ul {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .top-menu .nav li>ul {
        display: block;
        width: auto;
        visibility: hidden;
        margin-top: 0;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        opacity: 0;
        z-index: 9
    }

    .top-menu .nav li:hover>ul {
        visibility: visible;
        opacity: 1
    }
}

@media (max-width: 1199.98px) {
    .top_info p {
        font-size: 14px;
    }
    nav.top-menu .navbar-nav>.nav-item>.nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }
}


@media (max-width:991.98px) {
    .header-contacts .tel{
    padding-left: 15px;
}
.header-contacts .col-sm-6:nth-of-type(2) li{
   padding-left: 30px;
}
.header-contacts .col-sm-6:nth-of-type(4) li{
   padding-left: 30px;
}

    .azs-contacts__title{
        font-size: 3rem;
    }
    .top-menu .dropdown-toggle::after,.top-menu .nav li>ul.dropdown-menu li.dropdown .icons-dropdown {
        display: none
    }

    .top-menu .nav li>ul {
        background-color: #e6e6e626
    }

    .top-menu .nav li>ul li ul {
        display: block
    }

    .top-menu .nav li>ul.dropdown-menu li.dropdown ul {
        width: auto;
        left: 0;
        margin: .125rem 0 0;
        border-radius: 0;
        padding-left: 30px
    }

    .top-menu .nav li>ul.dropdown-menu li.dropdown a {
        color: #fff
    }

    .top-menu .nav li ul a {
        color: #fff;
        white-space: normal
    }

    nav.top-menu .navbar-nav>.nav-item>.nav-link.dropdown-toggle {
        margin-right: 40px
    }

    #main_menu>ul {
        padding-top: 10px
    }

    #main_menu li.nav-item {
        border-bottom: 1px solid rgba(185,185,185,.9)
    }

    #main_menu li.nav-item:last-child {
        border-bottom: none
    }
}

@media (max-width: 767.98px) {
    h2.title:after, h2.title:before {
        content: none;
    }
      .azs-contacts__title{
        font-size: 2rem;
    }
 html, body{
     overflow-x: hidden!important;
 }
}
@media(max-width:576px){
    .header-contacts{
        text-align: center;
    }
    .header-contacts li {
    margin-bottom: 15px;
}
.header-contacts .tel{
    margin-bottom: 15px;
}
      .video-wrap iframe{
        height: 250px!important;
    }
    .header-contacts .col-sm-6:nth-of-type(2) li{
   padding-left: 0px;
}
.header-contacts .col-sm-6:nth-of-type(4) li{
   padding-left: 0px;
}
}
@media(max-width:320px){
     .video-wrap iframe{
        height: 200px!important;
    }
}






@media(max-width:1200px){
    .nav-first .dropdown-menu{
    width: 910px!important;
}
}
@media(max-width:991px){
     .nav-first .dropdown-menu{
    width: auto!important;
}
}
.contact-link{
      font-family: 'karlson', sans-serif;
    padding: 15px 25px;
   font-size: 18px;
    color: #fff;
    background-color: #F25926;
    border-radius: 15px;
}
.contact-link:hover{
    color: #fff;
    text-decoration: none;
    background-color: #D9400D;
}
.azs-contacts-info-tel{
    padding-bottom: 30px!important;
    font-weight: 400!important;
}
.slider-list__item1 {
    height: auto;
    display: flex !important;
}
.bw p {
    float: none!important;
}