/* Font */

@font-face {
      font-family: "MyriadProRegular";
      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;
  }

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

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

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

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

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




/* Links */
a,
a:focus,
a:hover {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  text-decoration: none;
}

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

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #fff;
  text-shadow: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}

/*
 * Base structure
 */



/*  --------------------------------------------------
Modals
-------------------------------------------------- */
    
  .reveal-modal-bg { 
    position: fixed; 
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0; 
    }
  
  .reveal-modal {
    visibility: hidden;
    top: 100px; 
    left: 50%;
    margin-left: -300px;
    width: 520px;
    background: #eee url(/images/modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    }
    
  .reveal-modal.small     { width: 200px; margin-left: -140px;}
  .reveal-modal.medium    { width: 400px; margin-left: -240px;}
  .reveal-modal.large     { width: 600px; margin-left: -340px;}
  .reveal-modal.xlarge    { width: 800px; margin-left: -440px;}
  
  .reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0, .6);
    font-weight: bold;
    cursor: pointer;
    } 

.big-link { display:block; margin-top: 100px; text-align: center; font-size: 70px; color: #06f; }


/*  --------------------------------------------------
END Modals
-------------------------------------------------- */


html *{max-height:999999px;}
textarea{resize:none!important;}


div.left{float:left;}

body{margin: 0 auto;font-family:MyriadProRegular, verdana, Arial, sans-serif;font-size:16px;background:#fff;color:#303030;cursor:default; max-width: 1920px;}

h4 {
  margin: 0;
}

.stop-scrolling {
  overflow-y: hidden;
}
/* MENU heder */


#navigation{
    background: #EF0505;
    height: 50px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: -500px;
}

#navigation.fixed{
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    background: url(/images/main/bg-element-main-screen.jpg);
    transition: 0.2s;
}



/* END MENU heder */


nav {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}
nav .logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 999;
}
nav .logo a{

}
nav .logo span {
    display: block;
    font-size: 13px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    color: #848484;
}

nav .logo img {
}

#navigation .logo img {
    width: 45px;
    padding: 5px;
}

#navigation nav {
  padding-bottom: 0;
}

#navigation nav .menu {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 5px;
}


nav .menu {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50px;
}

nav .menu .ver_line {
    padding: 0 5px;
    border-right: solid 1px #4d4d4d;
    position: relative;
}

nav .menu .ver_line a {
    padding: 0 10px;
    font-size: 18px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
}

nav .menu .ver_line a:hover {
    transition: 0.2s;
}


a.glo{

}

a.glo:hover {

}

nav .menu .ver_line:nth-last-child(1) {
  border: none;
}

.content {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.main-screen {
    background: url(/images/main/bg_ph.jpg);
    padding-top: 10px;
    padding-bottom: 30px;
    background-size: 100%; 
    position: relative;
    background-position: center;
  background-attachment:fixed;
}

.main-screen:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff63;
    position: absolute;
    top: 0;
}

.content div.site_title,
.content div.hero-img  {
  display: inline-block;
  width: 45%;
  vertical-align: middle;
  text-align: center;
}

.content div.hero-img img {
	width: 100%;
	height: auto;
}



.content .site_title {

}

.content .site_title h1 {
    font-size: 90px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: MyriadProRegular;
    font-weight: bold;
    text-align: left;
    line-height: 80px;
    color: #ffffff;
    text-shadow: 0 1px 0 #ccc,
                 0 2px 0 #c9c9c9,
                 0 3px 0 #bbb,
                 0 4px 0 #b9b9b9,
                 0 5px 0 #aaa,
                 0 6px 1px rgba(0,0,0,.1),
                 0 0 5px rgba(0,0,0,.1),
                 0 1px 3px rgba(0,0,0,.3),
                 0 3px 5px rgba(0,0,0,.2),
                 0 5px 10px rgba(0,0,0,.25),
                 0 10px 10px rgba(0,0,0,.2),
                 0 20px 20px rgba(0,0,0,.15);
}

.content .site_title h2 {
  text-align: left;  
  color: #ffffff;
  opacity: 0.8;
}

.site_title-btn {
  text-align: left;
}

.site_title-btn a {
    margin: 10px;
    display: inline-block;
}

.site_title-btn .btn1, .site_title-btn .btn2 {
    color: #ffffff;
    border-color: #ffffff;
}

.btn {
  border: solid 1px #4d4d4d;
  color: #4d4d4d;
  padding: 10px;
  font-size: 20px;
  font-family: MyriadProBold;
  font-weight: bold;
  cursor: pointer;
  background-image: linear-gradient(to left,transparent,transparent 50%,#003d9c 50%,#0078f4);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all .25s ease-in;

}
.btn:hover {
  background-position: 0 0;
  transition: all .25s ease-in;
  color: white;
}

.hero-img {

}

.second-bl {
  padding-top: 100px;
  padding-bottom: 100px;
}

.second-bl .content div{
    display: inline-block;
    width: 49%;
}

.second-bl div.text_bl {
    padding-left: 80px;
    width: 44%;
}

.second-bl h3{
    font-size: 36px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    color: #4d4d4d;
    opacity: 0.6;
    position: relative;
}

.second-bl h3:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #4d4d4d;
    opacity: 0.6;
    top: -10px;
}

.text_bl p,
.text_bl_butt p {
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
    opacity: 0.6;
    text-align: justify;
}

.text_bl ul {
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
    opacity: 0.8;
    text-align: justify;  
}

.second-bl .content div.text_bl_butt {
  width: 100%;
  text-align: center;
}

.second-bl .btn {
    position: relative;
    top: 20px;
}


.resume {
    height: 75px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(/images/main/bg-element-main-screen.jpg);
    padding: 20px 0;
}

.resume:hover {
  height: 150px;
  cursor: pointer;
}

.resume_active {
    height: 850px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: default!important;
}
.resume_active:hover {
    height: 850px;
}


.resume h3{
    font-size: 36px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    color: #4d4d4d;
    opacity: 0.6;
    position: relative;
    text-align: center;
}

.resume h3:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #4d4d4d;
    opacity: 0.6;
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.resume_cont {
    padding: 10px 0;
}

.resume_cont a {
    font-size: 18px;
    font-weight: bold;
    color: #1c1c1c;
    text-transform: uppercase;
}
.resume_cont a:hover {
  color: black;
}

.resume_cont div {
  display: inline-block;
  width: 45%;
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
  opacity: 0.6;
  vertical-align: top;
}

.resume_cont div:nth-child(1) {
    text-align: right;
    font-weight: bold;
    opacity: 0.8;
    padding: 0 15px;
    text-transform: uppercase;
}

.resume_cont div:nth-child(2) {
    text-align: justify;
    padding: 0 15px;  
}


.specialization {
  max-width: 1920px;
  margin: 0 auto;
  background: #f6f6f6;
  padding: 120px 0;
  position: relative;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2);
}

.specialization-bl div {
    display: inline-block;
    width: 32%;
    margin: 25px 5px;
    text-align: center;
    position: relative;
}

.opis {
  overflow: visible;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.specialization-bl div:hover .opis{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #dfdfdf;
    opacity: 1;
}

.specialization h3{
    font-size: 36px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    color: #4d4d4d;
    opacity: 0.6;
    position: relative;
    text-align: center;
}

.specialization h3:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #4d4d4d;
    opacity: 0.6;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.specialization-bl img {
  padding: 20px 0 10px;
  opacity: 0.8;
}

.specialization-bl h4 {
    display: block;
    font-size: 20px;
    font-family: MyriadProBold;
    color: #4d4d4d;
    opacity: 0.8;
    font-weight: bold;
    margin: 0;
}

.skill {
  max-width: 1920px;
  margin: 0 auto;
  padding: 120px 0;  
}


.skill h3{
    font-size: 36px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    color: #4d4d4d;
    opacity: 0.6;
    position: relative;
    text-align: center;
    padding-bottom: 75px;
}

.skill h3:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #4d4d4d;
    opacity: 0.6;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.profi_skill {
    display: inline-block;
    width: 30%;
    background: #f6f6f6;
    padding: 50px 20px 20px;
    margin-right: 30px;
    position: relative;
    vertical-align: top;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.skill_bl h4 {
    position: absolute;
    top: -30px;
    width: max-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #4d4d4d;
    padding: 15px;
    font-size: 20px;
    color: white;
    font-family: MyriadProBold;
    text-transform: uppercase;
    text-align: center;

}


.addi_skill {
    display: inline-block;
    width: 60%;
    background: #f6f6f6;
    padding: 50px 20px 20px;
    position: relative;
    vertical-align: top;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}


.line_skill {
  position: relative;
}

.line_skill span {

}

.line_skill span:nth-child(1) {
    padding: 9px 5px 5px;
    display: block;
    font-size: 18px; 
}

.line_skill span:nth-child(2) {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
}

.line_skill span.line {
    height: 21px;
    display: block;
    opacity: 0.8
}

.line_skill:before {
    content: "";
    width: 100%;
    height: 20px;
    border: solid 1px #9e9e9e;
    position: absolute;
    top: 36px;
}

.line_skill:after {
    position: absolute;
    top: 10px;
    right: 5px;
}

.ls1, .ls2, .ls3, .ls4, .ls5, .ls6 {
  font-size: 18px;
}
.ls1 span.line {
  width: 91%;
  background: rgba(117, 204, 39);
}
.ls1:after {
  content: "91%";
}

.ls2 span.line {
  width: 70%;
  background: rgba(218, 213, 47);
}
.ls2:after {
  content: "70%";
}

.ls3 span.line {
  width: 62%;
  background: rgba(208, 205, 130);
}
.ls3:after {
  content: "62%";
}

.ls4 span.line {
  width: 76%;
  background: rgba(179, 204, 39);
}
.ls4:after {
  content: "76%";
}

.ls5 span.line {
  width: 94%;
  background: rgba(32, 173, 49);
}
.ls5:after {
  content: "94%";
}

.ls6 span.line {
  width: 80%;
  background: rgba(146, 169, 22);
}
.ls6:after {
  content: "80%";
}

.line_skill > span:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: linear-gradient(
    -45deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  overflow: hidden;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.text-bar {
    position: relative;
    top: 80px;
    text-align: center;
}

.li-skill {
    display: block;
    margin-top: 50px;
}

.li-skill span.li_s {
    display: inline-block;
    width: 31%;
    padding: 28.5px 5px;
    position: relative;
    text-indent: 75px;
}

.li-skill span.li_s:before {
    content: "";
    background: url(/images/main/galka.png) no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 75%;
    left: 40px;
    top: 20px;
}

.portfolio {
    max-width: 1920px;
    margin: 0 auto;
    background: #f6f6f6;
    padding: 120px 0;
    background: url(/images/main/fon_preim.jpg) no-repeat;
    text-align: center;
}

.portfolio .btn {
    margin-top: 20px;
    display: inline-block;
}

.portfolio h3{
    font-size: 36px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    color: #4d4d4d;
    opacity: 0.6;
    position: relative;
    text-align: center;
}

.portfolio h3:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #4d4d4d;
    opacity: 0.6;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.portfolio-bl {

}

.work-photo {
    max-width: 1200px;
    display: flex;
    margin: 0 -10px;
    padding: 30px;
    justify-content: flex-start;
}

.column {
    display: flex;
}

.column .columns:nth-of-type(1) {
    margin-right: 2px;
}

.column .columns:nth-of-type(2) {
    margin-left: 2px;
}

.work-photo .columns {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.work-photo .columns:nth-of-type(1) div {
    display: flex;
    align-items: flex-start;
}

/*.work-photo img,*/
.work-photo a {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    margin: 2px;
    transition: transform 0.6s ease;
    transform: scale(1);
}

/*.work-photo img:hover*/
.work-photo a:hover {
    transform: scale(1.1);
    z-index: 100;
    cursor: pointer;
}

@media (max-width:992px) {
    .work-photo {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .work-photo .column {
        justify-content: space-around;
    }
    .column .columns {
        flex: 1 0 50%;
        align-items: center;
    }
    .columns img {
        width: 100%;
    }
    .work-photo img {
        margin: 2px!important;
    }
}

.btn_bl {
  text-align: center;
  margin-top: 50px ;
}

.reviews {
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
}

.reviews h3{
    font-size: 36px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    color: #4d4d4d;
    opacity: 0.6;
    position: relative;
    text-align: center;
}

.reviews h3:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #4d4d4d;
    opacity: 0.6;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.rev-bl {
    height: 400px;
    margin: 0 auto;
    margin-top: 50px;
}

.joke {
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
    background: #f6f6f6;
}

.joke_bl {

}

.joke_bl div {
    display: inline-block;
    width: 24%;
    text-align: center;
}

.joke_bl div span {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.joke_bl div span b {
  display: block;
  font-size: 22px;
  margin-bottom: 20px
}

.footer-form {
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
    background: url(/images/main/contact-bg.jpg) no-repeat;
    background-size: auto;
    background-position: center;
}

.footer-form h3{
    font-size: 36px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 1;
    position: relative;
    text-align: center;
}

.footer-form h3:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #ffffff;
    opacity: 1;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* form */

.form__wrapper {
  text-align: center;
  width: 700px;
  margin: 0 auto;
}

.form-input__name, .form-input__phone, .form-input__email, .form-input__email, .form-input__text, .form-input__usluga{
    width: 41%;
    padding: 0 18px;
    margin: 0 5px;
    height: 40px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 2px;
    border: none;
    outline: none;
    font-size: 18px;
    font-family: MyriadProBold;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    /*transition: all .25s ease-in;*/
}

.form-input__name:focus, .form-input__phone:focus, .form-input__text:focus {
  box-shadow: 0px 5px 10px rgba(0, 198, 255, 0.5);
}


.form-input__text {
    display: block;
    height: 200px;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
}

.form-input__button {
    margin-top: 20px;
    padding: 10px 75px 10px 75px;
    background: #ffffff url(/images/main/send-button.png) no-repeat;
    background-position: center;
    background-size: 15%;
}

.form-input__button:hover {
  background: #00c6ff url(/images/main/send-button.png) no-repeat;  
      background-size: 15%;
}


.form-input__button:hover {
      background-position: center;
}

.reveal-modal h1 {
  text-align: center;
  font-size: 24px;
}

.reveal-modal .form-input__name, .reveal-modal .form-input__phone, 
.reveal-modal .form-input__email {
    width: 40%;
    padding: 0 18px;
    margin-left: 9px;
}

.reveal-modal .form-input__usluga {
   width: 47%; 
       margin-left: 9px;
 }

.reveal-modal .form-input__text {
    height: 100px;
  }
.reveal-modal .form-input__button {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

/* END form */

.fut_line {
    margin-top: 100px;
    position: relative;
}

.fut_line_bl {
    width: 100%;
    height: 2px;
    background: #f6f6f6;
    margin-bottom: 25px;
}

.fut_soc {
    z-index: 1;
    position: relative;
}

.fut_soc a {
  margin: 0 5px;
}

.fut_soc img {
  width: 25px;
  height:25px;
      transition: all .25s ease-in;
}


.fut_soc img:hover {
  opacity: 0.6;
  transition: all .25s ease-in;
}

.soc_menu {
    position: absolute;
    top: 13px;
    right: 5%;  
}

.soc_menu_op {
    z-index: 1;
    position: absolute;
    bottom: 25%;
}


.prava {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30px;
}

/* modal form */


.form__modal {
  
}


/* slider */


    .slider {
      position: relative;
      overflow: hidden;
    }

    .slider__wrapper {
      display: flex;
      transition: transform 0.6s ease;
    }

    .slider__item {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .slider__control {
      position: absolute;
      top: 50%;
      display: none;
      align-items: center;
      justify-content: center;
      width: 40px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 50px;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, .5);
    }

    .slider__control_show {
      display: flex;
    }

    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9;
    }

    .slider__control_left {
      left: 0;
    }

    .slider__control_right {
      right: 0;
    }

    .slider__control::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_left::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .slider__control_right::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }

    .slider__item .rev-bl-container {
    display: flex;
    width: 92%;
    margin: 0 auto;
    border: solid 1px;
    }

  .rev-bl-img img {
    width: 250px;
    height: auto;
    padding: 25px;
  }

/* END slider */




.rev-bl-name,
.img-container,
.rev-bl-title,
.rev-bl-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rev-bl-name {
  background-color: #ff7d7d;
}

.img-container {
  background-color: #ffc158;
}

.rev-bl-title {
  background-color: yellow;
}

.rev-bl-text {
  background-color: #a6eaa6;
}


:root {
  --rev-bl-nameHeight: 60px;
  --rev-bl-titleHeight: 40px;
  --rev-bl-textHeight: 300px;
}

/* Flexbox Fallback */

.rev-bl-container {
  display: flex;
}

.sidebar-container {
  flex: 1;
}

.img-container {

}

.main-container {
  display: flex;
  flex-wrap: wrap;
  flex: 3;
}

.rev-bl-name {
  flex-basis: 100%;
  height: var(--rev-bl-nameHeight);
  font-size: 24px;
}

.rev-bl-title {
  flex-basis: 100%;
  height: var(--rev-bl-titleHeight);
  font-size: 20px;
}

.rev-bl-text {
  flex-basis: 100%;
  height: var(--rev-bl-textHeight);
  padding: 0 50px;
  font-size: 18px;
}



.uslugy {
    max-width: 1920px;
    margin: 0 auto;
    padding: 120px 0;
}

.uslugy h3 {
    font-size: 36px;
    font-family: MyriadProBold;
    font-weight: bold;
    text-transform: uppercase;
    color: #4d4d4d;
    opacity: 0.6;
    position: relative;
    text-align: center;
    padding-bottom: 75px;
}

.uslugy h3:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    background: #4d4d4d;
    opacity: 0.6;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.uslugy_bl {

}

.uslugy_bl div.inl{
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin: 0 2%;
}
.uslugy_bl div.inl ul {
  list-style: none;
}

.uslugy_bl div.inl ul li {
  position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #4d4d4d;
    opacity: 0.6;
    margin: 10px 0;
}
.uslugy_bl div.inl ul li:before {
    content: "";
    background: url(/images/main/galka.png) no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 60%;
    left: -40px;
    top: 5px; 
}

.uslugy_bl div.inl ul li strong {
  color: #010101;
  font-size: 20px;
}


/*    Mob menu */

.mobile-menu {
    position: absolute;
    display: block;
    top: 10px;
    right: 65px;
    z-index: 9999999;
    width: auto;
}
.mobile-menu__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  cursor: pointer;
  transition: .4s;
}
.mobile-menu__icon {
    display: block;
    position: relative;
    background: #4d4d4d;
    width: 100%;
    height: 4px;
    transition: .4s;
    z-index: 9999;
}
.mobile-menu__icon::after, .mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: #4d4d4d;
  width: 100%;
  height: 4px;
  transition: .4s;
}
.mobile-menu__icon::after {
  top: 8px;
}
.mobile-menu__icon::before {
  top: -8px;
}
.mobile-menu__container {
    position: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 0;
    opacity: 1;
    transition: .5s;
    overflow: hidden;
    background: url(/images/main/bg_1.jpg);
    background-size: 100%;
    background-position: bottom;
}
.mobile-menu__list {
  transition: .5s;
  list-style: none;
  padding-left: 0;
  margin-top: -100px;
  position: relative;
}
.mobile-menu__item {
  font-size: 26px;
  padding-bottom: 15px;
}
.mobile-menu__link {
  text-decoration: none;
  color: #ffffff;
}

.mobile-menu__icon_active::before {
  top: 0;
}

.mobile-menu__icon_active::after {
  display: none;
}

.mobile-menu__icon_active {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 40px;
    right: 20px;
    background: white;
}
.mobile-menu__icon_active::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background: white;
}

.mobile-menu__container_active {
  height: 100%;
}



/* END mob menu */

.arrow-7 {
  margin: 40px auto 10px auto;
    width: 38px;
    height: 75px;
}
.arrow-7 span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #4d4d4d;
    border-right: 5px solid #4d4d4d;
    transform: rotate(45deg);
    margin: -16px 0;
    animation: arrow-7 2s infinite;
}
.arrow-7 span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-7 span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-7 {
    0%{
        opacity: 0;
        transform: translate(0,20px) rotate(-135deg);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(0,20px) rotate(-135deg);
    }
}

.fixed_up {
    transition: all 0.3s;
    position: fixed;
    z-index: 500;
    bottom: 0px;
    right: 50px;
}

/*effect-underline*/
a.effect-underline:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

a.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}




.specialization-bl div:hover .wibro {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.5s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.form-message .success {
    width: 93%;
    background: #188804;
    padding: 10px 5px;
    color: white;
    margin: 0 auto;
    margin-bottom: 15px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    transition: all .25s ease-in;
}

.obs_prj {
    transition: all 0.3s;
    position: fixed;
    z-index: 500;
    bottom: 40%;
    left: 0;
    background: #f6f6f6;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    border: solid 1px #7f7f7f;
    border-left: none;
}
.obs_prj img {
  width: 50px;
  height: auto;
}

.obs_prj:hover {
  background: #00c6ff;
      transition: all 0.3s;
}


.select-css {
    /* display: block; */
    color: #757575;
    font-size: 18px;
    font-weight: 700;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.opgr {
  position: relative;
}

.opgr:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-size: 100%;
  background: url(/images/main/option.png) no-repeat;
}