/* roboto-300 - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-cyrillic-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-cyrillic-ext_latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-cyrillic-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-cyrillic-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-cyrillic-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-cyrillic-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-cyrillic-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-cyrillic-ext_latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
html{
  box-sizing: border-box;
}
*, *::before, *::after{
  box-sizing: inherit;
}

.headWrapper{ /*logo*/
    margin: 0 auto;
    position: absolute;
    width: 157.76px;
    height: 80px;
    left: 222px;
    top: 26px;
}

.head_menu{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #353535;
    height: 18px;
}

.menu0{ /*1st button "about company"*/
    position: absolute;
    width: 130px;
    /*height: 18px;*/
    left: 622px;
    top: 57px;
}

.menu1{ /*2nd button "rotational joints"*/
    position: absolute;
    width: 168px;
    height: 10px;
    /*height: 18px;*/
    left: 778px;
    top: 57px;
}

.polygon{ /*triangle for submenu*/
    position: absolute;
    width: 15px;
    height: 14.92px;
    left: 888px;
    top: 57px;
    /*background: #353535;*/
    /*transform: rotate(180deg);*/
}

.menu2{ /*3rd button "projects"*/
    position: absolute;
    width: 72px;
    height: 18px;
    left: 930px;
    top: 57px;
}

.polygon_projects{
    position: absolute;
    width: 15px;
    height: 14.92px;
    left: 1006px;
    top: 57px;
}

.menu3{ /*4th button "partners"*/
    position: absolute;
    width: 82px;
    height: 18px;
    left: 1048px;
    top: 57px;
}

.menu4{ /*5th button "contacts"*/
    position: absolute;
    width: 80px;
    height: 18px;
    left: 1144px;
    top: 57px;
}

.menu5{ /*6th button "language"*/
    position: absolute;
    width: 22px;
    height: 18px;
    left: 1336px;
    top: 57px;
}

.polygon_lang{
    position: absolute;
    width: 15px;
    height: 14.92px;
    left: 1368px;
    top: 57px;
}

.rect{ /*background for description*/
    position: absolute;
    width: 1519px;
    height: 600px;
    left: 0px;
    top: 138px;
}

.title{
    position: absolute;
    width: 535px;
    height: 96px;
    left: 228px;
    top: 290px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 96px;
    line-height: 100%;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #05194E;
}

.descr_title{
    position: absolute;
    width: 500px;
    height: 50px;
    left: 235px;
    top: 404px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #FFFFFF;
}

.bg{ /*background for the rest of page*/
    position: absolute;
    width: 1519px;
    height: 3035px;
    left: 0px;
    top: 723px;
    background: #E5EAF5;
}

.what_are_we_doing{ /*blue background for description about company's work*/
    position: absolute;
    width: 1200px;
    height: 255px;
    left: 200px;
    top: 898px;
    background: #102A6D;
}

.what_we_doing_descr{
    position: absolute;
    width: 222px;
    height: 64.03px;
    left: 263px;
    top: 961px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
/* or 29px */
    color: #FFFFFF;
}

.desription{ /* class for the text description of company's work*/
    position: absolute;
    width: 700px;
    height: 130px;
    left: 581px;
    top: 951px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
/* or 17px */
    color: #FFFFFF;
}

span{ /*bold text*/
  font-weight: bold;
}

.underline-animation{
    font-weight: bold;
    display: inline-block;
    position: relative;
    color: #FFFFFF;
}

.underline-animation::after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.underline-animation:hover::after{
    transform: scaleX(1);
    transform-origin: bottom left;
}

a.underline-animation{ /*making an object of animated link white*/
  color: white;
}

a:link{
    color: #353535;
}

a:visited{
    color: #353535;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 0px 0px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropbtn:hover{
    transform: rotate(360deg);
    transition: all .5s ease-out;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}
/* When the screen is less than 600 pixels wide,
hide all links, except for the first one ("Home").
Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

.rect0_white{
    position: absolute;
    width: 285px;
    height: 120px;
    left: 200px;
    top: 1313px;
    background: #FFFFFF;
}

.advantages{
    position: absolute;
    width: 200px;
    height: 80px;
    left: 242px;
    top: 1347px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    /* or 24px */
    color: #232323;
}

.ind_appr{
    position: absolute;
    width: 285px;
    height: 120px;
    left: 505px;
    top: 1313px;
    /*background: url("Индивидуальный подход.jpg");*/
}

.ind_appr_bg{
    position: absolute;
    width: 284px;
    height: 60px;
    left: 506px;
    top: 1453px;
    background: #FFFFFF;
}

.ind_appr_text{
    position: absolute;
    width: 120.58px;
    height: 30px;
    left: 564.79px;
    top: 1465px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #000000;
}

.quality_prod{
    position: absolute;
    width: 285px;
    height: 120px;
    left: 810px;
    top: 1313px;
}

.qual_prod_bg{
    position: absolute;
    width: 284px;
    height: 60px;
    left: 811px;
    top: 1453px;
    background: #FFFFFF;
}

.qual_prod_text{
    position: absolute;
    width: 180px;
    height: 30px;
    left: 869.79px;
    top: 1465px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
/* or 17px */
    color: #000000;
}

.components{
    position: absolute;
    width: 285px;
    height: 120px;
    left: 1115px;
    top: 1313px;
}

.comp_bg{
    position: absolute;
    width: 284px;
    height: 60px;
    left: 1116px;
    top: 1453px;
    background: #FFFFFF;
}

.comp_text{
    position: absolute;
    width: 200px;
    height: 30px;
    left: 1174.79px;
    top: 1465px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #000000;
}

.line1{
    position: absolute;
    width: 590px;
    height: 0px;
    left: 200px;
    top: 1773px;
    border: 1px solid #102A6D;
}

.tech_support{
    position: absolute;
    width: 285px;
    height: 120px;
    left: 810px;
    top: 1573px;
}

.tech_support_bg{
    position: absolute;
    width: 285px;
    height: 60px;
    left: 811px;
    top: 1713px;
    background: #FFFFFF;
}

.tech_support_text{
    position: absolute;
    width: 200px;
    height: 30px;
    left: 869.79px;
    top: 1727px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #000000;
}

.own_prod{
    position: absolute;
    width: 285px;
    height: 120px;
    left: 1115px;
    top: 1573px;
}

.own_prod_bg{
    position: absolute;
    width: 284px;
    height: 60px;
    left: 1116px;
    top: 1713px;
    background: #FFFFFF;
}

.own_prod_text{
    position: absolute;
    width: 200px;
    height: 30px;
    left: 1174.79px;
    top: 1727px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #000000;
}

.imp_bg{
    position: absolute;
    width: 1200px;
    height: 180px;
    left: 200px;
    top: 1933px;
    background: #102A6D;
}

.imp{
    position: absolute;
    width: 222px;
    height: 64.03px;
    left: 264px;
    top: 1996px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    /* or 29px */
    color: #FFFFFF;
}

.imp_text{
    position: absolute;
    width: 590px;
    height: 60px;
    left: 613px;
    top: 1993px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #FFFFFF;
}

.stage{
    position: absolute;
    width: 285px;
    height: 120px;
    left: 200px;
    top: 2273px;
    background: #FFFFFF;
}

.stages_dev {
    position: absolute;
    width: 230px;
    height: 75.59px;
    left: 242px;
    top: 2294.73px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    /* or 24px */
    color: #232323;
}

.container{
    position: absolute;
    width: 90px;
    height: 80px;
    left: 602px;
    top: 2273px;
}

.cont_item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    color: #232323;
}

.stage_num_bg_sets{
    margin-bottom: 20px;
}

.stage_num_bg{
    background-color: #FFFFFF;
    width: 90px;
    top: 2273px;
    height: 80px;
    left: 602px;
    border-radius: 5px;
    text-align: justify;
    text-justify: distribute;
}

.stage_num{
    position: absolute;
    width: 35px;
    height: 36px;
    margin-left: 45px;
    margin-top: 10px;
}

.stage_num_last{
    position: absolute;
    width: 35px;
    height: 36px;
    margin-left: 40px;
    margin-top: 10px;
}

.stage_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    color: #000000;
    width: 590px;
    height: 80px;
    top: 2273px;
    left: 810px;
    position: absolute;
}

.stage_text_bg{
    width: 590px;
    height: 80px;
    top: 2273px;
    left: 810px;
    background: #FFFFFF;
    border-radius: 5px;
}

.stage_text_sets{
    margin-bottom: 20px;
}

.stages_text{
    position: absolute;
    margin-left: 60px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.line2{
    position: absolute;
    width: 380px;
    height: 0px;
    left: 200px;
    top: 3253px;
    border: 1px solid #102A6D;
}

.down_nav_bg{
    position: absolute;
    width: 1519px;
    height: 360px;
    left: 0px;
    top: 3413px;
    background: #102A6D;
}

.down_nav_logo{
    position: absolute;
    width: 157.76px;
    height: 78.46px;
    left: 200px;
    top: 3481px;
}

.down_nav{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}

.down_nav_links_wrapper{
    position: absolute;
    width: 250px;
    height: 240px;
    left: 508px;
    top: 3481px;
}
/*vertical space between links*/
.dLink_sets{
    margin-bottom: 30px;
}
/*setting the down nav bar's link to white color*/
.dLink_sets a:link{
    color: #FFFFFF;
}
.dLink_sets a:visited{
    color: white;
}
/*Down navigation bar's address and other attributes to contact the company*/
.address{
    position: absolute;
    width: 250px;
    height: 240px;
    left: 810px;
    top: 3481px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    /* or 14px */
    color: white;
    line-height: 1.5;
}