.main-color {
  color: #59c2b9; }

.main-color-darker {
  color: #3b7d7b; }

li a {
    color: black;
    font-family: pdf-medium;
}
a:hover {
  text-decoration: none !important; }

/*region fonts*/
@font-face {
  font-family: "pdf-medium";
  src: url("../fonts/pdf-medium/PFDinMedium.eot");
  src: url("../fonts/pdf-medium/PFDinMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/pdf-medium/PFDinMedium.woff") format("woff"), url("../fonts/pdf-medium/PFDinMedium.ttf") format("truetype");
  font-style: normal;m
  font-weight: normal; }
.pdf-medium {
  font-family: pdf-medium; }

@font-face {
  src: url("../fonts/ubuntu-medium-webfont.woff");
  font-family: ubuntu-medium; }
.ubuntu-medium {
  font-family: ubuntu-medium; }

@font-face {
  src: url("../fonts/ubuntu-medium-italic-webfont.woff");
  font-family: ubuntu-medium-italic; }
.ubuntu-medium-italic {
  font-family: ubuntu-medium-italic; }

@font-face {
  src: url("../fonts/ubuntu-light-italic-webfont.woff");
  font-family: ubuntu-light-italic; }
.ubuntu-light-italic {
  font-family: ubuntu-light-italic; }

@font-face {
  src: url("../fonts/ubuntu-light.woff");
  font-family: ubuntu-light; }
.ubuntu-light {
  font-family: ubuntu-light; }

@font-face {
  src: url("../fonts/OpenSans-Bold.ttf");
  font-family: open-sans-bold; }
@font-face {
  src: url("../fonts/OpenSans-Light.ttf");
  font-family: open-sans-light; }
.font-size-20 {
  font-size: 20px; }

.font-size-30 {
  font-size: 30px; }

/*endregion*/
.text-shadowed {
  text-shadow: 1px 1px 1px white; }

.load-more {
  width: 104px;
  height: 104px;
  display: inline-block;
  border: 1px solid #3b7d7b;
  border-radius: 50%;
  background-color: white;
  margin: 0 auto -100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.arrow {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute; }

.logo {
  /*background: url(../images/aktum1.png) no-repeat;*/
  display: inline-block;
 font-family: ubuntu-medium-italic;
font-size: 22px;
margin-top: 22px;
}
.logo img{
  width: 100%;
}

.header-menu {
    margin-top: 25px;
	font-size:20px}

.phone-number {
    font-size: 19px;
    text-align: center;
    margin-top: 2px; }
.phone-number .phone-number-number {
    display: block;
    background: url("../images/phone.png") no-repeat left center;
    padding: 8px 0;
    color: black; }
.phone-number .put-zayavka {
    display: block;
    cursor: pointer;
    background-color: #59c2b9;
    border: none; }
.phone-number .put-zayavka:hover {
    background-color: #3b7d7b; }

.menu {
  display: flex;
  justify-content: space-between; }
  .menu li:not(:last-child):after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: url(../images/point.png) no-repeat;
    display: inline-block;
    margin-left: 48px; }
  .menu .list-inline-item-link {
    color: black;
    font-family: pdf-medium; }

.section-header {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  font-family: "Ubuntu";
  background: url("../images/figures.jpg") no-repeat bottom center; }

#about-us #uralkali {
  background: url("../images/2.jpg") no-repeat center;
  background-size: 100%;
  border: 1px solid #59c2b9; }
#about-us .about-us-content {
  justify-content: center; }
#about-us .about-us-description {
  font-size: 16px;
  color: #656666;
  font-family: "Ubuntu"; }

#our-products {
  padding: 45px 0;
  background: url("../images/products-background.png") no-repeat center;
  background-size: cover; }
  #our-products .product {
    text-align: center;
    height: 100%; }
    #our-products .product .product-description {
     /* min-height: 250px;*/
      font-size: 14px;
      text-align: justify; }
    #our-products .product .product-header {
      font-family: ubuntu-light;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      margin: 20px 0;
      font-weight: bold; }

.main-link {
  margin: 0 auto;
  background-color: #59c2b9;
  color: white;
  border: 1px solid #3b7d7b;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: bold;
  font-family: ubun-bold; }
  .main-link:hover {
    background-color: #3b7d7b;
    color: white; }

#map {
  padding: 0;
  position: relative; }
  #map .contacts-header-wrapper {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    padding: 20px; }
  #map .contacts-details-wrapper {
    margin: 0 auto;
    position: relative; }
    #map .contacts-details-wrapper .contacts-details {
      position: absolute;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      background-color: white;
      padding: 25px;
      top: 130px; }
      #map .contacts-details-wrapper .contacts-details img {
        margin: 10px; }
      #map .contacts-details-wrapper .contacts-details .header {
        font-family: ubuntu-medium;
        color: #3b7d7b;
        font-size: 20px; }
      #map .contacts-details-wrapper .contacts-details .description {
        font-size: 16px;
        font-family: ubuntu-medium; }
  #map iframe {
    width: 100%;
    height: 640px; }

#consulting {
  padding: 0;
  border-bottom: 1px solid #59c2b9; }
  #consulting .white-stuff-block {
    background: url(../images/white-stuff.png) no-repeat;
    background-size: 100%;
    height: 480px; }

#form-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none; }
  #form-wrapper #form {
    background-color: white;
    width: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  #form-wrapper #close {
    display: inline-block;
    background-color: white;
    position: absolute;
    right: -16px;
    top: -15px;
    padding: 5px 13px;
    border-radius: 20px;
    border: 1px solid #59c2b9;
    color: black;
    font-weight: bold; }
    #form-wrapper #close:active {
      color: #3b7d7b; }

.form {
  border: 1px solid #59c2b9;
  border-radius: 8px;
  padding: 10px 20px;
  margin-top: 100px; }
  .form .input-description {
    color: #303030;
    font-size: 14px;
    line-height: 1.491;
    font-weight: 500; }
  .form .form-description {
    font-size: 24px;
    font-weight: 700; }

section {
  padding: 50px 0; }

#jumbotron {
  background: url("../images/1.jpg") no-repeat center;
  background-size: cover; }
  #jumbotron p {
    color: white; }
  #jumbotron .jumbotron-block {
    background-color: transparent; }
    #jumbotron .jumbotron-block .jumbotron-header {
      text-transform: uppercase;
      color: #59c2b9; }
  #jumbotron .date {
    font-size: 29px;
    font-weight: 900; }
  #jumbotron .main-link {
    display: inline-block;
    width: 100%;
    border-radius: 7px; }
  #jumbotron .date-block {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px 20px;
    width: 440px; }

@media (max-width: 767px) {
  .about-us-image {
    min-height: 272px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 960px !important; } }

/*# sourceMappingURL=custom.css.map */
