@import url('https://fonts.googleapis.com/css?family=Fira+Sans');
body{
  margin: 0;
  padding: 0;
  font-family: 'Fira Sans', sans-serif;
  background: #F8F9FB;
}
.header{
  position: fixed;
  width: 100%;
	top: 0;
	z-index: 1;
  background: #fff;
  padding-bottom: 15px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}
nav.navbar.navbar-expand-md.navbar-light{
  margin-top: 83px;
}
#header-row{
  justify-content: space-between;
}
.logo a{
  color: #333333;
}
.logo p {
  margin-top: 18px;
  font-style: italic;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
}
.logo small{
  margin-left: 50px;
  font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 23px;
}
.phone a {
  color: #333;
  display: inline-block;
  margin-top: 21px;
  font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
margin-left: 50px;
border-bottom: 2px dotted rgba(0, 0, 0, 0.13);
}
.phone a:hover{
  text-decoration: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 1);
}
.mail a {
  margin-left: auto;
  color: #333;
  display: inline-block;
  margin-top: 21px;
  font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
margin-left: 50px;
border-bottom: 2px dotted rgba(0, 0, 0, 0.13);
}
.mail a:hover{
  text-decoration: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 1);
}
#menu-row{
  justify-content: center;
}
.menu ul{
  margin-top: 21px;
  list-style-type: none;
  display: flex;
}
.menu ul a{
  margin-left: 35px;
  color: #C4C4C4;
  height: 23px;
}
.menu ul{
  padding: 0;
}
.menu ul a:hover{
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.menu ul a:hover{
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.menu ul a.black:hover{
  text-decoration: none;
  border-bottom: 1px solid #333;
}
.wrapper-home{
  background-image: url(../img/homebg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 70%;
}
.trade__header h1{
  font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 48px;
color: #C4C4C4;
max-width: 465px;
margin: auto;
}
.trade__header p {
  font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 48px;
color: #B9E758;
max-width: 465px;
}
.wrapper__tradeblock{
  text-align: -webkit-center;
  margin-top: 60px;
}
.advantages__header{
  text-align: center;
  color: #ffffff;
  margin-top: 43px;
}
.advantage-call{
  text-align: center;
  margin-top: 25px;
}
.advantage-call a{
  color: #B9E758;
  padding-bottom: 5px;
  border-bottom: 2px dotted rgba(185, 231, 88, .5);
}
.advantage-call a:hover{
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px dotted rgba(185, 231, 88, 1);
}

.rectangle-order{
  background-color: #fff;
  padding: 51px;
  margin-top: 51px;
  border-radius: 2px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.rectangle-order .row{
  justify-content: center;
}
.order{
  text-align: center;
}
.order-title{
  margin-top: 12px;
}
.order-title a{
  cursor: pointer;
  color: #333;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-decoration: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.13);
} 
.order-title a:hover{
  border-bottom: 2px dotted rgba(0, 0, 0, 1);
}
.order-title small{
  margin-top: 6px;
  font-size: 16px;
}
.order .price{
  margin-top: 11px;
  font-style: italic;
font-weight: bold;
font-size: 38px;
line-height: 48px;
}
.price p {
  font-weight: bold;
font-size: 38px;
line-height: 48px;
}
.order .price small{
  font-weight: 300;
font-size: 16px;
line-height: 23px;
color: #333333;
}
button{
  border: none;
}
button:active, button:focus {
  outline: none;
  }
.action-order{
  margin-top: 20px;
  background-color: #B9E758;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 21px 30px;
}
.action-order-two{
  margin-top: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 21px 30px;
  background-color: #F3F579 ;
}
.action-order:hover{
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.action-order-two:hover{
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
#advantages{
  justify-content: center;
  margin: 130px 0;
}
.advantages-mod{
  text-align: center;
}
.advantages-mod p {
  margin-top: 20px;
}
.block-advantages{
  background: linear-gradient(to top, #0B101A, rgba(59, 69, 81, 0.22));
	border-radius: 50%;
	margin: auto;
  padding: 26px 10px;
  height: 100px;
	width: 100px;
}
.rectangle__question{
  background-color: #fff;
  padding: 60px;
}
.rectangle__question-block{
  margin-top: 40px;
}
.rectangle__question-block ul li{
  list-style: none;
}
.rectangle__question-block ul{
  margin-bottom: 25px;
}
.yr{
  margin-left: 53px;
  color: #A8B0B2;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.13);
}
.yr:hover{
  color: #A8B0B2;
  text-decoration: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 1);
}
.phiz{
  color: #B9E758;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.13);
}
.phiz:hover{
  color: #B9E758;
  text-decoration: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 1);
}
.rectangle__question-title{
  margin-bottom: 30px;
}
.rectangle__question-title p{
  margin-left: 58px;
}
.col-md-6 p b{
  margin-left: 58px;
}
#rectangles{
  position: relative;
}

.wrapper-info-blo{
  background-image: url(../img/hao-chen-1493918-unsplash.jpg);
  background-repeat: no-repeat;
  height: 740px;
  margin-top: -65px;
  margin-bottom: -65px;
  background-size: cover;
  
  color: #C4C4C4;
}
.wrapper-info-blo .container{
  padding-top: 155px;
}
.wrapper-info-blo h2{
  margin-left: 60px;
}
.wrapper-info-blo p{
  margin-top: 25px;
  margin-left: 60px;
  max-width: 453px;
}
.wrapper-info-blo ul{
  list-style: none;
}
#contacts{
  background-color: #fff;
  padding: 60px;
}
.map{
  margin-top: 40px;
  max-width: 100%;
}
#form-order-container{
  margin-top: 90px;
  padding-left: 60px;
  margin-bottom: 151px;
}
#form-order input[type=text]{
  height: 60px;
  width: 348px;
  padding-left: 25px;
  margin-right: 20px;
  margin-left: 0;
  border-radius: 3px;
  background: #E9E9E9;
border: 1px solid #E0E0E0;
box-sizing: border-box;
}
#form-order input[type=checkbox]{
  vertical-align: middle;
}
#form-order label{
  vertical-align: middle;
  color: #c4c4c4;
  width: calc(90%);
  margin-top: 25px;
}
#form-order input[type=checkbox]{
  border: 1px solid #E0E0E0;
  opacity: 0.4;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}
#form-order{
  margin-top: 20px;
}
#form-order .action-order{
  padding: 20px 28px;
  margin: 0;
  cursor: not-allowed;
}
input {outline:none;}
#form-order input[type=text]::placeholder{
  color: #333;
}
#form-order input[type=checkbox]{
  margin-top: 25px;
}
.footer{
  background-color: #010006;
}
.clb{
  clear: both;
}
.footer .logo a{
  color: #C4C4C4;
}
#footer-row small{
  margin: 18px 40px 18px 40px;
  font-size: 16px;
line-height: 23px;
color: #C4C4C4;
}
#footer-row .time{
  margin: 18px 0;
  color: #c4c4c4;
  font-size: 16px;
}
.time p{
  margin: 0;
}
.time a{
  color: #C4C4C4;
}
.time a:hover{
  text-decoration: none;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 5px;
}
.phone-footer{
  margin:18px 0 18px auto;
  color: #C4C4C4;
  display: flex;
}
.phone-footer a{
  display: block;
color: #C4C4C4;
height: 33px;
margin-left: 24px;
font-family: Fira Sans;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 33px;
}
.phone-footer a:first-child{
  margin-left: 0;
}
.phone-footer a:hover{
  text-decoration: none;
  border-bottom: 1px solid #C4C4C4;
}
#order-model input{
  width: 100%;
  display: block;
  margin-top: 15px;
  padding-left: 5px;
  height: 50px;
  border-radius: 3px;
	border: 1px solid #E0E0E0;
}
#order-model input:focus{
  border-radius: 3px;
	background: #E0E0E0;
	border: 1px solid #E0E0E0;
}
#order-model button{
  background-color: #B9E758;
  margin-top: 15px;
  display: block;
  width: 100%;
  height: 50px;
}
.error{
  color: red;
  font-size: 18px;
}
.warrning-block{
  margin: 15px;
  color: rgb(141, 141, 141);
  text-align: center;
  font-weight: bold;
	font-size: 15px;
	line-height: 48px;
}