html
{
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

body {

    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  font-family: 'Roboto', sans-serif;
    }

.back-ground-div
{
    width: 640px;
    height: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin:  -320px 0 0 -320px;
    
    background-image: url('../images/bg_640_640.jpg');
    background-size:cover;
    text-align: center;
}

.back-ground-div-inner
{
    position: relative;
    width: 100%;
    height: 100%;
}

.back-ground-div-logo
{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top:80px;
}

.back-ground-div-logo2
{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top:120px;
}

.button-url
{
    position: absolute;
    border:1px solid #a3a3a3;
    width: 200px;
    height: 74px;
    bottom: -90px;
    display: block;
    background-color: white;
    text-decoration: none;
}

.button-url-inner
{
    position:relative;
    border:1px solid #a3a3a3;
    margin: 0 auto;
    top:5px;
    width: 190px;
    height: 64px;
    color:black;
    line-height: 61px;
    text-transform: uppercase;
    text-decoration: none;
    
}

.button-url.one
{
    left: 0px;
}

.button-url.two
{
    right: 0px;
}

.contacts-header
{
    
}

.contacts-header
{
    width: 100%;
    height: 109px;
    position: relative;
    background: url('../images/header1920.jpg');
}

.contact-image
{
    text-align: center;
    margin-top: 35px;
    display: block; 
}
.contact-image img
{
    
    width: 250px;
    
}

.contact-items
{
    width: 780px;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
/*
.contact-item:first-child
{
    margin-left: 0px;
}*/

.contact-item
{
    /*float:left;*/
    margin-left: 15px;
    width: 250px;    
    text-align: center;
    display: inline-block;
    
}


.contact-item-name
{
    font-weight: bold;
    font-size:20px;
    margin-bottom: 10px;
}

.contact-item-dol
{
color:#E31E24;
margin-bottom: 10px;
font-style: italic; 
}

.contact-item-contact
{
    line-height: 160%;
}

.contact-adress
{
    position: relative;
    margin: 0 auto;
    width: 760px;
    text-align: center;
}

.project-item-name
{
    font-weight: bold;
    font-size:29px;
    color:#E31E24;
    margin-bottom: 10px;
    text-align: center;
} 
.project-item-description
{
    font-weight: 500;
    font-size:18px;
    margin-bottom: 20px;
    text-align: center;
}

.project-item-age
{
    margin-right: 10px;
}

.project-item-age,.project-item-budjet
{
    position: relative;
    float:left;
    
}


.project-item-budjet-value
{
    position: absolute;
    font-size: 16px;
    top: 27px;
    left: 4px;
    width: 30px;
    color: white;
    text-align: right;
}


.project-item-age-value
{
position: absolute;
    font-size: 24px;
    top: 22px;
    left: 6px;
    width: 36px;
    color: white;
    text-align: right;
}

.project-item-info
{
    position: relative;
    margin: 0 auto;
    /*width: 155px;*/
    width: 70px;
    margin-bottom: 10px;
}

.projects-items-div
{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    width: 980px;
    margin-top: 40px;
}
.projects-items
{
    position: relative;
    /*width: 980px;*/
    width: 450px;
    /*margin-left:auto;
    margin-right:auto;*/
    margin-top: 10px;
    /*column-gap: 70px;
    column-count: 2;
    -webkit-column-gap: 70px;
    -webkit-column-count: 2;
    -moz-column-gap: 70px;
    -moz-column-count: 2;*/
    float:left;
    
}

.projects-item
{
    width: 450px;
    display: inline-block;
    margin-bottom: 10px;
    
}

/*.projects-item.left
{
       float:left;
}

.projects-item.right
{
       float:right;
}*/

.project-item-img
{
    position: relative;
    width: 450px;
    height: 260px;
    overflow: hidden;
}
.project-item-img img
{
    width: 450px;
    height: 260px;
    
}

.projects-line-separator
{
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #BFBFBF;
    top:0px;
    left: 50%;
    
}

.select-language
{
    position: absolute;
    right: 5px;
    top:5px;
    z-index: 500;
}

#select-rus img,#select-eng img
{
    width: 30px;
}

.main-page-div
{
    width: 60%;
    
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 15%;
}

.main-page-div-logo
{
    width: 200px;
    
}

.main-page-div-title
{
position:absolute;
bottom: 20px;
left:250px;    
min-width: 355px;
}

.main-page-div-title-red
{
color:#E31E24;
font-size: 40px;
font-weight: bold;
margin-bottom: 20px;    
}

.main-page-div-title-black
{
color:black;
font-size: 18px;
    
}

.main-page-div-url
{
    font-size: 29px;
    font-weight: 100;
    color:black;
    text-decoration: none;
    display:inline-block;
    margin-right: 20px;
    margin-left: 20px;
    /*float:left;*/
    border-bottom: 1px solid white;
    /*text-transform: uppercase;*/
}

.main-page-div-url.right
{
    /*float:right;*/
    margin-top: 10px;
}

.main-page-div-url:hover
{
    border-bottom: 1px solid black;
}

.main-page-div-urls
{
    position: absolute;
    top:0px;
    left:250px;
    min-width: 255px;
}

.main-page-liner
{
    position: absolute;
    bottom: 20px;
    right: 0px;
    text-align: right;
    width: 100%;
}

.main-page-liner img
{
    max-width: 1080px;
    width: 70%;
}

.projects-page-div-url
{
    position:relative;
    width: 600px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 0px;
    top:2px;
    z-index: 100;
    text-align: center;
}

.main-page-center-div
{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    width: 400px;
    height: 100%;
}

.main-page-center-top-image
{
    width: 400px;
    height: 474px;
    background: url(../images/logo_640_top.png) 100% 100% no-repeat;
    background-size: cover; 
    cursor: pointer;
}

.main-page-center-bottom-image
{
    width: 400px;
    height: 193px;
    background: url(../images/logo_640_bottom.png) 100% 100% no-repeat;
    background-size: cover;
    cursor: pointer;
}

.main-page-center-top-text
{
    color:black;
    font-size: 15px;
    width: 360px;
    margin: 0 auto;
    text-align: center;
    
    
}

.main-page-center-top-text-hidden
{
    width: 400px;
    height: 0px;
    overflow: hidden;
    
}

.main-page-center-urls
{
    width: 360px;
    margin-top: 10px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

.project-item-text
{
    position: relative;
    overflow: hidden;
    height: 73px;
    
}
.project-item-text-inner-prev
{
    cursor: pointer;
    height: 73px;
    overflow: hidden;
    
    
}

.project-item-text-inner p
{
    padding: 0;margin: 0;
}

.project-item-text-inner div
{
    padding: 0;margin: 0
}

.project-item-text-inner
{
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 120%;    
}

.project-item-text-inner:hover
{
/*    text-decoration: underline;*/
}

.project-item-text.active .project-item-text-inner:hover
{
    
        text-decoration:none!important;
}

.project-item-text:before{
    content:"";
    display:block;
    height:20px;
    width: 100%;
    position:absolute;
    bottom:-5px;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
    z-index: 100;
}

.project-item-text.active:before
{
    
}

.project-item-text-more
{
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.project-item-text-more:hover
{
    
      text-decoration: underline;
}

.pre-production
{
    position: absolute;
    top:0px;
    right: 0px;
    width: 135px;
    height: 19px;
    color:white;
    font-weight: bold;
    font-size: 12px;
    background-color: #E31E24;
    text-align: center;
    padding-top: 5px;    
}

@media screen and (max-width: 900px) 
{
    #select-rus{width:40%;}
    #select-rus img{width:40%;}
    #select-eng{width:40%;}
    #select-eng img{width:40%;}
}

.url_to_k
{
    margin-top: 15px;
    color: #00005B;
    display: block;
}


.about-item-div {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 980px;
    
}

.about_title
{
    text-align: center;
    font-size: 23px;
    color:#e31e24;
    font-weight: bold;
    
    margin-bottom: 30px;
}


.about_title_full
{
    text-align: center;
    font-size: 23px;
    color:#e31e24;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 60px;
}

.about_title_second
{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    
    margin-bottom: 30px;
}

.about_table
{
    width: 100%;
}

.about_table td
{
    width: 50%;
    padding-top: 0px;
    vertical-align: top;
}


.about_table tr td:first-child
{
    padding-right: 30px;
}

.about_table tr:first-child td:first-child
{
    border-right: 1px solid #d4d4d4;
}

.about_table tr td:nth-child(2)
{
    padding-left: 30px;
}




.about_table .about_img_50
{
    width: 50%;
    float:right
}

.about_table img
{
    width: 100%;
    margin-bottom: 16px;
}

.about_text_left p
{
    width: 40%;
    float:left;
    font-style: italic;
    margin-top: 0px;
    padding-top: 0px;
}

.about_text p
{
    margin-top: 0px;
}

