.course {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 20px;
		background: #f3f6fa;
        padding: 15px;
		border-radius: 5px;
	  }
	  .course__photo {
		width: 30%;
	  }
	  .course__descr {
		width: 70%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	  }
	  .course__type {
		color: #aaa;
		font-size: 14px;
		margin-bottom: 10px;
		width: 100%;
	  }
	  .course__time {
		color: #aaa;
	  }	
	  .course__price {
		color: #aaa;
	  }	
	  .cource__price-action {
		color: #ff0000;
		font-weight: bold;
		padding-left: 10px;
	  }
	  .course__title {
		margin-bottom: 10px;
		width: 100%;
		font-size: 20px;
	  }
	  .course__price {
		margin: 0 30px 0 auto;
	  }
	  .course__readmore {
		display: inline-block;
		min-width: 208px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #003b7e;
		background: #003b7e;
		border-radius: 5px;
		padding: 10px 15px;
		color: #fff;
		-webkit-transition: background-color .3s ease-out 0s;
		-o-transition: background-color .3s ease-out 0s;
		transition: background-color .3s ease-out 0s;
	  }
	  .course__readmore:hover	  {
		border: 1px solid #003b7e;
		background: #fff;
		color: #003b7e;
		-webkit-transition: background-color .3s ease-out 0s;
		-o-transition: background-color .3s ease-out 0s;
		transition: background-color .3s ease-out 0s;
	  }
	  .inner-order .form-success {
		color: #003b7e;
		text-align: center;
	  }
	  .data__collection {
        height: 100px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        background-color: #414242;
        transition: all 0.3s ease-out;
        opacity: 1;
        visibility: visible;
      }
      .data__collection.hide-modal {
        opacity: 0;
        visibility: hidden;
      }
      .data__collection span {
        color: #fff;
      }
      .data__collection span a {
        color: #fdb302;
        margin-left: 25px;
        border-bottom: 1px dashed currentColor;
        text-decoration:none;
      }
      .close__data__collection {
        padding: 15px 25px;
        text-transform: uppercase;
        font-size: 15px;
        color: #fff;
        background-color: #4da1ff;
        border: 1px solid #4da1ff;
      }
	  .close__data__collection:hover {
		cursor: pointer;
		color: #4da1ff;
        background-color: #fff;
        border: 1px solid #4da1ff;
	  }
     .data__collection span a:hover {
        border-bottom: 0;
        text-decoration: none;
     }
	 .hide-modal {
		opacity: 0;
        visibility: hidden;
	 }
	  @media (max-width: 414px) {
		.course {
	      -webkit-box-orient: vertical;
	      -webkit-box-direction: normal;
	          -ms-flex-direction: column;
	              flex-direction: column;
		}  
		.course__photo {
		  width: 100%;
		  text-align: center;
		}
		.course__descr {
		  width: 100%;
		  text-align: center;
		}
		.course__time {
	      width: 50%;
		  margin-bottom: 10px;
		}
		.course__price {
	      width: 50%;
		  margin: 0 0 10px 0;
		}
		.course__readmore {
	      margin: 0 auto;
		}
		.inner-order__item {
	      width: 100%;
		}
		.inner-order__item:nth-of-type(1) {
		  padding-right: 0;
		}
		
	  }
	  
	  .sidebar__button--listProgram{border-radius: 3px; background-color:#4CAF50;border:1px solid #4CAF50;transition:background-color .3s ease-out 0s;margin-bottom:55px;}.sidebar__button--listProgram:hover{background-color:#fff;color:#4CAF50;transition:background-color .3s ease-out 0s}
	  
	  
	  .js-privacy {
		margin-top: 30px;
		margin-bottom: 30px;
	  }