
*, *::before, *::after{
	box-sizing: border-box;
}
html{
	font-size: 10px;
}
body{
	margin: 0;
	padding: 0;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0;
}
ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
button{
	font: inherit;
	color: inherit;
	cursor: pointer;
}
button:hover,
button:focus{
	color: red;
}
input{
	font: inherit;
	color: inherit;
}
textarea{
	font: inherit;
	color: inherit;
	resize: none;
}
img{
	display: block;
	width: 100%;
	height: auto;
}

/*
iframe{
	border: none;
	width: 100%;
	height: 360px;
	display: block;
  object-fit: cover;
}
*/

.is-wm-calculator-calculator--line_field {
  padding: 15px 20px 15px 20px!important;
}
/* Desctop display none */
.dn_desctop {display: none;}

/* Spasibo top fix */

.mt-40_minus {
    margin-top:-40px!important;
}


/* PHONE OPACITY FIX */
a.phone_link small {opacity: 1 !important;}
a.phone_link:hover {color:var(--red)}
a.phone_link {
    margin-left: 10px!important;
    font-weight: 400;
    font-size: 1em;
    outline: none;
    border: 0;
    cursor: pointer;
    background: transparent;
    letter-spacing: 0.5px;
    padding: 2px 4px;
    white-space: nowrap;
}

/* CALC FIX */
.is-wm-calculator-result--footer{
    display: none!important;
}
.is-wm-calculator-result {
    min-width: 400px;
}
/* END CALC FIX */
:root {
    --blue: #0a142f;
    --red: #c3001f;
    --grey: #485574;
    --lightBlue: #F0F3F8;
    --black: #000000;
    --darkBlue: #58637a;
    --white: #ffffff;
    --green: green;

}
input:invalid {border-color: var(--red);}
input:valid {border-color: var(--blue);}
select:invalid {border-color: var(--red);}
select:valid {border-color: var(--blue);}


.brand_form {
    background: var(--white);

}

.lightBlue {
    /*background: var(--lightBlue);*/
    border: 1px solid var(--lightBlue)
}
.darkBlue {
    background: var(--blue);
}
/* Fix filters on top */

.sticky {
    position: sticky;
    top: -0.1rem;
    min-height: 1em;
    background: #FFF;
    height: 48px;
    padding-top: 6px;
  }


/* END Fix filters on top */


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff') format('woof'),
         url('../fonts/ProximaNova-Regular.ttf') format('truetype');

    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.woff') format('woof'),
         url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Proxima Nova Rg';
    font-size: 1.8em;
    color: var(--grey);
    position: relative;
    background: #fff;
}
.main {
    height: 100vh;
}
.layout-content{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.thankyou {
    position: relative;
    background-color: #3f6999;
}
.section {
    padding: 40px 0 50px;
}
.container {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
p.centered {
    text-align: center;
}
.purple-text {
    color: #2f3571;
}

.red-text {
    color: #a92230;
}
.car-image-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translate(0%, 50%);
}
img.car-image {
    width: 300px;
    display: block;
    margin: auto;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top:20px;
}
img.backhand {

    width: 30px;
    display: block;
    vertical-align: middle;
    text-align: center;
}
.telegram__spas-btn {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    padding: 14px 20px;
    background: #1cb7ef;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    display: block;
    margin: auto;
    max-width: 300px;
    text-align: center;
}
p.ty_telegram {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 4rem;
    color: #f6f6f6;
    text-align: center;
}
.social_icon_fix {
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
}
.social_mr {
    margin-right: 10px;
}
.social_elastic {
    width: 30px;
    opacity: 0.8;
}
.social_elastic:hover {
    width: 30px;
    opacity: 1;
}
p {
    font-size: 1em;
    line-height: 30px;
}

.telegram__spas-btn:hover {
  background: #1690bd;
}

.bgr_top {
    background-color: #2f3571;
    background-size: cover;
}

.bgr_bottom {
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 100px 0 0;
    background: url("../img/bgr_bottom.jpg") no-repeat center;
}

p.title {
    font-size: 3.5em;
    margin-bottom: 30px;
    line-height: 1.0em;
    font-weight: 600;
    color: #FFFFFF;
}

p.avtovoronka {
  font-size: 2.5em;
  margin-bottom: 30px;
  line-height: 1.0em;
    font-weight: 500;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    img.car-image {
        width: 250px;
    }
  p.avtovoronka {
    font-size: 2em;
    margin-bottom: 30px;
    line-height: 1.0em;
  }
    p.title {
    font-size: 3em;
  }
}

@media screen and (max-width: 579px) {
    p.avtovoronka {
        font-size: 1.8em;
        margin-bottom: 30px;
        line-height: 1.0em;
    }
    p.title {
        font-size: 2.8em;
    }
    p {
        font-size: 1em;
    }
    img.car-image {
        width: 200px;
    }
    .social_icon_fix {
        margin-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 425px) {
    .section {
        padding: 30px 0;
    }
    p.avtovoronka {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    p.title {
        font-size: 2.5em;
    }
    p {
        font-size: 0.9em;
        line-height: 22px;
    }
    img.car-image {
        width: 170px;
    }
    .social_icon_fix {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .bgr_bottom {
        padding: 50px 0 0;
    }
}