/*Специфікація*/

html {
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus,
button,
input,
button:hover,
button:active,
button:focus,
input:focus,
input:active {
	text-decoration: none;
	outline: none;
	color: #fff;
	cursor: pointer;
}

ul,
li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

:active,
:hover,
:focus {
	outline: 0;
	outline-offset: 0;
}

* {
	-moz-transition: all 0.3s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}

h2 {
	color: #545454;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

p {
	color: #6f6f6f;
	font-weight: 400;
	font-size: 18px;
}

header {
	padding: 48px 0px 36px 0px;
	background: url(../img/header-bg.jpg) no-repeat center / cover;
	margin-bottom: 8px;
}

.order-btn {
	background-color: #feb811;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 60px;
	color: #1c4d61;
}

.order-btn:hover {
	color: #1c4d61;
}

.phone {
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-top: 17px;
}

.mail {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}

.mail i {
	margin-right: 17px;
}

nav ul li a {
	color: #1c4d61;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li {
	margin-right: 58px;
}

nav ul li a:hover,
nav ul li a:focus {
	border-bottom: 2px solid #feb811;
	color: #1c4d61;
}

.menu {
	border-top: 6px solid #feb811;
}

nav {
	padding-top: 20px;
}

.product__slider {
	background: url(../img/slider-bg.png) no-repeat center;
	padding: 50px 0px;
}

h4 {
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1c4d61;
	margin-bottom: 37px;
}

.product__slider p {
	color: #1c4d61;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}

table {
	background: #ffffffc2;
	color: #6f6f6f;
	font-size: 18px;
	margin-bottom: 50px;
}

td {
	padding: 5px 22px;
}

tr {
	border-top: 1px solid #1c4d61ba;
	border-bottom: 1px solid #1c4d61ba;
	border-left: 1px solid #1c4d61ba;
}

.slider-two th {
	padding: 5px 22px;
	border-left: 1px solid #1c4d61ba;
}

.slider-two td {
	border-left: 1px solid #1c4d61ba;
}

.slider-three p {
	font-size: 18px;
	font-weight: 400;
}

.slider-three p b {
	font-size: 24px;
	font-weight: 700;
}

.slick-initialized .slick-slide {
	display: flex;
}

.slider__btn {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

.slider__btn-buy {
	background-color: #feb811;
	color: #ffffff;
	padding: 13px 95px;
	margin-right: 35px;
}
.slider__btn-buy:hover {
	color: #1c4d61 !important;
}

.slider__btn-catalog {
	border: 3px solid #feb811;
	background-color: transparent;
	color: #1c4d61;
	padding: 10px 81px;
}

.slider__btn-catalog:hover {
	color: #feb811 !important;
}

.slick-dots .slick-active button {
	background-color: #1c4d61;
}

.slick-dots li button {
	border: 0;
	font-size: 0;
	width: 16px;
	height: 16px;
	background-color: #dddddd;
	margin-right: 37px;
}

.slick-dots {
	top: 66px;
	position: relative;
}

.zavod h2:before {
	content: '';
	display: block;
	background: #406777;
	width: 100px;
	height: 3px;
	position: absolute;
	margin-top: 50px;
}

.zavod {
	margin: 100px 0px;
}

.zavod li {
	/*display: flex;*/
	align-items: center;
	margin-bottom: 17px;
}

.zavod ul {
	margin: 50px 0px;
}

.zavod .slider__btn-buy {
	padding: 16px 40px;
}

.zavod-img,
.comp img {
	width: 100%;
}

.plus p {
	font-size: 23px;
}

.plus {
	margin: 100px 0px;
}

.sertef {
	margin: 100px 0px 50px 0px;
}

.sertef h2 {
	margin-bottom: 34px;
}

.sertef p {
	margin-bottom: 50px;
}

.sertef .slick-dots {
	top: 25px;
	margin-bottom: 50px;
}

.comp {
	margin: 100px 0px;
}

.comp h2 {
	margin-bottom: 34px;
}

footer {
	background-color: #1c4d61;
	padding: 36px 0px 86px 0px;
}

.licence {
	font-size: 14px;
	color: #ffffff;
}

footer .phone {
	font-size: 35px;
	margin-bottom: 70px;
	margin-top: 0;
}

.pepper {
	margin-right: 24px;
}

.pepper__block {
	margin-top: 40px;
	display: flex;
}

#modal {
	background-color: #fefefe;
	background-image: url(../img/form-bg.png);
	background-repeat: no-repeat;
	margin: auto;
	padding: 20px;
	padding-left: 230px;
	width: 670px;
	height: 645px;
	border-radius: 30px;
	text-align: left;
	border: 1px solid #ffffff;
}


#modal h4 {
	color: #403f3f;
	font-size: 30px;
	font-weight: 700;
	text-transform: none;
}

#modal p {
	color: #a9a9a9;
	font-size: 14px;
	font-weight: 400;
}

#modal input {
	width: 94%;
	height: 42px;
	border: 2px solid #cccccc;
	margin-bottom: 33px;
	padding-left: 20px;
	color: #545454;
}

#modal textarea {
	width: 94%;
	border: 2px solid #cccccc;
	padding-left: 20px;
	color: #545454;
}

#modal .slider__btn {
	border: 0px;
	padding: 12px 60px;
}

#modal2 a {
	color: #1c4d61;
	text-decoration: underline;
}

::placeholder {
	color: #545454;
}

:-ms-input-placeholder {
	color: #545454;
}

::-ms-input-placeholder {
	color: #545454;
}

.fancybox-slide--html .fancybox-close-small {
    color: #1c4d61;
    padding: 0px;
    right: 20px;
    top: 10px;
}

.modal-thx h4 {
	padding-top: 60%;
}