/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

body {
	overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

#main_content {
	transition-property: all;
    transition-duration: .5s;
}



nav#mob.open span {
	    right: 5%;top: 7%;    position: fixed;left: unset;
}


#drawer-menu ul.sub-menu {max-height: 0;transition: max-height .3s ease-in-out;    overflow: hidden;}
#drawer-menu ul.sub-menu.act {max-height: 500px;}





nav#drawer-menu ul.sub-menu{
    margin-top: 18px;}
nav#drawer-menu ul.sub-menu li {
    margin-bottom: 20px;
}








header .hero nav ul .sub-menu {
	display: none;
	 flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 69px;
    left: -18px;
    background: #2b4967c4;
    padding: 18px;
	    width: 100%;
    min-width: 116px;
}

header .hero nav ul .sub-menu li {    margin-bottom: 14px;    padding: 0;}
header .hero nav ul .sub-menu li  a {font-size: 15px;}

.menu-item-has-children:hover  ul.sub-menu, header .hero nav ul .sub-menu:hover {
    display: flex;
}


header .hero nav ul li {
    display: inline-block;
    padding: 23px 0;
}

header .hero nav ul li {
    display: inline-block;
    position: relative;
}


.single.single-post main main section{    padding-top: 110px;    max-width: 1000px;padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;    padding-bottom: 80px;}
.single.single-post main main section img {        width: 100%;}

.single.single-post main main section h1 a {    text-decoration: none;
    color: black;}

.single.single-post main main section .post_meta span {    color: rgba(255, 0, 0, 255);}
.single.single-post main main section .post_meta a {    color: rgba(255, 0, 0, 255);    text-decoration: none;}

.main_repair  {    padding-top: 100px;}
.main_repair .container {
	    max-width: 1144px;
	    padding: 0 20px;
    margin: 0 auto;
	display: flex;
	    justify-content: space-between;
}
.main_repair .container .g_left article {       margin-bottom: 47px;
    border-bottom: 1px solid gray;
    padding-bottom: 16px;}
.main_repair .container .g_left article:last-child {
    border-bottom: none;
}
.main_repair .g_left .post_meta  {    margin-top: 15px;
    font-weight: 500;
    margin-bottom: 26px;}
.main_repair .p_txt {     text-align: justify;
   line-height: 1.8;
    letter-spacing: 0.6px;
    margin-bottom: 29px;margin-top: 29px;
}
.main_repair .p_txt p {    line-height: 1.8;
}
.main_repair .g_left .post_meta span {    color: rgba(255, 0, 0, 255);}
.main_repair .g_left .post_meta a {    color: rgba(255, 0, 0, 255);    text-decoration: none;}

.main_repair .g_left .p_title {    text-transform: uppercase;
    font-weight: bold;    font-size: 31px;
    letter-spacing: 0.4px;    
    text-decoration: none;
    color: black;}

.main_repair .container .g_side .more{    margin-top: 11px;}

.main_repair .container img {width: 100%;}

.main_repair .container .g_side .p_title {
    text-decoration: none;
    color: rgba(34, 34, 34, 255);
    display: inline-block;word-break: break-all;
    margin-top: 10px;
}
.main_repair .container .g_side article{    margin-bottom: 38px;}
.main_repair .container .g_side a {
    text-decoration: none;
    color: rgba(255, 0, 0, 255);
    display: inline-block;
}


.main_repair .container .g_side .thumb {    background: white;
    border: 1px solid #b7b7b7;
    height: 144px;
    padding: 7px;}
.main_repair .container .g_side .thumb a {    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

#main_content.open {
    transform: translateX(-300px);
}

.main_repair .g_left{    width: 71%;    padding: 0 28px 0 33px;
    box-sizing: border-box;}
.main_repair .g_side{    width: 24%;    padding: 131px 22px 0 29px;
    box-sizing: border-box;}

.mob_b_wrap {
    position: absolute;
    right: 25px;
    z-index: 1000;
    top: 29px;
}



nav#drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 120px 0;
        background: #2b4a68;
    transition-property: all;
    transition-duration: .5s;
	transform: translateX(300px);
}

nav#drawer-menu ul {
	    display: flex;
    flex-direction: column;
}

nav#drawer-menu ul li {
	    display: inline-block;
    margin-bottom: 30px;
}

nav#drawer-menu ul li a {
	    text-decoration: none;
    color: white;
    font-size: 25px;
}

nav#drawer-menu.open {
	transform: translateX(0);
    z-index: 2;
	    overflow: scroll;    height: 100vh;
}

header .wrap {
  background-color: white;
}

header .wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
}

header .wrap .top .left .logo {
  max-width: 222px;
  margin-top: 11px;
}

nav#mob {
	display: none;
	position: relative;
	height: 45px;
    width: 45px;
	    background: #2b4a68;
	transition: 0.3s;
	    border-radius: 50%;
}

nav#mob span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 3rem;
  border: 0.25rem solid white;
  border-radius: 3rem;
  margin: -0.25rem 0 0 -1.75rem;
  transition: height 0.3s, margin 0.3s, border-width .3s, transform .3s;
}

nav#mob.open span {
  height: 3rem;
  margin: -1.875rem 0 0 -1.875rem;
  border-width: 0.375rem;
}

nav#mob span:before,
nav#mob span:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 3.5rem;
  height: 0.5rem;
  background: white;
  border-radius: 3rem;
  margin: 0 0 0 -1.75rem;
  transition: top 0.3s, margin 0.3s, width .3s, transform .3s;
}

nav#mob.open span:before,
nav#mob.open span:after {
  top: 1.1875rem;
  width: 2rem;
  margin: 0 0 0 -1rem;
}

nav#mob span:before {
  top: -1.125rem;
} 

nav#mob.open span:before {
  transform: rotate(-135deg);
}

nav#mob span:after {
  top: 0.625rem;
}

nav#mob.open span:after {
  transform: rotate(135deg);
}

header .wrap .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .wrap .top .right .number {
  margin-top: 14px;
  margin-right: 28px;
}

header .wrap .top .right .number > :first-child {
  margin: 0 auto;
  color: #2b4a68;
  font-size: 36px;
  font-weight: 700;
}

header .wrap .top .right .number > :nth-child(2) {
  margin: 0 auto;
  margin-left: 1px;
  margin-top: -6px;
  color: red;
  font-size: 17px;
  font-weight: 700;
}

header .wrap .top .right .follow {
  padding: 0 7px;
}

header .wrap .top .right .follow p {
  margin: 0 auto;
  margin-top: 17px;
  color: #2b4a68;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

header .wrap .top .right .follow ul.icns {
  padding: 0 5px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .wrap .top .right .follow ul.icns li {
  display: inline-block;
}

header .wrap .top .right .follow ul.icns li .icn {
  max-width: 30px;
}

header .hero {
  background-image: url("./img/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 185px;
}

header .hero nav {
  padding: 0 23px;
  background: #2b4967c4;
}

header .hero nav ul {
  margin: 0;
  padding: 0;
  max-width: 747px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .hero nav ul li {
  display: inline-block;
}

header .hero nav ul li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
}

header .hero .showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1372px;
  margin: 0 auto;
}

header .hero .showcase .left .number_mob {
	    text-align: center;
    flex-direction: column;
	display: none;
}

header .hero .showcase .left .number_mob > :first-child {
	    margin: 0;
    color: white;
    font-size: 46px;
    font-weight: 700;
    margin-top: 34px;
}

header .hero .showcase .left .number_mob > :nth-child(2) {
	    color: white;
    font-size: 22px;
    font-weight: 400;
    background: red;
    margin: 0 auto;
    padding: 1px 15px;
    margin-top: -3px;
}

header .hero .showcase .left .dots {
	display: none;
	    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 47px;
    margin: 0 auto;
    margin-top: 45px;
}

header .hero .showcase .left .dots  .dot {
	width: 10px;
    height: 10px;
    background: white;
	border-radius: 50%;
}

section.reviews .left .dots {
	display: none;
	    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 47px;
    margin: 0 auto;
    margin-top: 55px;
}

section.reviews .dots  .dot {
	width: 10px;
    height: 10px;
    background: white;
	border-radius: 50%;
}

.hero.temp {padding-bottom: 74px;}

.hero.temp .showcase {      text-align: center;  flex-direction: column;}
.hero.temp .showcase > :first-child {
	color: white;
	text-align: center;   
	margin-left: auto;
    margin-right: auto;    
	font-size: 67px;
	margin-top: 68px;
	margin-bottom: 10px;
}

.hero.temp .showcase > :nth-child(2) {  
	color: white;
	text-align: center;
	font-size: 34px;   
	margin-top: 11px;   
	margin-left: auto;
    margin-right: auto;}

header .hero .showcase .left > :first-child {
  margin: 0;
  margin-top: 139px;
  margin-left: 160px;
  line-height: 0.9;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: white;
  font-size: 85px;
  font-weight: 700;
}

header .hero .showcase .left > :nth-child(2) {
  line-height: 1;
  letter-spacing: -1px;
  margin: 0;
  margin-left: 154px;
  text-transform: uppercase;
  color: white;
  font-size: 51px;
  font-weight: 500;
}

header .hero .showcase .right {
  width: 100%;
  max-width: 547px;
}

header .hero .showcase .right .form {
  max-width: 358px;
  margin-top: 92px;
  background-image: url("./img/texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 42px;
  border-radius: 6px;
  border: 4px solid #3e68922b;
  background-position-x: center;
  margin-left: 16px;
}

header .hero .showcase .right .form .head {
  text-align: center;
  max-width: 274px;
  margin: 0 auto;
  background-image: url("./img/texture2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 18px;
  padding-bottom: 15px;
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
  padding-bottom: 32px;
}

header .hero .showcase .right .form .head > :first-child {
  margin: 0;
  color: white;
  letter-spacing: -0.2px;
  font-size: 21px;
  font-weight: 700;
}

header .hero .showcase .right .form .head > :nth-child(2) {
  margin: 0;
  color: white;
  font-size: 21px;
  font-weight: 500;
}

header .hero .showcase .right .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 262px;
  margin: 0 auto;
  margin-top: 10px;
}

header .hero .showcase .right .form form p {    margin: 0;}

header .hero .showcase .right .form form input {
  font-size: 20px;
  text-align: center;
  margin-bottom: 8px;
  padding: 9px 0;
  width: 100%;
  border-radius: 4px;
  border: none;
}

header .hero .showcase .right .form form input::-webkit-input-placeholder {
  color: #2b4a68;
}

header .hero .showcase .right .form form input:-ms-input-placeholder {
  color: #2b4a68;
}

header .hero .showcase .right .form form input::-ms-input-placeholder {
  color: #2b4a68;
}

header .hero .showcase .right .form form input::placeholder {
  color: #2b4a68;
}

header .hero .showcase .right .form form input[type=submit] {
  padding: 9px 0;
  margin-top: 5px;
  border: none;
  color: white;
  background-color: red;
  font-size: 18px;
  font-weight: 700;
}

header .hero .showcase .right .form .bottom {
  max-width: 264px;
  margin: 0 auto;
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -14px;
}

header .hero .showcase .right .form .bottom .icn {
  max-width: 26px;
  margin-left: 26px;
}

header .hero .showcase .right .form .bottom p {
  color: white;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 700;
}

section.links {
  background-color: white;
  padding-bottom: 15px;
}

section.links .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1097px;
  margin: 0 auto;
}

section.links .columns .column {
  text-align: center;
  background-image: url("./img/texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 263px;
  -webkit-transform: translateY(-71px);
  transform: translateY(-51px);
  padding-bottom: 34px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  position: relative;
  background-position-x: center;
}

section.links .columns .column:before {
  content: "";
  display: block;
  background: white;
  height: 6px;
  width: 100%;
  -webkit-transform: translateY(-14px);
  transform: translateY(-7px);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

section.links .columns .column:after {
  content: "";
  background-image: url("./img/shadow.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 75%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -19px;
  width: 100%;
  height: 20px;
  opacity: 0.5;
}

section.links .columns .column .icn {
  max-width: 60px;
  margin-top: 7px;
}
section.links .columns .column h1,section.links .columns .column h2,section.links .columns .column h3,section.links .columns .column h4,section.links .columns .column h5,section.links .columns .column h6 {
  color: white;
  margin: 6px 0;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
}

section.links .columns .column p {
  color: white;
  padding: 0px 29px;
  margin: 8px 0;
  font-size: 15px;
  font-weight: 400;
}

section.links .columns .column .button {
  display: inline-block;
  text-decoration: none;
  padding: 9px 0;
  margin-top: 10px;
  border: none;
  color: white;
  width: 100%;
  max-width: 206px;
  background-color: red;
  font-size: 18px;
  font-weight: 700;
}

section.video {
  padding-bottom: 100px;
  background-color: #f3f4f6;
  border-top: 2px solid #e3e4e4;
}

section.video .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1376px;
  margin: 0 auto;
  padding-top: 69px;
}

section.video .container .left {
  width: 60%;
}

section.video .container .left .video {
  max-width: 528px;
  margin-left: 198px;
  width: 100%;
  padding: 11px;
  background: white;
  border: 1px solid #d4d4d4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.video .container .left .video:after {
content: "";
    background-image: url(./img/shadow.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 75%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -32px;
    width: 100%;
    height: 31px;
    opacity: 0.4;
}

section.video .container .left .video img {
  width: 100%;
}

section.video .container .right {
  width: 40%;
  padding-right: 163px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 19px;
}

section.video .container .right h4 {
  margin-bottom: 0;
  color: #2b4a68;
  font-size: 27px;
  font-weight: 800;
  margin-top: 40px;
}

section.video .container .right p {
  margin-top: 8px;
  line-height: 1.5;
  color: #2b4a68;
  font-size: 22px;
  font-weight: 400;
}

section.reviews {
  padding-bottom: 61px;
  padding-top: 77px;
  background-image: url("./img/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

section.reviews .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 104px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.reviews .container .left {
  width: 40%;
}

section.reviews .container .left > :first-child {
  margin-bottom: 0;
  color: white;
  font-size: 19px;
  font-weight: 700;
  margin-top: 12px;
}

section.reviews .container .left ul {
  margin-top: 42px;
  padding-left: 19px;
}

section.reviews .container .left ul li {
  margin-bottom: 6px;
  list-style-image: url("./img/checkmark.png");
  color: white;
  padding-left: 16px;
  font-size: 17px;
  font-weight: 400;
}

section.reviews .container .right {
  width: 42%;
  padding-left: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.reviews .container .right > :first-child {
  margin-top: 13px;
  margin-bottom: 0;
  color: white;
  font-size: 17px;
  font-weight: 700;
}

section.reviews .container .left .dots {
	display: none;
}

section.reviews .container .right .review {
  margin-top: 36px;
}

section.reviews .container .right .review .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.reviews .container .right .review .head .icn {
  max-width: 57px;
}

section.reviews .container .right .review .head .wrap {
  padding-left: 8px;
}

section.reviews .container .right .review .head .wrap h6 {
  margin: 0;
  max-width: 300px;
  color: white;
  font-size: 16px;
  font-weight: 700;
}

section.reviews .container .right .review .head .wrap .rating {
  margin-top: 5px;
}

section.reviews .container .right .review .head .wrap .rating img {
  width: 12px;
}

section.reviews .container .right .review .text p {
  line-height: 1.5;
  padding-right: 20px;
  color: white;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  margin-top: 13px;
}

section.companies {
  background-color: white;
  text-align: center;
  padding-top: 76px;
  padding-bottom: 83px;
}

section.companies > :first-child {
  margin: 0;
  color: #2b4a68;
  font-size: 18px;
  font-weight: 700;
}

section.companies ul.logos {
  max-width: 1081px;
  margin: 0 auto;
  padding: 0;
  margin-top: 51px;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.companies ul.logos li {
  display: inline-block;
  margin-bottom: 20px;
}

section.companies ul.logos li img {
  max-width: 66%;
}

footer {
  background-color: #f3f4f6;
  padding-top: 36px;
  padding-bottom: 139px;
  border-top: 2px solid #e3e4e4;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1142px;
  margin: 0 auto;
  padding: 0 65px 0 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .left .follow_mob {
	display: none;
}

footer .container .left p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #2b4a68;
  margin-top: 14px;
  margin-bottom: 3px;
}

footer .container .left span {
  font-size: 13px;
  font-weight: 500;
  color: #2b4a68;
}

footer .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 7px;
}

footer .container .right span {
  color: #2b4a68;
  font-size: 14px;
  font-weight: 700;
}

footer .container .right .icn {
  max-width: 28px;
  margin: 0 4px;
}

section.links .columns .column .button:hover {
	background-color: #ca0000;
}
header .hero .showcase .right .form form input[type=submit]:hover {
	background-color: #ca0000;
	cursor: pointer;
}
section.links .columns .column .button {
	transition: background-color .3s ease;
}
header .hero .showcase .right .form form input[type=submit] {
	transition: background-color .3s ease;
}
header .wrap .top .right .follow ul.icns {
	justify-content: center;
	padding-top: 10px;
}
footer .container .right a, footer .container .left .follow_mob a {
	padding-left: 10px;
}
header .wrap .top .right .follow ul.icns li .icn, footer .container .right .icn {
	transition: transform .3s ease-in-out;
}
header .wrap .top .right .follow ul.icns li .icn:hover, footer .container .right .icn:hover {
	transform: scale(1.2);
}






/* =================================== */
/* ----------- Media query ----------- */
/* =================================== */

@media (max-width: 1428px) {
  header .hero .showcase .left > :first-child {
    font-size: 100px;
  }
  header .hero .showcase .left > :nth-child(2) {
    font-size: 55px;
  }
  section.video .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.video .container .right {
    width: 40%;
  }
  section.video .container .left {
    width: 50%;
  }
  section.companies ul.logos {
    max-width: 90%;
  }
}

@media (max-width: 1300px) {
  header .hero .showcase .left > :first-child {
    font-size: 75px;
  }
  header .hero .showcase .left > :nth-child(2) {
    font-size: 42px;
  }
  section.links .columns .column h1,section.links .columns .column h2,section.links .columns .column h3,section.links .columns .column h4,section.links .columns .column h5,section.links .columns .column h6 {
    font-size: 22px;
  }
  section.links .columns .column p {
    font-size: 16px;
  }
  section.links .columns .column .button {
    max-width: 245px;
  }
}

@media (max-width: 1200px) {
  section.links .columns {
    max-width: 1070px;
  }
  section.links .columns .column {
    max-width: 258px;
  }
  section.links .columns .column .button {
    max-width: 198px;
  }
  section.video .container .right h4 {
    font-size: 27px;
  }
  section.video .container .right h5 {
    font-size: 20px;
  }
}

@media (max-width: 1077px) {
  header .wrap .top .left .logo {
    max-width: 257px;
  }
  header .wrap .top .right .number > :first-child {
    font-size: 40px;
  }
  header .wrap .top .right .number > :nth-child(2) {
    font-size: 19px;
  }
  header .hero nav ul li a {
    font-size: 24px;
  }
  header .hero .showcase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .hero .showcase .left {
    text-align: center;
  }
  header .hero .showcase .left > :first-child {
    margin-left: 0;
  }
  header .hero .showcase .left > :nth-child(2) {
    margin-top: 32px;
    margin-left: 0;
  }
  header .hero .showcase .right .form {
   margin-left: auto;
	  margin-right: auto;
  }
  section.links .columns {
    max-width: 894px;
  }
  section.links .columns .column {
        max-width: 204px;
    margin-bottom: 30px;
  }
section.links .columns .column .button {    
   font-size: 18px;
    max-width: 150px;
}
section.links .columns .column .icn {
    max-width: 55px;
    margin-top: 7px;
}
section.links .columns .column .icn.last {
    max-width: 65px!important;
}
section.links .columns .column h1,section.links .columns .column h2,section.links .columns .column h3,section.links .columns .column h4,section.links .columns .column h5,section.links .columns .column h6 {
    font-size: 18px;
}
section.links .columns .column p {
    font-size: 13px;
}
  section.video .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.video .container .left {
    width: 80%;
  }
  section.video .container .left .video {
    margin: 0;
    max-width: 850px;
    margin-top: 70px;
  }
  section.video .container .right {
    width: 80%;
    padding: 0;
    text-align: center;
  }
  section.reviews .container .left {
    width: 45%;
  }
  section.reviews .container .left > :first-child {
    font-size: 19px;
    margin-top: 30px;
  }
  section.reviews .container .left ul li {
    font-size: 16px;
  }
  section.reviews .container .right {
    width: 45%;
  }
  section.reviews .container .right > :first-child {
    font-size: 19px;
    margin-top: 30px;
  }
  section.reviews .container .right .review .head .wrap h6 {
    font-size: 17px;
  }
  section.reviews .container .right .review .text p {
    font-size: 15px;
  }
}

@media (max-width: 930px) {
	.hero.temp .showcase{    padding: 0 25px;    text-align: center;}
	.main_repair .g_left {
		width: 63%;}
	.main_repair .g_side {
		width: 31%;}
section.links .columns {
    max-width: 840px;
}
  footer .container .left p {
    font-size: 16px;
  }
  footer .container .left span {
    font-size: 15px;
  }
}

@media (max-width: 850px) {
section.links .columns {
    max-width: 684px;
    flex-wrap: wrap;
}
section.links .columns .column {
    max-width: 45%;
}
}

@media (max-width: 800px) {
	section.companies ul.logos li {
		    width: 50%;
    margin: 0 auto;
	}
  header .wrap .top .left .logo {
    max-width: 183px;
  }
  header .wrap .top .right .number > :first-child {
    font-size: 25px;
  }
  header .wrap .top .right .number > :nth-child(2) {
    font-size: 11px;
    margin-top: -4px;
  }
  header .wrap .top .right .follow p {
    margin-top: 19px;
    font-size: 15px;
  }
  header .wrap .top .right .follow ul.icns li .icn {
    max-width: 33px;
    margin: 0 3px;
  }
  header .hero nav ul li a {
    font-size: 20px;
  }
  section.links .columns {
    max-width: 620px;
  }
  section.reviews .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.reviews .container .left {
    width: 90%;
  }
  section.reviews .container .right {
    width: 90%;
    margin-top: 55px;
  }
  section.companies ul.logos {
            flex-direction: row;
	  flex-wrap: wrap;
  }
  section.companies ul.logos li img {
    margin-bottom: 25px;
  }
  footer {
    padding-bottom: 95px;
  }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  footer .container .right {
    margin-top: 55px;
  }
}

@media (max-width: 740px) {
	.main_repair {
    padding-top: 68px;
}
	.main_repair .g_side{    padding: 165px 22px 0 29px;}
	.main_repair .g_left .p_title {font-size: 22px;}
	.main_repair .p_txt {    font-size: 12px;}
	.main_repair .container .g_side .p_title {    font-size: 12px;}
	.main_repair .container .g_side .more { font-size: 12px;}
	.main_repair .container .g_side .thumb {height: 84px;}
	.hero.temp .showcase > :first-child {    font-size: 32px;}
	.hero.temp .showcase > :nth-child(2) {
		font-size: 20px;
		color: white;	
	}
}

@media (max-width: 650px) {
	section.links .columns .column .icn {
    margin-top: 21px;
}
	section.links .columns .column:first-child {
		    padding-top: 45px;
        padding-bottom: 23px;
	}
	section.links .columns .column p {    font-size: 15px;}
	section.links .columns .column .button {    margin-top: -1px;
    max-width: 276px;}
	section.links .columns .column:first-child:before {
		height: 0;
	}
	header .hero {
		    padding-bottom: 137px;
	}
	header .hero nav {
		display: none;
	}
	header .hero .showcase .left > :first-child {
    font-size: 49px;
    margin-top: 124px;
    letter-spacing: -2px;
}
	header .wrap .top .left .logo {
    	        max-width: 180px;
    margin-left: 9px;
    margin-bottom: 8px;
	}
	nav#mob {
		display: block;
	}
	header .hero .showcase .left .number_mob, header .hero .showcase .left .dots, section.reviews .container .left .dots {
		    display: flex;
	}
	footer .left .follow_mob {
		    display: flex;
    	align-items: center;
    	justify-content: center;
		    margin-top: 18px;
    margin-bottom: 61px;
	}
	footer .container .right {
		display: none;
	}
	section.links {
		    border-top: 8px solid white;
		padding-bottom: 0;
	}
	section.video .container {
		flex-direction: column;
		    padding-top: 0;
	}
	section.links .columns .column:before {
		    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0 auto;
		height: 2px;
		  transform: translateY(0);
		width: 30%;
	}
	section.links .columns .column:after {
		content: none;
	}
	section.video .container .left {
    width: 94%;
}
	section.video .container .right h4 {
		    margin-top: 49px;
	}
	section.video {
		    padding-bottom: 67px;
	}
	section.video .container .right h5 {
    font-size: 22px;
		    margin-bottom: 0;
}
	section.video .container .left .video {
		    padding: 6px;
    max-width: 355px;
    margin-top: 51px;
}
	section.video .container .left .video iframe {
		    height: 200px;
	}
	section.video .container .right {
        width: 90%;
}
	section.links .columns {
		    max-width: 100%;
		    background: #2b4967;
		padding-bottom: 22px;
	}
	section.links .columns .column {
		    transform: translateY(0);
		    max-width: 100%;
		border-radius: 0;
		margin-bottom: 0;
		background: #2b4967;
	}
	header .wrap .top .right .number, header .wrap .top .right .follow {
		display: none;
	}
	header .hero .showcase .right .form {
		display: none;
	}
  header .hero nav ul li a {
    font-size: 17px;
  }
	header .hero .showcase .left > :nth-child(2) {
    font-size: 26px;
    margin-top: 20px;
    letter-spacing: 1px;
	}
	section.reviews {
		    padding-top: 32px;
		    padding-bottom: 47px;
	}
	section.reviews .container .left > :first-child {
		    text-align: center;
    font-size: 23px;
    padding: 0 12px;
	}
	section.reviews .container .left ul {
    margin-top: 14px;
	}
	section.reviews .container .left ul li {
    font-size: 18px;
    font-weight: 400;
		    margin-bottom: 5px;
	}
	section.reviews .container .right {
    	margin-top: 28px;
		width: 100%;
	}
	section.reviews .container .right > :first-child {
    	font-size: 20px;
	}
	section.companies {
		    padding-top: 65px;
		padding-bottom: 55px;
	}
	section.companies > :first-child {
		    font-size: 21px;
	}
	section.companies ul.logos {
		margin-top: 35px;
	}
	footer {
		    padding-top: 31px;
	}
	footer .container {
		    padding: 0 50px 0 50px;
	}
	footer .container .left p {
    	font-size: 18px;
		    padding: 0 20px;
	}
	footer .container .left .follow_mob span {
    	font-size: 13px;
	}
	footer .container .left .follow_mob img {
		    max-width: 27px;
    margin: 0 6px;
	}
}

@media (max-width: 560px) {
	.main_repair .g_side {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;    padding: 30px 0 0 0;    justify-content: space-between;
}
	.main_repair .g_left {
    width: 100%;
    padding: 0;
}
	.main_repair .container {flex-direction: column;}
  header .wrap .top .right .number {
    margin-right: 0;
  }
	.main_repair .container .g_side article {
    margin-bottom: 38px;
    width: 45%;
}
  header .hero nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .hero nav ul li a {
    font-size: 17px;
    margin-bottom: 15px;
    display: inline-block;
  }
}

@media (max-width: 470px) {
  section.reviews .container {
    padding: 0 20px;
  }
	.hero.temp .showcase > :first-child { word-break: break-word; }
}

@media (max-width: 350px) {
	header .hero .showcase .left > :first-child {
    font-size: 38px;
    margin-top: 124px;
    letter-spacing: -2px;
}
	header .hero .showcase .left > :nth-child(2) {
    font-size: 19px;
    margin-top: 20px;
    letter-spacing: 1px;
}
	header .hero .showcase .left .number_mob > :first-child {
    margin: 0;
    color: white;
    font-size: 35px;
    font-weight: 700;
    margin-top: 34px;
}
	header .hero .showcase .left .number_mob > :nth-child(2) {
    color: white;
    font-size: 16px;
    font-weight: 400;
    background: red;
    margin: 0 auto;
    padding: 1px 15px;
    margin-top: 7px;
}
	section.video .container .left .video {
    padding: 6px;
    max-width: 310px;
    margin-top: 51px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}
	section.video .container .left .video iframe {
		    width: 240px;
	}
}