body {
    font-family: 'Roboto', sans-serif;
}
main {
	overflow: hidden;
}
section {
	padding: 40px 0;
}
.lang {
    position: absolute;
    top: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation-name: lang;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    z-index: 99;
}
@keyframes lang {
 from {opacity: 0;}
 to{opacity: 1;}
}
.lang a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #565e9f;
    width: 95px;
    padding: 5px 10px;
    border-bottom-right-radius: 5px;
    z-index: 99;
    margin: 5px 0;
    cursor: pointer;
    transition: all 600ms;
}
.lang a:hover {
  width: 125px;
  background: #565e9fa1;
}
.container-fluid {
	background: #d34e442e;
	padding: 25px 0 0px;
}
.first {
    background: url(back.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.second {
    background: url(back2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.third {
    background: url(back3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.rect {
	background: url('rect.png');
	background-size: cover;
	min-height: 90vh;
}
.header {
	margin: 0 auto;
}
.header span {
	color: #d34e44;
}
.header h1 {
	font-size: 5em;
	font-weight: bold;
	color: #565e9f;
	margin-right: 75px;
	margin-bottom: 0;
}
.header h1, .first-banner, .second-banner, .third-banner{
	padding: 40px;
}
.line {
	max-width: 1080px;
	position: relative;
}
.line1 {
	width: 10px;
	height: 320vh;
	background: #d34e44;
	position: absolute;
	top: -50px;
}
.line2 {
	width: 10px;
	height: 320vh;
	background: #565e9f;
	position: absolute;
	top: -50px;
	transform: translateX(15px);
}
.line3 {
	width: 10px;
	height: 420vh;
	background: #d34e44;
	z-index: -1;
	position: absolute;
	top: -50px;
	left: 1040px;
	z-index: 1;
}
.line4 {
	width: 10px;
	height: 420vh;
	background: #565e9f;
	z-index: -1;
	position: absolute;
	top: -50px;
	left: 1025px;
	z-index: 1;
}
.first-banner, .second-banner, .third-banner {
	margin: 15px 0;
	color: #fff;
}
.first-banner h2, .second-banner h2, .third-banner h2 {
	font-size: 2.5em;
}
.first-banner::before, .second-banner::before, .third-banner::before {
	content: '';
	display: block;
	background: url('romb.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 50px;
	left: 80px;
	width: 20%;
	height: 20%;
}
.first-banner {
	background: url(rectangle.png) no-repeat;
	background-size: cover;
	width: 100%;
	transform: translateX(-25px);
}
.second-banner {
	background: url(rectangle.png) no-repeat;
	background-size: cover;
	width: 100%;
	transform: translateX(-25px);
}
.third-banner {
	background: url(rectangle.png) no-repeat;
	background-size: cover;
	width: 100%;
	transform: translateX(-25px);
}
.overlay {
	background: url('overlay.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.box {
	max-width: 700px;
	margin: 0 auto;
	color: #fff;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 25px;
}
.rect-2 {
	background: url('rect2.png') no-repeat;
	background-size: cover;
	min-height: 75vh;
	width: 100%;
	color: #fff;
	position: relative;
	padding: 40px 0;
}
.rect-2 p {
	position: relative;
    font-size: 34px;
    margin: 0;
}
.rect-2 img.custom-img {
	height: 100%;
    width: 8%;
    top: 8px;
    position: relative;
}
.rect-2 img {
	margin-left: 20px;
}
.ban-0, .ban-1, .ban-2, .ban-3, .ban-4, .ban-5, .ban-6 {
	background: url('rectangle_2.png') no-repeat;
	background-size: contain;
	width: 100%;
	display: flex;
    justify-content: left;
    padding-left: 220px;
}
.ban-0::before {
	content: '';
    display: block;
    background: url(romb.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 56px;
    left: 175px;
    width: 2%;
    height: 100%;
}
.ban-1::before {
	content: '';
    display: block;
    background: url(romb.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 140px;
    left: 175px;
    width: 2%;
    height: 100%;
}
.ban-2::before {
	content: '';
    display: block;
    background: url(romb.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 225px;
    left: 175px;
    width: 2%;
    height: 100%;
}
.ban-3::before {
	content: '';
    display: block;
    background: url(romb.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 310px;
    left: 175px;
    width: 2%;
    height: 100%;
}
.ban-4::before {
	content: '';
    display: block;
    background: url(romb.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 395px;
    left: 175px;
    width: 2%;
    height: 100%;
}
.ban-5::before {
	content: '';
    display: block;
    background: url(romb.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 482px;
    left: 175px;
    width: 2%;
    height: 100%;
}
.ban-6::before {
	content: '';
    display: block;
    background: url(romb.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 565px;
    left: 175px;
    width: 2%;
    height: 100%;
}
.custom-img-a {
	width: 50px;
	height: 100%;
}
.rect-3 {
	background: url('rect3.png') no-repeat;
	background-size: cover;
	min-height: 75vh;
	width: 100%;
	color: #fff;
	position: relative;
	padding: 40px 0;
	z-index: 1;
}
.rect-3 p {
	position: relative;
    font-size: 34px;
    margin: 0;
}
.ban-1-1, .ban-1-2 {
	background: url('rectangle_2.png') no-repeat;
	background-size: contain;
	width: 100%;
	display: flex;
    justify-content: left;
    padding-left: 220px;
}
.ban-1-1::before {
	content: '';
    display: block;
    background: url('IMG_20181113_163217.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 75px;
    width: 10%;
    height: 100%;
}
.ban-1-2::before {
	content: '';
    display: block;
    background: url('shank-adapter.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 140px;
    left: 60px;
    width: 16%;
    height: 100%;
}
.left-img {
	position: relative;
}
.left-img img {
	position: absolute;
	width: 60%;
}
.left-img img:nth-child(2) {
	right: 120px;
}
footer {
	background: #000;
	position: relative;
	z-index: 999;
}
.footer-contacts {
	color: #fff;
}
.footer-contacts span {
	color: #8c8c8c;
}
.copyright {
	color: #fff;
	margin: 0 auto;
}
.copyright p {
	margin: 0;
	padding: 10px;
}
.bg-color-black {
	background: #000;
}
.max-width {
	max-width: 786px;
}
.max-width p {
	font-size: 24px;
	color: #ce736c;
}
@media (max-width: 1080px) {
	.line {
		display: none;
	}
}
@media (max-width: 992px) {
.rect-2 {
	background: none;
	min-height: 50vh;
}
.ban-0, .ban-1, .ban-2, .ban-3, .ban-4, .ban-5, .ban-6 {
   padding-left: 0;
   background: #41528d;
   margin: 25px 0;
   padding: 20px;
}
.ban-0::before {
	display: none;
}
.ban-1::before {
	display: none;
}
.ban-2::before {
	display: none;
}
.ban-3::before {
	display: none;
}
.ban-4::before {
	display: none;
}
.ban-5::before {
	display: none;
}
.ban-6::before {
	display: none;
}
.ban-1-1, .ban-1-2 {
    background: #41528d;
}
.rect-3 {
    margin: 50px 0 0;
    min-height: 50vh;
}
.ban-1-1::before {
    top: 50px;
}
.ban-1-2::before {
    top: 180px;
}
.left-img img {
    position: absolute;
    width: 100%;
}
.left-img img:nth-child(2) {
    right: 0px;
    top: 260px;
}
}
@media (min-width: 768px)
.container {
    max-width: 768px;
}
/* MODAL */

label {
  cursor: pointer;
  transition: all 250ms;
}
.mod .modal-button {
    width: 85px;
    height: 20px;
    margin: 15px 90px 0 auto;
}
.mod .modal-button span {
  font-size: 16px;
}
.mod .modal-button:hover, .container .modal-button:focus {
}
.mod .modal-content,
.mod .modal-background {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.modal-content {
	color: #000;
	z-index: 9999;
}
.mod .modal-background {
  transition: height 250ms;
}
.mod .modal-content {
  transform: scale(0);
  transition: transform 500ms;
}
.mod #modal {
  display: none;
}
.mod #modal:checked ~ .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  transition: height 250ms;
  z-index: 9;
}
.mod #modal:checked ~ .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  width: 50vw;
  height: auto;
  padding: 40px;
  background-color: white;
  border-radius: 3px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  transform: scale(1);
  transition: transform 500ms;
}
.mod #modal:checked ~ .modal-content .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: rgba(51, 51, 51, 0.4);
  transition: color 200ms, transform 500ms;
}
.mod #modal:checked ~ .modal-content .modal-close:hover, .container #modal:checked ~ .modal-content .modal-close:focus {
  color: #333;
  transform: rotate(360deg);
}
.mod #modal:checked ~ .modal-content p {
  position: relative;
  margin: 0 0 20px 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.6;
}
.mod #modal:checked ~ .modal-content .modal-content-button {
  position: relative;
  float: right;
  margin: 0;
  padding: 10px 20px;
  color: white;
  font-weight: 100;
  border-radius: 3px;
  background-color: #2980b9;
}
.mod #modal:checked ~ .modal-content .modal-content-button:hover, .container #modal:checked ~ .modal-content .modal-content-button:focus {
  background-color: #409ad5;
}
/* MODAL-1 */
.mod .modal-content-1,
.mod .modal-background {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.modal-content-1 {
	color: #000;
	z-index: 9999;
}
.mod .modal-content-1 {
  transform: scale(0);
  transition: transform 500ms;
}
.mod #modal-1 {
  display: none;
}
.mod #modal-1:checked ~ .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  transition: height 250ms;
  z-index: 9;
}
.mod #modal-1:checked ~ .modal-content-1 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  width: 50vw;
  height: auto;
  padding: 40px;
  background-color: white;
  border-radius: 3px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  transform: scale(1);
  transition: transform 500ms;
}
.mod #modal-1:checked ~ .modal-content-1 .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: rgba(51, 51, 51, 0.4);
  transition: color 200ms, transform 500ms;
}
.mod #modal-1:checked ~ .modal-content-1 .modal-close:hover, .container #modal-1:checked ~ .modal-content .modal-close:focus {
  color: #333;
  transform: rotate(360deg);
}
.mod #modal-1:checked ~ .modal-content-1 p {
  position: relative;
  margin: 0 0 20px 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.6;
}
.mod #modal-1:checked ~ .modal-content-1 .modal-content-button {
  position: relative;
  float: right;
  margin: 0;
  padding: 10px 20px;
  color: white;
  font-weight: 100;
  border-radius: 3px;
  background-color: #2980b9;
}
.mod #modal-1:checked ~ .modal-content-1 .modal-content-button:hover, .container #modal-1:checked ~ .modal-content-1 .modal-content-button:focus {
  background-color: #409ad5;
}

/* MODAL-2 */
.mod .modal-content-2,
.mod .modal-background {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.modal-content-2 {
	color: #000;
	z-index: 9999;
}
.mod .modal-content-2 {
  transform: scale(0);
  transition: transform 500ms;
}
.mod #modal-2 {
  display: none;
}
.mod #modal-2:checked ~ .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  transition: height 250ms;
  z-index: 9;
}
.mod #modal-2:checked ~ .modal-content-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  width: 50vw;
  height: auto;
  padding: 40px;
  background-color: white;
  border-radius: 3px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  transform: scale(1);
  transition: transform 500ms;
}
.mod #modal-2:checked ~ .modal-content-2 .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: rgba(51, 51, 51, 0.4);
  transition: color 200ms, transform 500ms;
}
.mod #modal-2:checked ~ .modal-content-2 .modal-close:hover, .container #modal-2:checked ~ .modal-content .modal-close:focus {
  color: #333;
  transform: rotate(360deg);
}
.mod #modal-2:checked ~ .modal-content-2 p {
  position: relative;
  margin: 0 0 20px 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.6;
}
.mod #modal-2:checked ~ .modal-content-2 .modal-content-button {
  position: relative;
  float: right;
  margin: 0;
  padding: 10px 20px;
  color: white;
  font-weight: 100;
  border-radius: 3px;
  background-color: #2980b9;
}
.mod #modal-2:checked ~ .modal-content-2 .modal-content-button:hover, .container #modal-2:checked ~ .modal-content-2 .modal-content-button:focus {
  background-color: #409ad5;
}
/* MODAL-3 */
.mod .modal-content-3,
.mod .modal-background {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.modal-content-3 {
	color: #000;
	z-index: 9999;
}
.mod .modal-content-3 {
  transform: scale(0);
  transition: transform 500ms;
}
.mod #modal-3 {
  display: none;
}
.mod #modal-3:checked ~ .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  transition: height 250ms;
  z-index: 9;
}
.mod #modal-3:checked ~ .modal-content-3 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  width: 50vw;
  height: auto;
  padding: 40px;
  background-color: white;
  border-radius: 3px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  transform: scale(1);
  transition: transform 500ms;
}
.mod #modal-3:checked ~ .modal-content-3 .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: rgba(51, 51, 51, 0.4);
  transition: color 200ms, transform 500ms;
}
.mod #modal-3:checked ~ .modal-content-3 .modal-close:hover, .container #modal-3:checked ~ .modal-content .modal-close:focus {
  color: #333;
  transform: rotate(360deg);
}
.mod #modal-3:checked ~ .modal-content-3 p {
  position: relative;
  margin: 0 0 20px 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.6;
}
.mod #modal-3:checked ~ .modal-content-3 .modal-content-button {
  position: relative;
  float: right;
  margin: 0;
  padding: 10px 20px;
  color: white;
  font-weight: 100;
  border-radius: 3px;
  background-color: #2980b9;
}
.mod #modal-3:checked ~ .modal-content-3 .modal-content-button:hover, .container #modal-3:checked ~ .modal-content-3 .modal-content-button:focus {
  background-color: #409ad5;
}
/* MODAL-4 */
.mod .modal-content-4,
.mod .modal-background {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.modal-content-4 {
	color: #000;
	z-index: 9999;
}
.mod .modal-content-4 {
  transform: scale(0);
  transition: transform 500ms;
}
.mod #modal-4 {
  display: none;
}
.mod #modal-4:checked ~ .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  transition: height 250ms;
  z-index: 9;
}
.mod #modal-4:checked ~ .modal-content-4 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  width: 50vw;
  height: auto;
  padding: 40px;
  background-color: white;
  border-radius: 3px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  transform: scale(1);
  transition: transform 500ms;
}
.mod #modal-4:checked ~ .modal-content-4 .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: rgba(51, 51, 51, 0.4);
  transition: color 200ms, transform 500ms;
}
.mod #modal-4:checked ~ .modal-content-4 .modal-close:hover, .container #modal-4:checked ~ .modal-content .modal-close:focus {
  color: #333;
  transform: rotate(360deg);
}
.mod #modal-4:checked ~ .modal-content-4 p {
  position: relative;
  margin: 0 0 20px 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.6;
}
.mod #modal-4:checked ~ .modal-content-4 .modal-content-button {
  position: relative;
  float: right;
  margin: 0;
  padding: 10px 20px;
  color: white;
  font-weight: 100;
  border-radius: 3px;
  background-color: #2980b9;
}
.mod #modal-4:checked ~ .modal-content-4 .modal-content-button:hover, .container #modal-4:checked ~ .modal-content-4 .modal-content-button:focus {
  background-color: #409ad5;
}
/* MODAL-5 */
.mod .modal-content-5,
.mod .modal-background {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.modal-content-5 {
	color: #000;
	z-index: 9999;
}
.mod .modal-content-5 {
  transform: scale(0);
  transition: transform 500ms;
}
.mod #modal-5 {
  display: none;
}
.mod #modal-5:checked ~ .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  transition: height 250ms;
  z-index: 9;
}
.mod #modal-5:checked ~ .modal-content-5 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  width: 50vw;
  height: auto;
  padding: 40px;
  background-color: white;
  border-radius: 3px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  transform: scale(1);
  transition: transform 500ms;
}
.mod #modal-5:checked ~ .modal-content-5 .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: rgba(51, 51, 51, 0.4);
  transition: color 200ms, transform 500ms;
}
.mod #modal-5:checked ~ .modal-content-5 .modal-close:hover, .container #modal-5:checked ~ .modal-content .modal-close:focus {
  color: #333;
  transform: rotate(360deg);
}
.mod #modal-5:checked ~ .modal-content-5 p {
  position: relative;
  margin: 0 0 20px 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.6;
}
.mod #modal-5:checked ~ .modal-content-5 .modal-content-button {
  position: relative;
  float: right;
  margin: 0;
  padding: 10px 20px;
  color: white;
  font-weight: 100;
  border-radius: 3px;
  background-color: #2980b9;
}
.mod #modal-5:checked ~ .modal-content-5 .modal-content-button:hover, .container #modal-5:checked ~ .modal-content-5 .modal-content-button:focus {
  background-color: #409ad5;
}
/* MODAL-6 */
.mod .modal-content-6,
.mod .modal-background {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.modal-content-6 {
	color: #000;
	z-index: 9999;
}
.mod .modal-content-6 {
  transform: scale(0);
  transition: transform 500ms;
}
.mod #modal-6 {
  display: none;
}
.mod #modal-6:checked ~ .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  transition: height 250ms;
  z-index: 9;
}
.mod #modal-6:checked ~ .modal-content-6 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  width: 50vw;
  height: auto;
  padding: 40px;
  background-color: white;
  border-radius: 3px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  transform: scale(1);
  transition: transform 500ms;
}
.mod #modal-6:checked ~ .modal-content-6 .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: rgba(51, 51, 51, 0.4);
  transition: color 200ms, transform 500ms;
}
.mod #modal-6:checked ~ .modal-content-6 .modal-close:hover, .container #modal-6:checked ~ .modal-content .modal-close:focus {
  color: #333;
  transform: rotate(360deg);
}
.mod #modal-6:checked ~ .modal-content-6 p {
  position: relative;
  margin: 0 0 20px 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.6;
}
.mod #modal-6:checked ~ .modal-content-6 .modal-content-button {
  position: relative;
  float: right;
  margin: 0;
  padding: 10px 20px;
  color: white;
  font-weight: 100;
  border-radius: 3px;
  background-color: #2980b9;
}
.mod #modal-6:checked ~ .modal-content-6 .modal-content-button:hover, .container #modal-6:checked ~ .modal-content-6 .modal-content-button:focus {
  background-color: #409ad5;
}
@media (max-width: 992px) {

.mod .modal-button {
    margin: 15px auto 0 90px;
    position: relative;
    top: 60px;
}
.mod .modal-button span {
	font-size: 18px;
}
.rect {
    min-height: 50vh;
}
}