html {
	font-family: 'Rubik', sans-serif;
	color: #E1E1ED;
	padding: 0;
	margin: 0;
}
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-shadow: 0 3px 5px rgba(0,0,0,0.6);
}
.header {
	margin-top: 0;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
}
img {
	display: inline-block;	
}
a {
	color: #E1E1ED;
	display: block;
	text-decoration: none;
}
nav, ul, li {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}
a {
  display: inline-block;
  text-decoration: none;
}
a, a:hover, a:active {
  text-decoration: none;
}
input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active
  {
  outline: none;
}
form,input,a,span,button,i,ul,li {
  box-sizing: border-box;
  transition: 0.4s;
}
input, textarea, button {
  outline: none;
  border: none;
}
/*--------------------------------------------------------------
                         HEADER
------------------------------------------------------------*/                         
.header {
	background: url('../img/header.jpg') no-repeat center top/cover;
	height: 950px;
	text-shadow: 0 3px 5px rgba(0,0,0,0.6);
	padding-top: 60px;
	padding-bottom: 100px;
} 
.name {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	border: 1px solid transparent;
	padding: 25px;
	letter-spacing: 0.1em;
	
	color: #FF9800;
}
.logo {
	text-align: left;
}
.name p {
	line-height: 1em;
	font-size: 15px;
	text-align: left;
}
.nav {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 10px;
	border-bottom: 2px solid #FFF;
}
.nav__item {
	margin-right: 40px;
}
ul a {
	font-size: 22px;
	font-weight: 700;
	transition: 0.5s;
	border-bottom: 2px solid transparent;
}
ul a:hover {
	color: #FF9800;
	
}
.tel {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}
.tel__item {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
}
.tel__item a:hover {
	color: #FF9800;
}
h1 {
	font-size: 65px;
	margin-top: 170px;
	text-shadow: 0 3px 10px rgba(0,0,0,0.6);
	letter-spacing: 3px;
	color: #fff;
}
.title-text {
	font-size: 27px;
	margin-top: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.button a {
	text-align: center;
}
.button {
	background: rgba(225,225,237,0.5);
	font-size: 16px;
	font-weight: bold;
	padding: 10px 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.7s;
	display: block;
	text-align: center;
	margin: 150px auto 0;
	width: 200px;
}
.button:hover {
	background: rgba(225,225,237,0.8);
	color: #FF9800;
}
/*--------------------------------------------------------
                      SECTION                            
---------------------------------------------------------*/
/* ----------Slider options on---------- */
.slick-prev::before, .slick-next::before {
  content: '';
  display: none;
}
.slick-prev, .slick-next {
  font-size: 25px;
  font-weight: 300;
  color: #404048;
  z-index: 2;
}
.slick-prev {
  left: 100px;
  top: 170px;
}
.slick-next {
  right: 100px;
  top: 170px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
   color: #404048;
}
.slick-prev:hover, .slick-next:hover {
  font-size: 35px;
}
.slick-dots li button::before {
    font-family: 'slick';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #bdc5d6;
    text-align: center;
}

/* ----------Slider options off---------- */
.product {
	padding-top: 65px;
	padding-bottom: 60px;
}
.sidebar__title {
	color: #4658A5;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 50px;
}
.sidebar__comment img {
	margin-left: 300px;
}
.sidebar__text {
	color: #4658A5;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
}
.sidebar__img {
	width: 500px;
}
h4 {
	margin-top: 100px;
	line-height: 2em;
}

/*--------------------------------------------------------
                       price
--------------------------------------------------------*/

.price {
	background: url(../img/gvozdi.jpg) no-repeat center top/cover;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}
.table {
	display: flex;
	align-items: center;
	justify-content: center;
}
.price-title {
	color: #fff;
	background: rgba(144,156,216,0.4);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 5px 25px 5px 25px;
	padding: 15px 0px 15px 0px;
	border: 5px solid rgba(144,156,216,0.6);
	border-radius: 15px;
}
table {
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-collapse: separate;
	border-spacing: 5px;
	background: rgba(144,156,216,0.4);
	width: 100%;
	padding-bottom: 10px;
	margin: 5px 25px 5px 25px;
	border: 5px solid rgba(144,156,216,0.6);
	border-radius: 15px;
}
th {
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
}
td {
	letter-spacing: 0.03em;
	padding: 5px;
	font-size: 22px;
	border: 2px solid rgba(144,156,216,0.8);
	border-radius: 5px;
}
.button2 a {
	text-align: center;
}
.button2 {
	color: #4658A5;
	background: rgba(225,225,237,0.5);
	font-size: 16px;
	font-weight: bold;
	padding: 10px 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: 0.7s;
	display: block;
	text-align: center;
	margin: 30px auto 0;
	width: 200px;
}
.button2:hover {
	background: rgba(225,225,237,0.8);
	color: #FF9800;
}

/*--------------------------------------------------------
                       about
--------------------------------------------------------*/

.about {
	background: #909CD8;
	padding-top: 35px;
	padding-bottom: 35px;
}

.stanok {
	width: 100%;
}
.about__info {
	display: flex;
}
.info-text {
	border: 2px solid #fff;
	padding: 25px;
	width: 500px;
	font-size: 28px;
	color: #fff;
}
.about__title {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 30px;
}
.provoloka {
	min-width: 320px;
	width: 600px;
	display: block;
	margin-right: 35px;
}
h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}
.diplom {
	max-width: 700px;
	margin: 25px auto 0;
	display: block;
}
/*--------------------------------------------------------
                       contact
--------------------------------------------------------*/

.contact {
  position: relative;
}
.container-fluid {
  min-height: 460px;
}
.contacts2 {
	margin: 40px auto;
	text-align: center;
	color: #7E8289;
}
.info {
  padding: 24px 35px 55px 29px;
  background: rgba(127,135,150,0.75);
  border-radius: 4px;
  position: relative;
  position: absolute;
  right: 30px;
  bottom: 40px;
}
.info::after  {
  content: '';
  position: absolute;
  border: 20px solid transparent; 
  border-right: 25px solid rgba(127,135,150,0.75);
  top: 20px;
  left: -45px;
}
.info__logo {
  padding-bottom: 19px;
  border-bottom: 2px solid rgba(241,241,241,0.22);
}
.info__title {
  font-size: 25px;
  color: #f6f7f8;
}
.info__links {
  width: 137px;
}
.info__item {
  width: 30px;
  height: 30px;
  padding: 5px;
  border: 2px solid #f6f7f8;
}
.info__icon {
  font-size: 17px;
  color: #f6f7f8;
}
.info__item:hover {
  box-shadow: 0 0 13px;
}
.communication {
  padding-top: 45px;
}
.communication__box {
  min-width: 230px;
}
.communication__icon {
  color: #f6f7f8;
  font-size: 16px;
}
.communication__tel > a {
  color: #f6f7f8;
  font-size: 16px;
}
.communication__tel a {
  border-bottom: 1px solid rgba(241,241,241,0);
}
.communication__tel a:hover {
  color: #f6f7f8;
  border-bottom: 1px solid rgba(241,241,241,0.8);
}
.communication__phone {
  margin-bottom: 20px;
}
.communication__adress {
  color: #f6f7f8;
  margin-bottom: 20px;
  font-size: 16px;
}
.communication__post a {
  color: #f6f7f8;
  font-size: 16px;
}
.communication__post a {
  border-bottom: 1px solid rgba(241,241,241,0);
}
.communication__post a:hover {
  color: #f6f7f8;
  border-bottom: 1px solid rgba(241,241,241,0.8);
}
.communication__info {
  padding: 0 25px;
  margin-left: auto;
}
.communication__text {
  color: #f6f7f8;
  font-size: 22px;
  margin-bottom: 14px;
}
.E-mail {
	width: 18px;
}

/*--------------------------------------------------------
                       FOOTER
--------------------------------------------------------*/
footer {
	background: #4658A5;
	padding-top: 50px;
	padding-bottom: 50px;
}
.unp {
	float: left;
	font-size: 20px;
	margin-left: 20%;
}
.contacts {
	float: right;
	font-size: 20px;
	margin-right: 20%;
}
.E-mail {
	width: 16px;
}
/*-------------------------------------------------------
                       ADAPTIV
--------------------------------------------------------*/


/* ----------Media Queries---------- */


@media screen and (max-width: 1300px) {
.header {
	margin-top: 0;
}
h1 {
	text-align: center;
	font-size: 65px;
	margin-top: 170px;
	text-shadow: 0 3px 10px rgba(0,0,0,0.6);
	letter-spacing: 3px;
	color: #fff;
}
.title-text {
	font-size: 27px;
	margin-top: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
}

@media screen and (max-width: 1199px) {


}

@media screen and (max-width: 991px) {
	.header {
		padding-top: 20px;
	}
	.name {
		display: flex;
		flex-direction: column;
		align-items: center;
		background: rgba(225,225,237,0.3);
	}
	h1 {
		margin-top: 50px;
	}
	.button {
		margin: 75px auto 0;
	}
.sidebar__comment img {
	margin-left: 180px;
}
.sidebar__img {
	width: 400px;
}
.slick-prev {
  left: 30px;
  top: 170px;
}
.slick-next {
  right: 30px;
  top: 170px;
}
.info-text {
	border: 2px solid #fff;
	max-width: 500px;
	font-size: 20px;

}
.provoloka {
	min-width: 320px;
	max-width: 600px;
}
.diplom {
	max-width: 400px;
	margin: 25px auto 0;
	display: block;
}
.info::after {
    display: none;
  }
  .info {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  footer {
	background: #4658A5;
	padding-top: 30px;
	padding-bottom: 30px;
}
.unp {
	float: left;
	font-size: 14px;
}
.contacts {
	float: right;
	font-size: 14px;
}
.E-mail {
	width: 16px;
}
#button3 {
	width: 150px;
	font-size: 10px;
}
}

@media screen and (max-width: 768px) {
ul a {
	font-size: 18px;
}
.sidebar__comment img {
	margin-left: 80px;
}
.slick-prev {
	font-size: 18px;
  left: 0px;
  top: 170px;
}
.slick-next {
	font-size: 18px;
  right: 0px;
  top: 170px;
}
.slick-prev:hover, .slick-next:hover {
  font-size: 22px;
}
.about__info {
	display: flex;
	flex-direction: column;
}
.info-text {
	border: 2px solid #fff;
	padding: 15px;
	font-size: 19px;
	margin-top: 10px;

}
.stanok {
	width: 100%;
}
.provoloka {
		width: 100%;
}
.diplom {
	max-width: 300px;
	margin: 25px auto 0;
	display: block;
}
#button3 {
	margin-top: -5px;
}
th {
	padding: 1px;
}
td {
	padding: 1px;
	font-size: 18px;
}
.communication {
	flex-direction: column;
}
.communication__text {
	margin-top: 18px;
	font-size: 18px;
}
}

@media screen and (max-width: 576px) {
.nav {
	display: flex;
	flex-direction: column;
	text-align: center;
}
h1 {
	font-size: 36px;
}
.title-text {
	font-size: 26px;
}
.sidebar__img {
	max-width: 320px;
}
.slick-prev {
	font-size: 8px;
  left: 20px;
  top: 170px;
}
.slick-next {
	font-size: 8px;
  right: 20px;
  top: 170px;
}
.info-text {
	font-size: 14px;
	padding: 10px;
	max-width: 360px;
	width:100%;
}
.stanok {

	width:100%;
}
.provoloka {
	width: 100%;
}

	.sidebar__img {
	max-width: 230px;
}
.sidebar__comment img {
	margin-left: 50px;
}
}