@font-face {
    font-family: 'RobotoMedium';
    src: url('fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoLigth';
    src: url('fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoLigthItalic';
    src: url('fonts/Roboto-LightItalic.ttf') format('truetype');
}

*{
    margin: 0;
    padding: 0;
}

/* ---- base ---- */

html,body {
    width: 100%;
    height: 100%;
}

.contant {
    margin: 0 auto;
    width: 90%;
    /*width: 1100px;*/
}

#header {
    height: 130px;
}

#header > a {
    float: left;
}

#header img {
    position: relative;
    width: 220px;
    padding-top: 40px;
    float: left;
}

div > .one {
    max-width: 800px;
    display: inline-block;
    padding-top: 50px;
    vertical-align: sub;
}

ul {
    padding-left: 90px;
    list-style: none;
    float: left;
    height: 30px;
    text-align:center;
}

a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #646464;
}

a:hover {
}

a:visited {
    color: #646464;
}

#header li {
    display: inline-block;
    margin-left: 25px;
    transition: .5s linear;
    color: #646464;
    font: 14px  'RobotoMedium';
}

li a:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #fe5858;
    transition: all 0.5s linear;
}

li a:hover:after{
    width: 100%;
    color: #fe5858;
}

.call_mob {
    display: none;
}

.call_mob > a{
    /*text-align: center;*/
    width: 55px;
}

#header .call_mob > a > img {
    width: 50px;
    padding: 10px;
}

.call {
    float: right;
    padding-top: 20px;
}
.call span {
	float: left;
}

.call p {
    font: 20px 'RobotoBold';
    color: #e30613;
    padding-bottom: 10px;
}

.call > a {
	float: right;
    background: #e30613;
    text-align: center;
    font: 20px 'Myriad Pro';
    color: #fff;
    border: 2px #e30613 solid;
    border-radius: 5px;
    padding: 6px;
}


.app_form {
    font: 35px 'RobotoMedium';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
}

.name_tel_form {
    font: 20px 'RobotoMedium';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
}

.time_form {
    font: 19px 'RobotoMedium';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
}

.popup, .popup2 {
      position: absolute;
      height:100%;
      width:100%;
      top:0;
      left:0;
      display:none;
}

.popup_bg, .popup_bg2 {
      background:rgba(0,0,0,0.9);
      position:absolute;
      z-index:1000;
      height:100%;
      width:100%;
}

.form {
      position: relative;
      margin: 0 auto;
      z-index: 2000;
      width: 65%;
      padding: 100px 0;
}


.form2 {
      position: relative;
      margin: 0 auto;
      z-index: 2000;
      width: 50%;
      padding: 170px 0;
}

#brief-form label, #brief-form2 label {
    display: none;
}


#brief-form .txt, #brief-form2 .txt {
    text-align: center;
    padding: 0 6px;
    font: 16px 'RobotoMedium';
    color: #e30613;
    width: calc(100% - 14px);
}

#brief-form input, #brief-form2 input {
    height: 40px;
    position: relative;
    font-size: 14px;
    color: #e30613;
    outline: none;
    border: 1px solid #575756;
    margin: 15px 0 0 0;

    -webkit-background-clip: padding-box;
    /*-ms-background-clip: padding-box;*/
    background-clip: padding-box;
    border-radius: 5px;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#brief-form input:focus, #brief-form2 input:focus {
    box-shadow: inset 0 0 10px rgba(87,87,86,0.9);
    -webkit-box-shadow: inset 0 0 10px rgba(87,87,86,0.9);
    -moz-box-shadow: inset 0 0 10px rgba(87,87,86,0.9);
}

#brief-form input[type="submit"], #brief-form2 input[type="submit"] {
    position: relative;
    width: 100%;
    height: 42px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    border: 1px solid #E6173F;

    -webkit-background-clip: padding-box;
    /*-moz-background-clip: padding-box;*/
    background-clip: padding-box;
    border-radius: 5px;

    background-color: #e30613;

    cursor: pointer;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#brief-form input[type="submit"]:active, #brief-form2 input[type="submit"]:active {
    color: #575756;
}

#timer {
    background: url("img/back1.png");
    background-size: cover;
}

#timer .contant > p {
    font: 38px 'RobotoBold';
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-bottom: 18px;
    color: #4c4949;
}

#timer .contant > b {
    font: 22px 'RobotoBold';
    display: block;
    padding-bottom: 20px;
    color: #4c4949;
}

#timer .contant > .cont {
    width: 400px;
}

#timer .contant .cont > span {
    display: block;
    font: 18px 'RobotoMedium';
    color: #808080;
    /*color: #bdbdbc;*/
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

#timer .contant .cont > em {
    display: block;
    font: 23px 'RobotoBold';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 20px;
    color: #ff0000;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    -ms-text-stroke: 1px #fff;
}

#timer .get {
    text-align: center;
    padding-bottom: 40px;
}

#timer .contant .get > a {
    background: #e30613;
    font: 24px 'Myriad Pro';
    color: #fff;
    border: 2px #e30613 solid;
    border-radius: 5px;
    padding: 10px 8px 6px 8px;
}

.down {
    text-align: center;
    position: relative;
    top: -40px;
}

#about {
    background: url("img/back2.png") no-repeat;
    background-size: contain;
    height: 530px;
}

#about > .left-block {
    float: left;
}

#about .right-block {
    position: relative;
    float: right;
    width: 70%;
    padding-top: 30px;
}

#about h1, h2 {
    text-align: center;
    font: 24px 'RobotoBold';
    padding: 5px 0 20px 0;
    margin-left: 50px;
}

#about .right-block li {
    /*display: inline-block;*/
    margin-left: -20px;
    transition: .5s linear;
    color: #020000;
    font: 18px  'RobotoBold';
}

#why_we {
    background: #f1f1f1;
    height: 350px;
}

h3 {
    font: 30px 'RobotoBold';
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
    margin-bottom: -10px;
    color: #646464;
}

#why_we .contant > div {
    /*margin: 0 auto;*/
    text-align: center;
}

#why_we .block {
    position: relative;
    transition: 0.5s linear;
    display: inline-block;
    width: 190px;
    height: 230px;
    background: #fdfdfd;
    margin-right: 35px;
}

#why_we .block:last-child {
    margin-right: 0;
}

#why_we .block > .imgs1 {
    margin: 30px 0 0 35px;
    background: url("img/icon-07.png") no-repeat;
    height: 110px;
    width: 150px;
}

#why_we .block:hover > .imgs1 {
    background: url("img/icon-08.png") no-repeat;
}

#why_we .block > .imgs2 {
    margin: 30px 0 15px 35px;
    background: url("img/icon-05.png") no-repeat;
    height: 110px;
    width: 150px;
}

#why_we .block:hover > .imgs2 {
    background: url("img/icon-06.png") no-repeat;
}

#why_we .bl2 {
    top: -23px;
}

#why_we .block > .imgs3 {
    margin: 30px 0 15px 35px;
    background: url("img/icon-03.png") no-repeat;
    height: 110px;
    width: 150px;
}

#why_we .block:hover > .imgs3 {
    background: url("img/icon-04.png") no-repeat;
}

#why_we .bl3 {
    top: -4px;
}

#why_we .block > .imgs4 {
    margin: 30px 0 15px 35px;
    background: url("img/icon-01.png") no-repeat;
    height: 110px;
    width: 150px;
}

#why_we .block:hover > .imgs4 {
    background: url("img/icon-02.png") no-repeat;
}

#why_we .block:hover {
    background: #f96565;
    -webkit-transform: scale(1.1);
    transform: scale(1.2);
    cursor: pointer;
}

#why_we .block p {
    font: 16px 'RobotoBold';
    color: #ef7a7d;
    text-align: center;
    vertical-align: bottom;
}

#why_we .block:hover p {
    font: 16px 'RobotoBold';
    color: #fff;
    text-align: center;
    vertical-align: bottom;
}

#service h4 {
    font: 17px 'RobotoBold';
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 25px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 12px;
}

#service p {
    font: 14px 'RobotoLigth';
    color: #fff;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    /*-webkit-text-stroke: .5px #e30613;*/
}
#service a {
	display: block;
	position: absolute;
	background-color: transparent;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#work {
    background: url("img/back3.png") no-repeat;
    background-size: cover;
    height: 450px;
    margin-top: 50px;
    width: 100%;
}

#work > h3 {
    font: 30px 'RobotoBold';
    text-transform: uppercase;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 100px;
    color: #fff;
}

#work .ico {
    background: url("img/line.png") no-repeat;
    background-size: contain;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;

}

#work .ico > div {
    width: 170px;
    display: inline-block;
}

#work .ico img {
    padding: 0 38px;
}

#work .ico p {
    font: 14px 'RobotoBold';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

#work .ico1 {
    position: relative;
    top: -25px;
    transition: 0.2s linear;

}

#work .ico1:hover {
    transform: scale(1.1);
    cursor: pointer;
}

#work .ico1:hover p {
    text-shadow: 1px 1px 5px black;
}

#work .ico2 {
    position: relative;
    top: -25px;
    transition: 0.2s linear;

}

#work .ico2:hover {
    transform: scale(1.1);
    cursor: pointer;
}


#work .ico2:hover p {
    text-shadow: 1px 1px 5px black;
}

#work .ico3 {
    position: relative;
    top: -50px;
    transition: 0.2s linear;

}

#work .ico3:hover {
    transform: scale(1.1);
    cursor: pointer;
}


#work .ico3:hover p {
    text-shadow: 1px 1px 5px black;
}

#work .ico4 {
    position: relative;
    top: -15px;
    transition: 0.2s linear;

}

#work .ico4:hover {
    transform: scale(1.1);
    cursor: pointer;
}

#work .ico4:hover p {
    text-shadow: 1px 1px 5px black;
}

#work .ico5 {
    position: relative;
    top: 10px;
    transition: 0.2s linear;

}

#work .ico5:hover {
    transform: scale(1.1);
    cursor: pointer;
}

#work .ico5:hover p {
    text-shadow: 1px 1px 5px black;
}

#work .ico6 {
    position: relative;
    top: 15px;
    transition: 0.2s linear;

}

#work .ico6:hover {
    transform: scale(1.1);
    cursor: pointer;
}

#work .ico6:hover p {
    text-shadow: 1px 1px 5px black;
}

#zakaz {
    height: 660px;
    background: url("img/back4.png") no-repeat;
    background-size: cover;
}

#zakaz p {
    font: 33px 'RobotoBold';
    text-transform: uppercase;
    color: #575756;
    letter-spacing: 4px;
    word-spacing: 5px;
    padding-top: 130px;
}

#zakaz em {
    background: #e30613;
    color: #fff;
    border: 2px #e30613 solid;
    border-radius: 5px;
    padding: 10px 8px 6px 8px;
    font-style: normal;
}

#miscalc {
    background: url("img/back_form.png") no-repeat;
    text-align: center;
    display: block !important;
    margin-top: 130px;
}

#miscalc h4 {
    font: 20px 'RobotoBold';
    color: #fff;
    padding: 35px 0;
    text-transform: uppercase;
}

#miscalc label {
    display: none;
}

#miscalc .txt {
    padding: 0 6px;
    font: 16px 'RobotoMedium';
    color: #575756;
    width: 300px;
    border-radius: 7px;
    margin: 5px 27px;
}


#miscalc .txtarea {
    padding: 4px 6px;
    color: #575756;
    font: 16px 'RobotoMedium';
    width: 300px;
    height: 100px;
    border-radius: 7px;

}

#miscalc input, textarea {
    height: 40px;
    position: relative;
    font-size: 14px;
    color: #575756;
    outline: none;
    border: 1px solid #575756;

}
#miscalc input:focus, textarea:focus {
    box-shadow: inset 0 0 10px rgba(87,87,86,0.9);
    -webkit-box-shadow: inset 0 0 10px rgba(87,87,86,0.9);
    -moz-box-shadow: inset 0 0 10px rgba(87,87,86,0.9);
}

#miscalc input[type="submit"] {
    position: relative;
    width: 315px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: bold;
    outline: none;
    border: 1px solid #575756;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #ff0000;

    cursor: pointer;
}

#time {
    height: 250px;
    background: #ffffff;

}

#time p {
    font: 30px 'RobotoBold';
    text-transform: uppercase;
    color: #000;
    letter-spacing: 4px;
    word-spacing: 5px;
    padding-top: 65px;
}

#time .circl {
    display: inline-block;
    background: #fa6e6d;
    color: #fff;
    width: 140px;
    border-radius: 75px;
    padding: 20px 5px;
    text-align: center;
}

#time .circl em {
    font: 18px 'RobotoLigthItalic';
    text-transform: uppercase;
}

#time .circl span {
    font: 40px 'RobotoBold';
}

#client {
    height: 730px;
    background: url("img/back5.png") no-repeat;
    background-size: 100% 100%;
}

#client h3 {
    padding: 100px 0 70px 0;
}

#client ol > li > img {
    margin: 0 auto;
}

#client ol > li p {
    font: 18px 'RobotoBold';
    color: #ff0000;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0 0 0;
}

#client ol > li span {
    width: 100%;
    display: inline-block;
    font: 18px 'RobotoBold';
    color: #575756;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0;
}

#trust {
    height: 260px;
    background: #fff;
}

#trust .autoplay div {
    padding: 0 30px;
}

#contact {
    height: 480px;
    padding-bottom: 90px;

}

#map-canvas {
    height: 480px;
    width: 50%;
    float: left;
}

#contact .address {
    height: 480px;
    float: right;
    width: 50%;
    background: url("img/back6.png") no-repeat;
    background-size: cover;
}

#contact .address h6 {
    font: 42px 'RobotoBold';
    text-transform: uppercase;
    color: #ff0000;
    padding: 40px 0 20px 80px;
}

#contact .address p {
    font: 20px 'RobotoBold';
    color: #fff;
    padding: 10px 0 0 80px;
}

#footer {
    margin-top: -90px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: #ffe877;
}

#footer a {
    float: right;
    bottom: 37px;
}

@media screen and (max-width: 1000px) {
   #contact .address p {
    font-size: 18px;
}
}

@media screen and (max-width: 1300px) {
	.call p {
		font: 15px 'RobotoBold';
	}

}

@media screen and (max-width: 1189px) {
    #about .right-block {
        float: left;
        width: 100%;
    }
	.call span {
		float: none;
	}
}

@media screen and (max-width: 1099px) {
    #trust .autoplay div {
        padding: 0 18px;
    }
}

@media screen and (max-width: 1078px) {
    #time p {
        font: 27px 'RobotoBold';
        letter-spacing: 3px;
        word-spacing: 3px;
    }

    #time .circl {
        width: 125px;
    }

    #time .circl em {
        font-size: 15px;
    }
}

@media screen and (max-width: 1039px) {
    #work {
        height: 380px;
    }

    #work > h3 {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    #work .ico > div {
        width: 150px;
    }

    #work .ico img {
        padding: 0 30px;
    }

    #work .ico1 {
        top: -40px;
    }

    #work .ico2 {
        top: -35px;
    }
    #work .ico3 {
        top: -70px;
    }
    #work .ico4 {
        top: -40px;
    }
    #work .ico5 {
        top: -20px;
    }
    #work .ico6 {
        top: -15px;
    }

    #zakaz p {
        font: 30px 'RobotoBold';
        text-transform: uppercase;
        color: #575756;
        letter-spacing: 4px;
        word-spacing: 5px;
        padding-top: 130px;
    }
}

@media screen and (max-width: 1000px){
    .contant {
        width: 97%;
    }

    #header ul {
        padding-left: 30px;
    }
}

@media screen and (max-width: 923px){
    #zakaz p {
        font: 25px 'RobotoBold';
        text-transform: uppercase;
        color: #575756;
        letter-spacing: 3px;
        word-spacing: 3px;
        padding-top: 100px;
    }

    #zakaz em {
        background: #e30613;
        color: #fff;
        border: 2px #e30613 solid;
        border-radius: 5px;
        padding: 8px 0 5px 6px;
        font-style: normal;
    }

    #miscalc {
        background: url("img/back_form.png") no-repeat;
        text-align: center;
        display: block !important;
        margin-top: 100px;
    }

    #miscalc h4 {
        font: 20px 'RobotoBold';
        color: #fff;
        padding: 30px 0;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 919px) {
    #work .ico > div {
        width: 120px;
    }

    #work .ico img {
        padding: 0 20px;
    }
    #work .ico3 {
        top: -45px;
    }
}

@media screen and (max-width: 905px){
    .call {
        display: none;
    }

    .call_mob {
        display: inline-block;
    }

    #why_we .block {
        margin-right: 15px;
    }

    #why_we .block:last-child {
        margin-right: 15px;
    }
}

@media screen and (max-width: 887px) {
    #time {
        height: 190px;
    }

    #time p {
        font: 20px 'RobotoBold';
        letter-spacing: 2px;
        word-spacing: 2px;
    }

    #time .circl {
        width: 102px;
        padding: 14px 3px;
        border-radius: 55px;
    }

    #time .circl em {
        font-size: 12px;
    }

    #time .circl span {
        font-size: 25px;
    }
}

@media screen and (max-width: 845px) {
    #why_we {
        height: 600px;
    }

    #why_we .block {
        margin-right: 80px;
    }

    #why_we .bl1 {
        left: 40px;
    }

    #why_we .bl2 {
        left: 40px;
    }

    #why_we .bl3 {
        top: 4px;
    }
}

@media screen and (max-width: 815px) {
    #zakaz {
        height: 700px;
    }

    #zakaz p {
        font: 25px 'RobotoBold';
        letter-spacing: 3px;
        word-spacing: 3px;
        padding-top: 30px;
    }

    #miscalc {
        position: relative;
        right: 50%;
        float: left;
        text-align: center;
        display: block !important;
        margin-top: 30px;
    }

    #trust .autoplay div {
        padding: 0 9px;
    }
}

@media screen and (max-width: 790px) {
    #header ul {
        padding-left: 10px;
    }

    #header li {
        margin-left: 10px;
    }

    #contact .address h6 {
        padding: 25px 0 10px 50px;
        font-size: 35px;
    }

    #contact .address p {
        padding: 20px 0 0 50px;
        font-size: 16px;
    }

}

@media screen and (max-width: 772px) {
    #about h1, h2 {
        font: 20px 'RobotoBold';
    }

    #about .right-block li {
        margin-left: -20px;
        font: 15px  'RobotoBold';
    }
}

@media screen and (max-width: 739px) {
    #work {
        height: 360px;
    }

    #work > h3 {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    #work .ico > div {
        width: 90px;
    }

    #work .ico img {
        width: 60px;
    }

    #work .ico p {
        font: 12px 'RobotoBold';
    }

    #work .ico1 {
        top: -25px;
    }
    #work .ico2 {
        top: -20px;
    }
    #work .ico3 {
        top: -40px;
    }
    #work .ico4 {
        top: -10px;
    }
}

@media screen and (max-width: 688px) {
    #time {
        height: 310px;
    }

    #time .contant > div:nth-last-child(odd) {
        margin-top: 30px !important;
        position: relative;
        right: 5%;
    }
}

@media screen and (max-width: 685px) {
    .contant {
        width: 95%;
    }

    #header {
        height: 270px;
    }

    #header > a{
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 50px;
    }

    #header .one {
        display: block;
        width: 100%;
        margin: 0 auto;

    }

    #header .call_mob {
        display: block;
        width: 100%;
        margin: 0 auto;
        float: left;
        text-align: center;
        padding-top: 20px;
    }
}

@media screen and (max-width: 647px){
    #client ol > li span {
        font-size: 16px;
    }
}

@media screen and (max-width: 574px) {
    #miscalc {
        right: 20%;
    }
}

@media screen and (max-width: 572px) {
    #why_we .block {
        margin-right: 10px;
    }

    #why_we .bl1 {
        left: 0;
    }

    #why_we .bl2 {
        left: 0;
    }
}

@media screen and (max-width: 559px) {
    #work {
        height: 260px;
    }

    #work > h3 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    #work .ico > div {
        width: 60px;
    }

    #work .ico img {
        padding: 0 10px;
        width: 40px;
    }

    #work .ico p {
        font: 9px 'RobotoBold';
    }

    #work .ico1 {
        top: -25px;
    }
    #work .ico2 {
        top: -15px;
    }
    #work .ico3 {
        top: -40px;
    }
    #work .ico4 {
        top: -20px;
    }
    #work .ico6 {
        top: -33px;
    }
}

@media screen and (max-width: 551px) {
    #timer .contant > p {
        font: 27px 'RobotoBold';
    }

    #about {
        height: 565px;
        background-size: cover;
    }

    #about .right-block {
        height: 570px;
    }

    #about h1, h2 {
        font: 18px 'RobotoBold';
    }

    #about .right-block li {
        font: 15px  'RobotoMedium';
    }

    #client {
        height: 765px;
    }

    .slick-slide img {
        width: 70px !important;
    }

    .app_form {
        font-size: 30px;
    }

    .name_tel_form {
        font-size: 18px;
    }

    .time_form {
        font-size: 17px;
    }
}

@media screen and (max-width: 536px) {
    #contact {
        height: 960px;
    }

    #map-canvas {
        width: 100%;
    }

    #contact .address {
        float: left;
        width: 100%;
    }

    .app_form {

    }
}

@media screen and (max-width: 489px) {
    #time {
        height: 255px;
    }

    #time p {
        padding-top: 40px;
    }

    #time .circl {
    width: 86px;
    padding: 8px 0;
    border-radius: 45px;
    }

    #time .circl em {
    font-size: 10px;
    }

    #time .circl span {
    font-size: 18px;
    }
}

@media screen and (max-width: 472px) {
    #client h3 {
        padding: 85px 0 35px 0;
    }
}

@media screen and (max-width: 465px) {
    #timer .contant > p {
        font: 31px 'RobotoBold';
        letter-spacing: 2px;
    }

    #timer .contant > b {
        font: 20px 'RobotoBold';
    }

    #timer .contant > .cont {
        width: inherit;
    }

    #about .right-block li {
        font: 12px  'RobotoMedium';
    }
}

@media screen and (max-width: 459px) {
    #zakaz p {
        font: 20px 'RobotoBold';
        padding-top: 20px;
    }

    #miscalc {
        position: relative;
        right: 0;
        margin-top: 20px;
    }

    #time p {
        padding-top: 0;
    }
}

@media screen and (max-width: 425px) {
    #timer .contant > p {
        font-size: 25px;
    }

    #why_we .block {
        width: 130px;
    }

    #why_we .block > .imgs1 {
        margin-left: 0;
    }

    #why_we .block > .imgs2 {
        margin-left: 0;
    }

    #why_we .block > .imgs3 {
        margin-left: 0;
    }

    #why_we .block > .imgs4 {
        margin-left: 0;
    }

    #trust {
        height: 200px;
    }

    .slick-slide img {
        width: 45px !important;
    }

    .form {
        width: 90%;
    }
}

@media screen and (max-width: 389px) {
    #time {
        height: 210px;
    }

    #time .circl {
        width: 68px;
        padding: 6px 0;
        border-radius: 45px;
        line-height: 14px;
    }

    #time .circl em {
        font-size: 8px;
    }

    #time .circl span {
        font-size: 12px;
    }
}

@media screen and (max-width: 379px) {
    #work {
        height: 240px;
    }

    #work > h3 {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #work .ico > div {
        width: 50px;
    }

    #work .ico img {
        padding: 0 10px;
        width: 35px;
    }

    #work .ico p {
        font: 8px 'RobotoMedium';
    }

    #work .ico1 {
        top: -35px;
    }

    #work .ico2 {
        top: -15px;
    }

    #work .ico3 {
        top: -50px;
    }

    #work .ico4 {
        top: -30px;
    }

    #work .ico5 {
        top: -30px;
    }

    #work .ico6 {
        top: -45px;
    }

    #zakaz p {
        font: 20px 'RobotoBold';
        padding-top: 20px;
        letter-spacing: 2px;
        word-spacing: 0;
    }

    #miscalc {
        margin-top: 30px;
    }

    #miscalc .txt, #miscalc .txtarea {
        width: 250px;
        margin: 5px 20px;
    }

    #miscalc input[type="submit"] {
        position: relative;
        width: 265px;
    }
}

@media screen and (max-width: 357px) {
        #work > h3 {
            padding-top: 30px;
            padding-bottom: 30px;
        }
}

@media screen and (max-width: 349px) {
    #about {
        height: 600px;
    }

    #zakaz p {
        font: 19px 'RobotoBold';
    }

    #client {
        height: 785px;
    }

    h3 {
        font-size: 26px;
    }

    #contact {
        height: 640px;
    }

    #map-canvas {
        height: 320px;
    }

    #contact .address {
        height: 320px;
    }

    #contact .address h6 {
        padding: 40px 0 15px 40px;
        font-size: 30px;
    }

    #contact .address p {
        padding: 10px 0 0 40px;
        font-size: 15px;
    }

    .app_form {
        font-size: 28px;
    }

    .name_tel_form {
        font-size: 16px;
    }

    .time_form {
        font-size: 14px;
    }
}

@media screen and (max-width: 321px) {
    #zakaz em {
        padding: 8px 0 5px 3px;
    }
}


.email_inp {
	display: none;
}