@import url('https://web.archive.org/web/20240111173936cs_/https://fonts.googleapis.com/css?family=Play');
@font-face {
 
 src: url("https://web.archive.org/web/20240111173936im_/http://www.%D0%B0%D1%80%D0%B1%D0%B8%D1%82%D1%80%D0%B0%D0%B6%D0%BD%D1%8B%D0%B5%D0%B0%D0%B4%D0%B2%D0%BE%D0%BA%D0%B0%D1%82%D1%8B.%D1%80%D1%84/fonts/Play-Bold.ttf");
}
body {
	background-color: white;
	font: 12px 'Play', sans-serif;
	padding: 0;
	color: #555;
	line-height: 20px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Play', sans-serif;
	color: black;
}

h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0;
    color: black;
}

a:focus {
	color: black;
}

a:hover {
	color: #cd3232;
}


input:focus, textarea:focus, a:focus, button:focus {
    outline: 0;
}



.icons_text {
    text-align: center;
	font-size: 13px;
}

		.icons_text p {
    line-height: 15px;
}
		
.icons_text img {

    margin: 5px 0;
}

.icons_text .row div {
    padding: 0 5px;
}
.icons_text h4 {
    font-size: 14px;
    color: black;
    margin-bottom: 5px;
}
.icons_text.steps .row > div:after {
    content: " ";
    display: block;
    position: absolute;
    background-image: url(https://web.archive.org/web/20240111173936im_/http://www.%D0%B0%D1%80%D0%B1%D0%B8%D1%82%D1%80%D0%B0%D0%B6%D0%BD%D1%8B%D0%B5%D0%B0%D0%B4%D0%B2%D0%BE%D0%BA%D0%B0%D1%82%D1%8B.%D1%80%D1%84/img/strelka.png);
        width: 56px;
    height: 56px;
    top: 15px;
    right: -15px;
    background-size: 100% 100%;
}
.icons_text.steps .row > div:last-child:after {
	display: none;
}
		

.icons_text.steps p {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}
.success-page {
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
	text-align: center;
    transform: translate(0,-50%);
}
	.bg-color {
		background-color: #f6f6f6;
	}
	.bg-image {
	background-size: cover;
    background-attachment: fixed;
    background-position: center;
	}
.btn_popup {
    line-height: 14px;
    font-size: 12.5px;
    font-weight: 700;
    font-family: Play;
    border-radius: 5px;
    background-color: #cd3232;
    color: white;
    display: block;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    border: 2px solid #cd3232;
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.5);
}
		
.btn_popup:hover {
	background-color: white;
    color: #cd3232;
    text-decoration: none;
}
.btn_popup:focus {
    background-color: #cd3232;
    color: #fff;
    text-decoration: none;
}
.form_section {
background-image: url(https://web.archive.org/web/20240111173936im_/http://www.%D0%B0%D1%80%D0%B1%D0%B8%D1%82%D1%80%D0%B0%D0%B6%D0%BD%D1%8B%D0%B5%D0%B0%D0%B4%D0%B2%D0%BE%D0%BA%D0%B0%D1%82%D1%8B.%D1%80%D1%84/img/form_section_bg.png); 
    color: white;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 0;
    padding: 15px 0;
}
		.form_section form {
    background-color: #fdfdfd;
    border-radius: 5px;
    padding: 15px 25px;
    margin: 15px 50px;
    color: #cd3232;
    margin-right: 0;
    font-size: 14px;
    border: 1px solid #dadada;
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.5);
}
	.form_section form h5 {
    color: black;
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}

	.form_section form input {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 15px;
}
.form_section form input:first-child {
    margin-top: 25px;
}
	.form_section form .btn_popup {
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 15px;
    font-size: 13px;
}
	.form_section form .btn_popup:before {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    left: -75px;
    top: -14px;
    background-size: cover;
    background-image: url(https://web.archive.org/web/20240111173936im_/http://www.%D0%B0%D1%80%D0%B1%D0%B8%D1%82%D1%80%D0%B0%D0%B6%D0%BD%D1%8B%D0%B5%D0%B0%D0%B4%D0%B2%D0%BE%D0%BA%D0%B0%D1%82%D1%8B.%D1%80%D1%84/img/arrows.png);
}

	.form_section form p i {
    margin: 0 2px;
    font-size: 9px;
}
.numbers_text {
	padding-top: 20px;
	text-align: center;
}
.numbers_text span {
    font-size: 50px;
    font-weight: bold;
	color: #cd3232
}
.numbers_text p {
    font-size: 11px;
    line-height: 15px;
	margin-top: 10px;
}
.img_play {
    width: 50%;
    margin: 0 auto;
    display: block;
}
.owl-carousel {
    text-align: center;
    width: 95% !important;
    margin: 0 auto;
	font-size: 13px;
	    line-height: 15px;
}
.owl-carousel img {
    width: 100%;
	    display: block;
    margin: 0 auto;
}
.owl-carousel .owl-nav img {
    width: 45px;
}
.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 20%;
}
.owl-carousel .owl-nav > div {
    position: absolute;
}
.owl-carousel .owl-nav .owl-prev {
	left: -45px;
}
.owl-carousel .owl-nav .owl-next {
	right: -45px;
}
.carousel_href_nav {
    margin: 50px auto;
}

.question {
    text-align: center;
    color: black;
    font-size: 16px;
    width: 100%;
    margin: 30px auto;
	margin-bottom: 0;
}
	.question .small_text {
		font-size: 14px;
		margin-top: 10px;
	}
.question .btn_popup {
    margin: 0 auto;
    width: 35%;
}
	.question p {
    margin-bottom: 20px;
}
		.content > div {
    padding-bottom: 40px;
}
		
.tabs .nav{
	width: 70%;
    margin: 0 auto;
    font-weight: bold;
}
.tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:hover, .tabs .nav-tabs > li.active > a:focus{
	background-color: white;
    color: #cd3232;
    border: 2px solid #cd3232;
}

.tabs .nav-tabs > li > a {
	border: 0;
	border-radius: 4px;
}

.tabs .nav > li > a:hover, .tabs .nav > li > a:focus {
    text-decoration: none;
    background-color: #e5e5e5;
    border: 0;
}

.tabs .nav{
	margin-bottom: 35px;
}
.tabs .nav-tabs a{
	text-transform: uppercase;
}

.tabs .nav-tabs{
	border-bottom: none;
	text-align: center;
	
}

.tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:hover, .tabs .nav-tabs > li.active > a:focus{
	border-radius: 5px;
}

.tabs a,.tabs .bottom{
	color: #cd3232;
}

.tab-pane > div {
    margin-bottom: 10px;
}
.bg-text a {
    display: block;
    float: right;
    text-decoration: underline;
    margin-bottom: 10px;
}


.bg-text p {
    font-size: 13px;
    color: #cd3232;
    margin: 0;
}

.bg-text h4 {
    font-size: 14px;
    color: #cd3232;
    font-weight: bold;
    margin-bottom: 0;
}

.bg-text {
    border-radius: 15px;
    padding: 10px 15px;
	margin: 10px 0;
}

h1 {
   text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0;
    color: black;
}

header {
    padding-bottom: 10px;
	width: 100%;
	z-index: 100;
	border-bottom: 1px solid #cacaca;
}

header.menu-fix {
	position: fixed;
	padding: 5px 0;
	top: -1000px;
    transition: 0.3s;
	background-color: white;
}

header .logo {
    padding: 0;
    text-align: center;
}

header .logo img {
    width: 73%;
    margin-top: 5px;
}

header .logo div {
	padding: 0 10px;
}

header .logo div:first-child {
	padding: 0;
}

header .logo p {
    font-size: 11px;
    line-height: 10px;
	    white-space: nowrap;
}

header .logo span {
	font-size: 9px;
}

header .icons_text p {
    font-size: 9.5px;
    line-height: 10px;
    font-weight: bold;
	margin-bottom: 5px;
}

.head_contacts p {
    text-align: right;
    font-weight: bold;
    line-height: 34px;
    font-size: 22px;
    
    margin: 0;
    margin-top: 5px;
}

.head_contacts a.callibri_phone {
    text-align: right;
    font-weight: bold;
    line-height: 34px;
    font-size: 22px;
    margin: 0;
    margin-top: 5px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #000;
}

.menu-fix .head_contacts a.callibri_phone {
    text-align: left;
    font-size: 15px;
    margin-top: 0;
    color: #000;
}


.head_contacts .btn_popup {
	width: 100%;
    float: right;
}

header .icons_text img {
    width: 21%;
    margin: 5px 0;
}

.menu-fix .logo img {
    width: 80px;
    margin-top: 0;
	    margin-right: 25px;
}

.menu-fix .logo, .menu-fix nav {
    display: inline-block;
}

.menu-fix nav {
    margin: 15px 10px;
	    text-align: center;
		    width: 75%;
}

.menu-fix nav li {
        font-size: 11px;
    padding-right: 12px;
	font-weight: bold;
}

.menu-fix .row {
    margin: 0;
}

.menu-fix .row > div {
    padding: 0;
}

.menu-fix .head_contacts p {
    text-align: left;
	font-size: 15px;
	margin-top: 0;
}

.menu-fix .head_contacts .btn_popup {
    width: 80%;
    float: right;
    font-size: 10px;
}
.work {
    font-size: 8px;
    
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 10px;
    font-weight: bold;
}
nav {
    text-align: center;
    /* padding-right: 22px; */
    padding-right: 0px;
	margin-top: 10px;
}
nav li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    /* padding-right: 46px; */
    padding-right: 15px;
}
nav li a {
	color: black;
	font-weight: bold;
}
nav li a, nav li a:hover, nav li a:focus {
        
		text-decoration: none;
}
	.head_contacts .adress {
    font-size: 11px;
    text-align: right;
    display: block;
    line-height: 5px;
    margin-bottom: 10px;
}
	.head_contacts span:last-child {
    font-size: 12px;
}
	
.head_contacts span:last-child a {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}
.head_contacts {
    margin-top: 7px;
}

	.hard {
		background-color: black;
		color: white;
	}
	.hard h4, .hard h3 {
		color: white;
	}
	
	footer {
    width: 100%;
    height: 60px;
    background-color: black;
    height: auto;
    color: white;
    padding-top: 15px;
	    margin-top: -10px;
	margin: 0;
	font-size: 13px;
}
footer .logo img {
	margin: 0;
	width: 40%;
}

footer .logo {
    text-align: center;
}

footer .logo span {
    font-size: 20px;
}

footer .logo p {
    font-size: 11px;
}

footer .desc {
    font-size: 8px;
    line-height: 10px;
    color: white;
    padding: 8px 15px;
}
footer .copyright {
    font-size: 10px;
    display: block;
    text-align: center;
    margin-top: 15px;
}
	

	
footer .contacts img {
						width: 25px;
						float: left;
						margin-right: 10px;
						    margin-bottom: 20px;
					}
					footer p {
    					clear: none;
					}
	header .icons_text h4 {
    font-size: 26px;
    color: #2a9305;
    margin-bottom: 5px;
    font-weight: bold;
}

footer a {
	color: white;
}

.form_section .line_icon {
    padding-left: 45px;
}
.form_section .line_icon h1 {
    color: black;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 25px;
}
.form_section .line_icon h2 {
    color: black;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
}
.form_section .line_icon h3 {
        color: black;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 25px;
}
.form_section .line_icon .row div {
    padding: 8px 5px;
}
.form_section .line_icon img {
    width: 100%;
}
.form_section .line_icon p {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
	color: black;
}
/*.form_section .line_icon span {
    font-size: 13px;
    white-space: nowrap;
    padding: 0 5px;
    border-right: 2px solid #cd3232;
}*/
.form_section .line_icon h3:last-child {
    margin-top: 25px;
}

.form_section form span {
    font-size: 15px;
    color: #cd3232;
    text-align: center;
    display: block;
    font-weight: bold;
}

.form_section .price {
    color: black;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
	margin-bottom: 10px;
}

.form_section .price p {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.form_section .price p:after {
    content: " ";
    position: absolute;
    width: 115%;
    height: 2px;
    left: -5px;
    top: 50%;
    background-color: #cd3232;
}

.form_section form p.action {
    font-size: 9px;
    color: #b3b3b3;
    line-height: 3px;
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.content > .no-padding {
	padding: 0;
}

.competencies .icons_text h4 {
	font-size: 12px;
	font-weight: bold;
}

.experience h4 {
    font-size: 10px;
}

.icons_text.steps img {
    width: 55px;
}

.garant h4 {
    font-weight: bold;
}

.reviews .owl-carousel .owl-item img {
	width: 75px;
}

.reviews .owl-carousel .owl-item b {
	margin-top: 10px;
	    display: block;
}

.icons_text .row > div > div {
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 30px 10px;
}

.spec h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.spec p {
    font-size: 12px;
}

.units h4 {
    font-size: 24px;
    font-weight: bold;
	margin: 0;
}

.units h5 {
    font-size: 16px;
    font-weight: bold;
	margin: 0;
}

.units p {
    font-size: 13px;

}

.units .info img {
    width: 60%;
    border-radius: 50%;
    display: block;
    margin: 10px auto;
}

.units .btn_popup {
	width: 75%;
	margin: 0 auto;
}

.units .owl-carousel {
    text-align: left;
} 

.tabs .nav-tabs img {
    width: 15px;
    margin-right: 10px;
}

.tabs .nav-tabs > li > a, .tabs .nav-tabs > li > a:hover {
    border: 2px solid #f6f6f6;
}

.nav-tabs > li {
    display: inline-block;
	float: none;
}

.units .tab-pane p {
    font-size: 13px;
    margin-bottom: 25px;
}

.units .unit .info p {
	margin-bottom: 10px;
}

.units h5 img {
    width: auto;
    display: inline;
}

.tabs .owl-carousel .owl-nav {
	top: 50%;
}

.owl-nav .disabled {
    display: none;
}
/*
     FILE ARCHIVED ON 17:39:36 Jan 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:51:05 Sep 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.565
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.015
  esindex: 0.01
  cdx.remote: 140.303
  LoadShardBlock: 505.728 (3)
  PetaboxLoader3.datanode: 477.609 (5)
  PetaboxLoader3.resolve: 311.859 (2)
  load_resource: 320.911 (2)
*/