html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   line-height: 1.2em;
   font: inherit;
   vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
   display: block;
}

ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}

::-webkit-input-placeholder {
    color: #272727;
    font-size: 16px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #272727;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #272727;
    font-size: 16px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #272727;
    font-size: 16px;
}

a,
a:-webkit-any-link {
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clr {
    clear: both
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em !;
}

input[type=text] {
    width: 100%;
    height: 54px;
    padding-left: 30px;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 35px;
    border: 1px solid #bababa;
}

.desktop {
    display: initial;
}

.mobile {
    display: none;
}

.phone-input {
    width: 100%;
    border: 1px solid #bababa;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/phone-input.png') 28px 20px no-repeat;
    background-color: white;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.phone-input__input {
    width: 100% !important;
    border: none !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-left: 0 !important;
}

.phone-input_light {
    background-color: white;
}

.phone-input_light .phone-input__input{
    background-color: white;
}

.phone-number {
    text-decoration: none;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    white-space: nowrap;
    color: #d6b311;
}

.white {
    color: white;
}

.button {
    font-family: 'Open Sans', sans-serif;
    min-width: 292px;
    height: 54px;
    background-color: #bf103b;
    border: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6em;
    color: white;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
	font-weight:600;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    box-shadow: 0 4px 0 #73001b;
    padding: 10px;
}

.button:hover,
.button:active {
    background-color: #e60a00;
}

.button__arrow {
    margin-left: 12px;
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    width: 12px;
    background: url('../images/right-arrow.png') no-repeat center center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    background: url('../images/header.jpg') center top no-repeat;
    padding: 10px 0 40px 0;
}

.header__topline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
    gap: 30px;
    color: white;
}

.logo {
    background: url('../images/logo.png') 0px 0px no-repeat;
    background-size: contain;
    text-align: left;
    color:white;
    width: 320px;
    padding: 10px 0 10px 90px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}

.header__middle {
    text-align: center;
}
.header__middle-text {
    margin-top: 5px;
}

.contacts {
    color:white;
    text-align: right;
    font-size: 16px;
    line-height: 1.4em;
    padding: 10px;
}

.contacts__offer {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
}

.contacts__phone-wrapper  {
    padding: 10px 0 0 60px;
}

.contacts__phone {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    text-align: right;
    color: #f2cd24;
    text-decoration: none;
}

.contacts__working-hours {
    padding: 5px 0px 0 0px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}


.header__main {
    margin-top: 54px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.header__promo {
    color: #f2cd24;
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.header__sub-offer {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;
}

.highlighted {
    color: #f2cd24 !important;
}

.header__timer {
    margin-top: 60px;
}

.timer {
    text-align: center;
    color: #fff;
    text-transform: none;
}

.timer__message {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.header__pluses {
    margin: 55px 0 0 10px;
}

.grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.plus {
    min-width: 200px;
    color: #fff;
    text-align: center;
}

.plus__title {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
}

.header__form {
    margin:auto;
    margin-top: 60px;
}

.form {
    max-width: 760px;
    width: 100%;
}

.form__title,
.form__input,
.form__submit,
.form__note {
    width: 100%;
    margin: 0px 0 10px 0;
}

.form__title {
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
}
.form__note {
    text-align:center;
    font-size:16px;
    color:#222222;
    margin-top:20px;
}

.form__note_light {
    color: #fff !important;
}

.form__inputs-wrapper {
    margin:auto;
    max-width: 560px;
    width: 100%;
}

.form__inputs-wrapper-bg{
    background: url('../images/form-bg.png') center top no-repeat;
    max-width: 760px;
    width: 100%;
    height: 302px;
    position: relative;
    padding-top: 40px;
    margin-top: 30px;
}

.katalog {
    background: #FFF;
    padding: 0 0 10px 0px;
}

.katalog h2 {
  padding: 70px 0px 70px 0px;
    color: #272727;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}
.katalog h2 span { color: #e03131;
font-size: 36px; }

.kat-block {
    margin-bottom: 80px;
    padding-bottom: 100px;
    padding-left: 0px;
	background:url(../images/bgshadow.jpg) bottom center no-repeat;
}

.fff2 {
/*    background: #FFF;*/
    display: block;
        height: 238px;
    left: -37px;
    position: absolute;
    top: 97px;
    width: 58px;
}
.potolok {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.katalog .l-block {
    display: inline-block;
    vertical-align: top;
    /* width: 535px; */
	/* margin-right: 40px; */
}
.katalog .r-block {
    display: inline-block;
    vertical-align: top;
    /* width: 545px; */
}
.katalog h3 {
        margin: 10px 0 10px 0px;
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
        line-height: 34px;
}
.katalog .otz-block {
       margin-top: 267px;
}
.katalog .name {
     color: #2c2c2c;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding: 0px 0 5px 110px;
    text-transform: uppercase;
}
.katalog .otz {
       color: #2c2c2c;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    padding: 5px 0 0 122px;
    width: 424px;
}

.katalog .otz_item {
    margin-bottom: 35px;
}
.katalog .cv {
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.katalog .cvet {
        background: url(../images/cvet.png) left top no-repeat;
        background-size: contain;
    /* width: 500px; */
    height: 57px;
    margin: 20px 0 30px 0;
}
.katalog .avatar1 {
        float: left;
       padding-right: 19px;
    width: 103px;
}
.katalog .r-block ul.larets {
    margin: 0px 0 0 0px;
    display: block;
}
.katalog .r-block ul.larets li {
    width: 120px;
    margin-left: 5px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 999;
}

.vigoda {
    margin-top: 25px;
}

.katalog .vigoda ul li {
  background: url(../images/li.png) left 6px no-repeat;
    color: #464646;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
    padding: 0 0 15px 25px;
}

.katalog .r-block ul li:first-child {
    margin-left: 0px;
}
.katalog .r-block ul .p1 {
   color: #222222;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 800;
}
.katalog .r-block ul .p2 {
     color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}


.fff {
    /*background: #FFF;*/
    display: none;
    float: left;
    height: 238px;
    left: 513px;
    position: absolute;
    top: 97px;
    width: 24px;
}


.katalog .r-block ul .hr1 {
      width: 30px;
    height: 3px;
    background-color: #f2cd24;
    margin: 15px 0 15px 0;
}


.button-offer {
    font-size: 21px;
    margin: 0px 0 0 15px;
}
/* for a awesome arrow*/



.katalog .zv {
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 0 0px 0px;
    /* display: block; */
    clear: both;
    height: 45px;
}
/* ------ mobilyslider
-----------------------------------------------*/
/* ------ mobilyslider
-----------------------------------------------*/

/* #content {
    width: 1200px;
    margin: 20px auto 20px;
} */
.slider {
    padding-top: 15px;
    /* height: 630px; */
    position: relative;
    /* width: 533px; */
    padding-bottom: 40px;
}
.slider5 {
    /* height: 450px; */
    position: relative;
    /* width: 1200px; */
}
.sliderContent {
    /* float: left; */
    /* height: 617px;  */
    
    overflow: hidden;
}
.sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 50;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 47%;
}
.slider5 .sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 50;
    width: 27px;
    height: 47px;
    position: absolute;
    top: 40%;
}
.slider5 .prev {
    background: url('../images/left-s.png') center top no-repeat;
    left: 20px;
}
.slider5 .prev:hover {
    opacity: 0.7;
}
.slider5 .next {
    background: url('../images/right-s.png') center top no-repeat;
    right: 20px;
}
.slider5 .next:hover {
    opacity: 0.7;
}
.sliderContent .item {
    position: absolute;
    /* width: 1200px; */
}
.slider5 .sliderBullets {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 50;
    margin-left: -45px;
}
.slider5 .sliderBullets a {
    display: block;
    float: left;
    text-indent: -9999px;
    outline: none;
    margin-left: 20px;
    width: 10px;
    height: 10px;
    background: url('../images/nav.png') center top no-repeat;
}
.slider5 .sliderBullets .active {
    background: url('../images/nav-hover.png') center top no-repeat
}

.formblock10 {
    background: url('../images/smeta-bg.jpg') bottom center no-repeat;
    padding-bottom: 10px;
}
.formblock10 h2 {
   color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 47px;
   padding: 35px 0px 0px 10px;
    text-align: left;
    /* letter-spacing: 2px; */
}

.formblock10 h2 span{
  line-height: 60px;
    font-weight: 400;
  
}
.formblock10 .f1 {
    color: #353535;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    margin-top: 70px;
    padding-left: 15px;
    text-align: left;
    /* letter-spacing: 0.4px; */
    padding-bottom: 40px;
}
.formblock10 .f1 span {
    color: #bf103b;
    font-weight: 700;
}
.formblock10 .f1 a {
    color: #bf103b;
    font-weight: 700;
    text-decoration: none;
}
.formblock10 .left {
    display: inline-block;
    margin-top: 10px;
    padding-left: 15px;
    vertical-align: top;
    width: 47%;
}
.formblock10 .right {
    display: inline-block;
    margin-left: 30px;
    margin-top: 262px;
    vertical-align: top;
    width: 47%;
}
.request_callback2 {
    margin: 0px 0 0 0px;
	margin-top: -80px;
	margin-left: 88px;
}

#feedback-form-9-middle {margin-left:0;}

.formblock10 .pod {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.formblock10 .inputs { padding-top: 60px; }

/*=============================================
garant
=============================================*/
.garant {
    background: url('../images/bg-garant.jpg') center top no-repeat;
    box-sizing: border-box;
    margin: 0 auto;
    moz-box-sizing: border-box;
    padding: 0px 0 0px 0;
    webkit-box-sizing: border-box;
    padding: 40px 0;
    background-size: cover;
}
.garant h2 {
    padding: 70px 0px 80px 0px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}
.garant h2 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
}
.garant ul {
    list-style: none;
    overflow: hidden;
    padding: 0px 0 0 10px;
    display: flex;
    justify-content: center;
    gap: 21px;
    flex-wrap: wrap;
}
.garant .li {
    padding: 0px 0px 20px 0px;
    vertical-align: top;
    width: 340px;
}

.div1 {
       height: 185px;
}
.garant .g1 {
       color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}
.garant .g2 {
color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 5px;
}
.garant .div {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    padding: 35px 0px 65px 0px;
    text-align: center;
}
.garant .i1 {
    background-image: url('../images/ic1.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-right: 40px;
    width: 188px;
}
.garant .i2 {
    background-image: url('../images/ic2.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-right: 40px;
    width: 188px;
}
.garant .i3 {
    background-image: url('../images/ic3.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-right: 40px;
    width: 188px;
}
.garant .i4 {
    background-image: url('../images/ic4.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-right: 40px;
    width: 188px;
}
.garant .i5 {
    background-image: url('../images/ic5.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-right: 40px;
    width: 188px;
}

/*=============================================
request_callback3
=============================================*/

.formblock9 {
    background: url('../images/formblock9bg.jpg') top center no-repeat;
    position: relative;
    padding: 40px 0 100px 0;
}
.formblock9 h2 {
      padding: 40px 0px 40px 0px;
    color: #bf103b;
    font-family: "Open Sans";
    font-size: 45px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
}
.formblock9 h2 span {
    color: #bf103b;
    font-family: "Open SansExtraBold";
    font-size: 43px;
    line-height: 48px;
}
.formblock9 .f1 {
       padding: 50px 0px 0px 0px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 41px;
    font-weight: 400;
    text-align: left;
}
.formblock9 .f1 span {
   font-weight: 700;
    color: #bf103b;
    font-size: 45px;
    padding-top: 20px;
    line-height: 57px;
}
.formblock9 .f2 {       
       padding: 10px 0px 70px 0px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: left; }

.formblock9 .block {
    width: 50%;
    float: right;
}
.request_callback4 {
    margin: 0px 0 0 0px
}
.request_callback4 .zv {
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    width: 540px;
}


/*=============================================
maps
=============================================*/

.maps {
    padding: 0px 0 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.maps h2 {
    padding: 0 0px 50px 0px;
    color: #222222;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    text-align: center;
}

.maps h2 span {
    font-size: 40px;
    font-family: "Open SansBlack";
}

.maps .maps-bg {
    background: url('../images/maps-bg.jpg') top center no-repeat;
    height: 709px;
}

/*=============================================
preim
=============================================*/

.preim {
    background: url('../images/preim-bg.jpg') top center no-repeat;
    padding: 40px 0 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.preim h2 {
       padding: 30px 0px 80px 0px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}
.preim ul {
  list-style: none;
    overflow: hidden;

    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 49px 20px;
}
.preim .li {
    vertical-align: top;
}
.preim .li1 {
    vertical-align: top;
}
.preim .div1 {
        height: 166px;
}
.preim .g1 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
   text-align: center;
    padding-top: 8px;
}
.preim .g2 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding-top: 10px;
    text-align: center;
}
.preim .div {
    padding: 20px 0px 0px 0px;
}
.preim .div2 {
    padding: 20px 0px 0px 0px;
}
.preim .i1 {
    width: 167px;
    background-image: url('../images/item1.png');
    background-position: center;
    background-repeat: no-repeat;
        margin: 0 auto;
}
.preim .i2 {
     width: 167px;
    background-image: url('../images/item2.png');
    background-position: center;
    background-repeat: no-repeat;
        margin: 0 auto;
}
.preim .i3 {
     width: 167px;
    background-image: url('../images/item3.png');
    background-position: center;
    background-repeat: no-repeat;
       margin: 0 auto;
}
.preim .i4 {
    width: 167px;
    background-image: url('../images/item4.png');
    background-position: center;
    background-repeat: no-repeat;
        margin: 0 auto;
}


.formblock6 {
    background: url('../images/fbbg.jpg') top center no-repeat;
}
.formblock6 h2 {
    color: #1b1b1b;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 100px 0px 90px 0px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 45px;
}
.formblock6 .f1 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 39px;
    margin-top: 60px;
    text-align: left;
}
.formblock6 .f1 span {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 900;
    padding-left: 10px;
    text-align: left;
}
.formblock6 .left {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    width: 47%;
}
.formblock6 .right {
    display: inline-block;
    margin-left: 10px;
    margin-top: 30px;
    vertical-align: top;
/*    width: 695px;*/
}
.request_callback6 {
    margin: 0px 0 0 0px;
}
.request_callback6 .zv {
    color: #fffefe;
    font-size: 16px;    
    font-weight: 400;
    text-align: center;
    width: 532px;
}
.formblock6 .pod {
       color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
line-height: 1.3em;
    padding: 10px 0px 0px 10px;
    text-align: left;
    /* letter-spacing: 2px; */
}

.formblock6 .pod2 {
            padding: 20px 0px 30px 10px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 41px;
    font-weight: 400;
    text-align: left;
}


.formblock6 .pod2 span {
  
    color: #bf103b;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;

    font-weight: 700;
   
}
.formblock6 .pod2 a { text-decoration: none;
color: #bf103b;
font-weight: 700; }






.formblock6 .name {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-right: 75px;
    position: relative;
    float: right;
    margin-top: -9px;
    font-weight: 300;
	    text-align: right;
}

.name span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
	font-weight:700;
    text-transform: uppercase;
}

.inputs {
    padding-top: 64px;
    max-width: 560px;
}

.form__note-light {
    color: white !important;
}


.formblock {
    background: url('../images/form2-bg.jpg') top center no-repeat;
    height: 624px;
    position: relative;
}
.formblock h2 {
    padding: 120px 0px 0px 0px;
    color: #202020;
    font-family: "Open Sans";
    font-size: 31px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
}
.formblock h2 span {
   color: #bf103b;
    font-family: "Open Sans";
    font-size: 48px;
    line-height: 54px;
}
.formblock .f1 {
        padding: 20px 0px 20px 0px;
    color: #1d1d1d;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
}
.formblock .f1 span {
    font-weight: 700;
}
.formblock .f1 a {
    font-weight: 700;
    color: #bf103b;
    text-decoration: none;
}
.formblock .block {
    float: right;
    margin-right: 71px;
}
.request_callback2 {
    margin: 0px 0 0 0px
}
.request_callback2 .zv {
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 540px;
}

.formblock form {
    width: 560px;
    margin: auto;
}

.yellow {
    background: #e7c501;
    padding: 40px 0 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yellow ul {
    list-style: none;
    overflow: hidden;
    gap: 50px;
    padding: 40px 0;
    padding: 0px 0 0 10px;
    flex-wrap: wrap;
    justify-content: center;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;

}
.yellow .li {
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    width: 240px;
}
.yellow .div1 {
    height: 101px;
    padding-top: 100px;
}
.yellow .g1 {
   color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    text-align: left;
}
.yellow .g2 {
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
}
.yellow .div {
   padding: 0 0px 0px 116px;
}
.yellow .div2 {
    padding: 70px 0px 0px 116px;
}
.yellow .i1 {
    width: 101px;
    background-image: url('../images/pr1.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}
.yellow .i2 {
    width: 101px;
    background-image: url('../images/pr2.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}
.yellow .i3 {
    width: 101px;
    background-image: url('../images/pr3.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.yellow .i4 {
    width: 101px;
    background-image: url(../images/pr4.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}


/*=============================================
proizv
=============================================*/

.proizv {
    padding: 60px 0 60px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.proizv h2 {
    padding: 0px 0px 25px 0px;
    text-transform: uppercase;
    color: #252525;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    text-align: left;
}
.proizv .text {
        color: #252525;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 25px;
}

.proizv .pr img
{    width: 100%;
    margin: 0 auto;
    display: block;
	-webkit-box-shadow: 3px 3px 32px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 32px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 32px 0px rgba(0,0,0,0.75);
	}

.proizv .p1 {
   color: #1d1d1d;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}
.proizv ul {
    padding: 15px 0 0 0px;
}
.proizv ul li {
       color: #1d1d1d;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 39px;
    list-style: none;
    text-transform: none;
    background-image: url(../images/li.png);
    background-position: left 18px;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    margin: 0px 0 0px 0;
    letter-spacing: 0;
}
.proizv-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 40px;
}


/*=============================================
doverie
=============================================*/

.doverie {
    padding: 40px 0;
}
.doverie h2 {
  padding: 30px 0px 70px 0px;
    color: #222;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}


.dovirie__logos {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

/*=============================================
formblock4
=============================================*/

.formblock4 {
    background: url('../images/footer-bg.jpg') top center no-repeat;
    padding-bottom: 40px;
}
.formblock4 .r1 {
    padding: 70px 0px 70px 0px;
    color: #222;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.formblock4 .r3 span {
    
    color: #222;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;   
    text-transform: uppercase;
    text-align: center;
}


.formblock4 .r3 {
       color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    padding-top: 0px;
    text-align: center;
}
.formblock4 .r2 {
       font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 34px;
   padding: 40px 0 40px 0px;
    text-align: center;
}
.formblock4 .r2 a {
        text-decoration: none;
    color: #d6b311;
}
.formblock4 .r5 {
     color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0 0 0px;
    text-align: center;
}
.scroll_top {
    display: block;
    position: relative;
    left: 940px;
    top: -40px;
    width: 68px;
    height: 68px;
    background: url('../images/page-up.png') no-repeat;
    text-decoration: none;
    z-index: 600;
}
.scroll_top:hover {
    background: url('../images/page-up-hover.png') no-repeat
}
/*=============================================
footer-copyright
=============================================*/

.footer-copyright {
        padding: 25px 0 0 9px;
    color: #656565;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.creator {
    color: #757575;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    z-index: 55555;
    display: flex;
    align-items: center;
}
.adtrust_logo {
    display: inline-block;
    width: 101px;
    height: 21px;
    margin-left: 6px;
    vertical-align: bottom;
    background: url('../images/logo-adtrust.png');
    text-decoration: none;
}
.adtrust_logo:hover {
    background: url('../images/logo-adtrust-hover.png')
}


.on_map {
    margin: 0
}

#map_canvas {
   height: 760px;
   padding: 0px 0 0px 0;
   overflow: hidden;
   transform: translateZ(0px);
}


.on_map__title {
   color: #222;
   font-size: 35px;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 130px;
   text-align: center;
   height: 130px;
   margin-top: 50px;
   background-color: #fff;
}

.on_map .container {
   position: relative; 
   z-index: 1;
   width: 1200px;
   margin: 0 auto;
}



.on_map_address {
   position: absolute;
   right: 0px;
   top: 40px;
   width: 520px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   background-color: white;
   box-shadow: 0 7px 54px rgba(0, 0, 0, 0.22);
   -moz-box-shadow: 0 7px 54px rgba(0, 0, 0, 0.22);
   -webkit-box-shadow: 0 7px 54px rgba(0, 0, 0, 0.22);
   padding: 60px 55px 20px 55px;
}

.on_map_address .r3 {
   color: #222;
   font-size: 20px;
   font-weight: 700;
   line-height: 1.5em;
   text-transform: uppercase;
   margin-bottom: 15px;
}

.on_map_address .r2 {
   font-size: 35px;
   font-weight: 700;
   line-height: 1.2em;
   text-transform: uppercase;
   margin-bottom: 20px;
}

.on_map_address .phone-number {
   font-size: 35px;
}

.on_map_address .r1 {
   color: #222;
   font-size: 16px;
   line-height: 30px;
   margin-bottom: 20px;
}

.on_map_address .r4 { 
   color: #222;
   font-size: 20px;
   font-weight: 700;
   line-height: 30px;
   text-transform: uppercase;
   margin-bottom: 10px;
}

.on_map_address .r5 { 
   color: #222;
   font-size: 16px;
   line-height: 23px;
   margin-bottom: 30px;
}

.on_map_address .r6 { 
   color: #222;
   font-size: 20px;
   font-weight: 700;
   line-height: 30px; 
}

.on_map .form {
   width: 100% ;
}

.on_map .form .button{
   font-size: 15px;;
}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

    
    .header {
        background-size: cover;
    }
    .container {
        padding: 0 30px;
    }

    .grid {
        gap: 5px;
        min-width: 160px;
    }

    .header__middle {
        display: none;
    }

    .yellow ul {
    
        display: grid;
        grid-template-columns: 1fr 1fr;
        
    
    }

    .on_map .container {
        width: 100%;
    }

    .on_map_address {
        height: 680px;
        top: 0;
    }
    #map_canvas {
        width: 70%;
        height: 680px;
    }
}

@media (max-width: 991.98px) {

    .header {
        background-size: cover;
    }

    .header__topline {
        display: flex;
        flex-direction: row;
        gap: 35px;
        align-items: center;
        justify-content: space-around;
    }

    .header__topline {
        gap: 5px;
        flex-wrap: nowrap;
    }
    .header__middle {
        display: none;
    }

    
    .logo {
        font-size: 18px;
        padding: 8px 0 8px 70px;
        align-self: flex-start;
    
    }

    .header__promo {
        font-size: 40px;
        line-height: 1.2em;
    }
    
    .header__sub-offer {
        font-size: 30px;
    }

    .on_map_address {
        height: 680px;
        top: 0;
    }
    #map_canvas {
        width: 50%;
        height: 680px;
    }

}

@media (max-width: 767.98px) {

    .desktop {
        display: none;
    }
    
    .mobile {
        display: block;
    }

    .container {
        max-width: 560px;
        padding-left: 12px;
        padding-right: 12px;
        margin: 0 auto;
    }

    .header {
        background-size: cover;
    }

    .header__topline {
        display: flex;
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
 
    .header__main,
    .header__timer {
        margin-top: 40px;
    }

    .header__promo {
        font-size: 24px;
        line-height: 1.2em;
    }
    
    .header__sub-offer {
        font-size: 22px;
    }

    .logo {
        font-size: 14px;
        padding: 5px 0 5px 55px;
        align-self: flex-start;
    
    }

    .header__middle {
        display: none;
    }

    .contacts {
        padding: 0;
    }

    .contacts__offer {
        text-align: center;
    }

    .contacts__phone-wrapper {
        padding-left: 0;
        text-align: center;
    }
    .contacts__working-hours {
        text-align: center;
    }

    .grid {
        gap: 5px;
    }
    .plus {
        width: 48%;
        min-width: initial;
    }

    .plus__title {
        font-size: 14px;
    }

    .form__inputs-wrapper-bg {
        padding-left: 10px;
        padding-right: 10px;
        background: #ffcf00;
    }

    .potolok {
        display: flex;
        flex-direction: column;
        grid-gap: 50px;
    }

    .reverse-order .r-block {
        order: 2;
    }

    .formblock10 .left {
        width: 100%;
    }

    .formblock10 h2 {
        font-size: 40px;
    }

    .formblock10 .f1 {
        font-size: 22px;
    }

    .formblock9 {
        background: none;
    }

    .formblock9 .block {
        width: 100%;
    }

    
    .maps h2 {
        font-size: 20px;
    }

    .maps .maps-bg {
        height: 500px;
    }

    .formblock6 .pod {
        font-size: 34px;;

    }

    .formblock6 .pod2 {
        font-size: 22px;
        line-height: 1.5em;


    }

    .name {
        display: none;
    }

    .formblock6 {
        background: url('../images/fbbg.jpg') center center no-repeat;
    }

    .proizv-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .formblock4 {
        background-size: cover;
    }

}

@media (max-width: 575.98px) {

    .container {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        margin: 0 auto;
    }

    .header {
        background-size: cover;
    }

    .header__topline {
        display: flex;
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
 
    .header__main,
    .header__timer {
        margin-top: 40px;
    }

    .header__promo {
        font-size: 24px;
        line-height: 1.2em;
    }
    
    .header__sub-offer {
        font-size: 22px;
    }

    .logo {
        font-size: 14px;
        padding: 5px 0 5px 55px;
        align-self: flex-start;
    
    }

    .header__middle {
        display: none;
    }

    .contacts {
        padding: 0;
    }

    .contacts__offer {
        text-align: center;
    }

    .contacts__phone-wrapper {
        padding-left: 0;
        text-align: center;
    }
    .contacts__working-hours {
        text-align: center;
    }

    .grid {
        gap: 5px;
    }
    .plus {
        width: 48%;
        min-width: initial;
    }

    .plus__title {
        font-size: 14px;
    }

    .form__inputs-wrapper-bg {
        /* background: url(../images/form-bg.png) center top no-repeat; */
        padding-left: 10px;
        padding-right: 10px;
        background: #ffcf00;
    }

    .formblock10 h2,
    .formblock10 h2 span {
        font-size: 22px;
        line-height: 1.2em;
    }

    .formblock10 h2 {
        padding-top: 0;
    }
    .formblock10 .f1 {
        font-size: 18px;
        line-height: 1.6em;
    }

    .formblock10 {
        background: #ffcf00;
        padding: 40px 0;

    }

    .maps h2 {
        font-size: 20px;
    }

    .maps .maps-bg {
        height: 500px;
    }

    .preim {
        background-size: cover;
    }
    .preim ul {
        list-style: none;
          overflow: hidden;
      
          margin: 0 auto;
          display: grid;
          grid-template-columns: 1fr;
          justify-items: center;
          gap: 49px 20px;
      }

      .formblock6 {
        background: url('../images/fbbg.jpg') center center no-repeat;
    }

      .formblock6 .pod {
        font-size: 22px;;

    }

    .formblock6 .pod2 {
        font-size: 19px;
        line-height: 1.5em;


    }

    .yellow ul {
    
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .formblock4 .r2 a {
        font-size: 30px;
    }

    .footer-copyright {
        flex-direction: column;
    }

    .on_map .container {
        width: 100%;
        padding: 0;
    }

    .on_map {
        padding: 40px 0 0 0;
    }

    .on_map__title {
        margin-top: 0;
        line-height: normal;
        font-size: 22px;
        height: auto;
        margin-bottom: 40px;
    }
   
    .on_map_address {
        display: block;
        position: relative;
        width: 100%;
        padding: 40px 20px;
    }

    #map_canvas {
        width: 100%;
        height: 480px;
    }

}