@font-face {
    font-family: "Myriad";
    src: url("/css/MyriadProRegular/MyriadProRegular.eot");
    src: url("/css/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("/css/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("/css/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBold"; */
@font-face {
    font-family: "Myriad";
    src: url("/css/MyriadProBold/MyriadProBold.eot");
    src: url("/css/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("/css/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("/css/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
/* font-family: "MyriadProItalic"; */
@font-face {
    font-family: "Myriad";
    src: url("/css/MyriadProItalic/MyriadProItalic.eot");
    src: url("/css/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
    url("/css/MyriadProItalic/MyriadProItalic.woff") format("woff"),
    url("/css/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}

*{margin:0px;padding:0px;box-sizing:border-box;font-family: "Myriad";}
body
{
  background: url('/img/backgorund.jpg');
  background-position: center top;
  background-repeat: no-repeat;
    background-size: cover;
}
#header
{
display:table;
width:1000px;
margin:auto;
margin-bottom:30px;
margin-top:30px;
}
#header>*
{
display:table-cell;
vertical-align:top;
}
#header>*:first-child
{
width:600px;
}
.info_line *{color:#474747;}
.info_line b{text-transform:uppercase;font-size:15px;}
.info_line p{font-size:15px;}
.info_line>*{display:table;}
.info_line>*>*{display:table-cell;vertical-align:top;}
.info_line img{margin-right:15px;}
.table{display:table;}
.tcell{display:table-cell;}
#menu
{
display:table;
width:1000px;
margin:auto;


padding: 0px 10px;	
}
#menu>*:last-child
{
    border-radius: 0px 45px 45px 0px;
}
#menu>*:first-child
{
    border-radius: 45px 0px 0px 45px;
}
#menu>*:not(:last-child)
{
border-right:1px solid #75aad2;
}
#menu>*
{
  display: table-cell;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  color: white;
  text-decoration: none;
padding: 0px 20px;
  background-image: -moz-linear-gradient(#6ca5d1 50%,#5693c2 55%);
  background-image: -webkit-linear-gradient(#6ca5d1 50%,#5693c2 55%);

background: -o-linear-gradient(#6ca5d1 50%,#5693c2 55%);
background: linear-gradient(#6ca5d1 50%,#5693c2 55%);

}  
#menu>*:hover
{
background-image: -moz-linear-gradient(#6CD1A3 50%,#56C289 55%);
  background-image: -webkit-linear-gradient(#6CD1A3 50%,#56C289 55%);
  background: -o-linear-gradient(#6CD1A3 50%,#56C289 55%);
background: linear-gradient(#6CD1A3 50%,#56C289 55%);
}
#slider
{
width:1000px;
margin:auto;
overflow:hidden;
position:relative;
margin-top:30px;
background:url('/img/line.png');
background-position:bottom center;
background-repeat:no-repeat;
padding-bottom: 30px;
}
#slider>* img{width:1000px;height:400px;}
#slider .right
{
width:34px;
height:34px;
background:url('/img/right.png');
background-position:center;
background-repeat:no-repeat;
background-size:cover;
position:absolute;
top:45%;
right:0px;
}
#slider .dot
{
display:table;
margin:auto;
margin-top:-30px;
z-index: 1;
  position: relative;
}
#slider .dot>*
{
width:10px;
height:10px;
margin:5px;
background:#e9e6e6;
border-radius:50%;
display:inline-block;
}
#slider .dot>*:hover
{
box-shadow:0px 0px 0px 5px #e9e6e6;
background:white;
cursor:pointer;
}
#slider .left
{
width:34px;
height:34px;
background:url('/img/left.png');
background-position:center;
background-repeat:no-repeat;
background-size:cover;
position:absolute;
top:45%;
left:0px;
}
h2,h1,.news_list h4, .news_list .news_date.date, .news_id .news_date
{
color:#5693C2;
font-size:22px;
font-weight:bold;
text-transform:uppercase;
}
h1
{
margin:30px 0px;
}
#about h2
{
text-align:center;
}
#about
{
margin-top:15px;
background:url('/img/about.jpg');
background-position:bottom center;
background-repeat:no-repeat;
padding-bottom:20px;
}
#about .about_info
{
width:760px;
margin:auto;
text-align:center;
font-size:13px;
color:#474747;
margin-top:15px;
line-height: 20px;
}
.button:hover
{
background-image: -moz-linear-gradient(#6CD1A3 50%,#56C289 55%);
  background-image: -webkit-linear-gradient(#6CD1A3 50%,#56C289 55%);
    background: -o-linear-gradient(#6CD1A3 50%,#56C289 55%);
background: linear-gradient(#6CD1A3 50%,#56C289 55%);
  cursor:pointer;
}
.button
{
background-image: -moz-linear-gradient(#51585c 50%,#3b4043 55%);
  background-image: -webkit-linear-gradient(#51585c 50%,#3b4043 55%);
      background: -o-linear-gradient(#51585c 50%,#3b4043 55%);
background: linear-gradient(#51585c 50%,#3b4043 55%);
  padding:5px 25px;
  border-radius:50px;
  display:table;
  font-size:18px;
  text-transform:uppercase;
  text-decoration:none;
  color:white;
}
#about .button
{
margin:auto;
margin-top:20px;
}
#wework
{
height:445px;
background:url('/img/wework.png');
background-position:center;
background-repeat:no-repeat;
}
#about_group
{
width:1000px;
margin:auto;
margin-top:30px;
}
#about_group .about_info
{
font-size:13px;
color:#474747;
margin-top:15px;
line-height: 20px;
}
#about_group .button
{

margin-top:20px;
}
footer
{
background:#619bc6;
padding:20px 0px;
margin-top:30px;
}
footer>*
{
width:1000px;
padding-left:250px;
margin: auto;
}
footer>*>*
{
vertical-align:top;
}
footer .info_line *{color:white;}
footer .info_line b{text-transform:uppercase;font-size:15px;}
footer .info_line p{font-size:15px;}
footer .social a:hover img
{
transform: translateY(-5px);
}
footer .social img
{
margin:0px 5px;
transition:0.1s;
}
footer .social b
{
text-transform:uppercase;
font-size:15px;
color:#fff;
  display: block;
  margin-bottom: 5px;
}
footer .social a
{
text-decoration:none;
}
footer .social
{
margin-top:15px;
}
footer .social .table>*{display:table-cell;}
#why_we .table
{
width:100%;
}
#why_we .table img
{
display:block;
margin:auto;
}
#why_we h2
{
text-align:center;
margin-bottom:15px;
}
#why_we
{
width:1000px;
margin:auto;
margin-top:30px;
}
#our_partners
{
width:1050px;
margin:auto;
margin-top:30px;
}
#our_partners .table .tcell:last-child .about_info
{
font-size:13px;
color:#474747;
}
#our_partners .table .tcell:last-child img
{
margin:30px 0px;
}
#our_partners .table .tcell:last-child
{
padding-left:25px;
}
#our_partners .table .tcell:first-child
{
padding-right:25px;
border-right:1px solid #c7cbcd;
}
#our_partners .button
{
margin-top:20px;
}
#page{width:1000px;
margin:auto;min-height: 500px;}
.news_list>*>*{display:table-cell;vertical-align:top;}
.news_list>*>*:last-child{padding-left:20px;}
.news_list>*{display:table;margin-bottom:30px;width:100%;}
.news_list .news_date.date
{
float: right;
font-size: 14px;
}
.news_list .news_anons.anons
{
font-size:13px;
color:#474747;
margin-top:10px;
}
.news_list h4 *{color:inherit;text-decoration:none;}
.news_id
{
min-height: 400px;
  margin-top: -40px;
}

.news_id .news_text
{
font-size:15px;
color:#474747;
margin-bottom:10px;
}
.news_id .news_all_img
{
  float: left;
  margin-right: 10px;
}
.news_id .news_date
{
text-align: right;
font-size:14px;
}
.show_all
{
display: block;
  width: 100%;
  clear: both;
  text-align: center;
padding-top:30px;
}
.show_all *
{
  color: #6CA5D1;
  text-decoration:none;
}
.show_all *:hover
{
text-decoration:underline;
}
div[class*="feedback_form_param"] .infofield{width:300px;  color: rgb(140, 140, 140);}
div[class*="feedback_form_param"]>*{display:inline-block;vertical-align:middle;}
div[class*="feedback_form_param"]{padding:10px 10px;border-bottom: 1px solid #E0E0E0;  background-color: #FFF;}
div[class*="feedback_form_param"]:nth-child(even){background: rgb(247, 247, 247);}
div[class*="feedback_form_param"] select,div[class*="feedback_form_param"] input,div[class*="feedback_form_param"] textarea
{
  width: 400px;
  border: 1px solid #6CA5D1;
  min-height: 30px;
  max-height: 100px;
  padding-left:15px;
}
div[class*="feedback_form_param"] textarea
{
padding-top:5px;
}
.infoform
{
font-size: 22px;
  font-weight: bold;
  color: rgb(82, 82, 82);
}
.feedback_form_param28
{

}
.feedback_form input[type="submit"]
{
  margin-top: 30px;

  border: none;
  margin: auto;
  margin-top: 30px;
  padding: 10px 50px;
}
#popup div
{
color: #2F2F2F;
  text-shadow: 1px 1px #888;
  height: 100%;
  background-color: rgba(255, 252, 252, 0.34);
  padding: 10px 25px;
}
#popup a:hover
{
  color: #F75B5B;
}
#popup a
{
  color: #F00;
  text-shadow: 1px 1px rgba(255, 255, 255, 0);
}
#popup
{
  position: fixed;
  top: 30%;
  /* margin-left: -50px; */
  right: 0px;
  background: url(/img/fon1.png);
  background-position: center left;
  background-color: #5693C2;
  background-repeat: no-repeat;
  height: 200px;
  padding-left: 50px;
  border-radius: 10px 0px 0px 10px;
  transition:0.3s;
  transform:translateX(290px);
}
#popup.open
{
  transform:none;
}