@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');

body {
	background:#fff;
	color:#000;
	font-family: 'Open Sans';
}
strong{
	font-weight: bold;
}
a,
.main-header .menu a:hover,
.main-header .lang-selector .choose-lang a.active span,
.main-header .lang-selector .choose-lang a:hover span,
.aboutus-section .aboutus-icons li h3,
.articles-list .content h3,
.opinions-list li h3,
.btn.btn-white {
	color:#bbbbbb;
}


.main-header .menu-toggle:after,
.main-header .menu-toggle:before,
.btn,
.contact-section,
.error-page .title {
	background:#a80000;
}
.contact-section{
	background: #252525;
}
.col-6{
	    display: inline-block;
    width: 50%;
    float: left;
}
.col-8{
	    display: inline-block;
    width: 60%;
    float: left;
}
.col-4{
	    display: inline-block;
    width: 40%;
    float: left;
}
.btn {
	color:#fff;
}

.btn-white {
	background:#fff;
}
.btn span {
    font-family: 'Open Sans';
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    font-weight: bold;
}
.btn-white.btn span{
	color: #000;
}
.articles-list .content footer span {
	border:2px solid #2c4bd3;
}

.error-page .title {
	color:#f3f3f4;
}

.error-page .title:before {
	border-top:10px solid #2c4bd3;
}

.section-header h2 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
        letter-spacing: 10px;
}

.section-header em {
	color:rgba(0, 0, 0, .57);
}

.section-header.white-header h2 {
	color:#fff;
}

.section-header.white-header em {
	color:rgba(255, 255, 255, .57);
}

.main-header {
	background:rgba(0, 0, 0, 0.5);
	border: none;
 }
 .main-header .container{
 	    max-width: 1540px;
 }

.main-header .menu a {
	color:#fff;
	font-family: 'Open Sans';
	text-transform: uppercase;
	font-size: 16px;
  font-weight: bold;
}

.main-header .lang-selector span {
	color:#71737a;
}

.main-header .lang-selector i {
	background:#f6f6f6;
	border:1px solid #eaeaea;
}

.main-header .lang-selector i img {
	border:1px solid #d3d3d3;
}

.main-header .lang-selector .choose-lang {
	background:#fff;
}

.main-footer{
	background: #232323;
}
.main-footer nav a {
	color:rgba(255, 255, 255, .35);
}

.main-footer nav a:hover {
	color:rgba(255, 255, 255, .6);
}

.main-footer .footer-cols {
	border-top:1px solid rgba(255, 255, 255, .07);
}

.main-footer .footer-cols p {
	color:rgba(255, 255, 255, .35);
}

.main-footer .container{
	width: 350px;
	text-align: center;
}
.main-footer .to-top{
	color: #d7d7d7;
 	font-size: 19px;
	font-weight: 400;
	padding: 25px;
	line-height: 23.47px;
}
.main-footer .footer-info{
	color: #ffffff;
    font-family: "Open Sans";
    font-size: 12px;
    padding: 20px;
    line-height: 18px;
}
.main-footer .footer-info b{
	font-weight: 700;
}
.main-footer .footer-info a{
	color: #bababa;
	font-family: "Open Sans";
	font-weight: 400;
}
#footer-copyright{
	background: #000;
	text-align: center;
}
#footer-copyright .footer-copyright,#footer-copyright .footer-copyright a{
	color: #fff;
	font-family: "Open Sans";
	font-size: 12px;
 	line-height: 18px;

}
#footer-copyright .footer-copyright{
padding: 25px;
}
.owl-carousel .owl-dots .owl-dot {
	background:#d9d9da;
}

.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
	border-color:#c0c0c1;
	background:#c0c0c1;
}

.slider .slide-text {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .8);
}

.slider .slider-nav span {
	background:#828382;
}

.slider .slider-nav span.active, .slider .slider-nav span:hover {
	border-color:#fff;
	background:#fff;
}

.aboutus-section {
	background:#fff;
	    display: inline-block;
}

.aboutus-section .aboutus-icons li {
	background:#fff;
	box-shadow:0 42px 57px rgba(0, 0, 0, .06);
}

.aboutus-section .aboutus-icons li p {
	color:rgba(0, 0, 0, .78);
}

.aboutus-section .aboutus-caption p {
	color:rgba(0, 0, 0, .8);
}

.checkerboard .owl-nav .owl-next, .checkerboard .owl-nav .owl-prev {
	background:url(../images/checkerboard-arrow.png) center no-repeat rgba(0, 0, 0, .5);
}

.checkerboard .checkerboard-image .caption {
	background:rgba(0, 0, 0, .7);
	color:#fff;
}

.checkerboard-page .checkerboard-item {
	background:#f3f3f4;
}

.checkerboard-page .checkerboard-item:nth-of-type(1) {
	background:#232428;
	color:#fff;
}

.articles-latest .content {
	background-color:#f1f1f1;
}

.articles-latest .content p {
	color:rgba(0, 0, 0, .8);
}

.articles-latest .content footer time {
	color:rgba(0, 0, 0, .8);
}

.partners-section {
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

.opinions-section {
	background:#a80000;
}
.opinions-list {
    text-align: center;
    padding: 0 40px;
    max-width: 1600px;
    
    margin: auto;
}
.opinions-list li{
	text-align: left;
}
.opinions-list li p {
    font-family: 'PT Sans';
    font-size: 20px;
    margin: 25px 0;
    color: #fff
}
.contact-section .contact-sides .contact-data p {
	color:rgba(255, 255, 255, .8);
}

.contact-section .contact-sides .contact-data p strong {
	color:#fff;
}

.contact-section .contact-sides .contact-data p a {
	color:rgba(255, 255, 255, .8);
}

.contact-section .contact-sides .contact-data p a:hover {
	color:#fff;
}

.contact-section .textbox {
	border:1px solid rgba(255, 255, 255, .4);
	color:#fff;
}

.contact-section .textbox:focus {
	border:1px solid rgba(255, 255, 255, .75);
}

.page-cover h2 {
	color:#fff;
}

.content-page {
	background:#fff;
}
.custompage-text time {
	color:rgba(0, 0, 0, .5);
}
.gallery-grid a {
	color:#fff;
}

.gallery-grid a:before {
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
}
.main-header-offset{
	height: 0;
}

.main-header.large-logo:not(.header-scroll) h1{
	height: 105px;
	    margin-top: 15px;
}
.slider{
	background: #fff;
}
.slides .container {
    max-width: 1450px;
}
.slider .slide{
	background-size: auto;
    background-position: right top;
    background-repeat: no-repeat;
}
.slider .slide-text{
	text-align: justify;
    margin: 0;
}
.slider .slide-text h2 {
   
    font-family: 'Open Sans';
    font-size: 77px;
    font-weight: bold;
    color: #a80000;
    text-shadow: none;
        letter-spacing: 15px;
}
.slider .slide-text p {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    margin: 20px 0;
    color: #000;
    text-shadow: none;
    letter-spacing: 8px;
}
.container, .checkerboard.checkerboard-boxed{
	max-width: 1640px;
}
.slider .slide-text .btn {
    margin-top: 15px;
    border-radius: 0;
}
.aboutus-section .frame{
	    border: 3px solid #a80000;
    padding: 60px 60px 60px 30px;
        margin-top: 150px;
}
.frame-image h2{
	color: #a80000;
    font-size: 58px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
    margin-top: 20px;
}
.aboutus-section .frame-text{
	color: #a80000;
	font-family: 'PT Sans';
	    font-size: 14px;
    line-height: 25px;
        word-spacing: 10px;
}
.aboutus-section .frame-text span{
	font-family: 'Open Sans';
	display: block;
	font-weight: bold
	}

.aboutus-section .readmore{
	    position: absolute;
    margin-top: 210px;
    margin-left: 600px;
}
.container.checkerboard.checkerboard-full{
	display: inline-block;
}
.checkerboard-content .box{
display: inline-block;
    width: calc(50% - 30px);
    background: #a80000;
    color: #fff;
    padding: 25px;
    float: left;
    margin: 15px;
    position: relative;
        min-height: 230px;
}
.checkerboard-content .box p{
	margin: 0;
	    font-family: 'PT Sans';
    font-size: 22px;
}
 .read-more	{
	    position: absolute;
    background: #000;
    padding: 10px 15px;
    right: 0;
    bottom: 0;
    color: #fff;
}
 .read-more	a{color: #fff}
.checkerboard.checkerboard-full .checkerboard-item .checkerboard-text{
	max-width: 900px;
}
.checkerboard.checkerboard-full .checkerboard-item .checkerboard-photo{
	width: 130%;
	z-index: 0;
}
.checkerboard .checkerboard-item .checkerboard-content{
    	z-index: 1;
}
.checkerboard.checkerboard-full .checkerboard-item:nth-child(even) .checkerboard-photo{
    margin-left: -25%;
}
.checkerboard .checkerboard-text p strong {
    font-weight: bold;
}
.checkerboard.checkerboard-full .checkerboard-item {
     margin: 100px 0;
}
.box a{
	color: #fff;
}
.owl-carousel .owl-next, .owl-carousel .owl-prev{
	width: 20px;
}

.owl-carousel .owl-dots .owl-dot{
	border-radius: 0;
	 border-color: #fff;
	 background: transparent;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover{
	    border-color: #fff;
    background: #fff;
}
.realizations-section .section-header h2{
	color: #a80000;
	margin-top: 70px;
}
.realizations-section .container{
	    max-width: 1360px;
}
.realizations-section .col-12{
	    display: inline-block;
      margin-bottom: 350px;
}
.realizations-section .left-box{
	    display: inline-block;
    width: 60%;
    float: left;
}
.realizations-section .left-box img{
	width: 100%;
}
.realizations-section .right-box{
	display: inline-block;
	width: 40%;
	padding: 50px;
	    padding: 200px 80px;
}
.realizations-section .right-box h2{
	font-size: 27px;
    font-weight: bold;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #383838;
    margin: 15px;
}
.realizations-section .right-box p{
	    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 300;
    word-spacing: 3px;
    margin: 15px;
        text-align: justify;
}
.realizations-section .right-box .readmoretext{
	    font-size: 12.5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #383838;
    margin: 15px;
}
.realizations-section .float-box{
	    position: absolute;
    right: 250px;
    margin-top: -100px;
}

.contact-section .container{
	max-width: 1200px;
}
.contact-section .section-header {
	text-align: left;
}
.contact-section .section-header h2{
	    font-size: 40px;
    letter-spacing: 5px;
}
.map-link .btn span{
	    font-family: 'Roboto';
    font-size: 20px;
    text-transform: uppercase;
}
.content-page .col-12{
	    width: 100%;
    display: inline-block;
}
.content-page .title{
	    color: #a80000;
    font-size: 58px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 350px 50px;
    width: 40%;
    display: inline-block;
    text-align: center;
}
.content-page .image{
	    width: 60%;
    display: inline-block;
    float: right;
}
.custompage-text p {
    margin: 20px 0;
    color: #232428;
    font-size: 18px;
    text-align: justify;
}
.custompage-text .col-6{
	width: 40%;
}
.custompage-text .col-6 img{width:100%;}
.custompage-text .col-6.text {
    border: 3px solid #a80000;
    padding: 10px 40px;
    width: calc(60% - 200px);
    margin: 0 100px;
        position: relative;
            padding-bottom: 50px;
}

.check-offer{
	    display: inline-block;
    width: 100%;
    padding: 50px 100px;
}
.check-offer h1{
	    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    color: #a80000;
    letter-spacing: 5px;
}
.check-offer h2{
	    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 5px;
    margin-top: 25px
}
.check-offer h2 a{
	color: #000;
}
 .realizations-section,.checkerboard,.opinions-section,.slider,.aboutus-section{
    overflow:hidden;
  }
  .checkerboard-content .box{
          min-height: 260px;
  }
@media (max-width:1330px) {
  .slider .slide-text{
    margin-top:100px;
  }
}
@media (max-width:730px) { 

	.slider { height:600px; } 
  .slider .slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
  }
.col-6{
    width:100%;
  }
  .col-6 img{
    width:100%;
  }
  .slider .slide-text h2 {
     font-size: 4em;
     background:#fff;
   
}
  .slider .slide-text p {
    font-size: 7vw;
    background:#fff;
  }
  .slider .slide-text {
   
    padding-top: 80px;
}
  .aboutus-section .col-4{
    width:100%;
   }
  .aboutus-section .col-4 img{
    width:100%;
    margin-left:0 !important;
  }
  .aboutus-section .col-8{
    width:100%;
  }
.aboutus-section .frame {
  position: relative;
    padding: 15px;
    margin-top: 0;
}
  .aboutus-section .readmore {
    position: absolute;
    margin-top: 0;
    right: 50px;
    bottom: -75px;
}
  .frame-image h2 {
    
    font-size: 13vw;
    margin-top: 35px;
}
  .frame-image .col-6.image{
    width:20% !important;
  }
  .frame-image .col-6.text{
    width:80% !important
  }
  .frame-image h2{
        font-size: 8vw;
       margin: 15px;
        letter-spacing: 2px;
  }
  .col-6.frame-image.container{
    width:100% !important
  }
  .checkerboard.checkerboard-full .checkerboard-item .checkerboard-photo {
    width: 100%;
}
  .checkerboard.checkerboard-full .checkerboard-item .checkerboard-text {
    max-width: 100%;
}
  .checkerboard-content .box {
    width: 100%;
    margin: 10px 0;
}
  .checkerboard.checkerboard-full .checkerboard-item:nth-child(even) .checkerboard-photo {
    margin-left: 0;
}
  .section-header h2 {
    font-size: 8vw;}
 
  .realizations-section .right-box {
     width: 100%;
    padding: 10px;
}
  .realizations-section .left-box {
    width: 100%;
}
  .realizations-section .float-box {
    position: relative;
    right: 0;
    margin-top: 20px;
    width: 100%;
}
  .realizations-section .container {
    max-width: 100%;
}
  .opinions-list{
    width:100%;
  }
.realizations-section .col-12 {
   margin-bottom: 50px;

    width: 100%;
}
  .float-box img {
    width: 100%;
}
  .main-header .menu a {
    color: #000;
}
  .content-page .title{
        width: 100%;
    padding: 15px;
    z-index: 2;
    position: absolute;
    margin-top: 250px;
  } 
  .content-page .image{
    width: 100%;
    position: absolute;
    top: 0;
   }
  .content-page .image img{
    width: 100%;}
  .custompage-text {
    margin-top: 360px;
        padding: 15px;
}
  .custompage-text .col-6 {
    width: 100%;
}
  .custompage-text .col-6.text {
     padding: 10px 20px;
    width: calc(100% - 20px);
    margin: 10px;
  }
 .check-offer {
     
    padding: 15px;
}
  .check-offer h1 {
     font-size: 10vw;
  }
  .check-offer h2 {
     font-size: 8vw;
  }
  .owl-carousel .owl-dots{
    width:100%;
  }
  .content-page .title{
    font-size:10vw;
    margin-top:200px;
  }
}