body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #444;
}
b,strong {
    font-weight: 700;
    color: #000;
}
a {
    color: #1C63B8;
    text-decoration: none;
}
a:focus,
a:active,
button:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    position: relative;
}
p,h3 {
    margin-bottom: 25px;
}
h2 {
    margin-bottom: 30px;
}
h4,h5,h6 {
    margin-bottom: 20px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.header-top {
    padding: 10px 0;
    border-bottom: 1px solid #CACACA;
}
.header-col {
    display: flex;
    justify-content: flex-end;
}
.header-contacts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.header-contacts li {
    margin-right: 30px;
}
.header-contacts li:last-child {
    margin-right: 0;
}
.header-widget {
    padding-left: 30px;
}
.header-tel {
    background: url(../img/phone.svg)0 50% no-repeat;
    background-size: 24px;
}
.header-mail {
    background: url(../img/mail.svg)0 50% no-repeat;
    background-size: 24px;
}
.header-contacts p {
    margin: 0;
}
.header-contacts p a {
    color: #000;
    transition: all 0.3s;
}
.header-contacts p a:hover {
    color: #1C63B8;
}
.site-branding {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.site-branding a {
    color: #000;
}
.site-branding p {
    margin: 0;
}
.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-menu {
    margin-left: auto; 
}
.main-menu .nav-link {
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    color: #444;
    padding: 0 !important;
    font-size: 16px;
}
.main-menu .nav-link:hover,
.main-menu .nav-link:focus {
    color: #1C63B8;
}
.main-menu .nav-link:before {
    display: block;
    width: 0;
    height: 1px;
    background: #1C63B8;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main-menu .nav-link:hover:before {
    width: 100%;
}
.main-menu .current-menu-item .nav-link {
    color: #1C63B8;
    border-bottom: 1px solid #1C63B8;
}
.main-menu > li {
    margin-right: 35px;
}
.main-menu > li:last-child {
    margin-right: 0;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 20px 10px;
    margin: 0;
    font-size: 16px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.main-menu .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 6px 10px;
    clear: both;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    transition: all 0.3s;
    border-left: 2px solid transparent;
}
.main-menu .dropdown-item:focus,
.main-menu .dropdown-item:hover {
    color: #1C63B8;
    background: transparent;
    border-color: #1C63B8;
}
.navbar-toggler {
    padding: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    background: url(../img/menu.png) 0 0 no-repeat;
    background-size: 32px;
}
.main-slider-item {
    height: 768px;
    position: relative;
    text-align: center;
    color: #fff;
}
.main-slider-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(30,27,27,0.1);
    position: absolute;
    left: 0;
    top: 0;
}
.main-slider-item .container {
    position: relative;
}
.main-slider-item .title {
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
}
.main-slider-item .descr {
    font-size: 24px;
}
.products .product__intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.products .product__intro:last-child {
    margin-bottom: 0;
}

.products .product__intro:nth-child(even) .product__inro-text {
    padding-left: 30px;
}
.products .product__intro:nth-child(odd) .product__inro-text {
    padding-right: 30px;
}
    
@media(min-width: 1440px) {
    .products .product__intro:nth-child(even) .product__inro-text {
        padding-left: 60px;
    }
    .products .product__intro:nth-child(odd) .product__inro-text {
        padding-right: 60px;
    }
}
.products .product__intro:nth-child(odd) {
    flex-direction: row-reverse;
    margin-top: -200px;
}
.product__intro-img {
    width: 60%;
     transition: all 0.3s;
    overflow: hidden;
    position: relative;
}
.product__intro-img img {
    transition: all 0.3s;
}
/*
.product__intro-img:hover {
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
}*/
.product__intro-img:hover img {
    transform: scale(1.02);
}
.product__intro-title {
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
@media(max-width:1439px) {
    .product__intro-title {
        font-size: 68px;
    }
}
@media(max-width:1365px) {
    .product__intro-title {
        font-size: 66px;
    }
    .products .product__intro:nth-child(odd) {
        margin-top: -170px;
    }
}
.product__intro-title a {
    color: #000;
    transition: all 0.3s;
}
.product__intro-title a:hover {
    color: #1C63B8;
}
.lines {
    position: relative;
}
.lines:before {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    left: 25%;
    top: 0;
    border-left: 1px solid rgba(0,0,0,0.12);
    border-right: 1px solid rgba(0,0,0,0.12);
}
.lines:after {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    border-right: 1px solid rgba(0,0,0,0.15);
}
.heading {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    padding-left: 15px;
    color: #000;
    text-transform: uppercase;
}
.heading:before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #1C63B8;
    position: absolute;
    left: 0;
    top: 0;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.products .heading {
    margin-left: 15px;
}
.read-more {
    display: block;
    max-width: 200px;
    background: transparent;
    border: 2px solid #1C63B8;
    padding: 10px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 4px;
}
.read-more:hover {
    background: #1C63B8;
    color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
}
.numbers {
    padding: 100px 0;
    background: url(../img/numbers.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.numbers:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    position: absolute;
    left: 0;
    top: 0;
}
.heading-numbers {
    color: #fff;
    padding-left: 0;
    position: relative;
    font-weight: 400;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
}
.heading-numbers:before {
    content: "";
    display: block;
    background: #fff;
    width: 50%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
}
.counter {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: 1px;
}
.counter-item  {
    margin-top: 30px;
}
.clients {
    background: #F3F3F3;
}
.clients-carousel {
    padding-top: 70px;
}
.clients-carousel .slick-dots {
    bottom: -40px;
}
.clients-carousel-item {
    padding-left: 10px;
    padding-right: 10px;
}
.clients-carousel-item img {
    display: block;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.clients-carousel-item img:hover {
    filter: unset;
}
.clients-carousel .slick-next  {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
}
.clients-carousel .slick-prev {
    position: absolute;
    top: 0 !important;
    left: calc(100% - 128px) !important;
}
.clients .container {
    position: relative;
    z-index: 1;
}
.regions-text ul {
    list-style: none;
    padding: 0;
    font-size: 24px;
    margin-bottom: 30px;
    margin-left: 15px;
}
.regions-text ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.regions-text ul li:last-child {
    margin-bottom: 0;
}
.regions-text ul li:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #1C63B8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.regions-img {
    position: relative;
    z-index: 1;
}
.site-footer {
    padding: 30px 0;
    background: #1C63B8;
    color: #fff;
}
.footer-title {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}
.footer-title:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.menu-foter {
    list-style: none;
    padding: 0;
    font-size: 16px;
}
.menu-foter li {
    margin-bottom: 10px;
}
.menu-foter li:last-child {
    margin-bottom: 0;
}
.menu-foter li a {
    color: #dbdbdb;
    transition: all 0.3s;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: all 0.3s;
}
.menu-foter li a:hover,
.menu-foter .current-menu-item a {
    color: #fff;
}
.footer-contacts .header-tel,
.footer-contacts .header-mail{
    background: none;
    padding-left: 0;
    margin-bottom: 10px;
}
.footer-contacts a {
    color: #fff;
}
.footer-contacts p {
    margin: 0;
}
.page__top {
    padding: 150px 0;
    position: relative;
    text-align: center;
}
.entry-title{
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}
.page__top:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(30,27,27,0.25);
    border-top: 5px solid #1C63B8;
    position: absolute;
    left: 0;
    top: 0;
}
.entry-content {
    padding: 50px 0;
}
.container-services {
    margin-bottom: 50px;
}
.service-text {
    background: #1C63B8;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
}
.service-text p {
    margin: 0;
}
.service-text .title {
    font-size: 16px;
    font-weight: 700;
}
.service__item {
    margin-bottom: 30px;
}
.service__item .img {
    overflow: hidden;
}
.service__item .img img {
    transition: all 0.3s;
}
.service__item:hover .img img {
    transform: scale(1.07);
}
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
.copyr {
    text-align: right;
}
.copyr p {
    margin: 0;
}
.text__about {
    background: #f5f5f5;
}
.text__about h1 {
    margin: 0 0 30px 0;
}
.text__about-col .read-more {
    margin-bottom: 30px;
}

@media(max-width:1400px) {
    .heading-numbers:before {
        width: 35%;
    }
}
@media(max-width: 1199px) {
    .main-slider-item {
        height: 600px;
    }
    .main-menu .nav-link {
        font-size: 16px;
    }
    .product__intro-title {
        font-size: 52px;
    }
    .products .product__intro:nth-child(odd) {
        margin-top: -150px;
    }
}
@media(max-width:1024px) {
    .product__intro-title {
        font-size: 50px;
    }
    .products .product__intro:nth-child(odd) {
        margin-top: -130px;
    }
}
@media(max-width:991px) {
    .main-menu > li {
        margin-right: 0;
        padding-bottom: 10px;
    }
    .main-menu .nav-link {
        display: inline-block;
    }
    .main-slider-item {
        height: 540px;
    }
    .main-slider-item .title {
        font-size: 42px;
    }
    .product__intro-title {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .main-menu {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .heading {
        font-size: 34px;
    }
    .navbar-collapse.show {
        background: #f2f2f2;
        padding: 0 15px; 
     }
     .numbers {
         padding: 70px 0;
     }
     .heading-numbers {
         font-size: 34px;
         margin-bottom: 20px;
     }
     .heading-numbers:before {
       display: none;
     }
     .heading-numbers:after {
         content: "";
         display: block;
         width: 200px;
         height: 2px;
         background: #1C63B8;
         position: absolute;
         left: 0;
         bottom: 0;
     }
     .pb-100 {
        padding-bottom: 70px;
    }
    .pt-100 {
        padding-top: 70px;
    }
    .products .product__intro:nth-child(odd) {
        margin-top: -100px;
    }
}
@media(max-width:767px) {
    .products .product__intro:nth-child(odd){
        margin-top: -75px;
    }
    .product__intro-title {
        font-size: 32px;
    }
    .main-slider-item .title {
        font-size: 32px;
    }
    .clients-carousel .slick-prev {
        left: calc(100% - 84px) !important;
    }
    .regions-text ul {
        font-size: 20px;
    }
    .main-slider-item {
        height: 480px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .page__top {
        padding: 90px 0;
    }
    .entry-title {
        font-size: 42px;
    }
    .copyr {
        text-align: center;
        padding-top: 15px;
        font-size: 15px;
        margin-top: 15px;
        border-top: 1px solid #ccc;
    }
    .entry-title {
        font-size: 32px;
    }
}
@media(max-width:640px) {
    .product__intro-title {
        font-size: 28px;
    }
    .products .product__intro,
    .products .product__intro:nth-child(odd){
        flex-direction: column;
    }
    .products .product__intro:nth-child(odd) {
        margin-top: 0;
    }
    .product__intro {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product__intro-title {
        margin-top: 20px;
    }
    .products .product__intro:nth-child(even) .product__inro-text {
        padding-left: 0;
    }
    .products .product__intro:nth-child(odd) .product__inro-text {
        padding-right: 0;
    }
    .product__intro-img {
        width: 100%;
    }
}
@media(max-width:575px) {
    .menu-foter {
        margin-bottom: 30px;
    }
    .site-footer {
        text-align: center
    }
    .footer-title:before {
        left: 50%;
        margin-left: -15px;
    }
}
@media(max-width:520px) {
    .header-col {
        justify-content: center;
    }
    .header-contacts {
        flex-direction: column;
    }
    .header-contacts li {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .header-contacts li:last-child {
        margin-bottom: 0;
    }
}
@media(max-width:479px) {
    .heading,
    .heading-numbers {
        font-size: 28px;
    }
    .counter {
        font-size: 36px;
    }
    .main-slider-item .title {
        font-size: 26px;
    }
    .main-slider-item {
        height: 420px;
    }
    
}
@media(max-width:420px) {
    .counter-item {
        width: 100%;
    }
     .main-slider-item .title {
        font-size: 22px;
    }
}
@media(max-width:359px){
    .heading, .heading-numbers {
        font-size: 26px;
    }
    .entry-title {
        font-size: 28px;
    }
}
@media(max-width:320px) {
    .main-slider-item {
        height: 380px;
    }
    .main-slider-item .title {
        font-size: 24px;
    }
    .heading, .heading-numbers {
        font-size: 22px;
    }
    .entry-title {
        font-size: 24px;
    }
}

