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


body {
    background: #000;
    color: #fff;
    font-family: 'MyriadPro', sans-serif;
}

a {
    color: #fff;
}

a:hover {
    color: #00c5ff;
}


h2 {
    font-size: 5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5rem;

}

h3 {
    width: 100%;
    font-size: 2.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
}

p {
    width: 100%;
    font-size: 1.45rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

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

.wow {
    visibility: hidden;
}

.header {
    padding: 25px 60px 5px 60px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled {
    background: rgba(0, 0, 0, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
}

.header .logo {
    display: block;
    width: 263px;
    line-height: 27px;
    letter-spacing: 5px;
}

.header .logo:hover {
    text-decoration: none;
    color: #fff;
}


.header .logo .text {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
}

.header .logo .text1 {
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 1rem;
}

.header .mob-phone {
    display: none;
}

.header .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.header .nav-menu li {
    float: left;
    margin-left: 8px;
    position: relative;
}
.header .nav-menu  > li > a {
    padding: 7px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
}

.header .nav-menu  > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #00c5ff;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.header .nav-menu a:hover:before, .header .nav-menu li:hover > a:before {
    visibility: visible;
    width: 100%;
}

.header .top-contacts .b1, .header .top-contacts .b2 {
    font-size: 0.85rem;
    font-family: 'MyriadPro', sans-serif;
}

.header .top-contacts .b1 {
    position: absolute;
    left: -27px;
    top: 3px;
}

.header .top-contacts .b2 {
    float: right;
}

.header .top-contacts .text, .header .top-contacts .text1 {
    text-align: center;
    line-height: normal;
}

.header .top-contacts .b2 .fa-instagram {
    border: solid 1px;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 26px;
    width: 35px;
    height: 35px;
    line-height: 26px;
    margin-left: 15px;
}

.header .top-contacts .b2 .fa-vk {
    border: solid 1px;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 22px;
    width: 35px;
    height: 35px;
    line-height: 26px;
    margin-left: 5px;
}

.b2 .fa:hover {
    color: #00c5ff;
}

.header-content {
  padding: 50px 0 30px;
}

.header-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.header-subtitle {
    text-align: center;
    font-size: 1.3rem;
    padding: 20px 100px;
}


#intro {
    width: 100%;
    height: 100vh;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

video {
    width: 100%;
    /* height: 100vh; */
    height: 100%;
    object-fit: cover;
}

#intro:before {
    content: "";
    background: rgba(4, 4, 4, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .intro-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*text-align: center;*/
}

#intro h1 {
    color: #fff;
    font-size: 5.07rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2rem;
    line-height: 4.8rem;
}

#intro h1 span {
    font-size: 4rem;
    letter-spacing: 0.5rem;
}

#intro .about-text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.25rem;
}

#about {
    padding: 100px 0 0 0;
}

#about h3 {
    margin-bottom: 40px;
}

#about p {
    margin-bottom: 40px;
}

#about .banner {
    background: url("/assets/images/block2-about.png") no-repeat ;
    width: 100%;
    height: 300px;
    background-size: 100%;
}

#about .banner-m {
    width: 100%;
    height: auto;
    display: none;
}

#portfolio {
    padding: 100px 0 0 0;
}

#price {

    padding: 100px 0 0 0;
}


@-webkit-keyframes pulsate-btn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}


.button {
    margin: 50px auto;
    text-align: center;
}

.button a:hover {
    color: #fff;
}

.main-btn {
    padding: 24px 46px;
    background-image: linear-gradient(to top, #AAC0E7 0%, #C7D4FF 100%);
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    border: 0;
}
.main-btn:hover {
    background-image: linear-gradient(to top, #B1C3EA 0%, #8796D3 100%);
    text-decoration: none;
}

/*modal form*/
.modal.fade {
  background: rgba(0,0,0,0.8);
}
.modal-content {
  padding: 32px 26px 40px;
  background-color: #343f49;
}
.form-header h4 {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
}
.form-header p {
    text-align: center;
    letter-spacing: 1px;
    font-size: 17px;
 /*   margin-top: 1.1rem;*/
}
.form-body {
  padding: 6px 40px 10px;
}
.form-field {
  margin-bottom: 12px;
}
.form-field input {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 15px;
    display: block;
    border: none;
    box-shadow: none;
    height: 50px;
    color: #000000;
    font-family: inherit;
    font-size: 15px;
    line-height: 22px;
    border: #d8e5e7 solid 2px;
    border-radius: 4px;
    background: #f8f9fa;
}
.form-footer {
   text-align: center;
} 
.modal-btn {
    background-image: -webkit-linear-gradient(top, #ffed64 0%, #facd46 100%);
    background-image: linear-gradient(top, #ffed64 0%, #facd46 100%);
    border: none;
    padding: 18px 60px;
    font-size: 1.1rem;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    text-decoration: none;
}
.modal-btn:hover {
    background-image: -webkit-linear-gradient(top, #facd46 0%, #ffed64 100%);
    background-image: linear-gradient(top, #facd46 0%, #ffed64 100%);
}
.close {
  font-size: 1.8rem;
  color: #fff;
  opacity: .8;
}
  /*modal form*/
.tiles .tile {
    margin-bottom: 30px;
}


.tiles .tile img {
    width: 100%;
}

.tiles .tile .title {
    display: none;
    position: absolute;
    bottom: 8px;
    width: 100%;
}

.tiles .tile:hover .title {
    display: block;
}

.tiles .tile .wrapper {
    margin: 0 auto;
    padding: 7px 10px;
    background: #0000006b;
    width: 85%;
    text-align: center;
    line-height: normal;
}

.tiles a:hover {
    color: #fff;
}

@media (min-width: 768px){

  .tiles .mPS2id-clicked .wrapper {
      background: #000000cf;
      width: auto;
      padding: 0;
      margin: 0px 0;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2em;
  }
  
  .tiles .mPS2id-clicked .title {
      display: block;
      top: 0;
      height: -webkit-fill-available;
  }

}

.video-info .image img {
    width: 100%;
    margin-left: -15px;
}

.video-info  {
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
}

.video-info .image {
    height: 624px;
}

.video-info .title {
    position: absolute;
    bottom: 31px;
    width: 100%;
    display: none;
}

.video-info:hover .title {
    display: block;
}

.video-info .title .wrapper {
    margin: 0 auto;
    padding: 7px 10px;
    background: #0000006b;
    width: 85%;
    text-align: center;
    line-height: normal;
}

.video-info .image .wrapper {
    width: auto;
    position: absolute;
    z-index: 4;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    width: 100%;
}

.video-info .image .wrapper.cs {
    cursor: default;
}

.video-info .info {
    position: absolute;
    top: 0;
    right: -290px;
    display: none;
}

.video-info:hover .info {
    display: block;
}

.video-info .info .wrapper {
    text-transform: uppercase;
    font-weight: 600;
}

.video-info .info .wrapper i {
    display: block;
    font-weight: 100;
    font-style: normal;
    padding-top: 10px;
    color: #585858;
}

.video-info .info .wrapper i:nth-child(1) {
      padding-top: 0;
}

@media (min-width: 991px){

 
}


main {
   /* margin-bottom: 55px;*/
}

footer hr {
    display: grid;
    width: 100%;
    height: 2px;
    border-bottom: solid 1px;
    margin-bottom: 6px;
}

footer .info {
    margin-bottom: 150px;
    text-transform: uppercase;
    line-height: 39px;
    width: 100%;
     margin: 0 auto;
     text-align: center;
}

footer .b1 {
    text-align: right;
    float: right;
}


footer .b2 {
    float: right;
}


footer .b2 .fa-instagram {
    border: solid 1px;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 26px;
    width: 35px;
    height: 35px;
    line-height: 26px;
    margin-left: 15px;
}

footer .b2 .fa-vk {
    border: solid 1px;
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 22px;
    width: 35px;
    height: 35px;
    line-height: 26px;
    margin-left: 5px;
}

footer .info .c3 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1640px){

    .video-info .info {
        position: relative;
        top: auto;
        right: auto;
    }

    .video-info .image  {
        height: 464px;
    }
}

@media (max-width: 1199px){

    .video-info .image {
        height: 388px;
    }
}

@media (max-width: 1640px){

    .video-info .info {
        display: block;
        padding-top: 0;
    }

}

@media (min-width: 992px) and (max-width: 1640px){
    .video-info .image {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .video-info .info {
        position: relative;
        top: auto;
        right: auto;
    }

    .video-info .info {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .video-info .info {
        margin-top: 15px;

        -webkit-column-width: 200px;
        -moz-column-width: 200px;
        column-width: 200px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        -webkit-column-rule: 1px solid #ccc;
        -moz-column-rule: 1px solid #ccc;
        column-rule: 0;
    }

    .video-info {
        margin-bottom: 50px;
    }
    
    .video-info .info {
        padding-top: 10px;
    }

}
@media screen and (max-width: 1200px) {
    .header {
        padding-left: 0;
        padding-right: 0;
    }

    .header .top-contacts .b1 {
        left: -59px;
    }
}
@media (max-width: 991px){

    .header .top-contacts .b1 {
        left: 0;
    }

    .header .top-contacts .b2 {
        display: none;
    }

    .video-info {
        margin-bottom: 25px;
    }

    .tiles .tile .title {
        display: block;
    }

    .video-info .title {
        display: block;
    }

    .header .logo {
        width: 190px;
    }

    .header .logo .text {
        font-size: 1.5rem;
    }

    .header .logo .text1 {
        font-size: 0.5rem;
        line-height: 0.4rem;
    }

    .header .nav-menu > li > a {
        padding: 7px 0;
        letter-spacing: 0.2rem;
        font-size: 0.8rem;
    }
    
}

@media (max-width: 767px){

    .header {

    }

    #header.header-scrolled {
        height: 118px;
    }

    .header-subtitle {
        padding: 20px 0px;
    }

    .logo {
        margin-left: auto;
        margin-right: auto;
    }
    
    
    .header .mob-phone {
      width: 190px;
      margin: 0 auto;
      text-align: center;
      display: block;
      font-size: 1.2rem;
      line-height: 1rem;
      padding-top: 14px;
    }

    .top-contacts {
        display: none;
    }
    .header .top-contacts .b2 {
      float: none;
      text-align: center;
    }

    .video-info .image  {
        height: 308px;
    }
    footer .b2, footer .b1, .header .top-contacts .b1 {
      float: none;
    }
    footer .b1 {
      text-align: center;
    }


    #intro h1 {
        font-size: 2rem;
        line-height: 2rem;
        letter-spacing: 1.1rem;
    }

    #intro h1 span {
        font-size: 1.5rem;
        letter-spacing: 0.4rem;
    }

    #intro .about-text {
        font-size: 1.2rem;
    }

    h2 {
        font-size: 2.3rem;
        text-align: center;
    }

    h3 {
        font-size: 1.7rem;
    }

    p {
        font-size: 0.8rem;
    }

    #about .banner {
        height: 140px;
    }

    #about, #portfolio, #price {
        padding: 50px 0 0 0;
    }


    .banner {
      display: none;
    }

    .banner-m {
      display: block !important;
    }
    
    .video-info .image .wrapper {
 /*      margin-right: -15px;
 margin-left: -15px; */
    }
    
    .tiles .col-lg-6 {
      padding-right: 0;
      padding-left: 0;
    }
    
    #portfolio .col-lg-12 {
      padding-right: 0;
      padding-left: 0;
    }
    
    .tiles .tile .title{
    }
    
    #video-info {
      height: 0;
      opacity: 0;
    }
    
    #portfolio .row {
      margin-right: 0 !important;
      margin-left: 0  !important;
    }
    
    .tiles .tile .title {
      /* width: auto; */
    }

    .video-info .title {
      left: 0;

    }
    
    .video-info .image img {
      margin-left: 0; 
    }

    .video-info .image .wrapper {
      padding-right: 0;
      padding-left: 0;
      display: none;
    }
    
    .video-info .info .wrapper {
      padding-left: 15px;
      font-size: 14px;
    }

    .video-info .info .wrapper i {
        padding-top: 0;
    }
    
    .video-info {
      margin-top: 0;
    }

}

@media (max-width: 500px){
    .header-title {
       font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 450px){
  
    .video-info .image  {
        height: 255px;
    }
  
    .video-info .title {
        bottom: 50px;
    }
    .header-content {
      padding: 50px 0 30px;
    }
    .header-title {
       font-size: 1.5rem;
    }
    .header-subtitle {
       font-size: 1rem;
    }
    .main-btn {
    width: 80%;
    padding: 12px 46px;
    margin: 0 auto;
    font-size: 1rem;
    display: block; 
}

    footer .info {
      margin: 0 auto;
    }
    
}

/*#player {*/
    /*display: none;*/
/*}*/

@media screen and (max-width: 410px){
    .header .top-contacts .b1, .header .top-contacts .b2 {
        text-align: center;
        padding-bottom: 8px;
        float: none;
    }
    .main-btn {
      display: block; 
    }

    footer .c1, footer .b2, footer .b1 {
        text-align: center;
        padding-bottom: 8px;
        float: none;
    }

    main {
         margin-bottom: 0;
    }
    
    #intro h1 {
      font-size: 1.82rem;
    }
    
    #intro h1 span {
      font-size: 1.2rem;
    }
    
}

@media screen and (max-width: 374px){
      #intro h1 {
      font-size: 1.2rem;
      letter-spacing: 0.9rem;
      line-height: normal;
    }
    
    #intro h1 span {
      font-size: 1rem;
      letter-spacing: 0.2rem;
    }
}


form .form-block {
  margin-bottom: 45px;
}

form .custom-radio, form .custom-radio label,
form .custom-checkbox, form .custom-checkbox label {
  margin: 3px 0px;
  font-size: 1.2rem;
}

form .custom-checkbox label:first-letter,
form .custom-radio label:first-letter {
  text-transform: lowercase;
}

.white-page {
  background: #fefefe;
  color: #000;
}


.white-page .header {
  background: #000;
}


.note3.active {
  color: #f00;
}


.form-field textarea {
    border: #d8e5e7 solid 2px;
    border-radius: 4px;
    background: #f8f9fa;
}

.white-page footer a {
  color: #000;
}

#rqform .suc {
  color: #36b900;
    border: solid 1px;
    text-align: center;
    padding: 5px;
    line-height: 4;
}