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

body div.jGrowl.top-right{right:50%;margin-right:-127px;top:40%}
body div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;padding:20px;font-size:15px}
body .af-message-success{background-color:#1b894f;color:#fff;background-image:none;border:none}
body .af-message-error{background-color:#EAEAEA!important;color:#111!important}
body .af-message-info{background-color:#000!important}
/* Переопределение bootstrap и slick-slider */

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

dropdown-item:last-child {
    border-radius: 0;
}
.dropdown-item:first-child {
    border-radius: 0;
}

.slick-slide img {
    max-width: 100%;
}
.slick-prev {
    left: 10px;
    z-index: 10;
}
.slick-next {
    right: 10px;
}

/* Переопределение bootstrap END*/


body {
    font-family: 'PTSans-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    /* background-image: url('../img/scribble_light.png'); */
    background-image: url('../img/bg-fix.jpg');
    background-size: cover;
    clear: both;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.page-wrap {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    background-color: #f4f4f4;
}

.page-content {
    padding: 40px 20px;
    background-color: #fff;
    margin: 0px -15px;
}

.content-block {
    min-height: 600px;
    background: url('../img/bg-content.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.mb30 {
    margin-bottom: 30px;
}

.pagetitle-block {
    text-align: center;
}

.pagetitle-block h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 70px;
}

.pagetitle-block h2 {
    margin-bottom: 30px;
}

.pagetitle-block h2 a {
    color: #000;
}

.content-image {
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
}

.main-form {
    margin-bottom: 40px;
    padding: 0px !important;
    border: none !important;
}

main {
    min-height: 100vh;
}

.main-menu .nav li ul {
    display: block;
    visibility: hidden;
    margin-top: 0;
    width: 100%;
    border-radius: 0px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    z-index: 9;
    background: #f687979c;
}

.main-menu .nav li:hover ul {
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.main-menu .nav li ul.dropdown-menu a {
    color: #fff;
}

.main-menu .dropdown-item:focus, .main-menu .dropdown-item:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
    background-color: transparent;
}

.main-menu .dropdown-item.active, .main-menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}


.mybutton {
    border-radius: 0px;
    border-color: #f28896;
    background-color: #f28896;
    color: #fff;
}

.mybutton:disabled {
    border-radius: 0px;
    border-color: #f28896;
    background-color: #f28896;
}


.mybutton:focus, .mybutton:hover, .mybutton:active  {
    border-color: #de6172 !important;
    background-color: #de6172 !important;
    color: #fff;
}


img.gray{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  }
img.gray:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  /*filter: gray;*/ /* IE 6-9 */
}
.ads .slick-next{
    right: -25px;
}
.ads .slick-prev {
    left: -25px;
}
.ads .slick-next:before, .ads .slick-prev:before{
    color:#000;
}
.ads-item{
    margin-bottom: 1.5rem;
   min-height:250px;
}
.ads{
    padding-left: 15px;
    padding-right: 15px;
}
.ads-text{
   word-wrap:  break-word ;
   word-break: normal ;
   margin-bottom: 0.5rem;
   line-height: 1.35;
}
.ads-title{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    
}
.ads-item-title{
    line-height: 1.15;

}
.ads-img-wrap{
    margin-bottom: 2rem;
}
.ads-img-wrap img{
     width:100%;
     height:250px;
}
@media(max-width:991px){
    .ads-img-wrap img{
     height:150px;
}
.ads-item{
   min-height:150px;
}
}
@media(max-width:576px){
  .ads-img-wrap img{
     height:125px;
} 
.ads-item{
   min-height:125px;
}

.ads .col-4{
    padding-right: 0px;
}
.ads-item-title{
    font-size: 1.2rem;
}
.ads-text{
    font-size: 14px;
}
}
/* about */

.about {
    padding: 40px 0px;
    background: #fff;
} 
.about h1{
    margin-bottom: 30px;
    font-weight: 600;
} 

.about-image {
    display: grid;
    height: 100%;
}

.about-image img {
    margin: auto;
    max-width: 100%;
}

/* about END */

/* main_slider */

.main_slider .main-slider-item {
    position: relative;
}
.main_slider .text {
    position: absolute;
    top: 40%;
    width: 370px;
    max-width: 100%;
    margin-left: 100px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
}

/* main_slider END*/


/* prepods */

section.prepods {
    padding: 60px 0px;
    background-color: #151920;
}

.prepods {
    color: #fae6ef;
}

.prepods .prepods-desc {
    margin-bottom: 40px;
}
.prepods .prepods-desc h2{
    margin-bottom: 30px;
}

.prepods-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.prepods-slider .prepods-slider-item {
    margin: 0px 20px;
    position: relative;
}

.prepods-slider .prepods-slider-item a {
    color: #fff;
}

.prepods-slider .prepods-slider-item-info h4{
    color: #ffdcc2;
    font-weight: 600;
    font-size: 20px;
}

.prepods-slider .prepods-slider-item-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: grid;
    padding: 10px;
    opacity: 0;
    background: #f6879766;
    transition: opacity 0.2s linear;
}

.prepods-slider .prepods-slider-item:hover .prepods-slider-item-info,
.prepods-slider .prepods-slider-item:focus .prepods-slider-item-info {
    opacity: 1;
}

.prepods-slider .prepods-slider-item-info>div{
    margin-top: auto;
    margin-bottom: 0px;
}

.prepods-slider .slick-dots {
    top: -40px;
    right: 17px;
    width: auto;
    bottom: auto;
}

.prepods-slider .slick-dots li {
    margin: 0 0px;
}
.prepods-slider .slick-dots li button:before {
    font-size: 12px;
    color: #d6d6d6;
    opacity: 1;
}
.prepods-slider .slick-dots li.slick-active button:before {
    color: #f28898;
    opacity: 1;
}

.prepods-slider .slick-prev, .prepods-slider .slick-next {
    top: -20px;
}

.prepods-slider .slick-prev {
    left: 20px;
}

.prepods-slider .slick-next {
    left: 45px;
}

/* prepods END*/

/* teachers */
.teachers-list {
    padding-top: 40px;
    padding-bottom: 40px;
}

.teachers-list .teachers-item {
    text-align: center;
    margin-bottom: 20px;
}

.teachers-list a {
    color: #000;
    text-decoration: underline;
}

.teachers-list a:focus, .teachers-list a:hover {
    text-decoration: none;
}

.teachers-list .desc{
    color: #5e5e5e;
}
.teachers-list .photo img{
    margin-bottom: 20px;
}


/* preimush */
section.preimush {
    padding: 60px 0px;
}

.preimush-list {
    margin-top: 30px;
}
.preimush-item  {
    margin-bottom: 30px;
}
.preimush-item .icon{
    margin-bottom: 20px;
}
.preimush-item .icon img{
    max-width: 200px;
}

/* preimush END */


/* общие стили */
a {
    
}
a:hover {
    
}
a:focus {
    
}

p:last-child {margin:0;}


section .title{
    text-transform: uppercase;
    color: #161616;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
}

section {}

/* общие стили END */


/* Шапка */
header {
    padding: 20px 0px;
}
header .logo{
    margin-bottom: 15px;
}

.header-contacts-phone, .header-contacts-adres {
    display: grid;
}

.header-contacts-phone address {
    margin: auto;
    font-size: 22px;
    font-weight: 600;
}

.header-contacts-adres address {
    margin: auto;
    font-size: 18px;
    font-weight: 600;
}

.header-contacts-phone address i, .header-contacts-adres address i {
    margin-right: 10px;
}

.header-callback  {
    display: grid;
}

.header-callback a.btn{
    margin: auto;
}

.header-contacts {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-menu .navbar-nav {
    width: 100%;
}

#main_menu .navbar-nav > li > a.nav-link{
    padding: 10px 15px;
    font-weight: 600;
}

/* Шапка END */


/* news */
.news .news-item {
    padding: 20px;
}

section.news h2 {
    margin: 22px 0 25px  0;
}

.news .eventitem {
    /* border-top: 8px solid #344757; */
    padding-bottom: 20px;
}

.news .eventitem p.eventdesc {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.news .eventitem h6 {
    font-size: 18px;
    line-height: 130%;
    margin: 0.5rem 0 0.4rem 0;
}

.news .hnbn-post-image {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.news .hnbn-post-description pre, .content-block pre {
    white-space: pre-line;
    font-family: 'PTSans-Regular', Arial, sans-serif;
    overflow: hidden;
    font-size: 16px;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    word-break: normal
}

.news .slick-prev:before, .news .slick-next:before {
    color: #000;
}

.news .slick-prev:before, .news .slick-next:before {
    font-size: 30px;
}
.news .slick-prev, .news .slick-next {
    width: 30px;
    height: 30px;
}
.news .slick-prev {
    left: -12px;
}
.news .slick-next {
    right: -12px;
}

/* news  END*/

/* form-main*/
.form-block{
    padding: 40px 0px;
    background: #fff;
    background-image: url('../img/form-main-bg.png');
    background-position: center;
    background-size: cover;
}

.form-block .nav-tabs {
    border: none;
    margin-bottom: 50px;
}
#myTab {
    padding-left: 40px;
}
 
#kids-tab ul {
    padding-left: 50px;
    list-style: none;
}

#kids-tab ul li {
    max-width: 410px;
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    clear: both;
    line-height: 1.4;
    margin-bottom: 28px;
}
#kids-tab ul li:before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fd698d;
    content: '';
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.form-block h2 {
    padding-left: 30px;
    margin-bottom: 50px;
}

.form_tabs .nav-link {
    width: 230px;
    border-radius: 35px;
    line-height: 50px;
    padding: 0px;
    text-align: center;
    display: block;
    background: #fff;
    float: left;
    border: 1px dashed #e5e5e5;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    margin-right: 23px;
    margin-bottom: 20px;
    transition: none;
}
.form_tabs .nav-link.active {
    background: #ff6a8e;
    background: -moz-linear-gradient(top, #ff6a8e 0, #f24f76 100%);
    background: -webkit-linear-gradient(top, #ff6a8e 0, #f24f76 100%);
    background: linear-gradient(to bottom, #ff6a8e 0, #f24f76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a8e', endColorstr='#f24f76', GradientType=0);
    color: #fff;
    border-style: solid;
    border-color: #ff6a8e;
}



.form_wrap {
    padding: 11px;
    background: #fff;
    /* -webkit-box-shadow: 0 4px 40px 0 rgba(226,232,238,0.6);
    -moz-box-shadow: 0 4px 40px 0 rgba(226,232,238,0.6);
    box-shadow: 0 4px 40px 0 rgba(226,232,238,0.6); */
    border-radius: 10px;
    box-sizing: border-box;
    margin: 30px 0px;
}

.form {
    padding: 45px 44px;
    border: 1px solid #ebf1f5;
    border-radius: 10px;
}

.form_wrap .form_title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 9px;
}

.form_wrap .form_subtitle {
    font-size: 18px;
    color: #8899a7;
    text-align: center;
    margin-bottom: 40px;
}

.form .field_wrap {
    height: 50px;
    -webkit-box-shadow: inset 0 2px 6px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: inset 0 2px 6px 0 rgba(0,0,0,0.03);
    box-shadow: inset 0 2px 6px 0 rgba(0,0,0,0.03);
    background: #f7f7f7;
    margin-bottom: 25px;
}

.form .field_wrap .input {
    height: 50px;
    -webkit-box-shadow: inset 0 2px 6px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: inset 0 2px 6px 0 rgba(0,0,0,0.03);
    box-shadow: inset 0 2px 6px 0 rgba(0,0,0,0.03);
    background: #fcfcfc;
    border: 0;
    padding: 0 50px;
    display: block;
    float: left;
    width: 100%;
    font-size: 18px;
    border: 1px solid rgba(255,255,255,0);
    box-sizing: border-box;
}

.form .field_wrap textarea.input {
    height: 100px;
}

.form_wrap .btn-form {
	width: 100%;
	height: 50px;
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 -4px 0 0 #e34e72;
	-moz-box-shadow: inset 0 -4px 0 0 #e34e72;
	box-shadow: inset 0 -4px 0 0 #e34e72;
	font-size: 20px;
	outline: 0;
	color: #fff;
	position: relative;
	overflow: hidden;
	background: #ff6a8e;
	background: -moz-linear-gradient(top, #ff6a8e 0, #f24f76 100%);
	background: -webkit-linear-gradient(top, #ff6a8e 0, #f24f76 100%);
	background: linear-gradient(to bottom, #ff6a8e 0, #f24f76 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a8e', endColorstr='#f24f76', GradientType=0);
}


.form .agreement {
	font-size: 14px;
	text-align: center;
	position: relative;
	z-index: 1;
	line-height: 1.6;
	margin-top: 27px;
}

.form .agreement a {
	color: #fe6d8f;
	text-decoration: underline;
}

.form .agreement a:hover {
	color: #e8446b;
}

/* form-main END*/



/* albums */
a.photo-item:hover, a.photo-item:focus {
    /* text-decoration: none; */
}

.video-ctn:after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    right: 0;
    background: linear-gradient(-45deg,#000000,#000000) !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.img-ctn {
    overflow: hidden;
    position: relative;
}
a.photo-item {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #000;
}

.video-ctn.image-ctn:after {
    content: none;
}

.photo-item .img-ctn:after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    right: 0;
    background: linear-gradient(-45deg,#f4f4f4,#cf7451) !important;
}
.photo-item:hover .img-ctn:after {
    opacity: .3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* albums END */



/* video  */

a.video-item {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #000;
}

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

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

.video-ctn img,
div#content .video-ctn img {
    margin: 0px -16%;
    width: 132%;
    max-width: 132%;
}

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

.video-item .video-ctn:after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    right: 0;
    background: linear-gradient(-45deg, #d000bf, #0b99bd) !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.video-item:hover .video-ctn:after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: .3;
    top: 0;
    right: 0;
    background: linear-gradient(-45deg, #0039d8, #0b99bd) !important;
}


.video-description-many {
    height: 124px;
    overflow: hidden;
    font-size: 18px;
    padding: 0px 10px;
}

.title-many {
    font-weight: bold;
    margin-top: 7px;
}

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

.video-item .fas {
    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;
    display: inline-block;
    margin-right: 5px;
    font-size: 19px;
}

/* video END */


/* instagram */
.effect {
    position: relative;
    overflow: hidden
}

.effect a {
    text-decoration: none !important
}

.effect img {
    min-width: 100%;
    width: auto
}

.effect .caption {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "Lato",sans-serif;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    z-index: 2
}

.effect .caption h4 {
    font-family: "Montserrat",sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    position: relative
}

.effect .caption h4:before,.effect .caption h4:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff
}

.effect .caption h4:before {
    width: 40px;
    bottom: 10px
}

.effect .caption h4:after {
    width: 20px;
    bottom: 5px
}

.effect .caption .text {
    margin: 0;
    padding: 0 20px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    width: 100%
}

.effect .caption .text p {
    margin-bottom: 15px;
    margin-top: 0
}

.effect .caption .text p:last-child {
    margin-bottom: 0
}

.effect .caption a.btn {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 6px;
    font-size: 16px;
    padding: 10px 20px 12px;
    background-color: transparent;
    transition: background .2s linear 0s;
    margin-bottom: 20px;
    position: relative
}

.effect .caption a.btn:hover {
    background-color: #fff;
    color: #000
}

.effect.eff-1 .caption {
    top: -100%;
    -moz-transition: top .2s linear 0s;
    -webkit-transition: top .2s linear 0s;
    transition: top .2s linear 0s
}

.effect.eff-1:hover .caption {
    top: 0
}

.effect.eff-2 .caption {
    left: 100%;
    -moz-transition: left .2s linear 0s;
    -webkit-transition: left .2s linear 0s;
    transition: left .2s linear 0s
}

.effect.eff-2:hover .caption {
    left: 0
}

.effect.eff-3:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    top: 100%;
    left: 0;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.effect.eff-3 .caption {
    background-color: rgba(0,0,0,.3);
    top: -100%;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.effect.eff-3:hover:before,.effect.eff-3:hover .caption {
    top: 0
}

.effect.eff-4 .caption {
    opacity: 0
}

.effect.eff-4 .caption h4,.effect.eff-4 .caption a.btn {
    opacity: 0;
    -moz-transition: all .2s linear .1s;
    -webkit-transition: all .2s linear .1s;
    transition: all .2s linear .1s
}

.effect.eff-4 .caption h4 {
    top: 72px
}

.effect.eff-4 .caption a.btn {
    top: -72px
}

.effect.eff-4:hover .caption {
    opacity: 1;
    -moz-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.effect.eff-4:hover .caption h4,.effect.eff-4:hover .caption a.btn {
    opacity: 1;
    top: 0
}

.effect.eff-5 .caption {
    opacity: 0
}

.effect.eff-5 .caption h4,.effect.eff-5 .caption a.btn {
    opacity: 0;
    -moz-transition: all .2s linear .1s;
    -webkit-transition: all .2s linear .1s;
    transition: all .2s linear .1s
}

.effect.eff-5 .caption h4 {
    top: -72px
}

.effect.eff-5 .caption a.btn {
    top: 72px
}

.effect.eff-5:hover .caption {
    opacity: 1;
    -moz-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.effect.eff-5:hover .caption h4,.effect.eff-5:hover .caption a.btn {
    opacity: 1;
    top: 0
}

.effect.eff-6 .caption {
    opacity: 0
}

.effect.eff-6 .caption h4,.effect.eff-6 .caption a.btn {
    -moz-transition: all .2s linear .1s;
    -webkit-transition: all .2s linear .1s;
    transition: all .2s linear .1s
}

.effect.eff-6 .caption h4 {
    left: 100%
}

.effect.eff-6 .caption a.btn {
    left: -100%
}

.effect.eff-6:hover .caption {
    opacity: 1;
    -moz-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.effect.eff-6:hover .caption h4,.effect.eff-6:hover .caption a.btn {
    left: 0
}

.effect.eff-7 .caption {
    opacity: 0
}

.effect.eff-7 .caption h4,.effect.eff-7 .caption .text,.effect.eff-7 .caption a.btn {
    opacity: 0;
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    -moz-transition: all .2s linear .1s;
    -webkit-transition: all .2s linear .1s;
    transition: all .2s linear .1s
}

.effect.eff-7:hover .caption {
    opacity: 1;
    -moz-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.effect.eff-7:hover .caption h4,.effect.eff-7:hover .caption .text,.effect.eff-7:hover .caption a.btn {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.effect.eff-8 .caption {
    opacity: 0
}

.effect.eff-8 .caption h4,.effect.eff-8 .caption .text,.effect.eff-8 .caption a.btn {
    opacity: 0;
    -moz-transform: scale(.3);
    -webkit-transform: scale(.3);
    transform: scale(.3);
    -moz-transition: all .2s linear .1s;
    -webkit-transition: all .2s linear .1s;
    transition: all .2s linear .1s
}

.effect.eff-8:hover .caption {
    opacity: 1;
    -moz-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.effect.eff-8:hover .caption h4,.effect.eff-8:hover .caption .text,.effect.eff-8:hover .caption a.btn {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.effect.eff-9 .caption {
    opacity: 0
}

.effect.eff-9 .caption h4,.effect.eff-9 .caption a.btn {
    -moz-transform: scale(.15);
    -webkit-transform: scale(.15);
    transform: scale(.15)
}

.effect.eff-9 .caption h4 {
    top: -50%
}

.effect.eff-9 .caption a.btn {
    top: 50%
}

.effect.eff-9:hover .caption {
    opacity: 1;
    -moz-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.effect.eff-9:hover h4,.effect.eff-9:hover a.btn {
    top: 0;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: top .3s linear .1s,transform .2s linear .3s;
    -webkit-transition: top .3s linear .1s,-webkit-transform .2s linear .3s;
    transition: top .3s linear .1s,transform .2s linear .3s
}

.effect.eff-10 .caption {
    -moz-transform: scale(.7) rotateX(0deg);
    -webkit-transform: scale(.7) rotateX(0deg);
    transform: scale(.7) rotateX(0deg);
    opacity: 0
}

.effect.eff-10:hover .caption {
    -moz-transform: scale(1) rotateX(360deg);
    -webkit-transform: scale(1) rotateX(360deg);
    transform: scale(1) rotateX(360deg);
    opacity: 1;
    -moz-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.effect.eff-11 .caption {
    -moz-transform: scale(.7) rotateY(0deg);
    -webkit-transform: scale(.7) rotateY(0deg);
    transform: scale(.7) rotateY(0deg);
    opacity: 0
}

.effect.eff-11:hover .caption {
    -moz-transform: scale(1) rotateY(360deg);
    -webkit-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
    opacity: 1;
    -moz-transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.effect.eff-12 .caption {
    -moz-transform: scale(.7) rotate(120deg);
    -webkit-transform: scale(.7) rotate(120deg);
    transform: scale(.7) rotate(120deg);
    opacity: 0
}

.effect.eff-12:hover .caption {
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    opacity: 1;
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.effect.eff-13 .caption {
    -moz-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -moz-transform-origin: center top;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.effect.eff-13:hover .caption {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.effect.eff-14 .caption {
    -moz-transform: scale(1,0);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -moz-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.effect.eff-14:hover .caption {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.effect.eff-15 .caption {
    -moz-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.effect.eff-15:hover .caption {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.effect.eff-16 .caption {
    -moz-transform: scale(1,0);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.effect.eff-16:hover .caption {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.effect.eff-17 .caption {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform-origin: center top;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.effect.eff-17:hover .caption {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all .4s cubic-bezier(.4,0,1,1) 0s;
    -webkit-transition: all .4s cubic-bezier(.4,0,1,1) 0s;
    transition: all .4s cubic-bezier(.4,0,1,1) 0s
}

.effect.eff-18 .caption {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.effect.eff-18:hover .caption {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all .4s cubic-bezier(.4,0,1,1) 0s;
    -webkit-transition: all .4s cubic-bezier(.4,0,1,1) 0s;
    transition: all .4s cubic-bezier(.4,0,1,1) 0s
}

.effect.eff-19 .caption {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.effect.eff-19:hover .caption {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all .4s cubic-bezier(.4,0,1,1) 0s;
    -webkit-transition: all .4s cubic-bezier(.4,0,1,1) 0s;
    transition: all .4s cubic-bezier(.4,0,1,1) 0s
}

.effect.eff-20 .caption {
    top: -100%;
    background-color: transparent;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.effect.eff-20:before,.effect.eff-20:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    -moz-transition: all .2s linear .3s;
    -webkit-transition: all .2s linear .3s;
    transition: all .2s linear .3s;
    z-index: 1
}

.effect.eff-20:before {
    top: -100%
}

.effect.eff-20:after {
    top: 100%
}

.effect.eff-20:hover:before {
    top: 0
}

.effect.eff-20:hover:after {
    top: 50%
}

.effect.eff-20:hover:before,.effect.eff-20:hover:after {
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.effect.eff-20:hover .caption {
    top: 0;
    -moz-transition: all .2s linear .3s;
    -webkit-transition: all .2s linear .3s;
    transition: all .2s linear .3s
}

.effect.eff-21 .caption {
    background-color: transparent;
    -moz-transform: scale(1,.6);
    -webkit-transform: scale(1,.6);
    transform: scale(1,.6);
    opacity: 0;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.effect.eff-21:before,.effect.eff-21:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    -moz-transition: all .2s linear .3s;
    -webkit-transition: all .2s linear .3s;
    transition: all .2s linear .3s;
    z-index: 1
}

.effect.eff-21:before {
    top: -100%;
    left: 0
}

.effect.eff-21:after {
    top: 100%;
    right: 0
}

.effect.eff-21:hover:before {
    top: 0
}

.effect.eff-21:hover:after {
    top: 0
}

.effect.eff-21:hover:before,.effect.eff-21:hover:after {
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.effect.eff-21:hover .caption {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    -moz-transition: all .2s linear .3s;
    -webkit-transition: all .2s linear .3s;
    transition: all .2s linear .3s
}

.effect.eff-22 .caption {
    background-color: transparent;
    opacity: 0
}

.effect.eff-22:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -moz-transform: scale(1,0);
    -webkit-transform: scale(1,0);
    transform: scale(1,0)
}

.effect.eff-22:hover:before {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition: all .4s cubic-bezier(0,1.31,1,-.29) 0s;
    -webkit-transition: all .4s cubic-bezier(0,1.31,1,-.29) 0s;
    transition: all .4s cubic-bezier(0,1.31,1,-.29) 0s
}

.effect.eff-22:hover .caption {
    opacity: 1;
    -moz-transition: all .2s linear .4s;
    -webkit-transition: all .2s linear .4s;
    transition: all .2s linear .4s
}

.effect.eff-23 .caption {
    background-color: transparent;
    top: 100%
}

.effect.eff-23:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -moz-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1)
}

.effect.eff-23:hover:before {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition: all .4s cubic-bezier(0,1.31,1,-.29) 0s;
    -webkit-transition: all .4s cubic-bezier(0,1.31,1,-.29) 0s;
    transition: all .4s cubic-bezier(0,1.31,1,-.29) 0s
}

.effect.eff-23:hover .caption {
    top: 0;
    -moz-transition: all .2s linear .6s;
    -webkit-transition: all .2s linear .6s;
    transition: all .2s linear .6s
}

.effect.eff-24 .caption {
    background-color: transparent;
    top: -100%;
    left: 100%
}

.effect.eff-24:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.effect.eff-24:hover:before {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition: all .4s cubic-bezier(0,1.31,1,-.29) 0s;
    -webkit-transition: all .4s cubic-bezier(0,1.31,1,-.29) 0s;
    transition: all .4s cubic-bezier(0,1.31,1,-.29) 0s
}

.effect.eff-24:hover .caption {
    top: 0;
    left: 0;
    -moz-transition: all .2s cubic-bezier(0,.5,.07,.6) .6s;
    -webkit-transition: all .2s cubic-bezier(0,.5,.07,.6) .6s;
    transition: all .2s cubic-bezier(0,.5,.07,.6) .6s
}

.effect.eff-25 .caption {
    background-color: transparent;
    left: -100%
}

.effect.eff-25:before,.effect.eff-25:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.effect.eff-25:hover:before {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.effect.eff-25:hover:after {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transition: all .2s linear .2s;
    -webkit-transition: all .2s linear .2s;
    transition: all .2s linear .2s
}

.effect.eff-25:hover .caption {
    left: 0;
    -moz-transition: all .2s linear .4s;
    -webkit-transition: all .2s linear .4s;
    transition: all .2s linear .4s
}

.effect.eff-26 .caption {
    background-color: transparent;
    opacity: 0;
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.effect.eff-26:before,.effect.eff-26:after {
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    z-index: 1;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.effect.eff-26:hover:before {
    -moz-transform: scale(30);
    -webkit-transform: scale(30);
    transform: scale(30);
    -moz-transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s
}

.effect.eff-26:hover:after {
    -moz-transform: scale(30);
    -webkit-transform: scale(30);
    transform: scale(30);
    -moz-transition: all .5s linear .2s;
    -webkit-transition: all .5s linear .2s;
    transition: all .5s linear .2s
}

.effect.eff-26:hover .caption {
    opacity: 1;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: all .2s linear .4s
}

.effect.eff-27 .caption {
    background-color: transparent;
    opacity: 0;
    -moz-transform: rotate(-45deg) scale(1,.3);
    -webkit-transform: rotate(-45deg) scale(1,.3);
    transform: rotate(-45deg) scale(1,.3);
    -moz-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.effect.eff-27:before,.effect.eff-27:after {
    content: "";
    display: block;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    z-index: 1;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 50%
}

.effect.eff-27:before {
    left: 0
}

.effect.eff-27:after {
    right: 0
}

.effect.eff-27:hover:before {
    -moz-transform: scale(30);
    -webkit-transform: scale(30);
    transform: scale(30);
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.effect.eff-27:hover:after {
    -moz-transform: scale(30);
    -webkit-transform: scale(30);
    transform: scale(30);
    -moz-transition: all .3s linear .15s;
    -webkit-transition: all .3s linear .15s;
    transition: all .3s linear .15s
}

.effect.eff-27:hover .caption {
    -moz-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    -moz-transition: all .2s linear .5s;
    -webkit-transition: all .2s linear .5s;
    transition: all .2s linear .5s
}

.effect.eff-28 .caption {
    background-color: transparent;
    opacity: 0;
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.effect.eff-28:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.effect.eff-28:hover:before {
    box-shadow: inset 0px 0px 25px 300px rgba(0,0,0,.6);
    -moz-transition: all .8s linear 0s;
    -webkit-transition: all .8s linear 0s;
    transition: all .8s linear 0s
}

.effect.eff-28:hover .caption {
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    -moz-transition: all .2s linear .4s;
    -webkit-transition: all .2s linear .4s;
    transition: all .2s linear .4s
}

.effect.eff-29 .caption {
    background-color: transparent;
    z-index: 2
}

.effect.eff-29 .caption h4,.effect.eff-29 .caption .text,.effect.eff-29 .caption a.btn {
    top: -100%
}

.effect.eff-29:before,.effect.eff-29:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.effect.eff-29:before {
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.effect.eff-29:after {
    bottom: 0;
    right: 0;
    background-color: transparent;
    border: 3px double #fff;
    -moz-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    box-sizing: border-box
}

.effect.eff-29:hover:before,.effect.eff-29:hover:after {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    -moz-transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s
}

.effect.eff-29:hover .caption h4,.effect.eff-29:hover .caption .text,.effect.eff-29:hover .caption a.btn {
    top: 0;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.effect.eff-29:hover .caption h4 {
    -moz-transition-delay: .6s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.effect.eff-29:hover .caption .text {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    transition-delay: .45s
}

.effect.eff-29:hover .caption a.btn {
    -moz-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.effect.eff-30 .caption {
    opacity: 0;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.effect.eff-30 img {
    -moz-transition: all .25s linear .3s;
    -webkit-transition: all .25s linear .3s;
    transition: all .25s linear .3s
}

.effect.eff-30:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.effect.eff-30:hover .caption {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all .35s cubic-bezier(.49,-.19,.7,-.01) .3s;
    -webkit-transition: all .35s cubic-bezier(.49,-.19,.7,-.01) .3s;
    transition: all .35s cubic-bezier(.49,-.19,.7,-.01) .3s
}

.instagram-block {
    width: 100%;
    background-size: cover 
}

.insta-item {
    position: relative
}

.insta-slick {
    padding-bottom: 40px;
    margin: 0
}

.insta-slick .slick-prev {
    left: 25px;
    z-index: 1
}

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

.insta-item:before {
    content: "";
    display: block;
    padding-top: 100%
}

.insta-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.insta-item-inner img {
    height: 100%
}

.insta-slick .slick-track:after,.insta-slick .slick-track:before {
    display: table;
    content: ""
}

.insta-slick .slick-initialized .slick-slide {
    display: block;
    color: #000
}

.insta-slick .effect {
    position: relative;
    overflow: hidden
}

.insta-slick .effect img {
    min-width: 100%;
    width: auto
}

.insta-slick .effect .caption {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "Roboto",sans-serif;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    z-index: 2
}

.insta-slick .slick-slide img {
    display: block;
    max-width: 100%
}

.fancybox-caption {
    padding: 5px 0 50px !important
}

.fancybox-caption a {
    text-decoration: none !important
}

.inst-pict {
    width: 70px;
    margin: 2px 12px 3px 0
}
/* instagram END */


.table-rasp th {
    background: #f28896;
    color: #fff;
}

/* footer  */
footer {
    border-top: 1px solid #ddd;
}

footer .logo img{
    margin-bottom: 20px;
}
footer .footer-menu>ul {
    width: 100%;
} 

footer .footer-menu .nav-link {
    font-weight: 600;
}
.footer-social {
	display: flex;
	text-shadow: none;
}
.footer-text .fa-vk {
	font-size: 30px;
	color: #000;
	border-radius: 50%;
	margin: 0 15px;
	opacity: 0.7;
}
.footer-text .fa-facebook-square{
	font-size: 30px;
    color: #000;
    opacity: 0.8;
    margin: 0 15px;
}

.footer-social a:hover i {
	opacity: 1;
}

.footer-social .social-links {
    left: unset;
    margin-left: unset;
    position: fixed;
    bottom: 80px;
    width: 50px;
    right: 0;
}

.footer-social .social-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    margin-bottom: 10px;
}

.footer-social .social-link img {
    width: 100%;
    border-radius: 20%;
}

footer a {
    color: #151920;
    text-decoration: underline;
}

footer a:hover, footer a:focus {
    color: #151920;
    text-decoration: none;
}

/* footer END */




 /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .footer-social .social-links {
        box-shadow: 0 0 20px 5px #fff;
        background-color: #fff;
        padding: 10px 5px 2px 5px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        width: 37px;
    }
    .form-block {
        background-position: left;
    }
    .header-contacts-phone address, .header-contacts-adres address {
        font-size: 18px;
    }
    .header-contacts-phone, .header-contacts-adres {
        margin-bottom: 20px;
    }
    .header-contacts {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main_slider .text {
        top: 25%;
        width: auto;
        max-width: 100%;
        margin-left: 30px;
        font-size: 20px;
        line-height: 1.4em;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-contacts-phone address, .header-contacts-adres address {
        font-size: 18px;
    }
    
    .header-contacts-phone, .header-contacts-adres {
        margin-bottom: 20px;
    }
    .header-contacts {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 991.98px) {

    .main-menu .nav li ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
        background: #f4f4f4;
        border: none;
        padding: 0px;
    }
    .main-menu .nav li ul.dropdown-menu a {
        color: rgba(0,0,0,.5);
        padding: 0px;
    }
    
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-contacts-phone address, .header-contacts-adres address {
        font-size: 18px;
    }
}



/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
