@import "../css/DINPro/font.css";
@import "../css/animate.css";
/* reset CSS*/
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;
}
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;
}
/* reset CSS*/
.clear{
  float: none;clear: both;
}

a {
  color: #76a2ca;
  text-decoration: none;
}
body {
  color: #404B58;
  font-family: DINPro, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  border-bottom: 7px solid #006DC5;
}
.hidden {
  display: none !important;
}
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog_holder {
  background-color: rgba(118, 162, 202, 0.5);
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 1px;
  left: 1px;
  z-index: 950;
}
.dialog_holder .dialog_body {
  position: absolute;
  top: 50%;
  margin-top: -280px;
  left: 50%;
  margin-left: -320px;
  z-index: 1000;
}
.dialog_holder .dialog_body .dialog_head {
  height: 50px;
  position: relative;
}
.dialog_holder .dialog_body .dialog_head .dialog_close {
  background-image: url('../img/closeDialog.png');
  height: 28px;
  width: 28px;
  position: absolute;
  right: -40px;
  top: 20px;
  cursor: pointer;
}
.dialog_holder .dialog_body .dialog_content {
  height: 480px;
  width: 640px;
  background-color: #ffffff;
}
.button {
  display: inline-block;
  height: 58px;
  line-height: 58px;
  font-family: DINPro-Black, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #f7f7f7;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.button a {
  display: block;
  width: 100%;
  color: #ffffff;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.button span {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}
.button span.arrow {
  background-image: url("../img/extend_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 0px;
  height: 60px;
  display: inline-block;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.button:hover span.arrow {
  width: 36px;
}
.yellow_btn {
  background-color: #ffcf00;
}
#main {
  width: 1258px;
  margin: 0 auto;
  background-color: #F6FBFC;
}

.fixed_header{
  height: 125px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 500;
  box-shadow: 1px 2px 3px rgba(0,170,204,0.15);
  opacity: 0;
}

.fixed_header .top_section{
  width: 1258px;
  margin: 0 auto;
  position: relative;
}


.fixed_header .top_section .main_logo {
  box-shadow: 2px 3px 4px rgba(0,170,204,0.15);
}
.fixed_header .top_section .contacts {
  color: #00ACD0;
  background-image: url("../img/dash_line_blue.png");
}



#header {
  width: 1258px;
  height: 665px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../img/bg.jpg");
  background-position: 0px -1px;
  position: relative;
}
#header .top_section {
  height: 195px;
  position: relative;
}
.top_section .main_logo {
  height: 176px;
  width: 220px;
  position: absolute;
  top: 16px;
  left: 134px;
}
.top_section .country_mark {
  position: absolute;
  top: 46px;
  left: 406px;
  width: 75px;
  height: 54px;
}
.top_section .contacts {
  width: 300px;
  height: 170px;
  top: 50px;
  right: 105px;
  position: absolute;
  background-image: url("../img/dash_line.png");
  background-repeat: no-repeat;
  background-position: left center;
  color: #ffffff;
}
.top_section .contacts span {
  font-family: DINPro, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 22px;
  display: block;
  text-align: center;
  line-height: 25px;
}
.top_section .contacts span + span {
  font-size: 14px;
  line-height: 50px;
}
#header .animated_area {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
#header .animated_area h1 {
  text-transform: uppercase;
  font-size: 51px;
  font-family: DINPro-Black, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
#header .animated_area .animate_1 {
  font-family: DINPro-Light, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  line-height: 38px;
  font-size: 19px;
}
#header .animated_area .animate_2 {
  font-family: DINPro-Light, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.07rem;
  padding: 0 10%;
}
#header .animated_area .animate_3 {
  font-family: DINPro-Medium, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  padding: 8px 0 15px;
}
#header .navigation {
  width: 1005px;
  position: absolute;
  bottom: 1px;
  left: 129px;
}
#header .navigation a {
  text-decoration: none;
  display: block;
  height: 144px;
}
#header .navigation .item {
  display: block;
  float: left;
  width: 248px;
  height: 144px;
  margin-right: 3px;
}
#header .navigation .item .inner {
  color: #f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 25px;
  position: relative;
  height: 144px;
  width: 248px;
}
#header .navigation .item .inner span {
  letter-spacing: 0.07rem;
  display: block;
  font-family: DINPro-Bold, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
#header .navigation .item .inner span + span {
  font-size: 9px;
  line-height: 12px;
  letter-spacing: normal;
}
#header .navigation .item .inner div {
  position: absolute;
  height: 62px;
  bottom: 0px;
  padding-top: 18px;
}
#header .navigation .item .inner div span {
  padding: 0;
  display: inline-block;
  height: 36px;
  width: 36px;
  background-image: url("../img/extend_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffcf00;
}
#header .navigation .item .inner div span + span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  display: none;
  vertical-align: top;
  font-size: 9px;
  font-family: DINPro-Bold, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  color: #ffffff;
  line-height: 16px;
  padding: 2px 10px;
  text-align: left;
  width: 150px;
  background-image: none;
  background-color: transparent;
}
#header .navigation .item:hover .inner {
  background-color: rgba(0, 0, 0, 0.5);
}
#header .navigation .item:hover .inner div span + span {
  display: inline-block;
}
#header .navigation .item1 {
  background-image: url("../img/bure1.jpg");
}
#header .navigation .item2 {
  background-image: url("../img/bure3.jpg");
}
#header .navigation .item3 {
  background-image: url("../img/bure2.jpg");
}
#header .navigation .item4 {
  background-image: url("../img/bure4.jpg");
}
h2 {
  font-family: DINPro-Light, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
h2 + span {
  font-size: 16px;
  font-family: DINPro-LightItalic, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
.main_content {
  margin-bottom: 50px;
  text-align: center;
}
.main_content .mobile {
  display: none;
}

.main_content .content_list{
  width: 620px;
  display: block;
  float: left;
  margin-top: 60px;
  /*margin-left: -50px;*/
}


.main_content .content_list + .content_list{
  width: 638px;
}

.main_content .content_list + .content_list ul{
  margin-left: 20px;
}

.main_content p {
  font-family: DINPro-Light, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 85px 0 40px;
}


.main_content ul{
  font-family: DINPro-Light, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 19px;
  line-height: 30px;
  text-align: left;
  margin-left: 100px;
}

.main_content ul li {
  position: relative;
}

.main_content ul li:before{
  display: block;
  position: absolute;
  border-radius: 50%;
  content: '';
  height: 6px;
  width: 6px;
  left: -20px;
  top: 13px;
  background-color: #FFA180;
}

.main_content p img {
  margin: 40px 0;
  max-width: 100%;
}
.main_content .videopopup {
  display: block;
  background-image: url("../img/tooth.png");
  width: 849px;
  height: 343px;
  margin: 20px auto 90px;
  position: relative;
}
.main_content .videopopup .round_btn {
  position: absolute;
  right: 50px;
  bottom: 40px;
  background-image: url("../img/btn_sprite.png");
  background-position: 0 0px;
  height: 49px;
  width: 49px;
  cursor: pointer;
}
.main_content .videopopup .round_btn:hover {
  background-position: 0 -55px;
}
.main_contacts {
  background-image: url("../img/contacts_bg_without.jpg");
  width: 1250px;
  height: 673px;
  margin: 0 auto;
  position: relative;
}
.main_contacts .contacts_holder {
  position: absolute;
  right: 56px;
  top: 56px;
  height: 562px;
  width: 1138px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 115, 194, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 56px 0 0 56px;
}
.main_contacts .contacts_holder > div {
  float: left;
  width: 510px;
  height: 455px;
}
.main_contacts .contacts_holder .left_side {
  color: #ffffff;
}
.main_contacts .contacts_holder .left_side > div {
  padding-left: 125px;
  padding-right: 100px;
  position: relative;
}
.main_contacts .contacts_holder .left_side > div .iconco {
  position: absolute;
  height: 48px;
  width: 52px;
  left: 60px;
  background-image: url("../img/contacts_ico.png");
}
.main_contacts .contacts_holder .left_side .phone {
  padding-top: 40px;
}
.main_contacts .contacts_holder .left_side .phone span {
  font-size: 34px;
  display: block;
  font-family: DINPro-Light, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
.main_contacts .contacts_holder .left_side .phone span + span {
  font-size: 16px;
  line-height: 25px;
}
.main_contacts .contacts_holder .left_side .phone .iconco {
  background-position: 0 -150px;
}
.main_contacts .contacts_holder .left_side .email {
  padding-top: 30px;
  font-size: 17px;
}
.main_contacts .contacts_holder .left_side .email .iconco {
  background-position: 0 0px;
  top: 2px;
}
.main_contacts .contacts_holder .left_side .invitation {
  font-size: 25px;
  line-height: 32px;
  margin: 35px 0;
  text-transform: uppercase;
}

.main_contacts .contacts_holder .right_side .mobile_1{
    display: none;
  }

.main_contacts .contacts_holder .left_side .location {
  font-size: 18px;
  line-height: 22px;
}
.main_contacts .contacts_holder .left_side .location .iconco {
  background-position: 0 -80px;
}
footer {
  position: relative;
  height: 200px;
  width: 100%;
}
footer .mini_logo {
  position: absolute;
  left: 145px;
  top: 40px;
}
footer .social_ico {
  position: absolute;
  left: 335px;
  top: 70px;
}
footer .social_ico > div {
  background-image: url("../img/vk_fb.png");
  height: 51px;
  width: 51px;
  border-radius: 50%;
  float: left;
  margin-left: 5px;
}
footer .social_ico > div a {
  display: block;
  height: 100%;
  width: 100%;
}
footer .social_ico > div:hover {
  background-color: rgba(255, 200, 0, 0.2);
}
footer .social_ico .fb_button {
  background-position: -1px -2px;
}
footer .social_ico .vk_button {
  background-position: -66px -2px;
}
footer .logo_dmg {
  position: absolute;
  right: 105px;
  top: 45px;
}
footer .copy_info {
  position: absolute;
  line-height: 16px;
  font-size: 12px;
  left: 335px;
  top: 140px;
}
footer .developer_info {
  color: #bbbbbb;
  font-size: 9px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
footer .developer_info a {
  color: #bbbbbb;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  #main {
    width: 640px;
    margin: 0 auto;
  }

  .fixed_header{
    height: 115px;
  }

  .fixed_header .top_section{
    width: 640px;
  }
.top_section .contacts span {
      font-size: 18px;
}

  #header {
    width: 640px;
    background-position: -155px 0;
  }
  #header .top_section {
    height: 200px;
    position: relative;
  }
  .top_section .main_logo {
    left: 40px;
  }
  .top_section .country_mark {
    top: 120px;
    left: 325px;
  }
  .top_section .contacts {
    top: 20px;
    right: 30px;
    height: 115px;
  }
  #header .animated_area {
    margin-top: 40px;
  }
  #header .animated_area h1 {
    font-size: 41px;
  }
  #header .animated_area .animate_2 {
    padding: 0 5%;
    font-size: 22px;
  }
  #header .navigation {
    width: 510px;
    left: 72px;
    bottom: -224px;
  }
  #header .navigation .item {
    margin-right: 5px;
    margin-top: 5px;
  }
  .main_content {
    margin-top: 220px;
    margin-bottom: 50px;
    text-align: center;
  }
  .main_content .desctop {
    display: none;
  }
  .main_content .mobile {
    display: block;
  }


  .main_content .clear+p,
  .main_content .content_list ul{
    font-size: 18px;
  }
  .main_content .content_list + .content_list{
    width: 620px;
  }

  .main_content .content_list ul,
  .main_content .content_list + .content_list ul{
    margin-left: 60px;
  }

  .main_content p {
    font-family: DINPro-Light, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding: 85px 40px 40px;
  }
  .main_content p img {
    margin: 40px 0;
  }
  .main_content .videopopup {
    background-size: cover;
    width: 600px;
    height: 242.4028268551237px;
  }
  .main_content .videopopup .round_btn {
    right: 40px;
    bottom: 30px;
  }
  .main_contacts {
    background-color: #4482B1;
    background-repeat: no-repeat;
    width: 600px;
    height: 1020px;
  }
  .main_contacts .contacts_holder {
    position: absolute;
    right: 45px;
    top: 45px;
    height: 930px;
    width: 510px;
    padding: 0;
  }
  .main_contacts .contacts_holder > div {
    float: left;
    width: 510px;
    height: 455px;
  }
  .main_contacts .contacts_holder .right_side, .right_side_new {
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 20px;
  }

  .main_contacts .contacts_holder .right_side .desctop_1{
    display: block;
  }
  .main_contacts .contacts_holder .right_side .mobile_1{
    display: none;
  }

  footer {
    height: 210px;
  }
  footer .mini_logo {
    left: 19px;
  }
  footer .social_ico {
    position: absolute;
    left: 195px;
    top: 70px;
  }
  footer .logo_dmg {
    position: absolute;
    right: 20px;
    top: 40px;
  }
  footer .logo_dmg img {
    height: 85px;
  }
  footer .copy_info {
    left: 200px;
    top: 135px;
    width: 315px;
    font-size: 13px;
    line-height: 16px;
  }
  footer .developer_info {
    color: #bbbbbb;
    font-size: 9px;
    position: absolute;
    bottom: 5px;
    right: 10px;
  }
  footer .developer_info a {
    color: #bbbbbb;
    text-decoration: none;
  }
  .dialog_holder .dialog_body .dialog_head .dialog_close {
    right: 0px;
    top: 20px;
  }
}

@media screen and (max-width: 360px) {

  .dialog_holder .dialog_body .dialog_content {
    height: 240px;
    width: 320px;
    background-color: #ffffff;
  }

  .dialog_holder .dialog_body {
    position: absolute;
    top: 50%;
    margin-top: -140px;
    left: 50%;
    margin-left: -160px;
  }

  .button {
    height: 40px;
    line-height: 39px;
    font-size: 12px;
  }
  .button a {
    padding: 0 30px;
  }
  .button span {
    height: 40px;
  }
  .button span.arrow {
    height: 40px;
  }
  .button:hover span.arrow {
    width: 36px;
  }
  .yellow_btn {
    background-color: #ffcf00;
  }
  #main {
    width: 320px;
    margin: 0 auto;
  }

  .fixed_header{
    height: 70px;
  }

  .fixed_header .top_section{
    width: 320px;
  }

  .fixed_header .top_section .country_mark {
    display: none;
  }

  .fixed_header .top_section .contacts {
    top: 15px;
    right: 20px;
  }
  #header {
    width: 320px;
    height: 400px;
    background-size: cover;
    background-position: -280px 0;
  }

  #header .top_section {
    height: 95px;
  }
   .top_section .main_logo {
    height: 87px;
    width: 110px;
    top: 10px;
    left: 25px;
  }
  .top_section .main_logo img{
    width: 100%;
  }
  .top_section .country_mark {
    position: absolute;
    top: 18px;
    left: 153px;
    width: 37px;
    height: 27px;
  }

  .top_section .country_mark img{
    width: 100%;
  }

  .top_section .contacts {
    width: 150px;
    height: 35px;
    top: 50px;
    right: 20px;
  }
  .top_section .contacts span {
    font-size: 17px;
    line-height: 13px;
  }
  .top_section .contacts span + span {
    padding-top: 12px;
    font-size: 10px;
    line-height: 12px;
  }
  #header .animated_area {
    margin-top: 20px;
  }
  #header .animated_area h1 {
    text-transform: uppercase;
    font-size: 25px;
  }
  #header .animated_area .animate_1 {
    line-height: 19px;
    font-size: 10px;
  }
  #header .animated_area .animate_2 {
    font-size: 12px;
    line-height: 16px;
    padding: 0 10%;
  }
  #header .animated_area .animate_3 {
    font-size: 9px;
    padding: 4px 0 10px;
  }
  #header .navigation {
    width: 300px;
    bottom: -87px;
    left: 24px;
  }
  #header .navigation a {
    text-decoration: none;
    display: block;
    height: 77px;
  }
  #header .navigation .item {
    width: 134px;
    height: 77px;
    margin-right: 3px;
    margin-top: 3px;
  }
  #header .navigation .item .inner {
    padding: 8px 9px;
    position: relative;
    height: 77px;
    width: 134px;
  }
  #header .navigation .item .inner span {
    font-size: 12px;
  }
  #header .navigation .item .inner span + span {
    font-size: 8px;
    line-height: 10px;
  }
  #header .navigation .item .inner div {
    position: absolute;
    height: 31px;
    bottom: 0px;
    padding-top: 9px;
  }
  #header .navigation .item .inner div span {
    height: 18px;
    width: 18px;
    background-image: url("../img/extend_arrow.png");
    background-size: 10px;
    display: inline-block;
  }
  #header .navigation .item .inner div span + span {
    height: 18px;
    font-size: 8px;
    line-height: 12px;
    padding: 0px 4px;
    width: 103px;
    /*display: inline-block;*/
  }


  #header .navigation .item1 {
    background-image: url("../img/bure1.jpg");
  }
  #header .navigation .item2 {
    background-image: url("../img/bure3.jpg");
  }
  #header .navigation .item3 {
    background-image: url("../img/bure2.jpg");
  }
  #header .navigation .item4 {
    background-image: url("../img/bure4.jpg");
  }
  h2 {
    font-size: 18px;
  }
  h2 + span {
    font-size: 9px;
  }
  .main_content {
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
  }

  .main_content .content_list{
    width: 320px;
    margin-top: 30px;
  }

  .main_content .clear+p,
  .main_content .content_list ul{
    font-size: 12px;
  }
  .main_content .content_list + .content_list{
    width: 310px;
  }

  .main_content .content_list + .content_list ul{
    /*margin-left: 60px;*/
    margin-left: 30px;
  }

  .main_content .content_list ul{
    font-size: 12px;
    margin-left: 30px;
  }

  .main_content .mobile {
    /*display: none;*/
  }
  .main_content p {
    font-family: DINPro-Light, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 85px 10px 40px;
  }
  .main_content p img {
    margin: 40px 0;
    max-width: 100%;
  }
  .main_content .videopopup {
    display: block;
    background-image: url("../img/tooth.png");
    width: 309px;
    height: 170px;
    margin: 20px auto 60px;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .main_content .videopopup .round_btn {
    right: 10px;
    bottom: 10px;
    height: 29px;
    width: 29px;
    background-size: 29px;
  }
  .main_content .videopopup .round_btn:hover {
    background-position: 0 -32px;
  }
  .main_contacts {
    background-color: #4482B1;
    background-repeat: no-repeat;
    width: 300px;
    height: 520px;
  }
  .main_contacts .contacts_holder {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 410px;
    width: 260px;
    padding: 0;
  }
  .main_contacts .contacts_holder > div {
    float: left;
    width: 260px;
    height: 230px;
  }
  .main_contacts .contacts_holder .right_side {
    background-color: rgba(255, 255, 255, 0.1);
    margin-top: 20px;
  }

  .main_contacts .contacts_holder .right_side {

  }

  .main_contacts .contacts_holder .right_side .desctop_1{
    display: none;
  }
  .main_contacts .contacts_holder .right_side .mobile_1{
    display: block;
  }

  /*+++++*/

  .main_contacts .contacts_holder .left_side > div {
    padding-left: 25px;
    padding-right: 10px;
  }
  .main_contacts .contacts_holder .left_side > div .iconco {
    position: absolute;
    height: 25px;
    width: 25px;
    left: 30px;
    background-image: url("../img/contacts_ico.png");
    background-size: 25px;
    display: none;
  }
  .main_contacts .contacts_holder .left_side > div br{
    display: none;
  }
  .main_contacts .contacts_holder .left_side .phone {
    padding-top: 30px;
  }
  .main_contacts .contacts_holder .left_side .phone span {
    font-size: 18px;
  }
  .main_contacts .contacts_holder .left_side .phone span + span {
    font-size: 14px;
    line-height: 25px;
  }
  .main_contacts .contacts_holder .left_side .phone .iconco {
    background-position: 0 -150px;
    background: none;
  }
  .main_contacts .contacts_holder .left_side .email {
    padding-top: 10px;
    font-size: 12px;
  }
  .main_contacts .contacts_holder .left_side .email .iconco {
    background-position: 0 0px;
    top: 2px;
    background: none;
    display: none;
  }
  .main_contacts .contacts_holder .left_side .invitation {
    font-size: 12px;
    line-height: 15px;
    margin: 15px 0;
    text-transform: uppercase;
  }
  .main_contacts .contacts_holder .left_side .location {
    font-size: 12px;
    line-height: 15px;
  }
  .main_contacts .contacts_holder .left_side .location .iconco {
    background-position: 0 -80px;
    background: none;
  }

  footer {
    position: relative;
    height: 180px;
    width: 100%;
  }
  footer .mini_logo {
    position: absolute;
    left: 10px;
    top: 10px;
  }

  footer .mini_logo img{
    width: 75px;
    height: 66px;
  }
  footer .social_ico {
    position: absolute;
    left: 85px;
    top: 10px;
  }
  footer .social_ico > div {
    background-image: url("../img/vk_fb.png");
    height: 50px;
    width: 50px;
    border-radius: 50%;
    float: left;
    margin-left: 5px;
  }
  footer .social_ico > div a {
    display: block;
    height: 100%;
    width: 100%;
  }
  footer .social_ico > div:hover {
    background-color: rgba(255, 200, 0, 0.2);
  }
  footer .social_ico .fb_button {
    background-position: -1px -2px;
  }
  footer .social_ico .vk_button {
    background-position: -66px -2px;
  }
  footer .logo_dmg {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
  }

  footer .logo_dmg img{
    width: 90px;
    height: 40px;
  }
  footer .copy_info {
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 90px;
  }
  footer .developer_info {
    color: #bbbbbb;
    font-size: 9px;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  footer .developer_info a {
    color: #bbbbbb;
    text-decoration: none;
  }
}

.form_column {
    min-height: 100px;
    min-width: 260px;
}

/* FORM */
.form_column h3 {
    font-weight: normal;
    font-family: DINPro-Bold, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1rem;
    line-height: 22px;
    color: #0074b2;
    margin-top: 0px;
    letter-spacing: 0.02rem;
    padding: 20px 0px 0;
}

.form_row {
    margin-top: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
}

.form_row input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 43px;
    border: 1px solid #CCCCCC;
    width: 100%;
    padding: 10px;
    font-size: 1em;
}

.form_row label {
    font-size: 11px;
    text-transform: Capitalize;
    color: #aaaaaa;
    display: block;
    letter-spacing: 0.02rem;
}

.form_row label span {
    color: #fe6000;
    font-size: 14px;
}

.form_row .button.yellow_btn span.arrow{
  width: 36px;
}

.form_row .button.yellow_btn{
  width: 100%;
}

.center{
  text-align: center;
}

.dialog_holder.form .dialog_body {
  position: absolute;
  top: 50%;
  margin-top: -280px;
  left: 50%;
  margin-left: -240px;
  z-index: 1000;
}

.dialog_holder.form .dialog_content{
  height: auto;
  width: 475px;
  padding: 40px 100px;
  box-sizing: border-box;
}

.form_notification {
    max-width: 710px;
    color: #fe6000;
    font-size: 12px;
    text-align: center;
    padding: 10px 20px 0;
}

/* FORM */
.orange {
    color: #FF6000;
}

.grey {
    color: #CCCCCC;
}

.smalltext {
    font-size: 70%;
}

.paddingsmall {
    padding-top: 10px;
}

.form_row .check{
  position: relative;
  display: block;
  padding-left: 25px;
  color: #b3bfcb; 
  font-size: 10px;
  text-align: left; 
  line-height: 11px
}

.check:after{
    content: "";
    position: absolute;
    left: 2px;
    font-size: 18px;
    color: #777;
    top: 0px;
}
.check:before{
    left: 0px;
    content: "";
    position: absolute;
    display: block;
    height: 12px;
    width: 12px;
    border: 1px solid #b3bfcb;
}

.check:not(.clicked):after{
    content: "✓";
    position: absolute;
    left: 2px;
    font-size: 18px;
    color: #777;
    top: 0px;
}

.all_good,
.all_bad{
  display: none;
  text-align: center;
  min-height: auto !important;
}

.all_good h3,
.all_bad h3{
  padding: 0;
}