﻿// RESET CSS
* {
    .box-sizing(border-box);
    outline: none;
}
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: 16px; font: inherit;}

input, textarea {outline: none;}
textarea {resize: none; overflow: hidden;}

 // 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;}

img {
    vertical-align: middle;
}

body {
    background: white;
    min-width: 320px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.form {
  padding: 35px;
  background: ;
  width: 400px;
  float: right;
  margin-right: 45px;
}
.form_availability {
  margin-top: 68px;
}
.form__title {
  line-height: 1.3;
}
.form__field {
  margin-bottom: 17px;
}
.form__field_last {
  margin-bottom: 0;
}
.form__label {
  line-height: 43px;
}
.form__inp-box {
  width: calc(100% - 115px);
  float: right;
}
.form__input {
  box-shadow: 0;
  height: 43px;
  background: ;
  border: 0;
  width: 100%;
  padding: 0 16px;
}
.form__input::-webkit-input-placeholder {
  color: ;
  opacity: 1 !important;
}
.form__input::-moz-placeholder {
  color:  !important;
  opacity: 1 !important;
}
.form__input:-ms-input-placeholder {
  color: ;
  opacity: 1 !important;
}
.form__submit {
  box-shadow: 0;
  margin-top: 30px;
  padding: 15px 25px;
}
.form .error {
  border: 1px solid #ce1111;
}
.form .ok {
  border: 1px solid #e7ecec;
}
@media (max-width: 1220px) {
  .form {
    margin-right: 0;
  }
  .form_availability {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .form {
    width: 601px;
    float: none;
    margin: 0 auto;
  }
  .form_availability {
    width: 643px;
  }
}
@media (max-width: 768px) {
  .form {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .form__label {
    line-height: 43px;
  }
  .form__inp-box {
    width: 100%;
    float: none;
  }
}
.form_modal {
  padding: 35px;
  background: ;
  width: 400px;
  margin: 0 auto;
}
.form_modal_availability {
  margin-top: 68px;
}
.form_modal__title {
  line-height: 1.3;
}
.form_modal__field {
  margin-bottom: 17px;
}
.form_modal__field_last {
  margin-bottom: 0;
}
.form_modal__label {
  line-height: 43px;
}
.form_modal__inp-box {
  width: calc(100% - 115px);
  float: right;
}
.form_modal__input {
  box-shadow: 0;
  height: 43px;
  background: ;
  border: 0;
  width: 100%;
  padding: 0 16px;
}
.form_modal__input::-webkit-input-placeholder {
  color: ;
  opacity: 1 !important;
}
.form_modal__input::-moz-placeholder {
  color:  !important;
  opacity: 1 !important;
}
.form_modal__input:-ms-input-placeholder {
  color: ;
  opacity: 1 !important;
}
.form_modal__submit {
  box-shadow: 0;
  margin-top: 30px;
  padding: 15px 25px;
}
.form_modal .error {
  border: 1px solid #ce1111;
}
.form_modal .ok {
  border: 1px solid #e7ecec;
}
@media (max-width: 1220px) {
  .form_modal {
    margin-right: 0;
  }
  .form_modal_availability {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .form_modal {
    width: 601px;
    float: none;
    margin: 0 auto;
  }
  .form_modal_availability {
    width: 643px;
  }
}
@media (max-width: 768px) {
  .form_modal {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .form_modal__label {
    line-height: 43px;
  }
  .form_modal__inp-box {
    width: 100%;
    float: none;
  }
}


.form {
  padding: 35px;
  background: ;
  width: 400px;
  float: right;
  margin-right: 45px;
}
.form_availability {
  margin-top: 68px;
}
.form__title {
  line-height: 1.3;
}
.form__field {
  margin-bottom: 17px;
}
.form__field_last {
  margin-bottom: 0;
}
.form__label {
  line-height: 43px;
}
.form__inp-box {
  width: calc(100% - 115px);
  float: right;
}
.form__input {
  box-shadow: 0;
  height: 43px;
  background: ;
  border: 0;
  width: 100%;
  padding: 0 16px;
}
.form__input::-webkit-input-placeholder {
  color: ;
  opacity: 1 !important;
}
.form__input::-moz-placeholder {
  color:  !important;
  opacity: 1 !important;
}
.form__input:-ms-input-placeholder {
  color: ;
  opacity: 1 !important;
}
.form__submit {
  box-shadow: 0;
  margin-top: 30px;
  padding: 15px 25px;
}
.form .error {
  border: 1px solid #ce1111;
}
.form .ok {
  border: 1px solid #e7ecec;
}
@media (max-width: 1220px) {
  .form {
    margin-right: 0;
  }
  .form_availability {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .form {
    width: 601px;
    float: none;
    margin: 0 auto;
  }
  .form_availability {
    width: 643px;
  }
}
@media (max-width: 768px) {
  .form {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .form__label {
    line-height: 43px;
  }
  .form__inp-box {
    width: 100%;
    float: none;
  }
}
.form_modal {
  padding: 35px;
  background: ;
  width: 400px;
  margin: 0 auto;
}
.form_modal_availability {
  margin-top: 68px;
}
.form_modal__title {
  line-height: 1.3;
}
.form_modal__field {
  margin-bottom: 17px;
}
.form_modal__field_last {
  margin-bottom: 0;
}
.form_modal__label {
  line-height: 43px;
}
.form_modal__inp-box {
  width: calc(100% - 115px);
  float: right;
}
.form_modal__input {
  box-shadow: 0;
  height: 43px;
  background: ;
  border: 0;
  width: 100%;
  padding: 0 16px;
}
.form_modal__input::-webkit-input-placeholder {
  color: ;
  opacity: 1 !important;
}
.form_modal__input::-moz-placeholder {
  color:  !important;
  opacity: 1 !important;
}
.form_modal__input:-ms-input-placeholder {
  color: ;
  opacity: 1 !important;
}
.form_modal__submit {
  box-shadow: 0;
  margin-top: 30px;
  padding: 15px 25px;
}
.form_modal .error {
  border: 1px solid #ce1111;
}
.form_modal .ok {
  border: 1px solid #e7ecec;
}
@media (max-width: 1220px) {
  .form_modal {
    margin-right: 0;
  }
  .form_modal_availability {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .form_modal {
    width: 601px;
    float: none;
    margin: 0 auto;
  }
  .form_modal_availability {
    width: 643px;
  }
}
@media (max-width: 768px) {
  .form_modal {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .form_modal__label {
    line-height: 43px;
  }
  .form_modal__inp-box {
    width: 100%;
    float: none;
  }
}

.form_modal-fluid .form__title-big{
    font-family: Segoe UI;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.form_modal-fluid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 635px;
}
.modal-flex {
    display: flex;
    font-family: Segoe UI;
    height: auto !important;
    overflow: hidden;
    flex-wrap: wrap;
}

.form_modal-fluid .our-help{
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.form_modal-fluid .form__field{
    margin-bottom: 17px;
    margin-top: 25px;
    zoom: 1;
    border-top: 1px solid #e8e8e8;
}
.form_modal-fluid p{
    font-family: Segoe UI;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}
.form_modal-fluid  span {
    font-weight: 700;
}
.form__input-border{
    box-shadow: inset 0 3px 3px rgba(0,0,0,0.12);
    outline: none;
    border: 1px #a4aeb8 solid;
    width: 225px;
    border-radius: 30px;
    padding: 0 16px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.form_modal-fluid .btn {
    background: #fd972f;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border: 0;
    width: 100%;
    font-size: 1.0625rem;
    color: #fff;
    margin-bottom: 0;
    cursor: pointer;
    padding: 18px 20px;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 25px;
    -moz-background-clip: padding;
    border-radius: 25px;
    background-clip: padding-box;
    text-align: center;
    margin-top: 30px;
    padding: 15px 25px;
    box-shadow: none;
}
.form_modal-fluid .btn_orange {
    padding: 10px 5px;
    width: 255px;
    margin-top: 0px;
    height: 43px;
}

.number-flex-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.form_modal-fluid .projects-btn-gpu{
    max-width: 225px;
    width: 100%;
    height: 40px;
    border: 1px solid #ee8b19;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: 400;
    margin-top: 18px;
}

.form_modal-fluid .number-title{
    font-size: 14px;
    font-weight: normal;
}
.form_modal-fluid .span-orange{
    color: #fd972f;
    font-weight: normal;
}

.form__field-number{
    margin-top: 15px;
}
.image-wrapper {
    padding: 20px 40px 0px;
    background: #a2acb6 url(img/backgrond-grey.png) no-repeat;
}
.feature-select {
    border-radius: 30px;
    padding: 7px 25px 7px 15px;
    color: #a4aeb8;
    box-shadow: inset 0 3px 3px rgba(0,0,0,0.12);
}
.select-wrapper span {
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 14px;
}
.select-wrapper {
    margin-right: 20px;
}
.feature-select-items{
    display: flex;
    flex-wrap: wrap;
}
.type-item {
    margin-right: 50px;
        text-align: center;
}
.type-items {
    display: flex;
    flex-wrap: wrap;
}
.type-item label{
    width: 76px;
    height: 45px;
    display: block;
    position: relative;
}
.type-item input[type="radio"] + span{
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: url("../img/kont.png") no-repeat;
    cursor: pointer;
}
input[type="radio"]:checked + span   {
    background: url("../img/kont-2.png") no-repeat;
}
.type-item input {
    display: none;
}
.form__field h3{
    font-size: 24px;
    font-weight: bold;
    margin: 53px 0px;
}

.container-type_title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
}

.information {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 40px 0px 10px 0px;
}

.modal-flex textarea{
    resize: none;
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
    box-shadow: inset 0 3px 3px rgba(0,0,0,0.12);
    padding: 10px;
}
.form_modal-fluid .btn-download {
    border: none;
    width: 175px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    color: #515151;
    background: #e2e2e2;
    padding-top: 11px;
    padding: 12px 18px;
}
.form_modal-fluid .side-text {
    font-size: 12px;
    color: #515151;
    margin-left: 20px;
    width: 140px;
    line-height: 13px;
    display: inline-block;
}
.form_modal-fluid .btn-right {
    width: 166px;
    float: right;
    margin-top: 17px;
}

.form_modal-fluid .deskription-bottom {
    font-size: 12px;
    line-height: 13px;
    color: #8b8b8b;
    margin-top: 25px;
}

.type-items .type-item_title {
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
}

.feature-select option[selected] {
    background-color: red;
    font-weight: bold;
    text-decoration: underline;
}
.modal__close {
        position: absolute;
    background-image: url(http://gpu.krialenergo.ru/img/iconostas.png);
    background-position: -132px -174px;
    -webkit-transition: all 333ms ease;
    -moz-transition: all 333ms ease;
    -o-transition: all 333ms ease;
    transition: all 333ms ease;
}
.modal__close, .popup__close {
    top: 8px;
    right: 8px;
    width: 15px;
    height: 15px;
    display: block;
}
@media (max-width:1080px) {
    .image-wrapper {
        display: none !important;
    }
}
@media (max-width:768px) {
    .image-wrapper {
        padding: 0px !important;
    }
    .form_modal-fluid .btn-right {
        float: none;
    }
    .select-wrapper span {
        margin-top: 15px;
    }
    .inp-box_right {
        font-size: 14px;
        line-height: 24px;
    }
    .type-items {
        justify-content: center;
    }
    .type-item {
        margin-bottom: 20px;
    }
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden-element {
  display: none;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.modal {
    background: #fff;
    position: relative;
}

.modal__close {
    background-image: url(../img/iconostas.png);
    background-position: -132px -174px;
}
.type-item input[type="radio"] + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/2-1-compressor.png) no-repeat;
    cursor: pointer;
}
input[type="radio"]:checked + .container-type-1_item {
    background: url(../img/kont-2.png) no-repeat;
}
.md-content {
      background: #fff;
}
.type-item input[type="radio"] + .container-type-2_item, .type-item input[type="radio"] + .container-type-3_item {
    background: url(../img/3-n.png) no-repeat;
}

input[type="radio"]:checked + .container-type-2_item, input[type="radio"]:checked + .container-type-3_item {
        background: url(../img/3-active.png) no-repeat;
}

.type-item input[type="radio"] + .container-type-3_item {
    background: url(../img/kont.png) no-repeat;
}

input[type="radio"]:checked + .container-type-3_item {
    background: url(../img/1-compressor.png) no-repeat;
}