@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

body {
    /*font-family: "ralewayregular", sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    min-width: 320px;
    background-color: #000;
    color: #fff;
}

.modal-backdrop.fade.in {
	display: block!important;
}

#wdi_spider_popup_wrap {
	display: inline-block!important;
}

                    /*HEADER*/
header {
    height: 100vh;
    /*background-color: lightslategrey;*/
    position: relative;
}

header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/background1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: grayscale(0.3);
    z-index: -1;
}

nav {
    height: 100px;
    line-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar-header {
    height: 100px;
}

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

.menu li {
    display: inline-block;
    padding: 0 30px;
}

.menu li a{
    color: #fff;
    text-transform: uppercase;
    /*font-family: 'RalewayBold', sans-serif;*/
}

.menu li a:hover, .menu li a:focus{
    text-decoration: none;
    color: #e1e1e1;
}

.logo img {
    border-radius: 20px;
    height: 90px;
}

.logo {
    padding-top: 5px;
}

.top_line {
    height: 1px;
    background-color: #e1e1e1;
}

.title_block {
    text-align: center;
    margin-top: 60vh;
    /*z-index: 999;*/
}

.title_block h1 {
    /*font-family: "ralewaybold", sans-serif;*/
    font-size: 48px;
    text-transform: uppercase;
}

.title_block p {
    /*font-family: "robotoregular", sans-serif;*/
    font-size: 24px;
}

                    /*SECTION*/

.p0 {
    padding: 0;
}

.work_block {
    position: relative;
    border: 1px solid darkgrey;
    border-radius: 5px;
}

.work_block1 {
    position: relative;
}

.work_block1:hover .image_wrap{
	filter: opacity(1);
    /*opacity: 1;*/
}

.image_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    filter: opacity(0);
    /*opacity: 0;*/
    transition: filter 0.5s;
}

.work_block:hover .image_wrap{
	filter: opacity(1);
    /*opacity: 1;*/
}

/*.work_block img {
	-webkit-filter: grayscale(1);
}

.work_block:hover img {
	-webkit-filter: grayscale(0);
}*/

.work_descr {
    text-align: center;
    margin: auto;
}

.work_descr h4 {
    /*font-family: "ralewaybold", sans-serif;*/
    text-transform: uppercase;
}

.work_descr p {
    /*font-family: "robotoregular", sans-serif;*/
    text-transform: uppercase;
}

.works_descr h2 {
    margin: 50px auto;
    /*font-family: "ralewaybold", sans-serif;*/
    text-align: center;
    text-transform: uppercase;
}

.my_btn {
    /*font-family: "ralewaybold", sans-serif;*/
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: darkred;
    margin: 50px auto;
    border: 2px solid #590000;
    text-transform: uppercase;
    transition: background-color 0.2s;
}

.my_btn:hover {
    background-color: red;
    color: white;
}

.my_btn:active, .my_btn:focus {
    outline: none;
}

.p_block {
    margin-bottom: 10px;
}

.p_block img {
    height: 250px ;
    width: 100%;
    border-radius: 5px;
    border: 3px solid darkgrey;
}

.brand {
    position: relative;
}

.brand:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/background2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
}

.brand_block {
    height: 300px;
    display: flex;
    width: 100%;
}

.brand_title {
    height: auto;
    display: flex;
    width: 100%;
    background-image: none;
}

.brand_block img {
    margin: auto;
    width: 200px;
    height: 200px;
}

.brand_work {
    height: 300px;
    display: flex;
    width: 100%;
    border: none;
}

.brand_image {
    height: 200px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    background-color: transparent;
    color: #000;
    text-shadow:
            -0   -1px 2px #FFFFFF,
            0   -1px 2px #FFFFFF,
            -0    1px 2px #FFFFFF,
            0    1px 2px #FFFFFF,
            -1px -0   2px #FFFFFF,
            1px -0   2px #FFFFFF,
            -1px  0   2px #FFFFFF,
            1px  0   2px #FFFFFF,
            -1px -1px 2px #FFFFFF,
            1px -1px 2px #FFFFFF,
            -1px  1px 2px #FFFFFF,
            1px  1px 2px #FFFFFF,
            -1px -1px 2px #FFFFFF,
            1px -1px 2px #FFFFFF,
            -1px  1px 2px #FFFFFF,
            1px  1px 2px #FFFFFF;
}

.brand_work img {
    height: 200px;
    width: 200px;
    margin: auto;
    border-radius: 5px;
}

.wide_brand_img img {
    width: 100%;
    height: auto;
}

.wide_brand_img .brand_image {
    width: 100%;
    left: 0;
    margin-left: 0;
}

.modal-body {
    text-align: center;
    height: 100%;
    overflow-y: auto;
    color: #000;
}

a.sbi_photo {
  border-radius: 10px;
}

#sb_instagram .sbi_no_avatar .sbi_header_hashtag_icon {
  display: none!important;
}

#sb_instagram .sbi_no_avatar .sbi_header_img {
  background: url(https://instagram.fiev9-1.fna.fbcdn.net/v/t51.2885-19/s150x150/60800469_451770068723349_4786050850147532800_n.jpg?_nc_ht=instagram.fiev9-1.fna.fbcdn.net&_nc_ohc=D5zkLslb3uMAX9TV1s4&oh=a3fb3cd91aba9c23fd2eebbb2cf60c12&oe=5F4A3764);
  background-size: contain;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
  color: #262626;
}

.modal-content {
    color: #000;
    border: 2px solid darkgray;
}

.modal-header h4 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    /*font-family: "ralewaybold", sans-serif;*/
}

.modal-body .container {
    max-width: 880px;
}

.modal-body .wdi_feed_thumbnail_1 .wdi_photo_img {
    border-radius: 5px;
    border: 2px solid darkgray;
}

.image-wrap img {
    width: 100%;
}

.instaimg {
    height: 190px;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
}

.instaimg a {
    display: block;
    margin: auto;
}

.instaimg img {
    width: 100%;
}

                    /*FOOTER*/

footer {
    padding-bottom: 50px;
}

footer .container {
    margin-top: 50px;
}

.cbalink {
	display: none;
}

.contacts {
    display: flex;
}

#contacts {
    margin: 10px auto;
}

.contacts h2 {
    margin: 0 auto 20px;
    text-transform: uppercase;
    /*font-family: "ralewaybold", sans-serif;*/
}

.contact_phone p {
    text-align: center;
}

.contact_phone p a {
    /*font-family: "robotoregular", sans-serif;*/
    color: #fff;
    font-size: 26px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.contact_phone p a:hover {
    opacity: 1;
    text-decoration: none;
}

.contact_phone p a:visited, .contact_phone p a:active, .contact_phone p a:link {
    text-decoration: none;
}

.soc_btn {
    height: 60px;
    width: 60px;
    font-size: 35px;
    text-align: center;
    border-radius: 10px;
    background-color: transparent;
    margin: 5px;
    color: #fff;
    border-color: #fff;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.soc_btn:hover, .soc_btn:active, .soc_btn:focus, .soc_btn:visited {
    opacity: 1;
    color: #fff;
    border-color: #fff;
}

#viber {
    height: 40px;
    display: inline-block;
}

#viber_block {
    margin: auto;
}

#viber_block a {
    color: #fff;
    text-decoration: none;
}

.contacts p {
    display: inline-block;
    /*font-family: "robotoregular", sans-serif;*/
    font-size: 20px;
}

.buttons {
    display: flex;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}












/* girlyanda */

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}

.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
  background: cyan;
  box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.66667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.33333px;
  border-radius: 3px;
  top: -4.66667px;
  left: 1px;
}

.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.66667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

.lightrope li:last-child:after {
  content: none;
}

.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}




/*  snow  */

/*body {
    background-image: url('../img/snow.png'), url('../img/snow3.png'), url('../img/snow2.png');
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

@keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 50% {background-color:#b4cfe0;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px; background-color:#6b92b9;}
}

@-ms-keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}*/