@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-Light.eot');
  src: local('Segoe UI Light'), local('SegoeUI-Light'),
    url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI-Light.woff') format('woff'),
    url('../fonts/SegoeUI-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI-SemiBold.eot');
  src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'),
    url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI-SemiBold.woff') format('woff'),
    url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/SegoeUI.eot');
  src: local('Segoe UI'), local('SegoeUI'),
    url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI.woff') format('woff'),
    url('../fonts/SegoeUI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@charset 'utf-8';

:root {
  --primary-color: #ac9d7c;
  --accent-color: #c58700;
  --secondary-color: #75a3c3; 
  --text-color: #1d9ba2; 
  --back-color: #d7d3ca;
  --gray-color: #eee;
}


/* переназначение имеющихся элементов */

body {
  min-width: none;
}

.logo {
    background: url("../img/pro_duo_corner_logo.png") no-repeat left top;
}

ul.micro-anons__ul {
 margin-top: 25px;
}

.header__micro-anons li, .header__micro-anons li a  {
  color: var(--accent-color);
    
}

.header__menu {
  background-color: #000;
}

svg, #bottom {
  box-sizing: content-box;
}

#bottom {
    background-image: url('../img/bot_crn.gif');
	min-width: 0;
}
#botlinks {
  background-color: black;
  height: 28px;
}

#credits #labels {
	width: 110px;
	overflow: hidden;
}

#credits {
	overflow: hidden;
}

#credits #labels img {
	margin: 18px 5px;
}

@media (max-width: 992px) {
	#botlinks a {
		display: none;
	}
}

@media (max-width: 575px) {

  .header__micro-anons li { font-size: 12px; }

}

.row {
  margin-bottom: 30px;
}

div.header {min-width: 0;}
div.header__micro-anons {
  right: 15px;
}

.header__menu {
  background-image: url("../img/hmenu_right.png");
  background-position: top right; 
}
@media (max-width: 576px) { 
	div.header {height: 245px;}
	div.header__micro-anons {
	  left: 0px;
	  top: 160px;
	  width: 100%;
	  text-align: center;
	
	
	}
	
	.upper__social, .upper__search, .header__menu {
		display: none;
	}


	
	.header__menu ul {
		display: none;
	}
}






/* типографика */

body, p {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 200;
}

a:hover {text-decoration: none;}




/* шапка */

#main-content {
  background-image: url('../img/back.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: 50%;
  padding: 0;
  position: relative;
}

#main-content .container-fluid {
  margin-top: 120px;
  background-color: white;
  min-height: 200px;
}

#main-header {
  background-color: transparent;
  position: relative;
  height: 240px;
  top: 0;
}

#corner-tl {
position: absolute;
top: 0;
left: 0;
}

#main-image {
  position: absolute;
  top: 60px;
  right: 20px;
  height: auto;
}

#asus-logo {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 110px;
  height: auto;
}

#intel-logo {
  position: absolute;
  bottom: -80px;
  right: 0;
  text-align: right;
  width: 90px;
}

#intel-logo p {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 1.8em;
}

#header {
  position: absolute;
  bottom: -120px;
  left: 0;
}

#header h1 {
  display: inline-block;
  background-color: white; 
  margin: 0 0 -10px -300px;
  padding: 20px 40px 20px 315px;

}

#header h1 img {
  display: inline;
  height: 32px;
  width: auto;
}

#header h2 {
  display: block;
  background-color: white;
  color: var(--primary-color); 
  font-weight: 200;
  padding: 10px 40px 0 20px;
  font-size: 38px;
  line-height: 38px;
  margin: -10px 0 -4px -8px;
}


#lead-text .lead {
  margin-top: 40px;

  margin-bottom: 40px;
}

#lead-text .lead p {
    font-size: 14px;
  padding-right: 25%;
}

#lead-text .lead h3 {
  font-size: 24px;
  line-height: 1.4em;
  margin-top: 40px;
  margin-bottom: 0;
  color: var(--primary-color);

}

#lead-text .reddot {
  margin-bottom: 43px;
  padding-top: 120px;
  border-left: 1px solid var(--primary-color);
}

#lead-text .reddot p {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 12px;
}


@media (max-width: 1999px) {

  #main-image {
    width: 560px;
    top: 77px;
    right: 10px;
  }

  #header h1 img { height: 28px;}
  #header h2 { font-size: 32px;}
  #lead-text .lead p { padding-right: 33%;}
  #lead-text .lead h3 { font-size: 22px; }

}

@media (max-width: 992px) {

  #header h1 img { height: 26px;}
  #header h2 { font-size: 28px; padding-top: 4px;}
  #lead-text .lead p { padding-right: 0;}
  #lead-text .lead p:first-of-type { margin-top: 100px;}
  #lead-text .reddot { padding-top: 220px; }
}

@media (max-width: 768px) {

  #header { bottom: -20px;}
}

@media (max-width: 575px) {
  #asus-logo { width: 90px; right: 15px;}
  #corner-tl {width: 150px;}
  #intel-logo img {width: 60px;}
  #intel-logo { right: 15px; bottom: -100px;}
  #intel-logo p {margin-bottom: 10px;}
  #header {bottom: 40px;}
  #header h1 { padding: 10px 15px 20px 315px; }
  #header h1 img {  height: 22px;}
  #header h2 { font-size: 24px; padding-right: 15px;}
  #main-image {width: 500px;right: 50px;}
  #lead-text .reddot {  padding-top: 20px; border-right: 1px solid var(--primary-color);}
  
}


/*  banners   */


.banner .frame {
  display: block;
 position: relative;
  border: 1px solid var(--primary-color);
  height: 100px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.banner img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner .frame div {
 position: absolute;
 right: 40px;
 top:-10px;
}

.banner .frame div h2 {
  display: inline-block;
  background-color: white;
 padding: 0 20px;
 margin-left: -20px;
 margin-top: -5px;
 font-size: 36px;
 line-height: 1em;
 color: var(--primary-color);
}

.banner .frame div h4 {
  color: black;
  font-size: 18px;
}

.banner  a.button {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  border-radius: 20px;
  padding: 2px 20px 5px 20px;
  margin: 5px 0;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
}

.banner  a.button:hover {
  padding: 2px 40px 5px 40px;
  background-color: var(--accent-color);
}


.banner.large .frame {
  margin-bottom: 20px;
  margin-top: 80px;
  border: none;
  height: 320px;
  background-position: top right;
}

.banner.large .frame div {
 position: absolute;
 left: 0px;
 right: initial;
 top: initial;
 bottom: 80px;
}

.banner.large .frame div h2 {
  padding: 15px 20px 10px 10px;
  margin: 0;
  
}

.banner.large .frame div h4 span {
  display: inline-block;
  background-color: white;
  padding: 0px 20px 10px 10px;
  font-size: 24px;
  margin-top: -6px;
}

.banner.large  a.button {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}

@media (max-width: 1999px) {

  .banner .frame div { right: 20px; top: -6px;}
  .banner .frame div h2 { font-size: 28px; }

}

@media (max-width: 992px) {
  .banner:first-of-type {margin-bottom: -40px;}
  .banner .frame div { right: 60px; top: -6px;}
  .banner img {  left: 40px;}
}

@media (max-width: 768px) {

  .banner img {  left: 0px;}

}

@media (max-width: 575px) {
  .banner .frame {margin-bottom: 180px;}
  .banner .frame div { right: 0px; left: 20px; top: 120px; text-align: center;}
  .banner img {  left: 50%; transform: translateX(-50%);}

  .banner.large .frame {margin-bottom: 20px;}
  .banner.large .frame div { bottom: 40px; text-align: left;}
  .banner.large h4 { padding-right: 20px; }

}

/* blocks  */

.blocks .container {
  position: relative;
}

.blocks h1.block-header {
  position: absolute;
  top: -55px;
  left: -5px;
  display: inline-block;
  background-color: white;
  padding: 12px 60px 0 20px;

  font-size: 48px;
  line-height: 48px;
  font-weight: 200;
  
}

.blocks .image {
  background-size: cover;
  background-position: center center;
  height: 320px;
  margin: 40px 0;

}

.blocks p {
  font-size: 14px;
  margin-bottom: 40px;
}


@media (max-width: 768px) {

  .blocks h1.block-header { font-size: 38px;}
  .blocks p { margin-bottom: 0px;}
  .container-fluid.blocks { padding-bottom: 40px;}
}


@media (max-width: 575px) { 
  .blocks h1.block-header { font-size: 28px; line-height: 1em; padding-right: 20px; top: -38px;}

}








