*::-webkit-input-placeholder {
	color: #777;
}
*:-moz-placeholder {
	color: #777;
}
*::-moz-placeholder {
	color: #777;
}
*:-ms-input-placeholder {
	color: #777;
}
*,*:after,*:before{
    box-sizing:border-box;
}
body {
	font-family: "MontserratRegular", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	min-width: 320px;
	max-width: 1920px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
    background:#F6F9FA;
}
/*Стандартные настройки*/
li, ul { 
    list-style: none;
    padding: 0;
    margin: 0;
}
p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 14px;
    position: relative;
    font-family: "MontserratRegular", sans-serif;
    line-height: 24px;
    color: #777777;
    text-align: left;
    display: inline-block;
    font-weight: 100;
}
h2 {
    font-size: 48px;
    position: relative;
    font-family: "MontserratBold", sans-serif;
    line-height: 60px;
    color: #000;
    text-align: left;
    font-weight: 100;
}
a {
    margin: 0;
    padding: 0;
    outline: none;
    color: #000;
    text-decoration: none;
    transition: all .25s;
}
a:hover {
    color: #fccb02;
}
a:focus, a:active, input:focus, input:active, textarea:focus, textarea:active, button:focus, button:active, select:focus, select:active {
    outline: none !important;
}
input:focus, input:active{
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
}
.clear { 
    clear: both;
}
.jGrowl.top-right {
    top:40% !important;
    width:30% !important; 
    left:35% !important; 
}
#jGrowl {
    font-size:18px;
    margin: 0 0; 
    z-index: 99999;
    font-family: "MontserratRegular", sans-serif;
}
.jGrowl.top-right {
    left: 50% !important;
    top: 35% !important;
    width: 600px !important;
    margin: 0 !important;
    margin-left: -300px !important;
    box-shadow: 0 7px 40px rgba(0,0,0,0.07);
}
#jGrowl .jGrowl-notification {
    position: relative;
    width: 600px;
    padding: 40px;
    text-align: center;
    background: none repeat 0 0 #f4f2f3 !important;
    border: 0px solid rgba(255, 255, 255, 0.49) !important;
    opacity: 1;
    margin: 0;
}
#jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #666 !important;
    font-size: 20px;
    font-weight: 300;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    color:#666 !important;
    font-family: "MontserratRegular", sans-serif !important;
}
#jGrowl a {color: #FF0006;}
.fancybox-slide>div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: center;
    background-color: #F5F5F5 !important;
    overflow: initial !important;
    box-sizing: border-box;
    border-radius: 12px;
}
.fancybox-close-small {
    position: absolute;
    top: -35px;
    right: 10px;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small::after {
    content: url(../img/icon/close.png);
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border-width: 0px;
    background: inherit;
    transition: all 0.3s;
    opacity: 0.4;
}
.fancybox-close-small:hover:after { 
    content: url(../img/icon/closeh.png);
    background: inherit;
    opacity: 1;
}
.fancybox-close-small:active:after, .fancybox-close-small:active, .fancybox-close-small:focus {
    outline:none !important;
    border:none !important;
}
.zakaz-content h2 {
    margin-bottom: 10px;
    text-align: center;
}
.zakaz-content p {
    margin-bottom: 30px;
    text-align: center;
}
.zakaz-content input {
    margin-bottom: 20px;
    margin-right: 0;
}
.podp {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}
.podp a {
    text-decoration: underline;
    color: #090909;
}
.field {
    display: none !important;
}
.container {
    margin: 0 auto;
    max-width: 1230px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
img { 
    max-width: 100%;
}
.mobile-nav, .mobile-btn {
    display: none;
}
.btn {
    width: 340px;
    max-width: 100%;
    font-family: "MontserratBold", sans-serif;
    background: linear-gradient(to top left, #FBE014, #FCC900);
    border-bottom: 4px solid #f6a500;
    border-top: none;
    border-left: none;
    border-right: none;
    display: inline-block;
    padding: 25px 0 20px 0;
    font-size: 18px;
    border-radius: 12px;
    text-align: center;
    transition: all .25s;
}
.btn:hover {
    background: linear-gradient(to top left, #f6a500, #FCC900);
    color: #000;
    cursor: pointer;
}
.mobile-btnn {
    display: none;
}
.btn--glow {
    position: relative;
    overflow: hidden;
}
.btn--glow:before {
    content: '';
    position: absolute;
    left: -20%;
    top: -10%;
    width: 0;
    height: 100%;
    transform: rotate(15deg) scale(1, 2);
    box-shadow: 0 0 20px 15px rgba(255, 255, 255, 0.7);
    animation: button-glow 3000ms ease-in-out infinite;
}
.btn span {
    z-index: 10;
    position: relative;
}
@keyframes button-glow {
    0% {
        left: -20%;
    }
    50% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
input {
    font-family: "MontserratRegular", sans-serif;
    width: 380px;
    max-width: 100%;
    background: #fff;
    text-align: left;
    border-bottom: 4px solid #d0d0d0;
    border-top: none;
    border-left: none;
    border-right: none;
    display: inline-block;
    padding: 32px 0 28px 40px;
    font-size: 16px;
    border-radius: 12px;
    margin-right: 20px;
}
button.btn {
    width: 380px;
    max-width: 100%;
    padding: 30px 0 27px 0;
}
.scrollTop {
    display: block;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 111;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.1);
    opacity: 0.6;
    background: #fff;
    transition: all .25s;
    transform: rotate(-90deg);
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
}
.scrollTop:hover {
    bottom: 30px;
    opacity: 1;
}
.header {
    position: fixed;
    z-index: 11;
    background: #fff;
    padding: 20px 0 10px 0;
    width: 100%;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-self: center;
}
.logo h1 {
    margin-left: 40px;
    position: relative;
    top: 2px;
}
.header li {
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 8px;
}
.header-phone {
    font-size: 24px;
    text-align: right;
    line-height: 30px;
}
.header-phone img {
    position: relative;
    padding-right: 12px;
    top: 4px;
}
.header-phone p {
    font-size: 16px;
    position: relative;
    top: -5px;
}
.header-phone p span {
    background: #3cb913;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    transform: scale(0.8);
    animation: online 3000ms ease-in-out infinite;
    margin-right: 8px;
}
@keyframes online {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.8);
    }
}
/**.technic {
    padding-top: 105px;
}**/
.technic-items {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.technic-item {
    position: relative;
    width: 34%;
    transition: all .4s;
    height: 930px;
    padding: 10% 4% 4% 4%;
    color: #fff;
}
.technic-item-avtokran {
    background: url(../img/kran.jpg) no-repeat 0 0;
    background-size: cover;
}
.technic-item-avtokran:hover {
    background: url(../img/kran.jpg) no-repeat -100px 0;
    background-size: cover;
}
.technic-item-avtovishka {
    background: url(../img/avtovishka2.jpg) no-repeat 0 0;
    background-size: cover;
}
.technic-item-avtovishka:hover {
    background: url(../img/avtovishka2.jpg) no-repeat -100px 0;
    background-size: cover;
}
.technic-item-manipulator {
    background: url(../img/manipulator.jpg) no-repeat 0 0;
    background-size: cover;
}
.technic-item-manipulator:hover {
    background: url(../img/manipulator.jpg) no-repeat -100px 0;
    background-size: cover;
}
.technic-item h2 {
    color: #fff;
}
.technic-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.technic-price h3 {
    font-size: 30px;
    font-weight: 100;
}
.technic-price h3 img {
    position: relative;
    bottom: 6px;
    padding-right: 20px;
}
.technic-specifications {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 55px 0 45px 0;
}
.technic-specification {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.technic-item-manipulator .technic-specifications {
    margin: 15px 0 5px 0;
    justify-content: flex-start;
}
.technic-item-manipulator .technic-specification {
    margin-bottom: 20px;
    margin-right: 50px;
}
.specifications-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0f0f0f;
    text-align: center;
    line-height: 77px;
    margin-right: 15px;
}
.technic-specification h4 {
    font-weight: 100;
    font-size: 20px;
}
.technic-specification h4 span {
    font-size: 14px;
    color: #777777;
    display: block;
    position: relative;
    top: 5px;
}
.technic-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.technic-btn .btn {
    width: 72%;
}
.technic-btn .whatsapp {
    width: 24%;
    height: 79px;
    max-width: 100%;
    font-family: "MontserratBold", sans-serif;
    background: #ffffff url(../img/icon/whatsapp.png) no-repeat center center;
    border-bottom: 4px solid #d0d0d0;
    display: inline-block;
    font-size: 18px;
    border-radius: 12px;
    text-align: center;
    transition: all .25s;
    margin-left: 20px;
}
.technic-btn .whatsapp:hover {
    background: #3CB913 url(../img/icon/whatsapp-h.png) no-repeat center center;
    border-bottom: 4px solid #3CB913;
}
.technic-text {
    color: #777777;
    margin-top: 60px;
}
.work {
    padding: 90px 0 80px 0;
}
.work h2 {
    text-align: center;
    margin-bottom: 70px;
}
.work-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.work-item {
    width: 32%;
    margin-bottom: 20px;
    border-radius: 12px;
    height: 450px;
    overflow: hidden;
}
.work-item img {
    border-radius: 12px;
    transition: all .25s;
    transform: scale(1);
    width: 100%;
    overflow: hidden;
}
.work-item img:hover {
    transform: scale(1.1);
}
.advantages {
    background: url(../img/bg-adv.jpg) no-repeat center top;
    background-size: cover;
    margin-top: -280px;
    padding: 270px 0 90px 0;
}
.advantages h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}
.advantages-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.advantages-item {
    width: 33%;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}
.advantages-item-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0f0f0f;
    text-align: center;
    line-height: 140px;
    margin: 0 auto;
}
.advantages-item h3 {
    font-size: 30px;
    font-weight: 100;
    margin: 20px 0 5px 0;
}
.advantages-item p {
    color: #b6b6b6;
}
.advantages-form {
    text-align: center;
}
.advantages-form h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
}
.advantages-form p {
    color: #b6b6b6;
    font-size: 16px;
    margin-bottom: 35px;
}
.advantages-form .podp a {
    color: #fff;
}
.price {
    background: #ffffff;
    padding: 90px 0 100px 0;
}
.price-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-table {
    width: 48%;
}
.price-content h2 {
    margin-bottom: 45px;
}
.price-content table {
    background: #f6f7f8;
    width: 100%;
    border-radius: 12px;
    padding: 15px 0 15px 0;
}
.price-content table tr {
    padding: 18px 0 18px 0;
    margin: 0 50px 0 50px;
    display: block;
    border-bottom: 3px solid #eeeeee;
}
.price-content table tr:first-child td{
    font-size: 20px;
    color: #777;
}
.price-content table tr:last-child {
    border-bottom: none;
}
.price-content table td {
    font-size: 18px;
}
.price-content table tr td:first-child {
    width: 60%;
}
.price-content table tr td:nth-child(2) {
    width: 32%;
    font-family: "MontserratBold", sans-serif;
}
.price-content table tr td:nth-child(3) {
    width: 40%;
    font-family: "MontserratBold", sans-serif;
    text-decoration: underline;
    color: #FCC900;
}
.price-content table tr td:nth-child(3) a {
    color: #FCC900;
}
.onas {
    background: #f6f7f8;
    padding: 100px 0 90px 0;
}
.onas-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.onas-text {
    width: 48%;
}
.onas-content h2 {
    margin-bottom: 35px;
}
footer {
    padding: 80px 0 70px 0;
    background: #ffffff;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-left-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 45px;
}
.footer-left-nav .logo span {
    margin-left: 40px;
    margin-right: 25px;
    font-size: 14px;
    color: #777;
    padding-top: 3px;
}
.footer-left-nav li {
    display: inline-block;
    margin: 0 15px;
}
.footer-left-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #777;
    padding-right: 13px;
    font-size: 14px;
}
.footer-left-copy a {
    color: #777;
    font-size: 14px;
    text-decoration: underline;
    transition: all .25s;
}
.footer-left-copy a:hover {
    color: #FDCA01;
}
.footer-right a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer-right a img {
    margin-right: 15px;
}
.razrab span {
    position: relative;
    bottom: 3px;
}
.razrab a img {
    opacity: 0.4;
    margin-right: 10px;
}
#modal-politika {
    text-align: left;
}