@charset "UTF-8";



@-webkit-viewport   { width: device-width; }

@-moz-viewport      { width: device-width; }

@-ms-viewport       { width: device-width; }

@-o-viewport        { width: device-width; }

@viewport           { width: device-width; }

    

@font-face {
  font-family: 'MuseoSansCyrl100';
  src: url('MuseoSansCyrl-100.woff') format('woff'),
       url('MuseoSansCyrl-100.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl100';
  src: url('../fonts/MuseoSansCyrl100.eot');
  src: url('../fonts/MuseoSansCyrl100.woff2') format('woff2'),
       url('../fonts/MuseoSansCyrl100.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "Museo Sans Cyrl 300";
    src: url('../fonts/museosanscyrl300.eot#') format('eot'), 
         url('../fonts/museosanscyrl300.woff') format('woff'), 
         url('../fonts/museosanscyrl300.woff2') format('woff2'), 
         url('../fonts/museosanscyrl300.ttf')  format('truetype');
}
@font-face {
    font-family: "Museo Sans Cyrl 500";
    src: url('../fonts/museosanscyrl500.eot#') format('eot'), 
         url('../fonts/museosanscyrl500.woff') format('woff'), 
         url('../fonts/museosanscyrl500.woff2') format('woff2'), 
         url('../fonts/museosanscyrl500.ttf')  format('truetype');
}
@font-face {
    font-family: "Museo Sans Cyrl 900";
    src: url('../fonts/museosanscyrl900.eot#') format('eot'), 
         url('../fonts/museosanscyrl900.woff') format('woff'), 
         url('../fonts/museosanscyrl900.woff2') format('woff2'), 
         url('../fonts/museosanscyrl900.ttf')  format('truetype');
}
*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Museo Sans Cyrl 500";
}



.clearfix {

    clear:both;

}



a.v-fix {

    vertical-align: middle;

    height: 100%;

    display: inline-block;

}

.v-fix-text {

    vertical-align: middle;

    display: inline-block;

    font-size: 1.1em;

}



.v-fix-m > * { 

    float: none !important; 

    vertical-align: middle; 

    display: inline-block; 

} 

.v-fix-m:before {

    position: relative;

    float: none !important;

    display: inline-block;

    content: '';

    height: 100%;

    width: 0px;

    vertical-align: middle;

}

   

html {

    font-size: 67%;

    font-family: 'Roboto',sans-serif;

    width:100%;

    padding: 0;

    margin: 0;

    cursor: default;

    height: 100%;

}

body {overflow-x: hidden;background: #efefef;background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe752), color-stop(28%, #ffe752), color-stop(48%, #caff59), color-stop(66%, #66ffb2), color-stop(80%, #0df6fe), to(#0df6fe));background-image: -webkit-linear-gradient(bottom, #ffe752 0%, #ffe752 28%, #caff59 48%, #66ffb2 66%, #0df6fe 83%, #0df6fe 100%);background-image: -o-linear-gradient(bottom, #ffe752 0%, #ffe752 28%, #caff59 48%, #66ffb2 66%, #0df6fe 83%, #0df6fe 100%);background-image: linear-gradient(to top, #ffe752 0%, #ffe752 28%, #caff59 48%, #66ffb2 66%, #0df6fe 83%, #0df6fe 100%);display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
}



.abstract  {

    font-weight:300;

}



h2, h3, h4 {

    font-weight:300;

    /* color:#000; */

    text-align:left;

}

input[type="text"] {

    -webkit-appearance: none;

    outline: none;

}



#contenitore {

    padding-top:55px;

}



header {

    width:100%;

    top: 0;

    position: relative;

    z-index: 200;

}

footer, #main-content {

    width:100%;

}

.col {

    float:left;

}

.col.right {

    float:right;

}

.row-grid {

    clear:both;

    float:left;

}



.row-grid:after {content: ' ';clear: both;display: table;}



.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-15,

.col-20, .col-25, .col-33, .col-41, .col-50, .col-59, .col-66, .col-70, .col-75, .col-84 

 {

    float: left;

    position: relative;

    min-height:1px;

}

.col-1 {width: 100%;} 

.col-2 {width: 50%;}            .col-20{width: 20%;}

.col-3 {width: 33.333333333%;}  .col-25{width: 25%;}

.col-4 {width: 25%;}            .col-33{width: 33.3333333333%;}

.col-5 {width: 20%;}            .col-41{width: 41%;}

.col-6 {width: 16.666666666%;}  .col-50{width: 50%;}

.col-7 {width: 14.285714285%;}  .col-59{width: 59%;}

.col-8 {width: 12.5%;}          .col-66{width: 66.6666666666%;}

.col-63{width: 63%;}

.col-9 {width: 10%;}            .col-75{width: 75%;}

.col-10 {width:10%;}            .col-84{width: 84%;}

.col-11 {width:9.0909090909%;}  

.col-12 {width:8,3333333333%;}

.col-15 {width:15%;}

.col-70 {width:70%;}



.grid-10   {    width:10%;  }

.grid-20   {    width:20%;  }

.grid-25   {    width:25%;  }

.grid-33   {    width:33.33%;}

.grid-41   {    width:41%;  }

.grid-47   {    width:47%;  }

.grid-53   {    width:53%;  }

.grid-50   {    width:50%;  }

.grid-59   {    width:59%;  }

.grid-66   {    width:66.66%;}

.grid-80   {    width:80%;  }

.grid-90   {    width:90%;  }

.grid-100 { width:100%; }



section.row-grid.projects {

    text-align: center;

    line-height: 30px;

}



section.row-grid.projects span.name {

    color: white;

    text-transform: uppercase;

    position: relative;

    display: inline-block;

    margin: 0 5px;

    font-weight: 400;

    cursor: pointer;

    -webkit-transition: all 0.3s linear;

    transition: all 0.3s linear;

}



section.row-grid.projects span.name:hover {

    text-shadow: #fae3b6 0 0 20px, #fae3b6 0 0 20px;

    padding: 0 15px;

}



section.row-grid.projects span.name:before {

    background: url(../img/left.png) no-repeat center;

    background-size: 28%;

    content:  '';

    width: 30px;

    height: 100%;

    position: absolute;

    top: 0;

    left: -30px;

}





.bottom-block.hp {

    padding: 40px 0;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    color: #fff;

    text-align: center;

    background: #d9d9d9 url(/img/news-slider-fone.jpg) 100% 47% no-repeat;

    float: none !important;

}



.bottom-block.hp a {

    border: black 1px solid;

    text-align: left;

    display: block;

    margin: 0 auto;

    width: 80%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    /* transition: all 0.4s linear; */

    cursor: pointer;

    color: #000000;

    text-decoration: none;

    padding-top: 5px;

    padding-bottom: 5px;

    padding-right: 35px;

    padding-left: 95px;

    font-weight: 400;

    letter-spacing: 1px;

}



a.mail-ico {

    background-image: url('/img/footer-report.png');

    background-repeat: no-repeat;

    background-position: 5% center;

    background-size: 8%;

}



a.analysis {

    background-image: url('/img/footer-result.png');

    background-repeat: no-repeat;

    background-position: 5% center;

    background-size: 10%;

}



a.detail-news {

    background-image: url('/img/footer-result.png');

    background-repeat: no-repeat;

    background-position: 5% center;

    background-size: 8%;

    padding-top: 20px !important;

    padding-bottom: 20px !important;

}



a.subscribe {

    background-image: url('/img/footer-subscribe.png');

    background-repeat: no-repeat;

    background-position: 8%;

    background-size: 9%;

}



.bottom-block.hp a:hover {

    border: transparent 1px solid;

    background-color: #dc504f;

}



.rightblock {

    position: absolute;

    right: 0;

    top: 0;

    height: 100%;

    padding: 4% 3%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    z-index: 300;

}

.subscribe {

    border: 1.9px solid  red !important;

    color: red !important;

}



.rightblock span.grigio {

    color: #fff;

    font-size: 1.5rem;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    line-height: 1.9rem;

    position: relative;

    z-index: 1;

    font-family: "RodchenkoC";

    color: #000000;

}



.rightblock .button {

    display: block;

    width: 57%;

    margin: 6% 0;

    background-image: -ms-linear-gradient( 90deg, rgb(192,174,160) 0%, rgb(255,255,255) 100%);

    color: #000;

    cursor: pointer;

    border: 1px #fff solid;

    -webkit-box-shadow: 0px 6px 30px -1px rgba(0,0,0,0.75);

    box-shadow: 0px 6px 30px -1px rgba(0,0,0,0.75);

}



.rightblock .button span {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 3px 4%;

    width: 66%;

    display: block;

    box-sizing: border-box;

}



.rightblock .button:hover {

    background-image: -ms-linear-gradient( 90deg, rgb(95,66,42) 0%, rgb(157,131,112) 100%);

    -webkit-box-shadow: -0.314px 2.984px 3px 0px rgba(0, 0, 0, 0.48);

            box-shadow: -0.314px 2.984px 3px 0px rgba(0, 0, 0, 0.48);

    color: #fff;

}



section.row-grid.bottom-block.hp .col-1 {

    padding: 5px;

}



.bottom-block a span {

    /* max-width: 97px; */

    font-size: 1.4rem;

    /* font-weight: 600; */

}



.bottom-block .btext {

    width: 100%;

}

.rightblock.grid-33 h2 {

    font-family: "RodchenkoC";

    color: #bf2121;

}



.rightblock hr {

    margin: 7% 0;

    position: relative;

    z-index: 1;

    border: 0;

    height: 2px;

    background-color: #000;

}



.rightblock .button.more {

    margin-top: 19%;

}



.bottom-block .send_report .btext {

    width: 100%;

}



.f-lt {

    text-align: center;

    /* height: 112px; */

    float: right;

}



footer .f-td a {

    color: #fff;

    font-size: 1.05em;

    margin-right: 9px;

}



.f-td hr {

    width: 38%;

}



.f-td .ft-menu {

    width: 70%;

    margin: 0 auto;

}



.visual-hp .button .mail-ico {

    background-position: 97% -95px;

    background-image: url('/img/mail.png');

    background-repeat: no-repeat;

}

.more {

    background-image: url('/img/ministr.png');

    background-repeat: no-repeat;

    background-position: 123% -113px;

}



.area-hp .text {

    position:absolute;

    width:100%;

    z-index:90;

    cursor:pointer;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    font-family: "RodchenkoC";

}

.area-hp .shadow {

    position:absolute;

    width:100%;

    z-index:90;

    cursor:pointer;

    background:rgba(37,37,37,0.60);

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.area-hp .text:hover {

    -webkit-transform: background-color;

    transform: background-color;

}



.area-hp .text h2 {

    padding: 0 25% 0 25%;

    margin: 40% 0 0 0;

    color:#fff;

    font-size: 1.125em;

    text-align:center;

    -webkit-transition: all 0.6s linear;

    transition: all 0.6s linear;

    -webkit-transform: background-color;

    transform: background-color;

    background:rgba(37,37,37,0.0);

}

.box-img-hover h2 {

    padding:20px 0 0;

    margin: 22% 0 0;

    color:#fff;

    -webkit-transform: scale(1);

            transform: scale(1);

    opacity: 1;

    font-size: 1.325em;

    text-align:center;

    font-weight: 400;

}

.area-hp .text h2  a{

    color:#fff;

    text-decoration:none;

    text-transform: uppercase;

}



.box-img-hover:hover h2 {

    bottom: 60px;

    font-weight: bold;

    position: absolute;

    width: 100%;

    padding-bottom: 20px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    text-shadow: 1px 1px 1px #323231, -1px -1px 1px #323231, -1px 1px 1px #323231, 1px -1px 1px #323231;

    padding: 0 24%;

}



.box-img-hover:hover .img-hover:after {

    background: transparent;

}



.box-img-hover:hover h2 span {

    font-size: 3.7rem;

}



header .button {

    -webkit-transition: all 0.6s linear;

    transition: all 0.6s linear;

}



section.row-grid.projects span.name:after {

    background: url(../img/right.png) no-repeat center;

    background-size: 28%;

    content: '';

    width: 30px;

    height: 100%;

    position: absolute;

    top: 0;

    right: -30px;

}

div#header-center > * {

    display: inline-block;

    color: #dc504f;

    font-weight: bold;

}



.header-t {

    font-weight: bold;

    font-size: 1.5rem;

}



.nw {

    border-bottom: #2d3164 50px solid;

    min-height: 70px !important;

    background: transparent;

}



.sedi .centrata {

    max-width:1120px;

}

.sedi.giugiaro_design .centrata {

    max-width:880px;

    background:transparent;

}

.centrata-86 {

    float:none;

    width:86%;

    max-width:1180px;

    margin:0 auto;

}



.content-img {

    position: absolute;

    width:100%;

    height:inherit;

    margin: 0;

    background-repeat: no-repeat;

    background-size: 66.6666% !important;

    opacity: 0;

    background-size: cover;

    -webkit-transition: all 1.0s linear 0s;

    transition: all 1.0s linear 0s;

    overflow:hidden;

    z-index:100;

    pointer-events: none;

}

.news-button {

    text-align: center;

    width: 220px;

    margin: 10px auto;

    border: 1px solid;

    position: relative;

    z-index: 1;

}

.gallery-slider {

    width: 57.7%;

    height: 100%;

    position: relative;

    left: 21.2%;

}

.gallery1-slider {

    padding: 25px 0px;

    background-color: #ffffff;

}

.logo {display: inline-block;vertical-align: middle;*margin: 5px 40px; *//* width: 290px; */padding-left: 74px;/* padding-left: 8%; */}

.head-menu {

    font-size: 1.5rem;

    letter-spacing: 1px;

    display: table;

    /* position: relative; */

    z-index: 12;

    display: inline-block;

    vertical-align: middle;

    font-family: "RodchenkoC";

}

.head-menu:before {

}

.head-menu .sub {display: inline-block;padding: 36px 0;/* position: relative; */color: white;margin: 0 1%;background: url(../img/background-menu-li.png) no-repeat center center;text-align: center;text-transform: uppercase;font-size: 13px;font-family: "Museo Sans Cyrl 900";-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;min-width: 125px;}

.head-menu .sub.line a.menu-nav {padding: 10px;color: white;text-decoration: none;display: block;width: 100%;height: 100%;color: #fff;}

.head-menu .sub.line:hover:before {

}

.hm_sub_list {

    display: none;

}

.span-img {

    display: block;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    background-repeat: no-repeat;

    background-position: 50% 50%;

    -webkit-transition: all 0.15s linear;

    transition: all 0.15s linear;

    background-size: cover;

}

.content-img.active  {

    z-index: 100;

    opacity: 1;

    pointer-events: all;

    -webkit-transform: translateY(0) rotate(0) scale(1.0);

    transform: translateY(0) rotate(0) scale(1.0);

}

.content-img h2 {

    opacity:0;

    color:#fff;

    font-size: 2.8rem;

    width: 100%;

    text-align: left;

    position: relative;

    text-transform: uppercase;

    letter-spacing: 3px;

    display: block;

    top: 0;

    font-weight: normal;

    line-height: 2.85rem;

    max-width: 75%;

    font-weight: 600;

}

.content-img h2.small {

    font-size:3.125em;

}

.content-img h2.medium {

    font-size:3.75em;

}

.content-img h2.right {

    text-align:right;

    width: 50%;

    margin: 0 12% 0 38%;

    background:url(../img/line-red.png) no-repeat top right;

}



.content-img h2 {

    -webkit-transition: all 1.0s ease 1.1s;

    transition: all 1.0s ease 1.1s;

    z-index: 102;

}

.content-img.active h2 {

    opacity:1;

}



.content-img.active h2.right {

    opacity:1;

    transform: translate(0, 15%);

    -ms-transform: translate(0,15%);

    -moz-transform: translate(0,15%);

    -webkit-transform: translate(0,15%);

    -o-transform: translate(0,15%);

}



/*Ajax-loader*/

#ajax-loader{

    position:fixed;

    width:100%;

    height:100%;

    z-index: 10000;

    background:#fff url(../img/ajax-loader_transparent.gif) no-repeat center center;

}



/*Header*/

header {background-color: #ffffff;color:#717171;position: relative;}

#button-menu {height: 65px;width: 100px;border-right: 1px solid rgba(255, 255, 255, 0.2);right: 0;cursor: pointer;color: #fff;text-align: center;z-index: 2;position: absolute;font-size: 0.7em;font-family: ubuntu, sans-serif;display: none;top: 50%;transform:  translateY(-50%);}



#button-menu:not(.close):hover .light {

    background-size: 100%;

    width: inherit;

    height: inherit;

    position: absolute;

    display: block;

    opacity: 1;

    z-index: 1;

    -webkit-transition: all 0.3s linear;

    transition: all 0.3s linear;

    display:none;

}



#button-menu .light {

    display: none;

    opacity: 0;

    -webkit-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

#button-menu.close:after {

    content: '';

    width: inherit;

    height: inherit;

    position: absolute;

    left: 0;

}

#logo{

    float:left;

    position: relative;

    background: #ffffff;

}

#logo h1{

    text-indent:-9999px;

    padding:0;

    margin:0;

}

#logo a {

    width: 265px;

    height: 80px;

    padding: 0;

    margin-left: 5px;

    display: block;

    -webkit-transition: all 0.3s linear;

    transition: all 0.3s linear;

    background-image: url('/img/logo2.png');

}



#logo a:before {

    opacity: 0;

    -webkit-transition: all 0.3s linear;

    transition: all 0.3s linear;

}

#logo a:before {

    content: '';

    position: absolute;

    width: inherit;

    opacity: 1;

    background-repeat: no-repeat;

    background-size: cover;

    right: 0;

    top: -8px;

    z-index: 2;

}



#logo:hover a:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 125%;

}

#section-menu{

    float:right;

    height: 80px;

    vertical-align: top;

}

#section-menu ul{

    margin:0;

    padding:0;

    display: inline-block;

}

#section-menu ul li{

    display: inline;

    font-size: 1.1025em;

    font-weight: 300;

    padding:0;

    margin:0;

    list-style-type:none;

}



#section-menu ul li.lang .delimeter {

    display: inline-block !important;

    height: 30px;

    top: 13px;

    position: relative;

    width: 1px;

    margin: 0 5px;

    background: rgba(255, 255, 255, 0.2);

}

#section-menu ul li a{

    border-left: 2px solid rgba(255, 255, 255, 0.6);

    color: #000;

    text-decoration:none;

    display:block;

    line-height: 80px;

    padding:0 1.9em;

    margin:0;

    float:left;

    -webkit-transition: text-shadow 0.3s linear;

    transition: text-shadow 0.3s linear;

}

#section-menu ul li a:hover{

    color: #dc504f;

    text-shadow: #fff 0 0 20px, #fff 0 0 20px;

    filter: progid:DXImageTransform.Microsoft.ShadowShadow(color=#fae3b6, strength=5);

}

#section-menu ul li.lang a{

    padding: 0;

    text-transform:uppercase;

    display: inline-block;

    font-size: 1.0025em;

    cursor: pointer;

}



#section-menu ul li.lang a.active {

    color: #fff;

    text-shadow: #fae3b6 0 0 20px, #fae3b6 0 0 20px;

    filter: progid:DXImageTransform.Microsoft.ShadowShadow(color=#fae3b6, strength=5);

}



#section-menu ul li.lang {

    color: rgba(255, 255, 255, 0.2);

}



#section-menu ul li.lang a:first-child {

    padding: 0 0 0 10px;

}



#section-menu ul li.lang a:last-child {

    padding: 0 10px 0 0;

}



#section-menu ul li.lang a:not(:first-child) {

    border-left: 0;

}



#button-search {

    height:55px;

    width:65px;

    position:absolute;

    top:0;

    right:0;

    background:#272727 url(../img/search_menu.png) no-repeat center center;

    background-size:50%;

    cursor:pointer;

}





#contenitore.with-translate #form-search.open {

    top: 0;

    -webkit-transform: translate3d(0,55px,0);

    transform: translate3d(0,55px,0);

    z-index:150;

}



body:not(.with-translate) #form-search.open {

    top: 55px;

}



body.with-translate  #form-search.open{

    top:-55pxpx;

}



.menu, #contenitore,#form-search{

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.on {

    display:none;

}



.content-listato {

    padding: 0 65px;

}

.content-listato  .col{

    background:#f0f0f0;

}





/*main content*/

#main-content {

    background:#fff;

    position:relative;

}

/*Footer*/

footer {color:#515151;padding: 0;position:relative;z-index:1;background: #003663;/* clear: both; *//* float: left; */}

footer .content-footer {

    padding: 0;

}



.content-footer .col-2 {

    height: 100%;

}

footer .col-66, footer .col-33, footer .col-50 {

    text-align: center;

}



footer div.col-66.me {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding-left: 10%;

}

.content-footer div.col-66.me:after {

    position: absolute;

    content: '';

    width: 1px;

    height: 80%;

    background: grey;

    right: 0;

    top: 10%;

}



.content-footer .f-td {

    /* padding: 0 3%; */

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    text-align: center;

    /* height: 112px; */

}



.content-footer .col-2.f-td .fow.ft a {

    text-transform: uppercase;

}



.content-footer .col-2.f-td .row {

    color: #fff;

    width: 100%;

}



.content-footer .col-2.f-td .row.td {

    width: 49% !important;

    float: left;

}



.content-footer .title {

    font-weight: 600;

    text-transform: uppercase;

    text-align: center;

    color: #fff;

    font-size: 1.2rem;

    margin: 0 auto;

    line-height: 1.8rem;

    cursor: default;

    width: 75%;

}



.content-footer .f-td .row a {

    cursor: pointer;

    color: #19859c;

    display: block;

}



footer ul, footer ul  li{

    padding:0;

    margin:0;

    list-style-type:none;

}

footer a{

    text-decoration:none;

    padding: 10px;

}



a.soc-icon:hover img {

    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 20px;

            box-shadow: rgba(0, 0, 0, 0.4) 0 0 20px;

}



a.soc-icon {

    vertical-align: middle;

    margin-top: 10px;

    margin-right: 23px;

    display: inline-block;

    cursor: pointer;

}

footer a:hover{

    text-decoration: underline;

}



footer .row.ft a:hover {

    border-bottom: 0;

}



footer .loghi {

    width:290px;

    float:left;

    height:80px;

}



.footer-logo {

    width: 100%;

    height: 90px;

    display: inline-block;

    cursor: pointer;

    min-width: 263px;

    background-image: url('/img/footer-logo.png');

    background-repeat: no-repeat;

    background-position: right  center;

}

.des  {

    display:inline-block;

}

.des a {

    text-indent:-999999px;

    width:114px;

    height:90px;

    display:inline-block;

    background:url(../img/giugiaro_design.png) no-repeat center left;

    background-size:114px 30px;

}

.centerfooter span{

    font-size: 1.3rem;

    font-family: "Roboto";

    color: rgb(255, 255, 255);

    line-height: 1;

    display: block;

    /* text-align: left; */

    padding-top: 1.3%;

}





footer .menu-footer {

    color:#7d7d7d;

    font-size:0.60em;

    float:left;

    padding:20px 0;

    width: 430px;

}

footer .menu-footer a {

    color:#7d7d7d;

    text-decoration:none;

}

footer .menu-footer a:hover {

    color:#d02200;

}

footer .menu-footer li {

    display:inline-block;

    padding:0px 6px;

    margin:0;

}

footer .menu-footer ul.top li {

    margin:0 0 5px;

}

footer .menu-footer ul.bottom li {

    margin:0 0 5px;

}

footer .menu-footer ul.bottom  li:first-of-type {

    border:0;

}



.menu {position: fixed;/* right: -325px; */top: 0;z-index: 150;width: 100% !important;background: rgba(14, 71, 82, 0.74);height: 100%;display: none;}



.menu + div {

    top:0!important;

}



.menu .menu-wrap .ubuntu {

    visibility: hidden;

}



.menu-wrap {margin: 0px 0 0 30px;padding: 287px 0 0 0;font-family: "RodchenkoC";font-size: 2rem;}

.menu-wrap  ul{

    padding: 0 0 20px;

    margin:0;

}

.menu-wrap  li{

    list-style-type: square;

    padding: 0;

    margin: 0 16px;

    color: #fff;

}

.menu-wrap  li.aree-link, .menu-wrap  li.lang{

    display:none;

}

.menu-wrap  a{color: #fff;text-decoration:none;font-size:1.5em;font-weight:300;display:block;padding: 0.7% 0;height: 100%;transition:  all .3s;}

.menu-wrap  li ul{

    display:none;

}

.menu-wrap  li li a{

    font-size:1em;

}

.menu-wrap  a:hover, .menu-wrap  li.selected a,.about-block a.selected {

    color:#fff;

    text-shadow: #fff 0 0 10px, #fff 0 0 10px;

}

.menu-wrap  li li a:hover{

    background:none;

}



body:not(.with-translate).open {

    left: 320px;

}



#contenitore.with-translate.open {

    left: 0;

    -moz-transform: translate3d(320px,0,0);

    -ms-transform: translate3d(320px,0,0);

    -o-transform: translate3d(320px,0,0);

}



body:not(.with-translate) .menu.open {right: 0;}



body.with-translate .menu.open{

    left:-320px;

}



body.ie10.with-translate .menu.open {

    -webkit-transform: translate3d(-320px , 0 , 0);

    transform: translate3d(-320px,0,0);

}



.menu, #contenitore,#form-search{

    -webkit-transition: all .3s ease;

    transition: all .3s ease

}



.scrollbox {

    overflow: auto;

}

.vertical-track {

    width: 1px;

    background:transparent;

}

 .vertical-handle {

    width: 1px;

    background:transparent;

}



.news .text {

    /* padding: 3% 0 5% 5%; */

    /* background: #cecece; */

    position: relative;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}

.slogan.hp {text-align: center;color: #fff;font-size: 4rem;text-transform: uppercase;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 15px 0;position: relative;z-index: 1;font-family: "RodchenkoC";letter-spacing: 0px;}

.news.hp .text, .news.hp .box-img-hover{

    background:transparent!important;

    font-weight: 700;

}



a.news-title {color: #000;margin: 0px 0 15px 0;display: inline-block;}



.block-title {

    color: white;

    text-transform: uppercase;

    text-align: center;

    font-size: 28px;

    letter-spacing: 8px;

    background-color: #04244e;

    padding: 10px 0px;

    font-weight: 400;

    cursor: default;

    display: none;

}



.news.hp .last .text {

    border-right:0;

}

.news .text .data, .correlati .text .data{

    color: grey;

    font-weight: 300;

    font-size: 0.9em;

    margin:0 0 10px;

}

.news.spalla .text .data, .correlati.spalla .text .data{

    margin:0 0 5px;

}

.news .text h2, .correlati  h2  {

    font-size:1.125em!important;

    margin:0 0 25px!important;

    background:transparent!important;

    padding:0!important;

    border:0!important;

    text-align:left!important;

}

.news .text h2  a, .correlati  h2  a{

    color:#000;

    text-decoration:none;

}

.news .text h2  a:hover, .correlati  h2  a:hover{

    text-decoration:underline;

}

.news .text .abstract, .correlati .text .abstract  {

    /* color: black; */

    /* font-size: 1.25em; */

    /* margin:0 0 16px; */

    /* font-weight: 700; */

    /* min-height: 4.95em; */

}

.link-all {

    color:#919191;

    font-size:1em;

    position: absolute;

    margin: 0;

    font-weight:400;

    bottom: 5%;

    left: 7%;

}

.link-all  a{

    color: #598EA2;

    font-weight: 700;

    text-decoration:none;

    font-style: italic;

}



.link-all a:hover {

    border-bottom: 1px solid #1d61b5;

}





.tag {

    position:absolute;

    margin:0;

    padding:3px 8px;

    z-index:11;

    background:#d02200;

    color:#fff;

    font-weight:500;

    font-size:0.75em;

    text-transform:uppercase;

}

.box-img-hover {

   background:rgba(255,255,255,1.0);

   position: relative;

   height: 100%;

   min-height: 225px;

}

.img-hover {

   height: auto;

   overflow: hidden;

   text-align: center;

   position: relative;

}



.box-img-hover .img-hover:after {

    background: rgba(0,0,0,0.5);

    -webkit-transition: background 0.3s linear;

    transition: background 0.3s linear;

}



.img-hover:after {

    content: '';

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    background: rgba(37,37,37,0);

}

.img-hover img {

   display: block;

   height: 100%;

   width:100%;

}

.img-hover img:after {

   background: rgba(0, 0, 0, 0.3);

}



.box-img-hover img {

   -webkit-transition: all 0.32s linear;

   transition: all 0.32s linear;

}



.box-img-hover:hover img {

   -webkit-transform: scale(1.05,1.05);

   transform: scale(1.05,1.05);

   z-index:10;

}

.img-cover  img {

    width:100%;

}



.tags {

    font-size:0.825em;

    padding: 0 0 30px;

}

.tags  a{

    color:#000;

    text-decoration:none;

}

.tags a:hover{

    text-decoration:underline;

}



.listato .box-img-hover:hover {

   -webkit-transform: background-color;

   transform: background-color;

   background:#f0f0f0!important;

}

.listato .box-img-hover {

   -webkit-transition: all 0.32s linear;

   transition: all 0.32s linear;

}

.listato .box-img-hover .col {

    background:transparent;

}

.listato .box-img-hover {

    border-bottom:1px solid #f0f0f0;

}

.listato .img-hover {

    margin-bottom:-1px;

}

.listato .text {

    padding:0;

}

.listato  .text h2 {

    margin:7.5% 7% 0;

    color:#000;

    font-size:1.75em;

    padding:25px 0;

    background:url(../img/line-red.png) no-repeat top left;

}

.listato.news1  .text h2{

    margin:35px 7% 0;

    color:#000;

    font-size:1.75em !important;

    padding:0 0 15px;

    background:transparent;

}

.listato  .text h2 a {

    color:#000;

    text-decoration:none;

}

.listato .box-img-hover:hover h2, .listato  .text h2 a:hover{

    color:#d02200;

}

.listato  .text .abstract {

    color:#646464;

    font-size:1.0625em;

    line-height:1.4em;

    margin:0 7% 16px;

}

.listato .text .data{

    color:#919191;

    font-style:italic;

    font-size:0.75em;

    margin:0;

    background:url(../img/clock.png) no-repeat left center;

    line-height:20px;

    padding:0 0 0 30px;

    margin:0 7% 16px;

}



.carosello-hp-area ul{

    margin:0;

    padding:0;

}

.carosello-hp-area li {

    list-style-type:none;

    margin:0;

    padding:0;

}

.carosello-hp-area li .text {

    position:absolute;

    background:rgba(0,0,0,0.65);

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    width:100%;

    height:100%;

}

.carosello-hp-area li .text h2{

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.carosello-hp-area li:hover  .text a:hover {

   cursor:url(../img/over-link.png), auto;

   z-index:90;

}

.carosello-hp-area li .text a:hover{

    -webkit-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.carosello-hp-area li  .text a {

    color:#fff;

    text-decoration:none;

    display:block;

    width: 100%;

    height:100%;

    position:absolute;

}

.carosello-hp-area li .text h2 {

    color:#fff;

    font-size:3.75em;

    background:url(../img/line-red.png) no-repeat top left;

    padding:40px 0 0;

    margin:100px 0 0 140px;

    width:40%;

}

.carosello-hp-area li .text .abstract {

    color:#fff;

    font-size:1.125em;

    padding:0;

    margin:55px 0 0 140px;

    width:40%;

}



.carosello-hp, .carosello-hp .col {

    background: #3776bf;

    color:#fff;

    margin:0;

    float:right!important;

}



a.more {

    position: absolute;

    bottom: 40px;

    left: 100px;

    color: #74aff1;

    font-weight: 500;

    border-bottom: 1px solid #74aff1;

    cursor: pointer;

    -webkit-transition: all 0.3s linear;

    transition: all 0.3s linear;

}



a.more:hover {

    color: #04244e;

    border-bottom: 1px solid #04244e;

}



.carosello-hp figure {

    margin:0 0 -4px;

    background:#fff;

    max-height: 440px;

}

.carosello-hp ul{

    margin:0;

    padding:0;

}

.carosello-hp li {

    list-style-type:none;

    margin:0;

    padding:0;

}

.carosello-hp h2 {

    padding: 20px 50px 0px;

    color:#fff;

    font-size:1.875em;

    margin: 40px 0 0 50px;

    position: relative;

}



.carosello-hp h2:before {

    content: '';

    position:  absolute;

    width: 40px;

    height: 60px;

    background: url(../img/brace.png) no-repeat center;

    background-size: contain;

    left: 0px;

    top: 5px;

}

.carosello-hp .abstract {

    padding:30px 0 0;

    font-size:1.125em;

    line-height:1.33em;

    margin: 0  50px 0 100px;

}



.visual-hp {

    width:100%;

    margin:0;

    padding:0;

    overflow:hidden;

    background: #003663;

    position:relative;

    z-index:101;

}

.bottone-giu {

    width: 66px;

    height: 66px;

    background: url(../img/arrow_white.png) no-repeat center center;

    background-size: 50%;

    cursor:pointer;

    position:absolute;

    top:99% !important;

    left:50%;

    margin: -81px 0 0 -45px;

    z-index: 120;

    border: 1px #fff solid;

    border-radius: 50%;

}



.bottone-giu:hover + .content-img:before {

    background: rgba(0,0,0,0.1);

}

.bottone-giu:hover + div.content-img.active:before {

    background: rgba(0,0,0,0.1);

}

.attiva-slide{

    position:absolute;

    z-index: 120;

    text-align:center;

    right: 88.6%;

    bottom: 5%;

    padding:0;

    margin:0;

    pointer-events: all;

    display: none;

}

.attiva-slide li{

    height: 15px;

    width: 15px;

    border-radius:50%;

    background: #9d8370;

    cursor:pointer;

    margin: 1px 7px 1px;

    float: left;

    list-style-type:none;

}

.attiva-slide li:hover, .attiva-slide li.active {

    height:15px;

    width:15px;

    background: #dc504f;

    pointer-events: all;

}

.content-img .abstract {

    text-align: right;

    opacity:0;

    clear: both;

    float: right;

    font-size: 2.35em;

    font-weight:600;

    line-height: 1.1em;

    color: white;

    margin:0 0 0 6%;

    width: 30%;

    position: relative;

}

.content-img#evento .abstract {

    margin:0 0 0 5%;

}

.content-img#video .abstract {

    padding:0;

    margin:-43px 0 0;

    width:100%;

}

.content-img#video h2 {

    position:absolute;

}

.content-img .abstract a{

    text-decoration:none;

    color:#d02200;

    border-bottom:0px solid #d02200;

    padding:0 0 10px;

    font-weight:bold;



}

.content-img .abstract a:hover{

    border-bottom:0;

}

.content-img .abstract{

    -webkit-transition: all 1.0s ease 2.1s;

    transition: all 1.0s ease 2.1s;

    z-index: 101;

}

.content-img.active .abstract {

    opacity:1;

    -webkit-transform: translateY(0) rotate(0) scale(1.0);

    transform: translateY(0) rotate(0) scale(1.0);

}



.content-img  .abstract .grigio {

    font-weight:300;

    font-size: 0.95em;

}

.contenuto-nascosto-hp {width:100%;float:left;display:none;clear: both;background-color:  #fff;}



.quote-visual{

    background:#fff!important;

    opacity:0;

    float:left;

    width:90%;

    margin:0;

    position:relative;

    bottom:10%;

    z-index: 101;

    bottom:-45%;

}

#cit2 .quote-visual {

    bottom:-40%;

}

.content-img .quote-visual{

    -webkit-transition: all 1.0s ease 1.1s;

    transition: all 1.0s ease 1.1s;

    z-index:101;

}

.content-img.active .quote-visual {

    opacity:1;

    -webkit-transform: translateY(0) rotate(0) scale(1.0);

    transform: translateY(0) rotate(0) scale(1.0);

}



.content-img#cover {    background-image:url(../img/visual/xsmall_01.jpg);}

.content-img#nikon {    background-image:url(../img/visual/xsmall_02.jpg);}

.content-img#golf { background-image:url(../img/visual/xsmall_03.jpg);}

.content-img#freccia {background-image:url(../img/visual/xsmall_04.jpg);}

.content-img#cit2 {background-image:url(../img/visual/xsmall_05.jpg);}

.content-img#cit1 {background-image:url(../img/visual/xsmall_06.jpg);}

.content-img#premio {background-image:url(../img/visual/xsmall_07.jpg)}

.content-img#compasso {background-image:url(../img/visual/xsmall_08.jpg);}

.content-img#evento {background-image:url(../img/visual/xsmall_05.jpg);background-position:bottom center;}



footer .footer-line {

    width: 100%;

    background: transparent;

    border-bottom: #19859c solid 2px;

}



.of {

    overflow: hidden;

}



.new {

    padding: 20px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    background: transparent;

}



.new .col {

    background: transparent;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 10px;

    font-size: 1.1em;

}



.news a {

    position: relative;

    display: block;

    text-decoration: none;

    font-size: 1.3rem;

}



.new .col:first-child img:nth-child(1) {

    width: 100%;

}



.new .col:first-child img:nth-child(2) {

    display:block;

    margin:0 auto;

    width:auto;

}



a.next {

    /*padding: 10px;*/

}



#button-menu.close {

background: url(../img/close.png) no-repeat center !important;

    background-size: 80% !important;

}



#button-menu.open {

     background: url(../img/menu.png) no-repeat center;

     background-size: 50%;

}



.page h1 {

    text-align: center;

}



.page p {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 0px 10%;

    color: #3a3a3a;

}

.head-menu {display: inline-block;width: calc(100% - 500px);text-align: center;padding-left: 60px;}

.quot {

    background: #2f8fa4;

    float: right;

    color: #fff;

    text-align: right;

    padding: 0 10% 0 0;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    font-size: 1.7em;

    margin: 10px 0 0 0;

    position: relative;

}



.page.gray {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 1% 5%;

    background: #e2ebf2;

    border-left: #afcfe4 solid 20px;

}



.page.gray h2 {

}



.page.gray span {

    font-size: 1.3em;

    float: left;

    color: #118da7;

    text-transform: uppercase;

    display: block;

    width: 100%;

}



.err {

    border: 1px #f00 solid !important;

}



.right {

    text-align: right;

    padding-right: 5%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



.page.spec {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



img.fleft {

    float: left;

    padding: 0 10px 0 0;

}

.contact h2 {

    font-family: Gothic;

    margin-bottom: 30px;

}



.page.contact {

    text-align: center;

}



.contact h3 {

    text-align: center;

    text-transform: uppercase;

    border-top: 2px solid #000;

    max-width: 180px;

    margin: 0 auto;

    font-size: 1.5em;

}



.date img {

    width: 35px;

    float: left;

    padding-right: 5px;

    display: none;

}



.project-home .box-img-hover span {

    font-size: 4rem;

    font-weight: 400;

    text-decoration: none;
    margin: 40% 0 0 0;
    display: block;
    text-align: center;
    color: #fff;

}



.slide {

    color: gray;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 0;

    font-size: 1.4em;

    margin: 0;

    padding-right: 139px;

}



.slide h3, .products h3 {

    font-size: 1em;

    color: #000;

    width: 100%;

    background: #e2ebf2;

    margin: 0;

    margin-bottom: 5px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 1% 1%;

    border-left: 20px #afcfe4 solid;

    font-weight: bold;

}



.slide p {

    margin-top: 0;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 0 95px;

    font-size: 0.7em;

    margin: 0;

}



.slide input[type="button"] {

    border: 0;

    background:
     #afcfe4;

    color: #000;

    padding: 1% 6%;

    border: 1px #000 solid;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    position: absolute;

    left: 12%;

    bottom: 5%;

}



.center {

    text-align: center;

}



.item:hover .image {

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);

    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);

}



.bottone-giu:hover {

    background: #fff url(../img/arrow_black.png) no-repeat center center;

    background-size: 50%;

    border: 1px #000 solid;

}



.quot:before {

    content: '″';

    color: #fff;

}



.quot:after {

    content: '″';

    color: #fff;

}



h2 a {

    color: #000;

    text-decoration: inherit;

}



h2 a:hover {

    text-decoration: underline;

}

.menu-wrap li li a {color: #fff;}



.active .menu-wrap li li a {

    text-decoration: underline;

}



.debug {

    display: none;

    position: fixed;

    bottom: 0;

    right: 0;

    z-index: 100500;

    width: 300px;

    padding: 10px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    background: rgba(255,255,255,0.5);

    border: 1px #000 solid;

}



.menu-wrap li.selected li a {

    text-shadow: #fff 0 0 0;

    background: transparent;

}



.menu-wrap li li a:hover {

    color: #fff;

    text-decoration: underline;

}



.menu-wrap li.selected li.selected a {

    color: #fff;

    text-decoration: underline;

}



.menu-wrap li.selected {color: #d36ad3;}



.content-footer .col-2.f-td a:hover {

    text-decoration: underline;

    font-weight: bold;

}



h2 {

    font-size: 1.85rem;

    font-weight: bold;

    position: relative;

    padding: 1% 10px;

    margin-bottom: 0.3rem;

}



.page ul {

    padding: 0 10%;

}



.spec .col-33 {

    text-align: right;

}



a.detail {

    bottom: 5px;

    left: 5%;

    position: absolute;

    text-decoration: none;

    color: #bf2121;

    font-weight: 700;

    font-size: 1.4rem;

}



a.detail:hover {

    text-decoration: underline;

}



.box-img-hover .link-all img {

    background: transparent !important;

}



.slide b {

    display: block;

    margin-top: 2%;

}



h1 span {

    background: #fff;

    padding: 0 1%;

    line-height: 30px;

}



.page {

    position: relative;

    clear: both;

}



.f-lt .me:after {

    position: absolute;

}



.callme {

    cursor: pointer;

}



.products {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



.prodmenustatic a {

    color: #0a5878;

    font-weight: bold;

    cursor: pointer;

    text-decoration: none;

}



.prod-block[data-id="1"] .proditem[data-item="2"] {

    display: none;

}

.payblockstatic {

    display:none;

}



.proditem img {

    height: 233px;

}



.products .col-50 img {

    height: 315px;

}



.products .callme {

    margin-bottom: 12px;

    padding: 6px 5% !important;

    background: #afcfe4;

    border: 1px #000 solid;

}



h4 {

    font-weight: bold;

}



.products .right {

    padding-bottom: 5px;

}



.right a {

    cursor: pointer;

}



.right a:hover {

    text-decoration: underline;

}



.footer-logo:hover {

    border: 0 !important;

}



div#jivo-iframe-container {

    display: none !important;

}



div#header-center {

    text-align: center;

    height: 80px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 15px 0;

    cursor: default;

}



.slogan.hp span {

    font-size: 2rem;

    display: block;

    text-transform: none;

    margin-top: 0.7em;

}



#section-menu .button:hover {background: #dc504f;color: #fff;border: 1px #fff solid;}



.header-buttons {

    float: left;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 20px 0;

}

.slide-mini-block {

    z-index: 301;

    display: none;

    position: absolute;

    bottom: 0;

    width: 100%;

    background: #003663;

    font-size: 1.2rem;

    text-align: center;

    padding: 1% 0;

    font-weight: 600;

    color: #fff;

    text-transform: uppercase;

}



.slide-mini-block .button {

    float: right;

    color: #fff;

    background: transparent;

    text-transform: none;

    font-weight: normal;

    margin-right: 25px;

    padding: 7px 38px;

}



.mini-text {

    width: 70%;

    text-align: left;

    padding-left: 45px;

    padding-top: 10px;

}



.slide-mini-block .more {

    background-image: none;

}



.rightblock .button:hover .more {

    background-position: 123% -34px;

}



.visual-hp .button:hover .mail-ico {

    background-position: 97% -22px;

}



.street img {

    width: 100%;

}



.map img {

    width: 100%;

}



.contacts-slide img {

    width: 100%;

}



.contacts-block {

    text-transform: uppercase;

    padding-right: 30px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    margin: 15px 0;

    font-size: 1.4rem;

    color: #000;

}



.contacts-block .cont-title {

    font-family: 'Open Sans Bold',sans-serif;

    font-weight: bold;

    color: #b77b4d;

    padding-left: 82px;

}



.contacts-block span {

    padding-left: 130px;

    display: block;

}



.contacts-block.adr-ico {

    background-position: 12px 0px;

}



.contacts-block.phone-ico {

    background-position: 12px -128px;

}



.contacts-block.email-ico {

    background-position: 12px -285px;

}



.contacts-block.tr-ico {

    background-position: 12px -375px;

}



.about-white-block {

    background: #fff;

    padding: 10px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



.about-doc2,.about-doc3,.about-doc4 {

    display: none;

}



.about-title {

    background-color: #dc504f;

    color: #fff;

    text-transform: uppercase;

    text-align: center;

    font-size: 2rem;

    padding: 1% 0;

}



.about-red-button {

    float: left;

    width: 49%;

    width: calc(49% - 20px);

    border-style: solid;

    border-width: 1px;

    border-color: rgb(255, 255, 255);

    background-image: -ms-linear-gradient( 90deg, rgb(192,174,160) 0%, rgb(255,255,255) 100%);

    -webkit-box-shadow: -0.314px 2.984px 9px 0px rgba(0, 0, 0, 0.4);

            box-shadow: -0.314px 2.984px 9px 0px rgba(0, 0, 0, 0.4);

    text-transform: uppercase;

    height: 52px;

    font-size: 0.9rem;

    cursor: pointer;

    padding: 7px 0;

    padding-left: 30px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    margin: 10px 15px;

}



.about-red-button:hover {

    background: #dc504f;

    color: #fff;

    border-color: transparent;

    -webkit-box-shadow: none;

            box-shadow: none;

}



.about-white-block p {

    margin: 10px 30px;

}



.right-form {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 19px 30px;

    border-style: solid;

    border-width: 1px;

    border-color: rgb(255, 255, 255);

    background-image: -ms-linear-gradient( 90deg, rgb(189,170,156) 0%, rgb(222,213,206) 72%, rgb(255,255,255) 100%);

    -webkit-box-shadow: -0.314px 2.984px 9px 0px rgba(0, 0, 0, 0.004);

            box-shadow: -0.314px 2.984px 9px 0px rgba(0, 0, 0, 0.004);

    font-size: 1.3rem;

    position: absolute;

    width: 100%;

    height: 100%;

}



.right-form .label {

    color: #3d3d3d;

    font-size: 1rem;

    margin: 1.5px 0;

    font-weight: bold;

    padding: 0 20px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



.input-right {

    float: left;

    margin: 3px 0;

    width: 100%;

}



.right-form > form > span {

    display: block;

    text-align: center;

    text-transform: uppercase;

    color: #5f422a;

    font-size: 2.4rem;

    border-bottom: 1px #8e8e8e solid;

    margin-bottom: 10px;

    padding-bottom: 5px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    position: relative;

}



.right-form .button {

    text-align: center;

    border-style: solid;

    border-width: 1px;

    border-color: rgb(255, 255, 255);

    background-image: -ms-linear-gradient( 90deg, rgb(95,66,42) 0%, rgb(157,131,112) 100%);

    -webkit-box-shadow: -0.314px 2.984px 3px 0px rgba(0, 0, 0, 0.48);

            box-shadow: -0.314px 2.984px 3px 0px rgba(0, 0, 0, 0.48);

    color: #fff;

    padding: 5px 45px;

    font-size: 1.4rem;

}



.input-right input[type="text"],.input-right input[type="email"], .input-right textarea {

    font-style: italic;

    padding: 0 20px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    font-family: 'Open Sans',sans-serif;

    border-style: solid;

    border-width: 1px;

    border-color: rgb(182, 182, 182);

    border-radius: 5px;

    width: 100%;

    color: #dc504f;

    ::

    -webkit-input-placeholder {color:#dc504f;}

    ::

    -moz-placeholder          {color:#dc504f;}/* Firefox 19+ */

    :

    -moz-placeholder           {color:#dc504f;}/* Firefox 18- */

    :

    -ms-input-placeholder      {color:#dc504f;}

    font-weight: bold;

}



.lv3 {

    font-size: 1rem;

}



.right-bottom-block {

    text-align: center;

    color: #fff;

    text-transform: uppercase;

    background: url('/img/thumbnails/2.jpg');

    background-repeat: no-repeat;

    background-size: 100% auto;

    cursor: pointer;

}



.right-bottom-block span {

    font-size: 2.2rem;

    text-transform: uppercase;

    font-weight: 600;

    border-bottom: 1px #fff solid;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    font-size: 2rem;

}



.overlay-05 {

    background: rgba(0,0,0,0.5);

    padding: 2.3rem 0;

}



.right-form > form > span:after {content: '';position: absolute;width: 36px;height: 36px;top: 0;left: 0;background-image: url('/img/contacts/q.png');background-repeat: no-repeat;background-size: 100% 100%;}



.map {

    height: 627px;

    position: relative;

}



.about-project .rightblock {

    padding: 0 2%;

}



.loading {

    position: fixed;

    z-index: 999;

    text-align: center;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,0.8);

    padding: 25%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    display: none;

}



.documents .right-form {

    position: relative;

}



.doc-list-block {

    background: #fff;

    cursor: pointer;

    padding: 10px 0;

}



.docs-title {

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 2rem;

    padding: 3% 0;

    -webkit-box-shadow: 0px 10px 32px -6px rgba(0,0,0,0.75);

    box-shadow: 0px 10px 32px -6px rgba(0,0,0,0.75);

}



.doc-list-block .col-50:nth-child(2n-1) {

    border-right: 1px #acacac solid;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



.doc-mini {

    border-style: solid;

    border-width: 1px;

    border-color: rgb(255, 255, 255);

    border-radius: 3px;

    background-image: -ms-linear-gradient( 90deg, rgb(192,174,160) 0%, rgb(255,255,255) 100%);

    -webkit-box-shadow: -0.314px 2.984px 9px 0px rgba(0, 0, 0, 0.4);

            box-shadow: -0.314px 2.984px 9px 0px rgba(0, 0, 0, 0.4);

    width: 19px;

    height: 19px;

    margin: 0px 5px;

    float: left !important;

    color: transparent;

}



span.doc-eye {

    background-image: url('/img/eye.png');

    background-repeat: no-repeat;

    background-position: 2px -16%;

}



.doc-mini:hover {

    background-image: none;

    background-image: none;

    background-image: none;

    background-color: #e9444b;

    -webkit-box-shadow: -0.314px 2.984px 3px 0px rgba(0, 0, 0, 0.48);

            box-shadow: -0.314px 2.984px 3px 0px rgba(0, 0, 0, 0.48);

}



.doc-pdf {

    background-image: url('/img/pdf.png');

    background-repeat: no-repeat;

    display: inline;

    width: 10px;

    height: 10px;

    padding: 19px 27px;

    margin: 0 5px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



.docitem {

    min-height: 30px;

    padding: 10px 0;

    margin: 20px 0;

    font-size: 1.1rem;

}



.docitem:hover .doc-text {

    color: #d62232;

}



.doc-doc, .doc-docx {

    background-image: url('/img/doc.png');

    background-repeat: no-repeat;

    display: inline;

    width: 10px;

    height: 10px;

    padding: 24px 27px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    margin: 0 5px;

    cursor: default;

    background-size: 100% 100%;

}



.doc-ppt, .doc-pptx {

    background-image: url('/img/pptx.png');

    background-repeat: no-repeat;

    display: inline;

    width: 10px;

    height: 10px;

    padding: 24px 27px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    margin: 0 5px;

    cursor: default;

    background-size: 100% 100%;

}



.doc-xls, .doc-xlsx {

    background-image: url('/img/xlsx.png');

    background-repeat: no-repeat;

    display: inline;

    width: 10px;

    height: 10px;

    padding: 24px 27px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    margin: 0 5px;

    cursor: default;

    background-size: 100% 100%;

}



.doc-pdf {

    background-image: url('/img/pdf.png');

    background-repeat: no-repeat;

    display: inline;

    width: 10px;

    height: 10px;

    padding: 24px 27px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    margin: 0 5px;

    cursor: default;

    background-size: 100% 100%;

}



.docitem:hover .doc-doc, .docitem:hover .doc-docx, .docitem:hover .doc-xls, .docitem:hover .doc-xlsx, .docitem:hover .doc-pdf, .docitem:hover .doc-ppt, .docitem:hover .doc-pptx {

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    -webkit-filter: gray;

            filter: gray;

}



span.doc-dl {

    background-image: url('/img/str.png');

    background-repeat: no-repeat;

    background-position: 4px -3%;

    -webkit-transition: all .3s linear;

    transition: all .3s linear;

    text-decoration: none;

    color: transparent;

    width: 24px;

    display: inline-block;

}

span.doc-dl:hover {

    background-image: url('/img/str.png');

    background-repeat: no-repeat;

    background-position: 4px 90%;

}



span.doc-eye:hover {

    background-position: 2px 146%;

}



a.doc-text{

    font-size: 1rem;

    float: left;

    width: calc(100% - 142px);

    color: #000;

}



.docitem-icons {

    float: left;

    width: 100px;

}



.docs-title span {

    position: relative;

}



.docs-title span:before {

    position: absolute;

    content: '';

    left: -73px;

    top: -10px;

    width: 58px;

    height: 62px;

    background-image: url('/img/screpka.png');

    background-size: 100% 100%;

}



.white {

    /* background: #fff; */

}



.content {/* top: 160px; */position: relative;/* margin-bottom: 160px; */}



.content > .news {

    position: relative;

    margin-bottom: 100px;

    /* background: #fff; */

}



.header-news {

    background-color: #003663;

    color: #fff;

    font-family: "RodchenkoC";

}



.title-page-news {

    text-transform: uppercase;

    font-size: 3rem;

}



.wrapper {/* clear: both; *//* float: left; *//* width: 100%; */overflow-x: hidden;background: #efefef;background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe752), color-stop(28%, #ffe752), color-stop(48%, #caff59), color-stop(66%, #66ffb2), color-stop(80%, #0df6fe), to(#0df6fe));background-image: -webkit-linear-gradient(bottom, #ffe752 0%, #ffe752 28%, #caff59 48%, #66ffb2 66%, #0df6fe 83%, #0df6fe 100%);background-image: -o-linear-gradient(bottom, #ffe752 0%, #ffe752 28%, #caff59 48%, #66ffb2 66%, #0df6fe 83%, #0df6fe 100%);background-image: linear-gradient(to top, #ffe752 0%, #ffe752 28%, #caff59 48%, #66ffb2 66%, #0df6fe 83%, #0df6fe 100%); flex: 1 0 0 auto;}



.contacts-block a {

    color: #bf2121;

}



.news .box-img-hover span {

    /* position: absolute; */

    width: 100%;

    height: 100%;

    /* min-height: 192px; */

    /* display: block; */

}



.news .portfolio-item {

    width: 100%;

    height: 100%;

    display: block;

}



.news .box-img-hover:hover .text {

    background-color: #fff;

}



.news-str {

    display: inline-block;

    background-image: url('/img/str-kor.png');

    background-repeat: no-repeat;

    background-position: 0 0;

    width: 50px;

    height: 10px;

    margin-left: 10px;

}



.box-img-hover a:hover {

    text-decoration: none;

}



.header-news > div:not(.clearfix) {

    height: 85px;

}



.header-news select {

    outline: none;

    border: 0;

    padding: 5px 20px 5px 5px;

    width: 200px;

    color: #fff;

    background-image: -ms-linear-gradient( 90deg, rgb(95,66,42) 0%, rgb(157,131,112) 100%);

    -webkit-box-shadow: -0.314px 2.984px 3px 0px rgba(0, 0, 0, 0.48);

            box-shadow: -0.314px 2.984px 3px 0px rgba(0, 0, 0, 0.48);

    background: none;

    border-style: solid;

    border-width: 1px;

    border-color: rgb(255, 255, 255);

}



.header-news select option {background-color: #fff;color: #000;}



.sonews {

    background-color: #003663;

    color: #fff;

    text-transform: uppercase;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 3% 0 3% 10%;

    font-size: 1.5rem;

    font-family: 'RodchenkoC';

}



p.data-title {

    font-weight: bold;

    font-size: 1.5rem;

    color: #000;

}



.news_full {font-size: 1.5rem;font-weight: 300;width: 1000px;padding: 30px 30px;-webkit-box-sizing: border-box;box-sizing: border-box;background-color: #fff;margin: 7px 0;display: inline-block;text-align: left;color: #9f56b9;-webkit-box-shadow: 0 0 20px rgba(211,107,211,0.8);box-shadow: 0 0 20px rgba(211,107,211,0.8);}



img.img-post {

    width: 100%;

}



p.data-post, p.data-title {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 2% 5% 20% 2%;

    padding-bottom: 0;

    margin: 2%;

    font-weight: bold;

    margin-bottom: 3%;

}



.post-desc {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    background-color: #e2e2e2;

}



img.news-mini-img {

    width: 50%;

}



.cblock span {

    padding-left: 8%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    border-left: 1px #fff solid;

    font-size: 1.1rem;

}



.prev-next-news-block {

    background-color: #b58f72;

    height: 40px;

    /* position: absolute; */

    bottom: 0;

    right: 50%;

    display: none;

}



.prev-next-news-block a {

    color: #fff;

    text-decoration: none;

    padding: 0;

}



.prev-next-news-block a.prev {

    position: absolute;

    left: 2%;

    top: 7px;

}



.prev-next-news-block a.next {

    position: absolute;

    right: 2%;

    top: 7px;

}



.str-white-left {

    height: 34px;

    display: inline;

    background-image: url('/img/str-leftright.png');

    background-repeat: no-repeat;

    background-position: 0 50%;

    margin-right: 10px;

}



.str-white-right {

    height: 34px;

    display: inline;

    background-image: url('/img/str-leftright.png');

    background-repeat: no-repeat;

    background-position: -29px 50%;

    margin-left: 10px;

}



.news_full .gray .list-news {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    padding: 4% 5%;

    font-weight: bold;

    text-align: left;

    float: left;

    clear: both;

    width: 100%;

}



.list-news .data {

    color: #707070;

    font-weight: bold;

}



.list-news .abstract {

    font-weight: bold;

}



.list-news > div {

    width: 100%;

}



.list-news hr {

    width: 70%;

    left: 5%;

    position: absolute;

}



.list-news hr:last-child {

    display: none;

}



p.data-post {

    color: #707070;

}



.row-grid.listato.news1.post-one {

    width: 100%;

}



.post-desc > div > div:first-child {

    background: #fff;

    padding: 5% 3% 3% 3%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



.rel {

    position: relative;

}



article.col.post {

    padding-bottom: 40px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



.subscribe:hover span {}



.subscribe:hover span {

    color: #fff;

}



select#year {

    font-size: 1.1rem;

    /* display: none; */

    /* width: 339px; */

    height: 28px;

    line-height: 22px;

    position: relative;

    background: none;

    padding: 0;

    color: #FFF;

    line-height: 1;

    margin-top: 3px;

    -webkit-box-shadow: none;

            box-shadow: none;

    border: 2px solid #dadada;

    margin-top: 6px;

    margin-bottom: 5px;

    margin-left: 10%;

    padding: 0 10px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    letter-spacing: 1px;

}

select#year option {

    color: #000000;

}

.select-button {

    height: 24px;

    width: 24px;

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

    z-index: 2;

}



.rightblock a.subscribe {

}



.rightblock .bottom-block.hp a {

    padding: 11px 87px;

    width: 60%;

    /* text-align: center; */

    letter-spacing: 0;

}



.headerfix {

    float: left;

    width: 100%;

    /* min-height: 160px; */

}



iframe#hdn {

    margin: 0;

    padding: 0;

}



.customNavigation {

    float: left;

    width: 66px;

    height: 291px;

    min-height: 1px;

    cursor: pointer;

    z-index: 2;

}



div#owl-index {

    float: left;

    width: calc(100% - 132px);

    padding: 75px 150px 45px 150px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



#owl-index .owl-item {

    /* margin: 0 41px; */

    text-align: center;

}



.customNavigation a.btn.prev {

    background: url('/img/index-str-left.png');

    width: 100%;

    height: 291px;

    display: block;

}



.customNavigation a.btn.next {

    background-image: url('/img/index-str-right.png');

    width: 100%;

    height: 291px;

    display: block;

}



img.arrow {

    position: absolute;

    right: 1%;

    top: 50%;

    margin-top: -75px;

}



.row-grid.area-hp > a {

}



.box-img-hover:hover .arrow {

    top: auto;

    bottom: 20px;

}



.area-hp > a:first-child > .box-img-hover h2 {

    padding: 0;

}



.list-news a {

    color: #f00;

}



.content > .contacts {

    /* margin-bottom: 160px; */

}



a.analysis0 {

    background-image: url('/img/footer-icon2.png');

    background-repeat: no-repeat;

    background-position: 8%;

    background-size: 14%;

}



a.mail0-ico {

    background-image: url('/img/footer-icon1.png');

    background-repeat: no-repeat;

    background-position: 8%;

    background-size: 14%;

}

a.doc-text:link{

    color:inherit;

    

}



.logo img {/* width: 190px; */}



.breadcrumbs {

    color: #000;

    padding: 5px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    text-align: left;

    width: 1150px;

    display: inline-block;

}



.breadcrumbs a {color: #6f6f6f;text-decoration: none;}



.breadcrumbs a:not([href='']):hover {text-decoration: underline;color: #c521f5;}



.special-text {

    position: absolute;

    left: 0;

    top: 0;

}



.avt-block {

    position: absolute;

    left: calc((100% - 1100px)/2 + 132px);

    top: 60px;

    color: #fff;

}



.news_full_wrapper {-webkit-box-sizing: border-box;box-sizing: border-box;text-align: center;}



.news_full .customNavigation.left {

    float: none !important;

    position: absolute;

    left: 0;

    display: none;

}



.news-text {

    text-align: justify;

    padding: 0 30px;

    color: #003663;

}



.news-text p {font-size: 18px;color: #444444;font-family: "Museo Sans Cyrl 500";}



p.date {color: #21b1d2;}



.news_full .customNavigation a.btn.next {

    right: 0;

    top: 0;

    position: absolute;

    background-image: url('/img/slide_right.png');

    background-repeat: no-repeat;

    background-position: 0 50%;

    height: 100%;

}



.news_full .customNavigation.right {

    float: none !important;

    position: absolute;

    right: 0;

    top: 0;

    display: none;

}



.owl-news-wrapper:hover .customNavigation {

    display: block;

}



.owl-news-wrapper {

    display: block;

    height: 100%;

    float:left;

    width: 100%;

    background-color: #ffffff;

    padding: 30px 0px;

    -webkit-box-sizing:border-box;

            box-sizing:border-box;

    position:relative;

}



.news_full .customNavigation a.btn.prev {left: 0;top: 0;position: absolute;background-image: url('/img/slide_left.png');background-repeat: no-repeat;background-position: 0 50%;height: 100%;}



.news-imgs .item {

    display: inline-block;

    margin: 5px;

    vertical-align: top;

}



img.contacts-logo {

    float: left;

}



.contacts span, .contacts p, .contacts a {color: #fff;font-size: 14px;padding-left: 0;font-family: "Museo Sans Cyrl 500";}



.header-footer-wrapper {text-align: center;}



.header-footer {/* width: 1300px; */display: inline-block;text-align: left;ertical-align: top;font-size: 0;/* position: relative; */}



.main {

    width: 1000px;

    text-align: left;

    display: inline-block;

}



.main_wrapper {

    text-align: center;

    /* overflow: hidden; */

}



.breadcrumbs-wrapper {

    text-align: center;

}



.main.content-border {font-size: 1.3rem;width: 1000px;-webkit-box-shadow: 0 0 20px rgba(211,107,211,0.8);box-shadow: 0 0 20px rgba(211,107,211,0.8);-webkit-box-sizing: border-box;box-sizing: border-box;background-color: #fff;margin: 7px 0;padding: 10px 30px;color: #003663;font-size: 1.5rem;font-weight: 300;}



.news_full .customNavigation {

    height: 672px !important;

    top: 0 !important;

}



.submenu {

    padding: 10px 0;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    font-family: 'Roboto',sans-serif;

    letter-spacing: 0;

    background-color: #fff;

    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);

    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);

}



.head-menu .sub:hover .submenu-wrapper {

    display: block;

    z-index:3;

}



.submenu a {

    color: #000;

    text-decoration: none;

    padding: 0 6px;

}



.submenu-wrapper {

    position: absolute;

    top: 88px;

    left: 0;

    display: none;

    /* padding-top: 39px; */

    width: 100%;

    /* background: rgba(0,0,0,0.5); */

}



.head-menu .smenu:hover {

}



.head-menu .smenu:hover a {

}



.sub.line:hover > a, a.menu-nav.selected {}



.submenu a:hover, .submenu a.selected {

    text-decoration: underline;

    color: #bf2121;

}



h1:after {

    position: absolute;

    background-color: #aaa;

    width: 100%;

    height: 1px;

    left: 0;

    bottom: 0;

    /* content: ''; */

}



.avt-block a {

    color: #fff;

}



.main_wrapper h2:after {

    position: absolute;

    background-color: transparent;

    width: 50%;

    height: 1px;

    left: 0;

    bottom: 0;

    content: '';

}

.main_wrapper form {

    text-align: center;

    width: 445px;

    margin: auto;

    padding: 20px 20px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}

.main_wrapper form input:not([type='submit']), .main_wrapper textarea{

    float: right;

    background-color: #efefef;

    font-weight: bold;

    padding: 4px 10px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    border: 1px solid gray;

}

.main_wrapper form p {

    text-align:left;

    font-size: 1.6rem;

    margin: 27px 0;

}



.main_wrapper input[type="submit"], .main_wrapper .button {

    background-color: #fff;

    border: 2px #f00 solid;

    font-weight: bold;

    color: #f00;

    font-size: 2.6rem;

    padding: 1% 15px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    margin: 1rem 0;

    cursor: pointer;

}

.mobile-only {

    display:none;

}

.about-block {

    display:none;

}



.about-block a {

    font-size: 1em;

}



.main_wrapper a {

    color: #35a6ee;

    font-size: 1.4rem;

}



.main_wrapper input[type="submit"]:hover, .main_wrapper .button:hover {

    color: #fff;

    border: 2px #d9d9d9 solid;

    background-color: #003663;

}



.main_wrapper input[type="submit"]:active, .main_wrapper .button:active {

    color: #fff;

    border: 2px #d9d9d9 solid;

    background-color: #f00;

}



a.doc-tif {

    background-image: url('/img/tif.png');

    background-repeat: no-repeat;

    display: inline;

    width: 10px;

    height: 10px;

    padding: 23px 27px;

    margin: 0 5px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



a.doc-jpg {

    background-image: url('/img/jpg.png');

    background-repeat: no-repeat;

    display: inline;

    width: 10px;

    height: 10px;

    padding: 23px 27px;

    margin: 0 5px;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}



.projects_full .customNavigation a.btn.prev, .projects_full .customNavigation a.btn.next {

    /*background-color: #003663;*/

}



.projects_full .owl-news-wrapper {

    padding: 0;

}



.projects_full .customNavigation {

    height: 579px !important;

}



.projects_full .item img {

    /* width: 80%; */

}



a.share {

    background: #299bcf url(../img/sprite.png) no-repeat -54px -46px;

    overflow: hidden;

    text-indent: -999px;

    float: left !important;

    width: 20px;

    height: 20px;

    border-radius: 10px;

    background-clip: padding-box;

    background-color: #999 !Important;

    margin-left: 5px;

    display: block;

}



a.share.facebook {

    background-position: -54px -81px;

}



a.share.facebook:hover {

    background-color: #334c89 !important;

}



a.share.vkontakte {

    background-position: -68px -302px;

}



a.share.vkontakte:hover {

    background-color: #54769b !important;

}



a.share.twitter:hover {

    background-color: #299bcf !important;

}



a.share.g_plus {

    background-position: -54px -63px;

}



a.share.g_plus:hover {

    background-color: #db4937 !important;

}



.ib {

    display: inline-block;

}



.vtop {

    vertical-align: top;

}



.news {

    font-size: 0;

}

.news-text li {

    margin: 5px 0;

}

.news_full img {

    max-width:100%;

}



.news h1 {

    font-size:2.5rem;

}

/*.bc-new {

    top:40px;

    position:relative;

    z-index:2;

}*/

h1 {

    text-align:center;

}

.year-select {

    display:inline-block;

    text-align:center;

    width:40%;

    text-decoration:none;

    border:2px #003663 solid;

    margin:1% 4.5%;

    padding: 2% 5%;

    -webkit-box-sizing:border-box;

            box-sizing:border-box;

    max-height:254px;

    vertical-align:top;

    position:relative;

    overflow:hidden;

}

.year-select:hover {

    border:2px #ff0000 solid;

}

.year-select span {

    color: #003663;

    font-size:2rem;

    font-weight:bold;

    line-height:3rem;

}

.year-select img {

    max-height:100%;

    max-width:100%;

}

.year-right {

    float:right;

    border-left:1px #808080 solid;

    font-size:3rem;

    line-height:10rem;

    font-weight:bold;

    padding-left:10px;

    display:block;

    text-decoration:none;

    color:#003663 !important;

    position:relative;

    z-index:2;

    padding-right:26px;

    margin:32px 0;

}

.year-right:after {

    position:absolute;

    right:0;

    top:50%;

    margin-top:-17px;

    content: '';

    width: 16px;

    height:34px;

    background-image:url('/img/str-down.png');

}

.gallery-item-wrapper {

    font-size:0;

}

.gallery-item-wrapper > * {

    font-size:initial;

}

.gallery-item {

    -webkit-box-sizing:border-box;

            box-sizing:border-box;

    width:50%;

    display:inline-block;

    vertical-align:top;

    height:280px;

    overflow:hidden;

    text-align:center;

}

.file-right {

    float:right;

    margin: 10px;

    text-align:center;

}

.file-right, .file-right > * {

    cursor:pointer;

}

.doc-bottom {

    display:block;

    margin:30px 0;

}

.more_left, .more_right {

    display:inline-block;

    vertical-align:top;

}

.more_right {

    width:80px;

}

.more_left {

    max-width:calc(100% - 90px);

}

.gallery-item h2 {

    display:none;

}

.gallery-item:hover h2 {

    display:block;

    z-index:2;

}

.gallery-item a {

    color:#fff;

}

.year-in {

    font-size:2.5rem;

    font-weight:bold;

}

.number_page {

    display:inline-block;

}

.number_page a {padding: 5px 10px;-webkit-box-sizing: border-box;box-sizing: border-box;margin: 5px 10px;border: 2px #4590b2 solid;color: #4590b2;font-weight: bold; text-decoration: none;}

.number_page.number_page_active a {border-color: #d36bd3 !important;color: #d36bd3;}

.pagination__pages {

    text-align:right;
    margin: 0 20px 30px;

}

.second-logo{padding: 5px 0 5px 40px;max-width: 265px;float:  right;}

.post-header{

    

background-color: #094b82;

    

/* padding: 0 0 5px 17%; */

    

height: 39px;

    

/* width: 1300px; */

}

.header-wrapper{width: 100%;}

.year-wrapper{

    

width: 1300px; */

    

margin:;

    

margin: 0 auto;

}

.news .text {/* padding: 3% 0 5% 5%; *//* background: #cecece; */position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;height: 27%;width: 103%;position: absolute;background: #4794b4;background: -moz-linear-gradient(left, #4794b4 0%, #5fb0e2 29%, #58a8d7 59%, #4590b1 100%);background: -webkit-linear-gradient(left, #4794b4 0%,#5fb0e2 29%,#58a8d7 59%,#4590b1 100%);background: linear-gradient(to right, #4794b4 0%,#5fb0e2 29%,#58a8d7 59%,#4590b1 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4794b4', endColorstr='#4590b1',GradientType=1 );bottom: 15px;-webkit-transition: 0.3s;transition: 0.3s;}

.news .text .abstract, .correlati .text .abstract {

    color: black;

    /* font-size: 1.2em; */

    /* margin: 0 0 16px; */

    font-weight: 700;

    /* min-height: 4.95em; */

    font-family: "RodchenkoC";

    color: #fff;

    letter-spacing: 1px;

    width: 65%;

    float: left;

    padding: 6% 0 0 4%;

    height: -webkit-fill-available;

}

.detal-block {

    float: left;

    width: 30%;

    height: 100%;

    /* padding: 8% 0%; */

    font-family: "RodchenkoC";

}

.text a {

    color: #bf2121;

    letter-spacing: 1px;

    display: block;

    -webkit-transition: 0.3s;

    transition: 0.3s;

}

a.detail {

    bottom: 5px;

    left: 5%;

    /* position: absolute; */

    text-decoration: none;

    color: #bf2121;

    font-weight: 700;

    font-size: 1.4rem;

    text-align: center;

    margin: 22% 15%;

    background-color: #fff;

    padding: 7% 0;

    text-transform: uppercase;

}

.news a {

    position: relative;

    display: block;

    text-decoration: none;

    font-size: 1.3rem;

}

.text .abstract span {

    -webkit-transition: 0.3s;

    transition: 0.3s;

    font-size: 1.8rem;

    display: inline-block;

}

.box-img-hover {

    background: rgba(255,255,255,1.0);

    position: relative;

    height: 100%;

    min-height: 225px;

    /* margin: 0 1.5% 10px; */

}

.img-hover {

    height: auto;

    overflow: hidden;

    text-align: center;

    position: relative;

}

.box-img-hover {

    background: rgba(255,255,255,1.0);

    position: relative;

    height: 100%;

    min-height: 225px;

    /* margin: 0 1.5% 10px; */

}

.content-border .box-img-hover {

    margin: 0 1.5% 10px;

}

.news .box-img-hover:hover .text {
    background: #9d55b8;
    background: -moz-linear-gradient(left, #9d55b8 0%, #ce70e5 24%, #d678ec 59%, #9b53b4 100%);
    background: -webkit-linear-gradient(left, #9d55b8 0%,#ce70e5 24%,#d678ec 59%,#9b53b4 100%);
    background: linear-gradient(to right, #9d55b8 0%,#ce70e5 24%,#d678ec 59%,#9b53b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d55b8', endColorstr='#9b53b4',GradientType=1 );
}

.box-img-hover:hover .text .abstract span {/* color: #bf2121; */}

.main_wrapper>.main .footer-btn {

    width: -webkit-fit-content;

    width: -moz-fit-content;

    width: fit-content;

    display: block;

    border-radius: 6px;

    padding: 27px 45px;

    /* background-color: #720303; */

    -webkit-animation: background 2s infinite cubic-bezier(0, 0, 0.68, 0.64);

            animation: background 2s infinite cubic-bezier(0, 0, 0.68, 0.64);

    background-position: 0 0;

    background: -webkit-gradient(linear, left top, right top, from(#a20606), color-stop(#9e5151),to(#a20606));

    background: linear-gradient(to right, #a20606, #9e5151,#a20606);

    -webkit-box-shadow: 4px 8px 7px rgba(0,0,0,0.5);

            box-shadow: 4px 8px 7px rgba(0,0,0,0.5);

}

.bottom-block.hp a {

    border: black 1px solid;

    text-align: left;

    display: block;

    margin: 0 auto;

    width: 80%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

    -webkit-transition: all 0.4s linear;

    transition: all 0.4s linear;

    cursor: pointer;

    color: #000000;

    text-decoration: none;

    padding-top: 5px;

    padding-bottom: 5px;

    padding-right: 35px;

    /* padding-left: 95px; */

    font-weight: 400;

    letter-spacing: 1px;

}

.footer-btn>.btext {

    color: #fff;

}

.btext>.footer-text {

    font-size: 2rem;

    text-transform: uppercase;

    font-family: 'RodchenkoC',sans-serif;

}

@-webkit-keyframes background {

    100% {

    background-position: 300px 0;

    }

}

@keyframes background {

    100% {

    background-position: 300px 0;

    }

}

.row-grid:after {

    content: ' ';

    clear: both;

    display: table;

}

.contact-title::after {

    content: '';

    display: block;

    width: 100%;

    height: 1px;

    background-color: #aaaaaa;

    position: absolute;

    bottom: 0;

    left: 0;

}

.contact-title {

    position: relative;

    margin-bottom: 30px;

}

.contact__content-wrapper {

    /* padding: 0 7%; */

    margin-bottom: 40px;

}

.contact__img-block {

    float: left;

    border: 1px solid red;

    border-radius: 10px;

    overflow: hidden;

    /* margin-bottom: 50px; */

}

.contact__content-block {

    float: right;

    width: 76%;

}

.contact__content-title {

    color: #000;

    font-family: "RodchenkoC";

    font-size: 2.3rem;

    letter-spacing: 1px;

    position: relative;

}

.contact__content-title:before {

    content: '';

    display: block;

    width: 54%;

    height: 2px;

    background-color: red;

    position: absolute;

    bottom: 0;

    left: 10px;

}

.contact__paragraph {

    margin-left: 20px;

    position: relative;

    margin: 0px 0 10px 20px;

    font-size: 1.3rem;

    font-weight: 200;

}

.contact__paragraph:before {

    content: '';

    display: block;

    width: 5px;

    height: 5px;

    background-color: red;

    border-radius: 50%;

    position: absolute;

    left: -10px;

    top: 5px;

}

.contact__contact {

    padding-left: 18px;

}

.contact__content-wrapper:after,.content-footer:after {

    content: '';

    display: block;

    clear: both;

}

.contact__contact .contact__phone {

    color: #015193;

}

.contact__contact .contact-number {

    color: #000;

    font-size: 1.45rem;

    text-transform: initial;

    margin-left: 5px;

    text-decoration: underline;

    font-weight: 200;

}

.contact__modile{}

.contact__content-block{

}

.contact__block-left{

    text-transform: uppercase;

    width: 50%;

    float: left;

    position: relative;

}

.contact__pre-text{font-size: 1.7rem;font-weight: 200;margin: 0px;margin-left: 10px;text-transform: uppercase;}

.contact__modile{

    width: 29px;

    height: 29px;

    background-repeat: no-repeat;

    background-position: center;

    display: inline-block;

    vertical-align: middle;

}

.contact__block-right{

    float: left;

    width: 42%;

    padding: 30px 0 58px 20px;

}

.contact__paragraph{}

.content-footer{}

.contact__wrapper-left{width: 50%;float: left;}

.contact__wrapper-right{

    width: 50%;

    float: left;

}

.contact__block-left:after{

    content: '';

    display: block;

    position: absolute;

    width: 4px;

    height: 125%;

    background-image: url(/img/contacts-block-line.png);

    right: -13px;

    top: 0;
    background-repeat: no-repeat;

    /* background-size: cover; */

}

.contact__block-right .contact__paragraph{

    margin-bottom: 37px;

}

.contact__content-wrapper .contact__img-block img{ 

width: 100%;

}

.content-footer .contact__img-block{ 

width: 31%;

}

.content-footer .contact__content-block{width: 67%;}

.content-footer .contact__content-title{font-size: 1.45rem;margin-top: 0px;}

.content-footer .contact__content-title:before{

    width: 89%;

}

.content-footer .contact__pre-text{

font-size: 1.4rem;

}

.content-footer .contact__paragraph{ 

margin-left: 24px;

}

.contact__footer .contact__footer-header {



}

.contact__footer .contact__footer-header{

    background-color: red;

    color: #fff;

    padding: 10px 20px;

    margin-bottom: 20px;

}

.contact__footer .contact__footer-title{

    font-family: "RodchenkoC";

    font-size: 2rem;

}

.contact__footer-wrapper .contact__footer-wrapper{}

.contact__footer-wrapper .map-contact{

    float: left;

    margin: 0 20px;

}

.contact__footer-wrapper .contact__footer-textmain{

    font-weight: 200;

    font-size: 1.35rem;

}

.contact__footer-wrapper .contact__footer-promain{

    font-weight: 100;

    font-size: 1.5rem;

    display: block;

}

.contact__social{

    

padding-top: 13%;

}

.contact__social .contact__footer-title{

    color: red;

    font-family: "RodchenkoC";

    font-size: 1.65rem;

    text-transform: uppercase;

}

.contact__social .content__footer-text{

    font-size: 1.4rem;

}

.contact__social-paragraph{

    margin: 0px 56px 0 0;

}

.contact__social-left{

    float: left;

    margin-right: 12px;

}

.news-page .vtop{

    width: 30%; 

}

.news-page div.text{

    bottom: 0px;

    height: 35%;

}

.news-page .text .data{color: #fff;padding: 5px;font-size: 12px;font-family: "Museo Sans Cyrl 500";margin: 0;}

.news-page .text .abstract{padding: 0 10px;width: 100%;float: none !important;vertical-align: middle;display: inline-block;}

.news-page .abstract:before{
    position: relative;
    float: none !important;
    display: inline-block;
    content: '';
    height: 40px;
    width: 0px;
    vertical-align: middle;
}

.news-page .abstract .abstract-text{
    margin: 0 auto;
    font-size: 1.37rem;
    text-align: left;
    width: 97%;
    font-size: 13px;
    font-family: "Museo Sans Cyrl 900";
}

.box-img-hover:hover  .ubuntu{/* color: #bf2121; */}

.document-imd{

    width: 60px;

}

.project-btn-wrapper article.box-img-hover{

    width: 30%;

}

.news-page .detail{

    display: none;

}

.content-footer img{

    width: 40%;

}
.partners .main.content-border{
    margin: 0 auto;
    display: block;
    padding: 10px 20px;
}
.contact__partners-block{
    width: 32.3%;
    float: left;
}
.contact__second-title{
    text-align: center;
    height: 55px;
}
.contact__partner-img{
    display: inline-block;
}
.contact__second-block{
    text-align: center;
    padding-top: 30px;
    border: 1px solid #b1c9da;
    -webkit-box-shadow: 0px 5px 55px -4px rgba(73,69,71,0.38);
            box-shadow: 0px 5px 55px -4px rgba(73,69,71,0.38);
    height: 330px;
}
.partners-top{}
.clear-fix:after{
    content: '';
    display: block;
    clear: both;
}
.partners-link{
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
}
.partners-right .partners-link{
    margin-bottom: 10px;
}
.partners-center{
    margin: 0 1.5%;
}
.contact__footer-block .contact__second-block{
    text-align: justify;
    height: auto;
    padding: 30px;
}
.contact__footer-block img{
    margin: 0 10px 50px 10px;
}
/*.project-home .box-img-hover:hover span{
    bottom: 60px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-shadow: 1px 1px 1px #323231, -1px -1px 1px #323231, -1px 1px 1px #323231, 1px -1px 1px #323231;
    -webkit-transition: all 1s;
    transition: all 1s;
}*/
.plan-title{
    color: #003663;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}
.plan-wrappertitle{
    text-align: center;
}
.plan h1{
    padding: 2% 10px 0;
}
.plan td {
    border: 1px solid #003663;
    padding: 0 10px;
}
.main_wrapper>.projects_full .project{
    height: auto;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.projects_full .gallery-item{
    margin: 0 1% 18px;
    width: 48%;
    height: 280px;
}


/*ulro*/
.partners__block{
    position: relative;
    padding: 40px;
}
.partner__arrow svg{
    fill: #33a8ce;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.partner__arrow:hover svg{
    fill: #ba3dde;
}
.first-banner{width:  1000px;margin:  0 auto;}
.first-banner a{
    height: 100%;
    display: block;
    width:  100%;
    text-align:  center;
}
.sub.line:hover{
    background: url(../img/background-menu-li-hover.png) no-repeat center center;
}
.contacts{}
.head-menu .contacts div{background: url(../img/podlozhka-email.png) no-repeat;width: 224px;font-family: "Museo Sans Cyrl 500";padding-top: 10px;height: 46px;margin-right: 20px;padding-right: 10px;}
.head-menu #mail {
}
.head-menu #number {
    background: url(../img/podlozhka-number.png) no-repeat left;
}
.head-menu .contacts span{
    font-family: "Museo Sans Cyrl 900";
    font-size: 18px;
    padding-left:  0;
}
.hero{display:  -webkit-box;display:  -ms-flexbox;display:  flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;/* overflow:  hidden; */background-color:  #fff;}
.hero__left{width: 50%;background-image: -webkit-gradient(linear, left bottom, left top, from(#65c400), color-stop(24%, #65c400), color-stop(56%, #8bd400), color-stop(84%, #52ae00), to(#52ae00));background-image: -webkit-linear-gradient(bottom, #65c400 0%, #65c400 24%, #8bd400 56%, #52ae00 84%, #52ae00 100%);background-image: -o-linear-gradient(bottom, #65c400 0%, #65c400 24%, #8bd400 56%, #52ae00 84%, #52ae00 100%);background-image: linear-gradient(to top, #65c400 0%, #65c400 24%, #8bd400 56%, #52ae00 84%, #52ae00 100%);position: relative;z-index: 104;order: 2;list-style:  none;}
.hero__left--item{padding: 50px  50px 50px 14px;position:  relative;border-bottom:  1px solid #fff;/* cursor:  pointer; */}
.hero__left--link{z-index:  5;position:  relative;}
.hero__left--text{font-family: "Museo Sans Cyrl 500";color:  #fff;font-size: 18px;z-index:  2;position:  relative;min-height: 48px;display:  inline-block;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;line-height: 1;}
.hero__mid{-webkit-box-flex: 1;-ms-flex: auto;flex: auto;padding: 22px 0;order: 1;}
.hero__mid--item{

}
.hero__right{
width:  25%;
position: relative;
}
.hero__right--social{height:  50%;background-image: -webkit-gradient(linear, left bottom, left top, from(gainsboro), color-stop(11%, gainsboro), color-stop(46%, white), color-stop(66%, #cdcdcd), color-stop(82%, #f6f6f6), to(gainsboro));background-image: -webkit-linear-gradient(bottom, gainsboro 0%, gainsboro 11%, white 46%, #cdcdcd 66%, #f6f6f6 82%, gainsboro 100%);background-image: -o-linear-gradient(bottom, gainsboro 0%, gainsboro 11%, white 46%, #cdcdcd 66%, #f6f6f6 82%, gainsboro 100%);background-image: linear-gradient(to top, gainsboro 0%, gainsboro 11%, white 46%, #cdcdcd 66%, #f6f6f6 82%, gainsboro 100%);padding:  35px 0;position:  relative;}
.hero__right--title{text-align:  right;padding-right:  38px;color:  #fff;font-size: 15px;font-weight:  bold;font-family: "Museo Sans Cyrl 500";text-transform:  uppercase;margin-bottom:  35px;position:  relative;z-index:  2;}
.hero__right--link{width:  45px;height:  45px;cursor:  pointer;z-index:  10;position:  relative;}
.hero__right--baner{height:  50%;position:  relative;overflow:  hidden;}
.hero__right--baner--link{
height:  100%;
position:  absolute;
top: 0;
left:  0;
}
.hero__right--baner--img{
    
}
.hero__mid--img{
    
height: 100%;
    
display:  inline-block;
    
background-size:  cover;
    
background-position:  center center;
    
outline:  none;
}
.social__wrapper{
    
display:  -webkit-box;
    
display:  -ms-flexbox;
    
display:  flex;
    
-ms-flex-pack:  distribute;
    
    justify-content:  space-around;
    
padding:  0 20px;
    
z-index: 10;
}
.hero__right--link svg{
    width: 100%;
    height:  100%;
}
.hero__left:before, .hero__right:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 16px;
    height: 100%;
    background: url("../img/hero-in.png") no-repeat;
    z-index: 3;
    background-size: contain;
}
.hero__left:before{
    left: -14px;
}
.hero__right:before{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -15px;
}
.slick-list, .slick-track{
    height: 100%;
}
.hero__left--item:after{
    content: '';
    display: block;
    top: 10px;
    left: -13px;
    position: absolute;
    opacity:  0;
    width: 103%;
    z-index: 4;
    height: 160px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: url("../img/hero-bg-news.png") no-repeat;
}
.hero__left--item:hover:after, .active-hero:after{
    height: 160px;
    opacity:  1;
}
.hero__right--social:after{
    content: '';
    display: block;
    top: 24px;
    right: -61px;
    position: absolute;
    width: 103%;
    height: 106px;
    z-index: 1;
    background: url("../img/hero-right-bg.png") no-repeat;
}
.place-for-image, .place-link{width:  100%;height:  100%;}
.place-wrapper{padding: 15px 40px 10px;}
.partners {
    margin-top: 30px;
    background: url(../img/new-podlozhka.png) top center no-repeat;
    color: #fff;
    text-align: center;
    height: 49px;
    padding-top: 10px;
    font-size: 24px;
    font-family: "Museo Sans Cyrl 900";
    text-transform: uppercase;
    position: relative;
}
.partners__block {
    position: relative;
    padding: 0 40px 40px;
    /* max-width:  1000px; */
    margin:  0 auto;
}
.flex-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    /* max-height: 176px; */
    overflow: hidden;
}
.flex-wrapper img {
    height: 121px;
    /* width: 230px !important; */
}
.arrow__prew {
    left: 20px;
}
.partner__arrow {
    position: absolute;
    top: calc(50% - 12px);
    cursor: pointer;
}
.arrow__next {
    right: 20px;
}
.partner__arrow svg {
    fill: #33a8ce;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.project__block--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.project__block {
    margin: 0 7px 45px;
    width: 219px;
    text-align: center;
    background-image: url(../img/project-block-bg.png);
    height: 335px;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 80px 20px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.project__content--img {
    margin-bottom: 10px;
}
.project__content--title {
    color: #8d4414;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    font-family: "Museo Sans Cyrl 900";
    text-align:  center;
    word-wrap: break-word;
}
.project__block:hover {
    background-image: url(../img/project-block-bg-hover.png);
}
.project-home{
    max-width: 1200px;
    margin: 0 auto;
    float:  none;
}
.footer-bg{
    background-color: #21b1d2;
}
.flex-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    max-width:  1000px;
    margin: 0 auto;
    align-items:  center;
}
.flex-bottom p {
    font-family: "Museo Sans Cyrl 500";
    font-size: 10px;
    color: #fff;
}
.style-agatech {
    color: #fff;
    width: 250px;
}
.style-agatech p {
    font-family: "Museo Sans Cyrl 500";
    font-size: 14px;
    display: inline-block;
    vertical-align:  middle;
}
.official {
    /* padding-bottom: 20px; */
    /* font-family: "Museo Sans Cyrl 500"; */
    /* font-size: 10px; */
    /* color: #fff; */
    vertical-align:  middle;
}
.style-agatech img {
    /* float: right; */
}
/*contects*/
.page-content h1 {
    font-size: 30px;
    color: #9f56b9;
    text-align:  left;
    padding:  0;
}
.contact__title {
    text-align: center;
    color: #9f56b9;
    font-size: 30px;
    font-family: "Museo Sans Cyrl 500";
    font-weight: normal;
    margin-bottom: 20px;
}
.contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.contact__content--left {
    width: 40%;
    text-align:  left;
}
.contact__content--left--paragraph {
    font-family: "Museo Sans Cyrl 500";
    color: #444444;
    margin-bottom: 20px;
}
.page-content{
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(211,107,211,0.8);
    box-shadow: 0 0 20px rgba(211,107,211,0.8);
    padding: 0 40px;
    box-sizing:  border-box;
}
.page-content p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 15px;
}
.contact__content--left--name {
    color: #9f56b9;
}
.contact__content--right {
    width: 60%;
}
.contact__form {
    padding-top: 30px;
}
.contact__form:before {
    content: '';
    display: block;
    position: relative;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #93d12a;
    height: 2px;
    width: 95%;
}
.page-content h2, h3, h4, h5, h6 {
    color: #66d2ff;
    margin: 20px 0;
}
.contact__form--title {
    text-align: center;
    color: #0fb2ec;
    font-family: "Museo Sans Cyrl 500";
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 5px;
}
.contact__form--subtitle {
    text-align: center;
    font-family: "Museo Sans Cyrl 300";
    font-size: 14px;
    color: #636363;
    margin-bottom: 25px;
}
.page-content p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 15px;
}
#form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 27px 30px 55px;
    width:  auto;
    flex-wrap:  wrap;
    position: relative;
}
.form__left {
    width: 42%;
}
.form__right {
    width: 58%;
}
#form .form__left .form__input:first-child {
    background-color: #ceffcc;
}
#form .form__left .form__input {
    display: block;
    margin: 0 25px 20px 0;
    width: calc(100% - 25px);
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    color: #434343;
    font-weight: bold;
    font-family: "MuseoSansCyrl100";
    font-size: 18px;
}
#form .form__left .form__input:nth-child(2n) {
    background-color: #fff5b5;
}
#form .form__left .form__input:last-child {
    background-color: #f3d7ff;
}
#message {
    background-color: #cdf0ff;
    resize: none;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 10px 25px;
    margin:  0;
}
.form__input:first-child {
    background-color: #ceffcc;
}
.go__wrapper {
    text-align: center;
}
.form__input::-webkit-input-placeholder {
    color:#434343;
    font-size: 18px;
    font-weight: bold;
    font-family: "MuseoSansCyrl100";
}
.form__input::-moz-placeholder{
    color:#434343;
    font-size: 18px;
    font-weight: bold;
    font-family: "MuseoSansCyrl100";
}
.form__input:-moz-placeholder{
    color:#434343;
    font-size: 18px;
    font-weight: bold;
    font-family: "MuseoSansCyrl100";
}
.form__input:-ms-input-placeholder{
    color:#434343;
    font-size: 18px;
    font-weight: bold;
    font-family: "MuseoSansCyrl100";
}
#form .go__wrapper .go {
    -webkit-appearance: none;
    padding: 9px 25px;
    border: 2px solid white;
    border-radius: 20px;
    -webkit-box-shadow: 0 7px 9px rgba(0, 144, 159, 0.32);
    box-shadow: 0 7px 9px rgba(0, 144, 159, 0.32);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#00ffae), color-stop(10%, #00ffae), color-stop(50%, #00afbf), color-stop(90%, #00fcff), to(#00fcff));
    background-image: -webkit-linear-gradient(bottom, #00ffae 0%, #00ffae 10%, #00afbf 50%, #00fcff 90%, #00fcff 100%);
    background-image: -o-linear-gradient(bottom, #00ffae 0%, #00ffae 10%, #00afbf 50%, #00fcff 90%, #00fcff 100%);
    background-image: linear-gradient(to top, #00ffae 0%, #00ffae 10%, #00afbf 50%, #00fcff 90%, #00fcff 100%);
    color: #fff;
    font-family: "Museo Sans Cyrl 500";
    font-size: 16px;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}
#loader {
    width: 50px;
    display: none;
}
#loader {
    -webkit-animation: loading 3s linear infinite;
    animation: loading 3s linear infinite;
    width: 100%;
}
.page-content img {
    /* margin: 10px; */
    width: 100%;
    max-width: 800px;
}
#after-post {
    display: none;
    text-align: center;
    padding: 50px 0;
}
#after-post h2 {
	text-align: center;
    width: auto;
    font-size: 22px;
    font-family: "Museo Sans Cyrl 500";
}
.form__input {
    display: block;
    margin: 0 25px 20px 0;
    width: calc(100% - 25px);
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    color: #434343;
    font-weight: bold;
    font-family: "MuseoSansCyrl100";
    font-size: 18px;
}
.page-body {
    padding-bottom: 60px;
    padding-top: 20px;
}
.about__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.about__top--left {
    width: 40%;
}
.about__top--left--img {
    width: 100%;
}
.about__top--right {
    width: 60%;
    padding: 50px 190px 20px 40px;
    font-family: 'Museo Sans Cyrl 500';
    background: url(/img/owl-bg.jpg) no-repeat right 70%;
    text-align:  left;
}
.about__title {
    font-weight: normal;
    font-size: 30px;
    color: #9f56b9;
}
.about__pretitle {
    font-size: 30px;
    color: #9f56b9;
    margin-bottom: 30px;
    display: block;
}
.about__top--text {
    font-size: 20px;
    color: #00b6ff;
}
.about__paragraph {
    font-family: 'Museo Sans Cyrl 300';
    font-size: 18px;
    margin-bottom: 25px;
}
.page-content p.about__paragraph--blue {
    color: #00aeff;
}
.page-content p.about__paragraph--purple {
    color: #d36bd3;
}
.content__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content__footer--link {
    width: 30%;
    height: 200px;
}
.content__footer--img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.project-wrapper{
    width: 1000px;
    padding-top: 20px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(211,107,211,0.8);
    box-shadow: 0 0 20px rgba(211,107,211,0.8);
}
.hero__mid-link{
    position: absolute;
    right: 10%;
    bottom: 15%;
    color: #fff;
    background-color: #38aed6;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 2px 5px 15px #295261;
    transition:  all .3s;
}
.hero__mid-link:hover{
    background-color: #d46bd3;
}
.hero__mid{
    position: relative;
}
.first-banner img{
    width: 70%;
}
.contact__partners{
}
.contact__wrapper{
    padding-top: 1px;
}
.baner{
    position: relative;
    z-index: 200;
    background-color: #0df6fe;
}
.hero__left--item .hero__mid-link, .baner__mobile{
    display: none;
}
.baner__mobile{
    background-image: url(/img/baner-mobile.png);
    background-position: center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 5px 0;
}
.first-banner a.baner__btn{
    display: inline-block;
    width: auto;
    color: #fff;
    padding: 3px 5px;
    background-image: linear-gradient(to top, #00ffae 0%, #00ffae 10%, #00afbf 50%, #00fcff 90%, #00fcff 100%);
    border: 2px solid white;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
}
.baner__decor{
    color: #fff;
}
.baner__title{
    font-size: 16px;
    color: #76ffdd;
}
.hidden{
    display: none;
    visibility: hidden;
}
.hero__mid-wrapper{
    display: none;
    height: 100%;
}
.hero__mid-wrapper:first-child{
    display: block;
}
.hero__mid-wrapper:after{
    height: 160px;
    opacity: 1;
}
.type__titile{
    font-size: 36px;
    text-align: center;
    font-family: "Museo Sans Cyrl 900";
    margin: 30px 0 20px;
    color: #d36ad2;
}
#message{
	float: none;
}
.go__wrapper{
	padding: 20px 0;
}
.form__overlay{
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.49019607843137253);
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
}

/*ulro*/