.tabcontent {
	display: none;
}

.master_photo  {
	
}


.main_3 {
	max-width: 100%;
	margin: auto;
}

.row_2,
.row_2 > .column_55 {
 	padding: 3px;
}

.column_55 {
	 float: left;
	 width: 10%;
}

.column_55 img {
	cursor: pointer;
}

.row_2:after {
  content: "";
  display: table;
  clear: both;
}

.content_actors {
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  padding: 0px;
  transition: 0.3s;
}

.content_actors:hover {
	box-shadow: 0 2px 0 0 #d7d8db, 0 0 0 2px #e3e4e8;
}

.content_actors:hover .actors_name p {
	color: #0070c1;
	transition: 0.3s;
}

.content_actors img {
	margin-bottom: -5px;
}

.actors_name {
	padding: 10px 0px 0px 0px;
}

/* Плавная кнопка "Наверх" на javascript */
.back_to_top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	border-radius: 3px;
	background: #4ECA78;
	color: #ffffff;
	display: none;
	font-size: 25px;
	font-weight: bold;
}

.back_to_top:hover {
	background: rgba(0, 102, 153, 1);
}

.back_to_top_show {
	display: block;
	transition: 0.3s;
}
/*end Плавная кнопка "Наверх" на javascript */


.block_a a {
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.block_a {
	margin-top: -5px;
}

.flex_container_3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex_container_3 > .card {
	width: 160px;
	margin: 0px 10px 20px 10px;
}

.flex_container_3 a:hover {
	text-decoration: none;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
}

.card img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container_3 {
  padding: 5px 10px;
}

.container_3 span {
  color: #C0BFBF;
}

.container_3 p {
  font-size: 14px;
  	font-family: Arial, Helvetica, sans-serif;
}

.accordion {
	background-color: #ffffff;
	border-top: 1px solid !important;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #3B3C3E !important;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 12px;
	transition: 0.3s;
}

.active_5, .accordion:hover {
	background-color: #ffffff;
}



.panel {

	  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.h1_margin {
	margin: 20px 0px 10px 0px !important;
}

 .ul_li {
 	margin: 10px 0px 10px 15px; 
 	padding: 0px;
 	line-height: 22px;
 	list-style-image: url(../images/ico/ul_li.png);
 }

 .ul_li li {
 	font-size: 16px; 
 	margin: 10px 0px 10px 0px; 
 	padding: 0px; 
 	color: #050505; 
 	font-family: Arial, Helvetica, sans-serif;
 	padding-left: 5px;
 	text-align: justify;
 }

.standart {
	color: #050505;
}

h6{
  	margin: 0;
  	padding: 0;
}
h6 span, h6:after{
  	overflow:hidden;
}

h6:hover span{
  	animation: hover1 .2s;
}
h6:hover:after{
  	animation: hover2 .2s;
}
@keyframes hover1 {
  50%  { transform:translatex(.8em) skew(50deg); }
  100% { transform:translatex(0); }
}
@keyframes hover2 {
  50%  { transform:translate(.8em) skew(-50deg); }
  100% { transform:translatex(0); }
}

ol li {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #050505; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 22px;
	padding-left: 7px;
}

ol {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

ol li::marker {
	color: #4ECA78;
	font-size: 14px;
	font-weight: bold;
}



.table_comparison table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #d7d8db;
}

.table_comparison {
	margin-bottom: 10px;
}

.table_comparison th, td {
	text-align: center;
	padding: 8px 5px;
	font-size: 13px;
	color: #050505; 
}

.table_comparison th:first-child, td:first-child {
	margin-left: 5px;
	text-align: left;
}

.table_comparison tr:nth-child(even) {
	background-color: #fafbfc;
}

.fa_check {
	content: "✔ ";
}

.fa_check {
	color: #050505; 
}

.fa_check:before {
	content: "✔ ";
}

.navigation {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
}

.drop_down {
	position: relative;
	display: inline-block;
	width: 100%;
}

.drop_down_content {
	display: none;
	position: absolute;
	background: rgba(0, 102, 153, 0.9) !important;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.drop_down_content a {
	padding: 5px;
	text-decoration: none;
	display: block;
	font-size: 14px;
  	color: #ddd;
  	text-align: left;
  	padding: 12px 15px;
  	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.drop_down_content a:hover {
	color: #D5B45B;
	text-decoration: none;
}

.drop_down:hover .drop_down_content {display: block; }

.drop_down:hover .dropbtn {background-color: #3e8e41; }

.dropdown_container_content p {

}

.column_right_content {
	color: #050505;
	font-size: 12px !important;
	margin-top: 25px;
}

.bg_image {
	background-image: url("../images/computer.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bg_image_2 {
	background-image: url("../images/dust.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bg_image_3 {
	background-image: url("../images/computer.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.bg_text_2 {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.3); 
	color: white;
	z-index: 2;
	padding: 150px 20px;
	text-align: center;
	background-image: linear-gradient(rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.2));
}

.bg_image_3 {
	background-image: url("../images/cleaning_the_computer.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin-bottom: 10px;
}

.bg_text_3 {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.3); 
	color: white;
	z-index: 2;
	padding: 150px 20px;
	text-align: center;
	background-image: linear-gradient(rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.2));
}


.bg_image_4 {
	background-image: url("../images/about_temperature.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin-bottom: 10px;
}

.bg_text_4 {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.3); 
	color: white;
	z-index: 2;
	padding: 150px 20px;
	text-align: center;
	background-image: linear-gradient(rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.2));
}

.bg_image_5 {
	background-image: url("../images/repair_of_stationary_computers.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin-bottom: 10px;
}


.bg_image_6 {
	background-image: url("../images/we_repair_customize_laptops.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin-bottom: 10px;
}

.bg_image_7 {
	background-image: url("../images/replacing_the_matrix.jpg");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin-bottom: 10px;
}

.bg_text {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.3); 
	background-image: linear-gradient(rgba(255, 0, 0, 0.2), rgba(255, 0, 0, 0.2));
	color: white;
	z-index: 2;
	padding: 20px;
	text-align: center;
}

.bg_text h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F1F6DD;
	margin: 0px;
	padding: 0px;
}

.bg_text p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F1F6DD;
	padding: 0px;
	margin: 0px;
}

.tablink {
	background-color: #ffffff;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 1px;
	font-size: 12px;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: linear-gradient(#f5f5f5 14%, #f1f1f1 40%, #f5f5f5 86%);
}


.tablink:hover {
	background-color: #ffffff;
}

.tabcontent  {
	display: none;
	clear: both;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
}

.tabcontent p {
	margin-top: 10px;
}

.tabcontent strong {
	font-size: 18px;
	color: #050505; 
	font-family: Arial, Helvetica, sans-serif;
}

#textHere {
	margin: 5px 0px 10px 0px;
	color: #050505;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px; 
	text-align: justify;
}

#textHere strong {
	color: #050505;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.next_22 {
	background-color: #006699; /* Green */
	border: none;
	color: white;
	padding: 12px 26px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}

.next_2 {
	cursor: pointer;
  	background-color: white; 
  	color: black; 
  	border: 1px solid #006699;
}

.next_2:hover {
	background-color: #006699;
	color: white;
}

.title {
	margin: 30px 0px 10px 0px;
	padding: 0px;
	font-family: 'Rubik One', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	background: linear-gradient(45deg, #0B2349 33%, #050505 66%, #f1f1f1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0B2349;
	display: table;
}

.title_2 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.title_span {

	font-family: Arial, Helvetica, sans-serif;
}

#application_accepted {
	width: 30%;
	background-color: #ffffff;
	display: none;
	padding: 20px 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 3px;
	font-size: 14px;
}

.application_accepted {
	margin: 0px 8px 0px 0px;
}

.application_accepted_green {
	color: #009900; 
	font-weight: bold;
}


#order-ui {
	width: 30%;
	background-color: #ffffff;
	display: none;
	padding: 20px 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 3px;
	font-size: 14px;
}

.order-ui {
	margin: 0px 8px 0px 0px;
}

.order-ui_green {
	color: #009900; 
	font-weight: bold;
}

.error {
	display: none;
	color: red;
	font-size: 10px;
	margin: -5px 0px 5px 0px;
	position: absolute;
	font-weight: bold !important;
}

.error:after {
	clear: both;
}


/* FORMA Вызов мастера */
.bold {
	font-weight: bold;
}

.i_agree_with_the_rules  {
	font-size: 10px !important; 
	margin-top: 3px;
}

.font_16 {
	font-size: 20px !important; 
}

.table_comparison .content {
	font-size: 12px !important; 
	font-family: Arial, Helvetica, sans-serif;
}

.table_comparison li {
	font-size: 12px !important; 
	font-family: Arial, Helvetica, sans-serif;
}

.we_will_call_you_back_in_30_minutes {
	float: right; 
	margin-top: 5px; 
	font-size: 10px !important;
}

.hero_image {
	background-image: url('../images/shutterstock.jpg');
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 20px;
	background-color: #006699;
}

.hero_text {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
}

.hero_text button {
  display: inline-block;
  margin: 5px 0px;
  padding: 10px 24px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 1px;
  color: #050505;
  transition: .2s linear;
}
.hero_text button:nth-child(1) {background:#FFFFFF}
.hero_text button:nth-child(1):hover {
  box-shadow: 0 0 0 2px white, 0 0 0 4px rgb(245, 54, 117);
}

.hero_text label {
	font-size: 12px;
}

.title_btn {
	clear: both;
}
/* end FORMA Вызов мастера */

 .column_left {
 	width: 70px; 
 	text-align: center; 
 	float: left; 
 	border-right: none;
	overflow: hidden;
 }

.column_2 ul li:before {
	content: "- ";
}

.column_3 ul li {
	position: relative;
	margin-left: 7px;
}

.column_3 ul li:before {position: relative;
	content: "✔ ";
	font-size: 14px;
	 position: absolute; 
	 top: 0; 
	 left: -22px;
	 color: #4ECA78;
    font-weight: bold;
}

.column_2 ul {
	border-left: 2px solid #d7d8db; 
	list-style-type: none; 
	padding: 10px; 
	font-size: 14px; 
	color: #050505; 
	line-height: 25px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fafbfc;

}

.column_3 ul {
	list-style-type: none; 
	padding: 10px; 
	font-size: 16px; 
	color: #050505; 
	line-height: 25px; 
	font-family: Arial, Helvetica, sans-serif; 
}

.column_2 ul strong {
	color: #050505;
}

.flex_container {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0;
}

.flex_container_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex_container_2 div {
	width: 100px;
	margin: 5px 10px 5px 0px;
	padding: 10px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

.flex_container_2 div img {
	width: 100%;
}

.flex_container_2 p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.column_2 {
	width: 50%;
	border-bottom: 2px solid #ddd;
	margin-top: 10px;
}

.column_4 {
	padding: 10px 5px;
}

.column_4 strong {
	font-size: 14px;
	color: #1d3557; 
	font-family: Arial, Helvetica, sans-serif; 
}

.column_4 p {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #1d3557;
}
.container_matrica {
    margin: 30px auto;
}

.image-box {
    position: relative;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    transition: .5s
}

.text-box {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: rgba(0, 52, 68, 0.5);
    transition: 0.5s
}

.text-box h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 71%;
    width: 100%;
    color: #f1f1f1;
    font-family: arial;
    transform: translateX(-50%) translateY(-50%);
    font-size: 25px;
}

.text-box p {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60%;
    left: 112%;
    width: 100%;
    color: #FFF;
    font-family: arial;
    transform: translateX(-50%) translateY(-50%);
    color: #f1f1f1;
    text-shadow: #f1f1f1 10px 0 10px;
}

.image-box:hover .text-box {
    left: 0%;
}

.image-box:hover img {
    transform: scale(1.2)
}

.column_5 {
	padding: 10px 5px;
}

.column_5 p {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #1d3557;
}

.column_5 strong {
	font-size: 14px;
	color: #1d3557; 
	font-family: Arial, Helvetica, sans-serif; 
}

.column_7 {
		width: 100%;
}


.column_7 {
	padding: 0px 0px;
	overflow: hidden;
}

.column_7 strong {
	font-size: 14px;
	color: #050505; 
	font-family: Arial, Helvetica, sans-serif; 
	padding: 5px;
}

.column_7 p {
	padding: 5px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif; 
}

.column_7 img {
	width: 100%; 
	float: left; 
}

.column_3 {
	border-bottom: 1px solid #d7d8db;
}

.column_3 {
	width: 100%;
}

@media (max-width: 1200px) {
.hero_text {
	width: 80%;
  }

@media screen and (max-width: 900px) {
  .column_55 {
    width: 25%;
  }
}

@media (max-width: 850px) {
.column_right_content{
	margin-top: 20px;
  }

@media (max-width: 800px) {
.column_right_content{
	margin-top: 25px;
  }

@media (max-width: 800px) {
#application_accepted {
	width: 50%;
  }

@media (max-width: 800px) {
.table_comparison th, td {
	font-size: 10px;
  }

@media (max-width: 800px) {
.column_2 {
	width: 100%;
  }

@media (max-width: 700px) {
.column_right_content{
	margin-top: 20px;
  }


@media (max-width: 767px) {
.table_comparison th, td {
	font-size: 12px;
  }

  @media (max-width: 767px) {
.column_2 {
	width: 50%;
  }

@media (max-width: 767px) {
.column_5  {
	border-left: 0px solid #d7d8db;
  }

    @media (max-width: 671px) {
.column_2 {
	width: 100%;
  }

@media (max-width: 671px) {
.column_5  {
	border-left: 1px solid #d7d8db;
  }

@media (max-width: 671px) {
.column_right_content{
	margin-top: 25px;
  }


@media screen and (max-width: 300px) {
  .column_55 {
    width: 100%;
  }
}

@media (max-width: 600px) {
#application_accepted, #order-ui {
	width: 70%;
  }
    @media (max-width: 600px) {
.column_2 {
	width: 50%;
  }

@media (max-width: 600px) {
.column_5  {
	border-left: 0px solid #d7d8db;
  }

@media (max-width: 580px) {
.column_right_content{
	margin-top: 20px;
  }

@media (max-width: 511px) {
.column_right_content{
	margin-top: 25px;
  }


@media (max-width: 511px) {
.column_2 {
	width: 100%;
  }

  @media (max-width: 511px) {
.column_mobil {
	display: none;
  }

@media (max-width: 511px) {
.column_5  {
	border-left: 1px solid #d7d8db;
  }

@media (max-width: 450px) {
.hero_text {
	width: 90%;
  }

@media (max-width: 430px) {
.table_comparison th, td {
	font-size: 10px;
	padding: 8px 0px;
  }

@media (max-width: 400px) {
.we_will_call_you_back_in_30_minutes {
	float: none;
	margin-top: 5px; 
  }

@media (max-width: 400px) {
.i_agree_with_the_rules {
	float: none;
	margin-top: 5px; 
	margin-bottom: 5px;
  }

@media (max-width: 400px) {
#application_accepted {
	width: 90%;
  }




