body {
	font-size: 1rem;
	font-weight: 500;
	color: #333333;
}
a {
	color: #333333;
}
a:hover {
	color: #333333;
}
img {
	max-width: 100%;
	height: auto;
}
::selection {
    background: #0073d2;
    color: #ffffff;
}

/*::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    text-align: center;
    margin-right: .5rem;
    font-size: 1.33rem;
    color: #6eb02a;
}

::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    text-align: center;
    margin-right: .5rem;
    font-size: 1.33rem;
    color: #6eb02a;
    transform: rotateY(180deg);
}*/

.pulseform {
  animation: radial-pulse 1s infinite;
  -webkit-animation: radial-pulse 1s infinite;
  -moz-animation: radial-pulse 1s infinite;
}

@keyframes radial-pulse {
0% {
    box-shadow: 0 0 0 0px rgb(0, 115, 210);
    -webkit-box-shadow: 0 0 0 0px rgb(0, 115, 210);
    -moz-box-shadow: 0 0 0 0px rgb(0, 115, 210);
}
100% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 15px rgba(0,0,0,0);
}
}




@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(900%);
  }
}
.pulse {
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.pulse:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
    position: absolute;
    left: 0%;
    top: -150%;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 1;
}
@-webkit-keyframes slideme { 
  0% { left: -100px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } 
}




.button_cta {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.3;
    border: none;
    border-radius: 15px;
	background-image: linear-gradient(-7deg, #0073d2 0%, #fd8235 100%);
    color: #ffffff;
    padding: 20px;
    text-decoration: none !important;
    border-radius: 15px;
    transition: 0.25s;
    box-shadow: 5px 9px 25px rgba(239, 159, 88, 0.4);
    border-bottom: 6px solid #bf3347;
}

.button_cta:hover {
	background-image: linear-gradient(-7deg, #0073d2 0%, #f49d66 100%);
    color: #ffffff;
    transition: 0.25s;
    box-shadow: 5px 9px 25px rgba(239, 159, 88, 0.9);
}

.btn_cta {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25rem;
	position: relative;
}

.btn_cta span {
	font-size: 0.8235rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-weight: 400;
}


.preim ul {
    list-style-type: none;
    font-size: 1rem;
    padding-left: 0;
    margin-bottom: 0;
}

.preim ul li {
    padding-left: 55px;
    background-image: url(img/point.png);
    background-size: 25px;
    background-position: 15px 7px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}


.section_1 {
    background-color: #333333;
    color: #ffffff;
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.header {
	padding-top: 30px;
}

.site_logo {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.site_logo img {
	max-height: 45px;
}

.logo_title {
    margin-left: 15px;
    line-height: 1.3;
    max-width: 265px;
}

.phone_number {
	text-decoration: none !important;
	display: flex;
	align-items: center;
	color: #ffffff !important;
}

.phone_number p {
	margin-bottom: 0;
}

.phone_number span {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.site_phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.4;
}

.adress {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
}

.adress i {
    margin-right: 10px;
    font-size: 1rem;
    color: #0073d2;
}

.phone i {
    color: #0073d2;
    margin-right: 10px;
    font-size: 1rem;
}

header .phone {
    margin-left: 45px;
}

.phone {
	color: #ffffff !important;
	text-decoration: none !important;
}

.section_1_content {
	padding-top: 80px;
	padding-bottom: 80px;
}


.projects {
	background-color: #f5f5f5;
}

.site_offer {
    font-size: 2.2rem;
    margin-bottom: 15px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.cta_div {
    padding: 40px;
    background-color: rgba(255, 255, 255, 1);
    color: #333333;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    /* border: 3px solid #0073d2; */
}

.list_img {
	position: absolute;
    top: -15px;
    right: 0px;
    z-index: 0;
}

.cta_div_txt span {
    background-color: #eeeae9;
    border-radius: 13px;
    padding: 0px 7px;
}

.cta_div_txt {
	margin-bottom: 35px;
	max-width: 363px;
}

.preim_section {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f0eceb;
}

.section_title {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
}

.preim_item {
	text-align: center;
}

.preim_item img {
    max-height: 200px;
    width: auto;
}

.preim_title {
	margin-top: 30px;
	font-size: 1.2353rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.gallery_section {
	padding-bottom: 60px;
    background-color: #333333;
    color: #fff;
}

.gallery_item img {
    margin-bottom: 30px;
    box-shadow: 5px 9px 25px rgba(239, 159, 88, 0.1);
    transition: 0.5s;
    transform: scale(1);
}

.gallery_item img:hover {
    box-shadow: 5px 9px 25px rgba(239, 159, 88, 0.4);
    transition: 0.5s;
    transform: scale(1.02);
}


.footer {
	padding-bottom: 30px;
    color: #ffffff;
    background-color: #333333;
}

.site_rekv {
	text-align: center;
}

.footer .row {
	padding-top: 30px;
}

.timer {
	text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timer_txt_one {
    font-size: 1.15rem;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 35px;
}

.separate {
	display: block;
    border-bottom: 2px solid #0073d2;
    width: 250px;
    margin-bottom: 1rem;
}

.timer_sm {
	display: none;
}

.yved {
	position:fixed;
	right:30px;
	top:30px;
	width:270px;
	vertical-align:middle;
	color:white;
	padding:15px;
	font-size:14px;
	border-radius:10px;
	display:none;
	z-index:999;
}
.yved_img {
	float:left;
	width:40px!important;
	margin-right:10px;
	color:#fff;
}
.yvedt{
	color:#fff;
	line-height:1.2;
}
.yvedf1{
	background-color: #363636;
}
.yvedf2{
	background-color:#ff2728;
}
.yvedvt{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.sm_mobile {
    position: fixed;
    bottom: 15px;
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    z-index: 9999;
}

.sm_mobile_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    background-color: #0073d2;
	border-bottom: 6px solid #bf3347;
    text-decoration: none !important;
    color: #ffffff !important;
    padding: 10px 0px;
    border-radius: 7px;
    transition: 0.25s;
    box-shadow: 0 5px 30px rgba(0, 110, 208, 0.5);
}

.sm_mobile_button_number {
    font-weight: bold;
    font-size: 1.2rem;
}

.sm_mobile_button_number i {
    margin-right: 5px;
}

.sm_mobile_button_txt {
    font-size: 0.8rem;
}

.multi_title {
	display: block;
    margin-top: 30px;
    font-size: 1.2rem;
    font-weight: 400;
}

.section_1 .multi_title {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.block_name {
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.btn-cta {
    display: flex;
    font-size: 1.1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
    padding: 20px 0;
    background-image: url(img/click.png);
    background-repeat: no-repeat;
    background-position: 93% 50%;
    text-transform: uppercase;
    border-bottom: 6px solid #2357ad !important;
    width: 100%;
}

.btn-cta span {
    font-weight: 400;
    font-size: 1rem;
    text-transform: none;
}

.contact_form, .lead_form {
    margin-top: -20px;
}

.phone em {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: bold;
}

.site_offer em {
    font-style: normal;
    background: #0073d2;
    text-shadow: none;
}

.mob {
	display: none;
}

.footer .phone {
    color: #ffffff !important;
}

.sect_name {
	margin-bottom: 45px;
	text-align: center;
}

.examples-block {
	margin-bottom: 30px;
}

.projects .multi_title, .paddingdiv .multi_title {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.projects .btn {
	margin: auto;
}

.col-offer {
	max-width: 800px;
}

#bg_popup{
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
  
#popup {
    background: #fff;
    width: 100%;
    max-width: 480px;
    margin: 30px auto;
    padding: 30px;
    border: 2px solid #0073d2;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
  
.closee {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #0073d2;
    background: none;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 1.2rem;
}
.closee:hover {
    color: #222222;
}

#bg_popup h3 {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1;
}

#bg_popup h3 span {
	border-bottom: 2px solid #0073d2;
}

#formmodal .form-control {
    padding: 15px;
}

.promocode span {
    background: #0073d2;
    color: #fff;
    padding: 1px 15px;
    font-weight: bold;
    font-size: 1.33rem;
}


.sect_pf {
	background-color: #333333;
	padding-bottom: 30px;
}

.sect_card {
	padding: 60px 0 30px 0;
}

.card {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.33);
}

.card-title a {
    border-bottom: 2px solid #0073d2;
    text-decoration: none !important;
}

.sect_card .card {
	height: 100%;
}

.col-card {
    margin-bottom: 30px;
}

.header_case {
	background-color: #333333;
	padding-top: 30px;
	padding-bottom: 30px;
}

.header_case, .header_case a {
	color: #ffffff;
}

.paddingdiv {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bgform {
    padding: 30px;
    background: #333;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.17);
    margin-top: 30px;
}


.bgform .multi_title {
	margin-top: 0;
}


.col-whatbusiness {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.col-whatbusiness p {
    margin-bottom: 0;
    margin-left: 15px;
    width: 100%;
    /* line-height: 1.3; */
    /* margin-top: 5px; */
}

.col-whatbusiness img {
	max-width: 45px;
}

.case_section .container {
	max-width: 768px;
}

.case_title {
	margin-bottom: 1rem;
}

.case_prev_img {
	margin-bottom: 2rem;
}


.case_section p {
	margin-bottom: 3rem;
}

.case_section img {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    margin-top: 5px;
}

.col-gallery{
	margin-bottom: 30px;
}

.col-whatbusiness-num {
    height: 40px;
    width: 50px;
    border-radius: 50px;
    background: #0073d2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3rem;
}

.copyright {
    margin-top: 30px;
    text-align: center;
}

.copyright_link {
    color: #eeeeee;
    text-decoration: none !important;
    border-bottom: 2px solid #0073d2;
    transition: 0.5s;
}

.copyright_link:hover {
    color: #ffffff;
    border-color: #ffffff;
    transition: 0.5s;
}






@media (min-width: 992px) {

}

@media (min-width: 1440px) {

}

@media (min-width: 1600px) {

}

@media (max-width: 1140px) {

}


@media (max-width: 992px) {
	.preim ul li {
		margin-bottom: 15px;
	}
	.preim ul li:last-child {
		margin-bottom: 0;
	}
	.header .logo_title {
	    display: none;
	}
	.list_img {
	    right: 50px;
	}
	.preim_item {
		margin-bottom: 30px;
	}
	.preim_item:last-child {
		margin-bottom: 0;
	}
	.preim_item img {
	    max-height: 150px;
	}
	.footer .site_logo {
	    justify-content: center;
	}
	.footer .site_phone {
	    justify-content: center;
	}
	.site_rekv {
		margin-top: 15px;
	}
	.section_1 .timer {
	    margin-top: 3rem;
	}
	.site_offer {
	    font-size: 2rem;
	}
	.cta_div_txt {
	    max-width: 432px;
	}
	header .phone {
	    margin-left: 0;
	}
	.site_phone {
	    flex-direction: column;
	    align-items: flex-end;
	}
	.phone em {
	    font-size: 1.3rem;
	}
	.mob {
	    display: flex;
	    align-items: center;
	    position: fixed;
	    right: 30px;
	    bottom: 30px;
	    z-index: 9999;
	    width: 60px;
	    height: 60px;
	    border-radius: 100px;
	    background-color: #0073d2;
	    background-image: url(img/telephone.svg);
	    background-size: 20px;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
	}
	.footer .site_phone {
	    display: none;
	}
}

@media (max-width: 768px) {
	.projects .multi_title, .paddingdiv .multi_title {
		text-align: left;
	}
	.multi_title {
	    font-size: inherit;
	    margin-top: 15px;
	    display: block;
	    font-size: 1.2rem;
	}
	.list_img {
	    right: -20px;
	}
	.preim_title {
    	margin-top: -15px;
    }
    .site_offer {
	    font-size: 1.6rem;
	}
	.phone_number {
	    padding: 10px 20px;
	    border-radius: 15px;
	    background-image: linear-gradient(-7deg, #eb8b51 0%, #f4bd62 100%);
	    color: #ffffff;
	    padding: 5px 25px;
	    border-radius: 15px;
	    transition: 0.25s;
	    box-shadow: 5px 9px 25px rgba(239, 159, 88, 0.4);
	    border-bottom: 6px solid #d6854c;
	    font-size: 1.1rem;
	}
	.phone_number:hover {
	    transition: 0.25s;
	    box-shadow: 5px 9px 25px rgba(239, 159, 88, 0.9);
	    color: #fff;
	}
	.phone_number img {
	    max-height: 35px;
	}
	.sm_mobile {
        display: block;
    }

    .cta_div_txt {
	    max-width: 350px;
	}
	.block_name {
	    font-size: 1.4rem;
	}
	.sect_name {
	    font-size: 1.5rem;
	    text-align: left;
	}
	.galleryrow {
		margin-left: -5px;
    	margin-right: -5px;
	}
	.examples-block {
	    margin-bottom: 10px;
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.form-control {
	    padding: 15px 0;
	}
	.site_logo img {
	    max-height: 40px;
	}
}

@media (max-width: 576px) {
	.cta_div_txt {
	    margin-bottom: 20px;
	}
	.timer_txt_one {
		margin-top: 20px;
	}
	.phone_number span {
	    font-size: 20px;
	}
	.logo_title {
	    margin-left: 15px;
	}
    :root {
        font-size: 14px;
    }
    .cta_div {
	    padding: 15px;
	}
	.cta_div_txt br {
	    display: none;
	}
	.list_img {
	    right: 0;
	    width: 110px;
	    top: -10px;
	}
	.btn_cta {
		padding-left: 0;
		padding-right: 0;
		font-size: 1.1rem
	}
	.cta_div_txt span {
	    background: none;
	    padding: 0;
	}
	.preim_item img {
	    max-height: 110px;
	}
	.timer_lg {
		display: none;
	}
	.timer_sm {
		display: block;
	}
	.timer_txt_one {
	    font-size: 1rem;
	}
	.yved {
		right:15px;
		top:15px;
	}
	.preim ul li {
		background-size: 25px;
		background-position: 15px 3px;
		padding-left: 50px;
	}
	.site_offer br {
		display: none;
	}
	.btn_cta span {
	    font-size: 0.9rem;
	}
	.site_phone {
	    flex-wrap: wrap;
	}
	header .phone {
	    margin-left: 0px;
	}
	.btn-cta {
    	font-size: 1.1rem;
    }
    .btn-cta span {
	    font-size: 0.85rem;
	}
	.header {
	    padding-top: 15px;
	}
	.multi_title {
	    font-size: 1rem;
	}
	.site_phone {
	    justify-content: flex-end;
	    align-items: flex-end;
	}
	#popup {
	    max-width: calc(100% - 30px);
	    padding: 15px;
	    margin-top: 15px;
	}
    #bg_popup h3 {
	    font-size: 1.2rem;
	}
	.sect_pf {
		padding-bottom: 15px;
	}
	.col-whatbusiness img {
	    max-width: 40px;
	}
	h1, .h1 {
	    font-size: 1.8rem;
	}
	h2, .h2 {
	    font-size: 1.6rem;
	}
	h3, .h3 {
	    font-size: 1.4rem;
	}
	.header_case {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.bgform {
	    padding: 15px;
	}
	.col-whatbusiness-num {
	    height: 35px;
	    width: 40px;
	}
}

@media (max-width: 420px) {
	#form-p .btn-cta, #form-i .btn-cta {
		background-image: none;
	}
}