/* ------ Подключение шрифтов ------ */

@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Black.eot');
    src: url('../fonts/TTNorms-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTNorms-Black.woff2') format('woff2'),
    url('../fonts/TTNorms-Black.woff') format('woff'),
    url('../fonts/TTNorms-Black.ttf') format('truetype'),
    url('../fonts/TTNorms-Black.svg#TTNorms-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Bold.eot');
    src: url('../fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTNorms-Bold.woff2') format('woff2'),
    url('../fonts/TTNorms-Bold.woff') format('woff'),
    url('../fonts/TTNorms-Bold.ttf') format('truetype'),
    url('../fonts/TTNorms-Bold.svg#TTNorms-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Thin.eot');
    src: url('../fonts/TTNorms-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTNorms-Thin.woff2') format('woff2'),
    url('../fonts/TTNorms-Thin.woff') format('woff'),
    url('../fonts/TTNorms-Thin.ttf') format('truetype'),
    url('../fonts/TTNorms-Thin.svg#TTNorms-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-ExtraBold.eot');
    src: url('../fonts/TTNorms-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTNorms-ExtraBold.woff2') format('woff2'),
    url('../fonts/TTNorms-ExtraBold.woff') format('woff'),
    url('../fonts/TTNorms-ExtraBold.ttf') format('truetype'),
    url('../fonts/TTNorms-ExtraBold.svg#TTNorms-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Medium.eot');
    src: url('../fonts/TTNorms-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTNorms-Medium.woff2') format('woff2'),
    url('../fonts/TTNorms-Medium.woff') format('woff'),
    url('../fonts/TTNorms-Medium.ttf') format('truetype'),
    url('../fonts/TTNorms-Medium.svg#TTNorms-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Regular.eot');
    src: url('../fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTNorms-Regular.woff2') format('woff2'),
    url('../fonts/TTNorms-Regular.woff') format('woff'),
    url('../fonts/TTNorms-Regular.ttf') format('truetype'),
    url('../fonts/TTNorms-Regular.svg#TTNorms-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype'),
    url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* ------ Спецификация ------ */

body {
    font-family: 'TT Norms', sans-serif;
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}

div, p, form, input, a, span, button, textarea {
    box-sizing: border-box;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    transition: .3s;
}

a:hover {
    text-decoration: none;
    color: #480000;
}

a span {
    transition: .3s;
}

a span:hover {
    text-decoration: none;
    color: #480000;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    line-height: 1.4em;
}


h2 {
    font-weight: 600;
    display: block;
    font-size: 36px;
    font-family: 'TT Norms';
    font-style: normal;
    color: #333;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

h3 {
    font-weight: 500;
    display: block;
    font-size: 30px;
    font-family: 'TT Norms';
    font-style: normal;
    color: #333;
        line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 16px;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
    outline: none;
    border: none;
}

section, footer  {
    padding-top: 70px;
    padding-bottom: 50px;
}

button {
    cursor: pointer;
}

.inline-block {
    display: inline !important;
}

.white {
    color: #fff;
}

.underline {
    text-decoration: underline;
}

.header {
    background: #fff url(../img/fon-one.jpg) no-repeat fixed center top / cover;
    padding-bottom: 35px;
    height: auto;
}

.header__wrapper {
    padding: 10px 0;
}

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

.topmenu li a:hover {color: #D5B45B;}
.submenu-link:after {
    position: absolute;
    content: "";
    color: inherit;
    background: url(../img/down.png);
    width: 11px;
    height: 6px;
    display: flex;
    top: 7px;
    right: -22px;
}
.submenu {
    background: #23456B;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    opacity: 0;
    transform: scaleY(0);
    transform-origin :0 0;
    transition: .5s ease-in-out;
    width: auto;
    padding: 20px 0;
}
.submenu a {
    font-family: Proxima Nova;
    font-size: 15px;
    color: #FFFFFF;
    padding: 20px 30px;
    line-height: 30px;
}

.submenu li:hover {
    background-color: #0078FF;
}

.submenu li:last-child a {border-bottom: none;}
.topmenu > li:hover .submenu {
    opacity: 1;
    transform: scaleY(1);
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    display: block;
}

.header__contact {
    display: block;
    margin-left: auto;
}

.header__tel a {

}

.logo__title {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-left: 10px;
    text-transform: uppercase;
}

.icon__text {
    display: block;
    font-size: 16px;
    font-family: 'TT Norms';
    font-weight: 500;
    font-style: normal;
    color: #333;
    margin-left: 10px;
    line-height: 22px;
}

.icon__text-tel {
    font-weight: 600;
    display: block;
    font-size: 24px;
    font-family: 'TT Norms';
    font-style: normal;
    color: #333;
    margin-left: 10px;
}

.icon__text-time {
    font-weight: 500;
    display: block;
    font-size: 12px;
    font-family: 'TT Norms';
    font-style: normal;
    color: #333;
    margin-left: 10px;
}

.icon__text_adres {
    max-width: 230px;
}

.tel-icon {
    margin-bottom: 22px;
}

h1 {
    font-weight: 800;
    display: block;
    font-size: 30px;
    font-family: 'TT Norms';
    font-style: normal;
    color: #333;
    text-transform: uppercase;
    line-height: 1.7em;
    margin-top: 0px;
    margin-bottom: 30px;
}

.header__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
    color: #333;
    margin-right: 24px;
    font-size: 18px;
}

.header__wrap:last-child {
    margin-right: 0;
}

.button {
    position: relative;
    width: 330px;
    height: 99px;
    background: #EC5454;
    background: -webkit-linear-gradient(top, #EC5454, #B71C1C);
    background: -moz-linear-gradient(top, #EC5454, #B71C1C);
    background: linear-gradient(to bottom, #EC5454, #B71C1C);;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 3px 0 #980000;
    border-radius: 5px 5px 15px 15px;
    transition: .3s;
    transform: translateY(0);
}

.button:hover {
    box-shadow: 0 0px 0 #980000;
    transform: translateY(3px);
}

.modal-content {
    background-color: rgba(255, 255, 255, 0);
}



a.button {
    padding: 35px 0 35px 70px;
}

.button:after {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/mano.png") no-repeat center center;
    background-size: contain;
    height: 84px;
    width: 64px;
    right: 24px;
    top: 16px;
}

.header__busher {
    display: block;
    margin-left: 40px;
    height: auto;
    max-height: 65px;
    width: 150px;
}

.header__bid {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.desc__text {
    max-width: 240px;
    display: block;
    font-size: 12px;
    font-family: 'TT Norms';
    font-weight: 500;
    font-style: normal;
    color: #333;
    margin-left: 22px;
    line-height: 15px;
    margin-top: 10px;
}

.header__flex {
    margin-left: 10px;
}

.header-mashine {
    margin-top: 50px;
}

.header-mashine img {
    margin-left: -50px;
    max-width: 630px;
}

#swiper-container-o {
    width: 100%;
    height: 100%;
}
#swiper-container-o .swiper-slide {
    overflow: hidden;
}

#swiper-container-o .swiper-slide {
    transition: .2s;
    opacity: .5;
}

#swiper-container-o .swiper-slide {
    transition: .2s;
    opacity: .5;
}
#swiper-container-o .swiper-slide .swiper-text {
    position: absolute;
    transition: 1s;
    top: 78px;
    text-align: left;
    left: 47%;
    max-width: 460px;
}
#swiper-container-o .swiper-slide-active {
    transition: .2s;
    opacity: 1;
}

#swiper-container-o .swiper-slide-active .swiper-text{
    opacity: 1;
}

.staffer__pic {
    width: 100%;
}

#swiper-container-o {
    height: auto;
}

#swiper-container-o .swiper-button-next {
    display: block;
    content: '';
    background: url(../img/button-next.png) no-repeat center;
    background-size: contain;
    height: 60px;
    width: 60px;
    transition: .1s;
    top: auto;
    bottom: 80px;
    right: 36%;
    outline: none;
}

#swiper-container-o .swiper-button-prev {
    display: block;
    content: '';
    background: url(../img/button-prev.png) no-repeat center;
    background-size: contain;
    height: 60px;
    width: 60px;
    transition: .1s;
    top: auto;
    bottom: 80px;
    /* right: 60%; */
    left: 48%;
    outline: none;
}



#swiper-container-o .swiper-button-prev:hover {
    display: block;
    content: '';
    background: url(../img/button-prev-hov.png) no-repeat center;
    background-size: contain;
}

#swiper-container-o .swiper-button-next:hover {
    display: block;
    content: '';
    background: url(../img/button-next-hov.png) no-repeat center;
    background-size: contain;
}

#swiper-container-o .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    background: #e9ab43;
    background: -moz-linear-gradient(top, #e9ab43 0%, #e3512f 100%);
    background: -webkit-linear-gradient(top, #e9ab43 0%,#e3512f 100%);
    background: linear-gradient(to bottom, #e9ab43 0%,#e3512f 100%);
    border: 0px solid #fff;
    transition: .3s;
}

#swiper-container-o .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #929292;
    margin-bottom: 0px!important;
}

#swiper-container-o .swiper-pic {
    display: block;
    position: absolute;
    max-width: 325px!important;
    left: 7%;
}

#swiper-container-o .swiper-pic img {
    max-width: 325px!important;
}

#swiper-container-o .slider-three-text {
    font-size: 16px;
    justify-content: space-around;
    align-items: center;

    font-family: 'TT Norms';
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 20px;
}

.staffer__pic-min {
    display: block;
}


.mouse-parallax__content {
    position: absolute;
    display: none;
    width: 318px;
    height: 250px;
    left: 50px;
    top: 650px;
}

.parameter {
    background: #fff url(../img/fon-two.jpg) no-repeat fixed center top / cover;
    height: auto;
    padding: 70px 0;
}

.parameter-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    width: 320px;
    margin-top: 50px;
}

.point1 {
    display: block;
    width: 175px;
    height: 46px;
    position: absolute;
    left: -100px;
    top: 93px;
    z-index: 8;
    background: url(../img/point1.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s;
}


.point2 {
    width: 174px;
    height: 46px;
    position: absolute;
    right: -116px;
    top: 94px;
    z-index: 8;
    background: url(../img/point2h.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s;
}

.point3 {
    width: 175px;
    height: 46px;
    position: absolute;
    top: 249px;
    left: -100px;
    z-index: 8;
    background: url(../img/point3.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s;
}

.point4 {
    width: 175px;
    height: 46px;
    position: absolute;
    top: 300px;
    right: -116px;
    z-index: 8;
    background: url(../img/point4.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s;
}

.motor__link {
    z-index: 10;
    position: relative;
}

.motor {
    z-index: 10;
}

.parameter__par {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url(../img/box.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 359px;
    height: 204px;
    z-index: 5;
    padding: 0px 40px;
    transition: .3s;
}

.parameter__par-min {
    position: relative;
}

.parameter__par1-abs {
    border-radius: 5px;
    left: -433px;
    top: 0px;
}

.parameter__par2-abs {
    border-radius: 5px;
    right: -450px;
    top: 0px;
}

.parameter__par3-abs {
    border-radius: 5px;
    left: -433px;
    bottom: 0px;
}

.parameter__par4-abs {
    border-radius: 5px;
    right: -450px;
    bottom: 0px;
}

.parameter__text {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    line-height: 1.3em;
}

.parameter__text-price {
    position: absolute;
    display: block;
    font-size: 14px;
    font-family: 'TT Norms';
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 19px;
    text-decoration: underline;
    transition: .3s;
    bottom: 20px;
    text-align: center;
}

.parameter__text-price:hover {
    color: #6c757d;
}

.parameter__text-price2 {
    left: 35%;
}

#swiper-container-one {
    width: 100%;
    height: 100%;
}
#swiper-container-one .swiper-slide {
    overflow: hidden;
}

#swiper-container-one .swiper-slide {
    transition: .2s;
    opacity: .5;
}

#swiper-container-one .swiper-slide {
    transition: .2s;
    opacity: .5;
}
#swiper-container-one .swiper-slide .swiper-text {
    position: absolute;
    transition: 1s;
    text-align: left;
    left: 50%;
    max-width: 460px;
    top: 100px;
}
#swiper-container-one .swiper-slide-active {
    transition: .2s;
    opacity: 1;
}

#swiper-container-one .swiper-slide-active .swiper-text{
    opacity: 1;
}

.staffer__pic {
    width: 100%;
}

#swiper-container-one {
    height: auto;
}

 .swiper-button-next {
    display: block;
    content: '';
    background: url(../img/button-next.png) no-repeat center;
    background-size: contain;
    height: 60px;
    width: 60px;
    transition: .1s;
    top: auto;
    bottom: 220px;
    right: -5%;
     outline: none;
}

.swiper-button-next:focus{
    border: none;
}

.swiper-button-prev:focus{
    border: none;
}

 .swiper-button-prev {
    display: block;
    content: '';
    background: url(../img/button-prev.png) no-repeat center;
    background-size: contain;
    height: 60px;
    width: 60px;
    transition: .1s;
    top: auto;
     bottom: 220px;
     /* right: 60%; */
     left: -5%;
     outline: none;
 }


.swiper-button-prev:hover {
    display: block;
    content: '';
    background: url(../img/button-prev-hov.png) no-repeat center;
    background-size: contain;
}

.swiper-button-next:hover {
    display: block;
    content: '';
    background: url(../img/button-next-hov.png) no-repeat center;
    background-size: contain;
}

#swiper-container-one .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    background: #e9ab43;
    background: -moz-linear-gradient(top, #e9ab43 0%, #e3512f 100%);
    background: -webkit-linear-gradient(top, #e9ab43 0%,#e3512f 100%);
    background: linear-gradient(to bottom, #e9ab43 0%,#e3512f 100%);
    border: 0px solid #fff;
    transition: .3s;
}

#swiper-container-one .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #929292;
    margin-bottom: 0px!important;
}

#swiper-container-one .swiper-pic {
    position: absolute;
    max-width: 325px!important;
    left: 7%;
}

#swiper-container-one .slider-three-text {
    font-size: 24px;
    font-family: 'TT Norms';
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 22px;
    margin-bottom: 20px;
}

#swiper-container-one .slider-three-text-note {
    font-size: 14px;
    font-family: 'TT Norms';
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 19px;
    margin-bottom: 20px;
    margin-left: auto;
    text-decoration: underline;
    transition: .3s;
}

#swiper-container-one .slider-three-text-note:hover {
    color:  #6c757d;
    text-decoration: none;
}

#swiper-container-one .slider-three-text span{
    font-weight: 500;
}


.question {
    background: #fff url(../img/fon-three.jpg) no-repeat center top / cover;
    height: auto;
    padding: 70px 0 100px;
}

.question__header {
    max-width: 420px;
    text-align: left;
    margin-top: 70px;
}

.icon-toggle {
    display: flex;
    content: '';
    background: url(../img/icon-toggle.png) no-repeat right center;
    background-size: contain;
    height: 45px;
    font-size: 24px;
    font-family: 'TT Norms';
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 22px;
    align-items: center;
}

.icon-toggle span{
    max-width: 90%;
}


.question__wrapper {
    background: #ffffff;
    border-radius: 5px;
    max-width: 580px;
    margin-bottom: 10px;

}

.question__wrap {
    padding: 10px 20px;
}

.card-text {
    font-size: 16px;
    font-family: 'TT Norms';
    font-weight: 400;
    font-style: normal;
}

.card {
    padding: 10px 20px;
    border: none;
}

form .block .title {
    margin-bottom: 36px;
}

form {
    width: 468px;
    padding: 12px;
    background: #fff;
    -webkit-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    height: 688px;
}

form .block {
    border-radius: 5px;
    border: 1px solid #dc3545;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

form .block .form__field.one input {
    width: 100%;
    height: 68px;
    -webkit-box-shadow: inset 0 0 13px 1px rgba(51, 51, 51, 0.1);
    box-shadow: inset 0 0 13px 1px rgba(51, 51, 51, 0.1);
    border-radius: 5px;
    background-color: #d9d9d9;
    opacity: 0.42;
    margin-bottom: 26px;
    padding-left: 20px;
    font-family: "Uni Neue Regular";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    border: none;
    outline: none;
    display: block;
    margin-top: 21px;
}

form .block .form__field.one textarea {
    width: 100%;
    height: 90px;
    -webkit-box-shadow: inset 0 0 13px 1px rgba(51, 51, 51, 0.1);
    box-shadow: inset 0 0 13px 1px rgba(51, 51, 51, 0.1);
    border-radius: 5px;
    background-color: #d9d9d9;
    opacity: 0.42;
    margin-bottom: 26px;
    padding-left: 20px;
    font-family: "Uni Neue Regular";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    border: none;
    outline: none;
    display: block;
    margin-top: 21px;
    padding: 12px 20px;
}

form .block button {
    height: 85px;
    width: 100%;
    border: none;
    letter-spacing: 0.5px;
    transition: .3s;
}


form .block button:after {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/mano.png") no-repeat center center;
    background-size: contain;
    height: 70px;
    width: 55px;
    right: 22px;
    top: 15px;
}

.modal-content {
    border: 1px solid rgba(0,0,0,0);
}

.form__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

form .block .line-hor {
    background: #dc3545;
    height: 1px;
    width: 443px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 11px;
}

form .block .call {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.35px;
    text-align: center;
    margin-bottom: 4px;
    letter-spacing: 0.55px;
    letter-spacing: 0.5px;
}

form .block .work {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    text-align: center;
    margin-bottom: 17px;
}

form .block .call a {
    color: #333333;
    font-size: 22px;
}

input[type=checkbox], input[type=radio] {
    margin-top: 2px;
}

.form__radio + .form__radio-label {
    position: relative;
    padding: 0 0 0 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 16px;
}

.button__blik {
    margin-right: -50px;
}

::-webkit-input-placeholder {
    color: #00386c !important;
    font-weight: 500;
}

::-moz-placeholder {
    color: #00386c !important;
    font-weight: 500;
}

:-ms-input-placeholder {
    color: #00386c !important;
    font-weight: 500;
}

input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

/*.form input:first-child {
    margin-top: 16px;
}*/

.form input:focus {
    /*    border-bottom: 1px solid #000;*/
    color: #000000;
}

.form textarea:focus {
    /*    border-bottom: 1px solid #000;*/
    color: #000000;
    border: none;
}

.form__radio:checked + .form__radio-label:after {
    opacity: 0;
}

.form__radio + .form__radio-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/icon-checkbox.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.open-popup {
text-decoration: underline;
}

.form__policy-text {
    color: #5a6268;
}

#map {
    height: 587px;
    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;
}

#map iframe {
    height: 587px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}


#map .block .inner {
    border-radius: 5px;
    border: 1px solid #dc3545;
    padding: 30px 40px;
}

#map .block .inner .title {
    color: #333;
    letter-spacing: 0.9px;
    margin-bottom: 20px;
    text-align: left;
}

#map .block .inner .text1 {
    color: #333333;
    font-size: 22px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    font-weight: 400;
    letter-spacing: 0.55px;
}

#map .block .inner .text2 {
    color: #333333;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 35px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.35px;
    font-weight: 400;
    letter-spacing: 0.55px;
}

#map .block .inner .text1 {
    color: #333333;
    font-size: 22px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    font-weight: 400;
    letter-spacing: 0.55px;
}

#map .block .inner .text2 {
    color: #333333;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 35px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.35px;
    font-weight: 400;
    letter-spacing: 0.55px;
}

#map .block .inner .text1 {
    color: #333333;
    font-size: 22px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.35px;
    font-weight: 400;
    letter-spacing: 0.55px;
}

#map .block .inner .text2 {
    color: #333333;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.35px;
    font-weight: 400;
    letter-spacing: 0.55px;
}

#map .block .inner .text1 {
    color: #333333;
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 0.35px;
    font-weight: 400;
    letter-spacing: 0.55px;
}

#map .block {
    -webkit-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    width: 455px;
    margin-left: auto;
    padding: 22px 22px;
}

.modal {
    padding-right: 0!important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #ff0101;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin-right: 5px;
}

footer {
    background: #f4f4f4;
}

footer .policy {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.35px;
    text-decoration: underline;
}

footer .policy {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.35px;
    text-decoration: underline;
}

footer .powered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer .text, footer .powered {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.35px;
    margin-top: 10px;
}

footer .text-head {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.35px;
    margin-top: 10px;
    text-transform: uppercase;
}
.footer-wrap {
    display: flex;
}

.footer-node {
    margin-left: 18px;
}


.map__img {
    display: block;
    position: absolute;
    background: url(../img/mapimg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    width: 596px;
    height: 238px;
    top: 82px;
    left: -137px;
}

.map__way {
    display: block;
    position: absolute;
    background-size: 50%;
    top: 310px;
    left: 13px;
    color: #c10909;
    line-height: 1em;
    z-index: 1000;
}

.img__way {
    display: block;
    background: url(../img/way.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 600px;
    height: 350px;
    background-size: contain;
    /* border: 5px solid; */
}

.parameter__pic {
    max-width: 125px;
}

input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

@media screen and (max-width: 1300px) {
    .motor {
        z-index: 10;
        width: 384px;
    }
    .parameter__par1-abs {
        left: -408px;
        top: 0px;
    }

    .parameter__par2-abs {
        right: -403px;
        top: 0px;
    }
    .parameter__par3-abs {
        left: -408px;
        bottom: 0px;
    }
    .parameter__par4-abs {
        right: -403px;
        bottom: 0px;
    }
    .point1 {
        left: -75px;
    }
    .point2 {
        right: -70px;
    }
    .point3 {
        left: -75px;
    }
    .point4 {
        right: -70px;
    }
    #swiper-container-o .swiper-button-next {
        height: 60px;
        width: 60px;
    }
    #swiper-container-o .swiper-button-prev  {
        height: 60px;
        width: 60px;
    }
    #swiper-container-o-one .swiper-button-next {
        height: 60px;
        width: 60px;
    }
    #swiper-container-o-one .swiper-button-prev  {
        height: 60px;
        width: 60px;
    }
    #swiper-container-o-one .swiper-slide .swiper-text {
        left: 48%;
    }
    mouse-parallax__content {
        position: absolute;
        display: block;
        width: 200px;
        height: 150px;
        top: 550px;
        left: 0px;
    }
    .mouse-parallax__content img {
             width: 150px;
         }
}

@media screen and (max-width: 1200px) {
    .map__way {
        display: block;
        position: absolute;
        background-size: 50%;
        top: 254px;
        left: 13px;
        color: #c10909;
        line-height: 1em;
        z-index: 1000;
    }
    .parameter__par {
        width: 270px;
    }
    #swiper-container-one .swiper-slide .swiper-text {
        top: 77px;
    }
    #swiper-container-o .swiper-pic img {
        max-width: 259px!important;
    }

    form .block {
        border-radius: 5px;
        border: 1px solid #dc3545;
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    form .block .line-hor {
        background: #dc3545;
        height: 1px;
        width: 365px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 11px;
    }
    a.button {
        padding: 27px 0 35px 40px;
    }
    .button {
        height: 83px;
        width: 270px;
        min-width: 270px;
    }
    .button:after {
        height: 77px;
        width: 46px;
        right: 15px;
        top: 15px;
    }
    h1 {
        font-size: 24px;
    }
    .header-mashine img {
        margin-left: 30px;
        max-width: 460px;
    }
    .parameter__par1-abs {
        left: -320px;
        top: 0px;
    }
    .parameter__par3-abs {
        left: -320px;
        bottom: 0px;
    }
    .parameter__par2-abs {
        right: -316px;
        top: 0px;
    }
    .parameter__par4-abs {
        right: -316px;
        bottom: 0px;
    }
    .parameter__pic {
        max-width: 100px;
    }
    .parameter__par {
        height: 150px;
        padding: 0px 10px;
    }
    .parameter__text {
        font-size: 12px;
        line-height: 1.0em;
    }
    #swiper-container-o .swiper-pic {
        position: absolute;
        max-width: 250px!important;
        left: 7%;
    }
    #swiper-container-o .swiper-slide .swiper-text {
        top: 46px;
        max-width: 350px;
    }

    #swiper-container-one .swiper-pic {
        position: absolute;
        max-width: 250px!important;
        left: 7%;
    }
    #swiper-container-one .swiper-slide .swiper-text {
        top: 62px;
        max-width: 310px;
    }
    h3 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-weight: 500;
        display: block;
        font-size: 28px;
        font-family: 'TT Norms';
        font-style: normal;
        color: #333;
        line-height: .9em;
    }
    #swiper-container-o .swiper-button-next {
        height: 40px;
        width: 40px;
        bottom: 40px;
    }
    #swiper-container-o .swiper-button-prev  {
        height: 40px;
        width: 40px;
        bottom: 40px;
    }
    #swiper-container-one .swiper-button-next {
        height: 40px;
        width: 40px;
        bottom: 55px;
    }
    #swiper-container-one .swiper-button-prev  {
        height: 40px;
        width: 40px;
        bottom: 55px;
    }
    #swiper-container-one .slider-three-text {
        font-size: 16px;
        font-family: 'TT Norms';
        font-weight: 400;
        font-style: normal;
        color: #333;
        line-height: 5px;
        margin-bottom: 20px;
    }
    .swiper-button-next {
        bottom: 160px;
    }
    .swiper-button-prev {
        bottom: 160px;
    }
    form {
        width: 390px;
    }
    .parameter__text-price {
        font-size: 12px;
        bottom: 10px;
    }
    .map__img {
        display: block;
        position: absolute;
        background: url(../img/mapimg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        width: 450px;
        height: 238px;
        top: 59px;
        left: -103px;
        opacity: 1;
    }
    #map .block .inner {
        border-radius: 5px;
        border: 1px solid #dc3545;
        padding: 18px 18px;
    }
    #map .block {
        -webkit-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        width: 382px;
        margin-left: auto;
        padding: 15px 15px;
    }
    #swiper-container-o .slider-three-text {
        font-size: 14px;
        font-family: 'TT Norms';
        font-weight: 400;
        font-style: normal;
        color: #333;
        line-height: 16px;
    }
}

@media screen and (max-width: 992px) {
    #swiper-container-o .swiper-pic img {
        max-width: 230px!important;
    }
    .mouse-parallax__content {
        display: none;
    }
    .question__form-top {
        margin-top: 20px;
    }
    .question__header {
        text-align: center;
        margin: 0 auto 30px;
    }
    .icon__text-tel {
        font-size: 16px;
    }
    .icon__text {
        font-size: 16px;
    }
    .icon__text-time {
        font-size: 10px;
    }
    h3 {
        font-weight: 500;
        display: block;
        font-size: 28px;
    }
    .header-mashine {
        margin-top: 50px;
        display: none;
    }
    #swiper-container-o .swiper-slide .swiper-text {
        top: 40px;
        max-width: 320px;
    }
    #swiper-container-o .swiper-pic {
        position: absolute;
        max-width: 225px!important;
        left: 7%;
    }
    #swiper-container-one .swiper-slide .swiper-text {
        top: 47px;
        max-width: 300px;
    }
    #swiper-container-one .swiper-pic {
        position: absolute;
        max-width: 225px!important;
        left: 7%;
    }
    .parameter-wrapper {
        display: none;
    }
    .swiper-button-next {
        bottom: 150px;
    }
    .swiper-button-prev {
        bottom: 150px;
    }
    .header-just {
        margin-bottom: 20px;
    }
    .question__wrapper {
        margin: 0 auto 10px;
    }
    form {
        margin: 0 auto;
    }
    .question {
        padding: 66px 0 40px;
    }
    form {
        height: 683px;
    }
        .motor {
            z-index: 10;
            width: 276px;
        }
    .parameter__text-price2 {
        left: 32%;
    }
    .img__way {
        display: block;
        background: url(../img/way.jpeg);
        background-position: center center;
        background-repeat: no-repeat;
        width: 500px;
        height: 292px;
        background-size: contain;
        /* border: 5px solid; */
    }
    #swiper-container-o .slider-three-text {
        font-size: 12px;
        font-family: 'TT Norms';
        font-weight: 400;
        font-style: normal;
        color: #333;
        line-height: 14px;
    }
}

@media screen and (min-width: 992px) {
    .parameter-wrapper-min {
        display: none;
    }
}
@media screen and (max-width: 768px) {

    .img__way {
        display: block;
        background: url(../img/way.jpeg);
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        background-size: contain;
    }
    #swiper-container-one .slider-three-text-note {
        font-size: 10px;
    }
    #swiper-container-o .swiper-pic img {
        max-width: 170px!important;
    }
    section, footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .staffer__pic {
        display: none;
    }

    #swiper-container-o .swiper-slide .swiper-text {
        top: 28px;
        max-width: 200px;
    }

    #swiper-container-o .swiper-pic {
        position: absolute;
        max-width: 180px !important;
        left: 33%;
        bottom: auto;
        top: 36px;;
    }

    #swiper-container-o .swiper-slide .swiper-text {
        top: 250px;
        max-width: 200px;
        position: absolute;
        transition: 1s;
        text-align: left;
        left: 30%;
    }

    #swiper-container-o .swiper-button-next {
        height: 30px;
        width: 30px;
        bottom: 310px;
        right: 16%;
    }

    #swiper-container-o .swiper-button-prev {
        height: 30px;
        width: 30px;
        bottom: 310px;
        left: 16%;
    }

    h3 {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #swiper-container-o .slider-three-text {
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
    }

    #swiper-container-one .swiper-slide .swiper-text {
        top: 28px;
        max-width: 200px;
    }

    #swiper-container-one .swiper-pic {
        position: absolute;
        max-width: 180px !important;
        left: 33%;
        bottom: auto;
        top: 36px;;
    }

    #swiper-container-one .swiper-slide .swiper-text {
        top: 280px;
        max-width: 180px;
        position: absolute;
        transition: 1s;
        text-align: left;
        left: 32%;
    }

    #swiper-container-one .swiper-button-next {
        height: 40px;
        width: 40px;
        bottom: 237px;
        right: 14%;
    }

    #swiper-container-one .swiper-button-prev {
        height: 40px;
        width: 40px;
        bottom: 237px;
        left: 14%;
    }

    h3 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 1em;
        align-items: center;
    }

    #swiper-container-one .slider-three-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 3px;
    }
    .swiper-button-next {
        height: 30px;
        width: 30px;
        bottom: 310px;
        right: 16%;
    }
    .swiper-button-prev {
        height: 30px;
        width: 30px;
        bottom: 310px;
        left: 16%;
    }
    form {
        height: 640px;
    }
    #map {
        height: auto;
        display: block;
    }

    section {
        overflow: hidden;
    }
    #map .block {
        width: 100%;
    }
    #map .block .inner {
        padding: 10px 15px;
    }
    #map .block {
        margin-top: 570px;
        padding: 12px 12px;
    }
    #map .block .inner .text2 {
        color: #333333;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 7px;
        display: block;
        letter-spacing: 0.35px;
    }
    #map .block .inner .title {
        margin-bottom: 10px;
    }
    .parameter__pic {
        max-width: 100px;
    }
}

@media screen and (min-width: 768px) {
    .staffer__pic-min {
        display: none;
    }
}

@media screen and (max-width: 574px) {
    .card-text {
        font-size: 14px;
        font-family: 'TT Norms';
        font-weight: 400;
        font-style: normal;
    }
    a.button {
        padding: 30px 0 30px 30px;
    }
    #swiper-container-o .swiper-button-next {
    height: 30px;
    width: 30px;
    bottom: 245px;
    right: 10%;
}
    #swiper-container-o .swiper-button-prev {
        height: 30px;
        width: 30px;
        bottom: 245px;
        left: 10%;
    }
    .staffer__pic-min {
        width: 230px!important;
    }
    #swiper-container-o .swiper-pic img {
        max-width: 100px!important;
    }
    #swiper-container-o .swiper-pic {
        max-width: 100px !important;
        left: 40%;
        bottom: auto;
        top: 45px;
    }
    #swiper-container-o .slider-three-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    .header-just {
        justify-content: center;
    }
    h1 {
        font-size: 18px;
        text-align: center;
    }
    .header__wrap {
        font-size: 15px;
        flex-basis: 50%;
        margin-right: 0px;
        margin-top: 10px;
    }
    .header__flex {
        margin-left: 10px;
        flex-wrap: wrap;
    }
   .header__bid {
         flex-wrap: wrap;
         justify-content: center;
     }
    #swiper-container-o .swiper-slide .swiper-text {
        top: 200px;
        max-width: 150px;
        position: absolute;
        transition: 1s;
        text-align: left;
        left: 36%;
    }
    h3 {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 5px;
        line-height: 1em;
    }
    #swiper-container-o .slider-three-text {
        font-size: 8px;
        font-weight: 400;
        line-height: 10px;
    }

    #swiper-container-one .swiper-slide .swiper-text {
        top: 209px;
        max-width: 140px;
        position: absolute;
        transition: 1s;
        text-align: left;
        left: 36%;
    }
    #swiper-container-one .slider-three-text {
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
    }
    .swiper-button-next {
        height: 30px;
        width: 30px;
        bottom: 235px;
        right: 10%;
    }
   .swiper-button-prev {
        height: 30px;
        width: 30px;
        bottom: 235px;
        left: 10%;
    }
    form .block .form__field.one input {
        height: 50px;
        margin-top: 10px;
    }
    form .block button {
        height: 50px;
    }
    form .block .form__field.one input {
        margin-bottom: 12px;
    }
    form .block button:after {
        height: 70px;
        width: 35px;
        right: 79px;
        top: -7px;
    }
    form {
        width: 270px;
        height: 520px;
        padding: 7px;
    }
    form .block .line-hor {
        width: 256px;
        margin-left: -11px;
        margin-right: -11px;
    }

    .button {
        width: 234px;
        min-width: 234px;
    }

    form .block button:after {
        right: 18px;
        top: -7px;
    }
    form .block .title {
        margin-bottom: 16px;
        text-align: center;
    }
    .button {
        font-size: 16px;
    }
    form .block .call a {
        font-size: 15px;
    }
    form .block .call {
        font-size: 10px;
    }
    form .block .work {
        font-size: 12px;
        margin-bottom: 17px;
    }
    .icon-toggle {
        font-size: 18px;
        height: 30px;
    }
    form .block {
        padding-top: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    h2 {
        font-size: 20px;
    }
    footer .text-head {
        font-size: 12px;
    }
    footer .text, footer .powered {
        font-size: 10px;
        line-height: 10px;
        margin-top: 10px;
    }
    footer .powered {
        justify-content: center;
    }
    .footer-wrap {
        justify-content: center;
    }
    footer .policy {
        font-size: 10px;
    }
}

@media screen and (max-width: 505px) {
    .header__busher {
        margin-top: 20px;
    }
    #swiper-container-o .swiper-slide .swiper-text {
        left: 33%;
    }

    #swiper-container-o-one .swiper-slide .swiper-text {
        left: 33%;
    }
}


@media screen and (max-width: 470px) {
    #swiper-container-o .swiper-pic {
        left: 37%;
    }
}

@media screen and (max-width: 460px) {
    .img__way {
        height: 235px;
    }
    .header__busher {
        /*margin-left: 0px;*/
        margin-top: 20px;
    }
    #swiper-container-o .swiper-slide .swiper-text {
        left: 30%;
    }
    #swiper-container-one .swiper-slide .swiper-text {
        left: 32%;
    }

}

@media screen and (max-width: 420px) {
    .map__img {
        top: 13px;
    }
}


@media screen and (max-width: 380px) {
    #swiper-container-o .swiper-pic {
        left: 32%;
    }
    #swiper-container-o .swiper-slide .swiper-text {
        left: 26%;
    }
    #swiper-container-one .swiper-slide .swiper-text {
        left: 28%;
    }
}

@media screen and (max-width: 340px) {
    #swiper-container-o .swiper-slide .swiper-text {
        left: 22%;
    }
    #swiper-container-one .swiper-slide .swiper-text {
        left: 24%;
    }
}