@charset "UTF-8";
/*
Theme Name: dmmark
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  text-align: justify;
}
h2 {
    text-align: left;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}
.col-lg-6 {
  width: 48%;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  overflow: hidden;
}
.col-lg-4 {
  width: 33%;
  float: left;
}
@media (max-width: 960px) {
  .container {
    width: 320px;
  }
  .row {
    width: 100%;
    margin: 0 auto;
    padding-left: 5px;
  }
  .col-lg-6,
  .col-lg-4 {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 320px) {
  .container,
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.flex_container {
  margin: 0 auto;
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 10px;
  padding-right: 10px;
}
.flex_lg_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 32px;
}
@media (max-width: 960px) {
  .flex_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 320px;
  }
  .flex_lg_6 {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .img_blocksdvig {
    padding-left: 7px;
  }
}
@media (max-width: 320px) {
  .conatiner {
    margin-left: 0;
    margin-right: 0;
  }
}
body {
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
}
.pos_relative {
  position: relative;
}
.white_block_header {
  width: 700px;
  margin-top: 65px;
  margin-bottom: 40px;
  padding-left: 30px;
  border-left: 1px solid #1D1D1B;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.5;
  text-transform: uppercase;
}
.white_block_header span {
  color: #1680C3;
}
.white_block_header--span_red span {
  color: #ed1f25;
}
.white_block_header--p p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.5;
  /* or 139% */
  letter-spacing: -0.015em;
  color: rgba(0, 0, 0, 0.4);
}
.white_block_subheader {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #1D1D1B;
  margin-bottom: 10px;
  margin-top: 10px;
}
.white_block_text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  color: #1D1D1B;
  line-height: 1.5;
}
.white_block_text_sub {
  margin-top: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #1D1D1B;
  /* or 139% */
  letter-spacing: -0.015em;
  color: rgba(0, 0, 0, 0.4);
}
.white_block_header--no_border {
  border-left: none;
}
.w100perc {
  width: 100%;
}
.align_center {
  text-align: center;
}
@media (max-width: 960px) {
  .white_block_header {
    width: 300px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .white_block_header {
    margin-left: 0;
    margin-right: 0;
  }
  .white_block_subheader {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.1px;
  }
}
.grey_block_header {
  margin-top: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 1px solid #1D1D1B;
  text-align: left;
}
.grey_block_header span {
  color: #1680C3;
}
.grey_block_header_another span {
  color: #ed1f25;
}
.grey_block_header-grey span {
  color: rgba(0, 0, 0, 0.4);
}
.grey_text {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Roboto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  /* or 137% */
  color: #000000;
}
.grey_text span {
  font-weight: bold;
}
.grey_normal_text {
  font-family: Roboto;
  font-style: normal;
  font-size: 20px;
  line-height: 41px;
  color: rgba(36, 36, 36, 0.62);
}
.text_contacts {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  color: rgba(36, 36, 36, 0.62);
  margin-top: 10px;
}
@media (max-width: 960px) {
  .grey_block_header {
    font-size: 20px;
  }
  .text_contacts {
    font-size: 20px;
  }
}
.bold {
  font-weight: bold;
}
.w600px {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.w600-no_margin {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 960px) {
  .w600px {
    width: 310px;
  }
}
.header {
  width: 960px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 100px;
  border-bottom: 1px solid #FFF;
}
.logo {
  width: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.phone_header_number {
  text-decoration: none;
  width: 240px;
}
@media (max-width: 960px) {
  .header {
    display: block;
    position: relative;
    background: #000;
  }
  .logo {
    left: 0;
    top: 25px;
    width: 320px;
  }
  .logo img {
    width: 50px;
    margin-right: auto;
    position: relative;
  }
}
img {
  display: block;
  width: 100%;
}
.menu {
  display: block;
  position: absolute;
  right: 0;
  top: 62px;
  list-style-type: none;
}
.menu li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
  padding-bottom: 15px;
  font-size: 16px;
}
.menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.menu li:hover {
  border-bottom: 2px solid #fff;
}
.menu a {
  color: #FFF;
  text-decoration: none;
}
.header_phone_langs {
  position: absolute;
  top: 10px;
  right: 0;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.phone_block {
  color: #FFF;
  text-align: center;
  line-height: 2.3;
  background: #1680C3;
  padding: 0 10px;
}
.menu_btn {
  display: none;
}
@media (max-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 2;
    border-bottom: none;
    min-height: 50px;
  }
  .phone_block {
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
    border-radius: 20px;
  }
  .header_phone_langs {
    padding-left: 20px;
    width: 300px;
  }
  .show {
    display: block;
  }
  .noshow {
    display: none;
  }
  .menu {
    display: none;
    position: static;
    padding-top: 40px;
    padding-left: 0;
    top: 0;
    left: 0;
    text-align: left;
  }
  .menu li {
    display: block;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid #FFF;
  }
  .menu a {
    width: 100%;
    font-style: Roboto;
    font-size: 14px;
    display: block;
    text-align: left;
    padding: 15px;
    padding-left: 10px;
    padding-right: 0;
    margin: 0;
    color: #FFF;
    text-decoration: none;
  }
  .menu a:last-child {
    border-bottom: none;
  }
  .header {
    height: auto;
    width: 100%;
  }
  .menu_btn {
    display: block;
    color: #FFF;
    font-size: 30px;
    position: relative;
    margin-left: auto;
    width: 150px;
    /* margin-top: 10px; */
    padding-left: 5px;
    font-family: Roboto, sans-serif;
    /* background: #FFF; */
    height: 30px;
  }
  .menu_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url('../imgs/elements/burger.png');
    background-size: contain;
  }
}
.phone_active_button {
  position: fixed;
  top: 200px;
  right: 0;
}
.footer {
  background: #18202D;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer a {
  font-size: 14px;
  line-height: 16px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.footer .container {
  height: 130px;
  position: relative;
}
ul.footer_menu {
  list-style-type: none;
  display: block;
  position: absolute;
  width: 630px;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
      -ms-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
}
ul.footer_menu li {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 5px;
}
ul.footer_menu li:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.logo_footer {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.footer_social_icons {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 960px) {
  ul.footer_menu {
    display: none;
  }
  .logo_footer {
    left: 50%;
    top: 5%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .footer_social_icons {
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.block_contacts {
  background: #F0F0F0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 960px) {
  .block_contacts img {
    width: 50px;
  }
}
.first_screen {
  background: url('../imgs/bg/screen1_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.first_screen h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  
  /* or 114% */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
}
.first_screen span {
  color: #ed1f25;
}
.darker {
  padding-top: 130px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.news_part {
  margin-top: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
}
.news_readmore {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  display: block;
  width: 150px;
  color: #FFF;
  margin-top: 30px;
}
.news_readmore:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url('../imgs/elements/arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 0;
}
.news_container {
  width: 600px;
  line-height: 1.5;
}
.news_anons_block {
    border: none !important;
}
@media (max-width: 960px) {
  .darker {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .news_container {
    width: 300px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .first_screen h1 {
    font-size: 20px;
    text-align: center;
  }
  .news_block {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .news_part {
    text-align: center;
  }
  .news_readmore {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
  .news_readmore:after {
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.responsibilities_block {
  padding-bottom: 40px;
  position: relative;
}
.responsibilities_block p,.responsibilities_block div {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  /* or 137% */
  color: #000000;
  margin-bottom: 10px;
}

.responsibilities_block span {
  color: #1680C3;
}
.offer_screen {
  padding-top: 20px;
  padding-bottom: 40px;
}
.offer_text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  /* or 125% */
  color: #1D1D1B;
}
.num1 {
  position: relative;
  padding-left: 60px;
  margin-top: 40px;
}
.num1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url('../imgs/elements/num_01.png');
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}
.num2 {
  position: relative;
  padding-left: 60px;
  margin-top: 40px;
}
.num2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url('../imgs/elements/num_02.png');
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}
.num3 {
  position: relative;
  padding-left: 60px;
  margin-top: 40px;
}
.num3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url('../imgs/elements/num_03.png');
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}
.num4 {
  position: relative;
  padding-left: 60px;
  margin-top: 40px;
}
.num4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url('../imgs/elements/num_04.png');
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 960px) {
  .offer_screen .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.difficulties_block {
  background: #F0F0F0;
  line-height: 1.5;
}
.difficulties_img {
  width: 150%;
  display: block;
  overflow: hidden;
}
.markirovka_block {
  background: #F0F0F0;
  padding-top: 80px;
  padding-bottom: 60px;
}
.markirovka_block p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  /* or 137% */
  margin-bottom: 10px;
  color: #1D1D1B;
}
.markirovka_block p span {
  font-weight: bold;
}
.line_horizontal1 {
  position: absolute;
  top: 230px;
  left: 20px;
  height: 10px;
  width: 430px;
  border-top: 2px dashed #1D1D1B;
}
.line_vertical {
  position: absolute;
  top: 40px;
  left: 450px;
  width: 20px;
  height: 190px;
  border-left: 2px dashed #1D1D1B;
}
.line_horizontal2 {
  width: 10px;
  position: absolute;
  top: 40px;
  left: 450px;
  border-top: 2px dashed #1D1D1B;
}
@media (max-width: 960px) {
  .line_horizontal1,
  .line_vertical,
  .line_horizontal2 {
    display: none;
  }
  .markirovka_block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.img_post {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.img_block {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 65px;
  margin-left: auto;
  margin-right: auto;
}
.block_contacts a {
  text-decoration: none;
}
@media (max-width: 960px) {
  .img_block {
    padding-left: 7px;
  }
}
.call_us_block {
  padding-top: 50px;
  padding-bottom: 40px;
}
.contact_input {
  width: 99%;
  display: block;
  height: 53px;
  padding: 5px;
  padding-left: 20px;
}
.textarea_block {
  padding-top: 20px;
  width: 98.6%;
}
.textarea_block textarea {
  width: 100%;
  height: 300px;
}
.contact_submit {
  display: block;
  margin-left: auto;
  width: 284px;
  background: #ED1F25;
  border: 1px solid #ED1F25;
  text-transform: uppercase;
  color: #FFF;
  padding: 17px;
  margin-right: 13px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .contact_input {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
  .textarea_block {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .textarea_block textarea {
    margin-top: 3px;
    height: 295px;
  }
  .contact_submit {
    margin: 0;
    margin: 10px auto;
  }
}
.documents_block {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #F0F0F0;
}
.documents_block .row {
  margin-bottom: 20px;
}
.download_button {
  display: block;
  width: 150px;
  text-transform: uppercase;
  padding: 10px 5px;
  margin-left: auto;
  border: 1px solid #1680C3;
  background: #1680C3;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}
.download_button:hover {
  text-decoration: underline;
  color: #1680C3;
  background: transparent;
}
.element_block {
  text-align: center;
  width: 20%;
  line-height: 1.5;
  min-height: 151px;
  position: relative;
}
.element_block:last-child {
  border-right: none;
}
.markirovka_elem1 {
  position: relative;
  display: block;
  width: 60px;
  margin: 10px auto;
}
.markirovka_elem2 {
  position: relative;
  display: block;
  width: 60px;
  margin: 10px auto;
  padding-right: 5px;
}
.markirovka_elem3 {
  position: relative;
  display: block;
  width: 70px;
  margin: 10px auto;
  margin-top: 0;
  padding-right: 5px;
  padding-bottom: 5px;
}
.markirovka_elem4 {
  position: relative;
  display: block;
  width: 60px;
  margin: 10px auto;
  margin-top: 0;
  padding-right: 5px;
}
.markirovka_elem5 {
  position: relative;
  display: block;
  width: 50px;
  margin: 10px auto;
  margin-top: 0;
  padding-right: 5px;
}
.m_num1:before {
  content: "01";
  display: block;
  position: absolute;
  top: -5px;
  left: 35px;
  background: red;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 20px;
}
.m_num2:before {
  content: "02";
  display: block;
  position: absolute;
  top: -5px;
  left: 35px;
  background: red;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 20px;
}
.m_num3:before {
  content: "03";
  display: block;
  position: absolute;
  top: -15px;
  left: 40px;
  background: red;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 20px;
}
.m_num4:before {
  content: "04";
  display: block;
  position: absolute;
  top: -15px;
  left: 35px;
  background: red;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 20px;
}
.m_num5:before {
  content: "05";
  display: block;
  position: absolute;
  top: -15px;
  left: 45px;
  background: red;
  color: #FFF;
  padding: 3px 5px;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .element_block {
    width: 100%;
  }
  .m_num1:before {
    top: -5px;
    left: 90px;
  }
  .m_num2:before {
    top: -5px;
    left: 90px;
  }
  .m_num3:before {
    top: -5px;
    left: 90px;
  }
  .m_num4:before {
    top: -5px;
    left: 90px;
  }
  .m_num5:before {
    top: -5px;
    left: 90px;
  }
}
.dalneishij_hod_raboti {
  background: #E5E5E5;
}
.logo_about_page {
  display: block;
  width: 173px;
  margin: 0 auto;
}
.about_bg {
  background: url("../imgs/bg/about_page.png");
  bg-size: cover;
  background-repeat: no-repeat;
  height: 428px;
}
.news_item_page_img {
  display: block;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .news_item_page_img {
    width: 300px;
  }
}
.news_item_page-block-img-container {
    display:block;
    height: 236px;
}
.news_item_page-block {
  width: 320px;
  margin: 20px auto;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.news_item_page-block-header {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  /* or 150% */
  letter-spacing: -0.015em;
  color: #000000;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.news_item_page-block-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  letter-spacing: -0.015em;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 5px;
  padding-right: 5px;
  text-align:left;
}
.read_more_btn {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  display: block;
  width: 100px;
  margin: 10px auto;
  border: 1px solid #1680C3;
  background: #1680C3;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  padding: 10px 5px;
}
.read_more_btn:hover {
  text-decoration: underline;
  color: #1680C3;
  background: transparent;
}
@media (max-width: 960px) {
  .no_padding {
    padding-left: 0;
  }
}
.company_do {
  background: #F0F0F0;
}
.company_do .col-lg-6 {
  overflow: hidden !importnant;
}
.uslugi_text {
  position: relative;
  margin-top: 20px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  padding-left: 40px;
}
.uslugi_text:last-child {
  margin-bottom: 20px;
}
.uslugi_elem1:before {
  content: "01";
  display: block;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 2px 8px;
  background: #ed1f25;
  border-radius: 20px;
  font-family: Roboto;
  font-style: normal;
  font-size: 14px;
}
.uslugi_elem2:before {
  content: "02";
  display: block;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 2px 8px;
  background: #ed1f25;
  border-radius: 20px;
  font-family: Roboto;
  font-style: normal;
  font-size: 14px;
}
.uslugi_elem3:before {
  content: "03";
  display: block;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 2px 8px;
  background: #ed1f25;
  border-radius: 20px;
  font-family: Roboto;
  font-style: normal;
  font-size: 14px;
}
.company_do_img {
  display: block;
  width: 120%;
}
.obych_model {
  background: #F0F0F0;
}
.nsahi_uslugi_elem {
  width: 100px;
  text-align: center;
}
.nsahi_uslugi_elem img {
  display: block;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .nsahi_uslugi_elem {
    margin-bottom: 15px;
    text-align: left;
  }
  .nsahi_uslugi_elem img {
    width: 100px;
  }
}
.mt20px {
  margin-top: 20px;
}
.mb20px {
  margin-top: 20px;
}
.mb30px {
  margin-bottom: 30px;
}
.pt20px {
  padding-top: 40px;
}
.pt10px {
  padding-top: 10px;
}
.pb20px {
  padding-bottom: 20px;
}
.pb10px {
  padding-bottom: 10px;
}
.mb0px {
  margin-bottom: 0px;
}
.contact_logo {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}
span.wpcf7-not-valid-tip {
    margin-top:10px;
}

element.style {
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
}
.wpcf7 form .wpcf7-response-output {
    padding: 1em 1em;
}

.kolotushka_plus:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 260px;
    height: 90px;
    background: url('../imgs/photo_kolotushka.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 5px;
    
}
@media (max-width: 960px) {
   .kolotushka_plus:after {
       display: none;
   }       
}
.markirovka_img_elem {
    width: 100px;
}

.img_mini {
    background-position-x: 30%;
    float: right;
    height: 800px;
}

@media (max-width: 960px) {
    .img_mini {
        background-position-x: 30%;
        float: right;
        height: initial;
    }
}
  .admin_panel .container {
           width: 960px;
           height: 100%;
           display: flex;
           justify-content: space-between;
           align-items: center;
           margin: 0 auto;
}
.admin_panel {
   position: fixed;
   top: 0;
   height: 30px;
   width: 100%;
   background: #FFF;
   z-index: 1;
}
.admin_add_panel {
  top: 100%;
  background: #C1C1C1;
  height: 40px;
  padding: 0 5px;
  transform: translate(0, -100%);
}
.dalneishij_hod_raboti .element_block {
  font-size: 13px;
  border-right: 0.3px solid rgba(36, 36, 36, 0.62);
  height: 196px;

}
.dalneishij_hod_raboti .element_block:last-child {
  border-right: none;
}
.pd2px {
  padding: 0 2px;
}
.no_right_border {
  border-right: none !important;
  font-size: 14px !important;
}
.white_block_text b {
  font-weight: bold;
}
.lang_flag {
  padding-right: 50px;
  padding-top: 3px;
  height: 40px;
}
.lang_flag img {
  height: 100%;;
}
@media (max-width: 960px) {
  .lang_flag {
    padding-right: 50px;
    padding-top: 3px;
  }
  .lang_flag img {
    height: 30px;
  }
}