/* fonts */

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), 
        local('Montserrat-Regular'), 
        url('../fonts/montserrat.woff2') format('woff2'), 
        url('../fonts/montserrat.woff') format('woff'), 
        url('../fonts/montserrat.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lobster';
    src: local('Lobster'), 
        url('../fonts/lobster.woff2') format('woff2'), 
        url('../fonts/lobster.woff') format('woff'), 
        url('../fonts/lobster.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.eot');
    src: local('Roboto Italic'), 
        local('Roboto-Italic'),
        url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Italic.woff') format('woff'),
        url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), 
        local('Roboto-Bold'),
        url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: local('Roboto'), 
        local('Roboto-Regular'),
        url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: local('Roboto Medium'), 
        local('Roboto-Medium'),
        url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


/* vse tegi */


h1, h2, h3 {
    font-family: 'Lobster';
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;

}

h4 {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
}

a {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #f3700f;
    text-decoration: none;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

a:hover {
    color: #d4620e;
}

p {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
}

body {
    margin: 0;
    display: block;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

ol{
    counter-reset: counterName;
    padding-left: 0;
}

ul {
    padding-left: 20px;
}

li{
    list-style: none;
    line-height: 30px;
}

ol li:before {
    counter-increment: counterName;
    content: counters(counterName, "-") ") ";
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding-right: 13px;
}

ul li {
    position: relative;
}

ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: 13px;
    left: -15px;
}

table, tr, td {
    border: 1px solid #BFBFBF;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    padding: 25px 15px;
}

caption {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    padding-bottom: 35px;
}

blockquote {
background-color: #FBEDD7;
position: relative;
width: 100%;
max-width: 400px;
height: 180px;
}

blockquote p {
position: absolute;
text-align: center;
color: #F3700F;
font-size: 18px;
font-family: 'Lobster';
font-weight: 400;
font-style: normal;
margin: auto;
left: -12px;
right: 0;
border: 2px dotted #7D5C4B;
padding: 53px 65px;
width: 290px;
top: 10px;
}


/* breadcrumbs  */


.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.glavnay {
    color: black;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    font-size: 18px;
}

.glavnay:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d4620e;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.glavnay:hover:after {
    opacity: 0;
}

.glavnay:hover {
    color: #d4620e;
}

.activee {
    font-size: 18px;
}


/* oshibka */

.oshibka {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.oshibka-nadpis {
    font-family: 'Lobster';
    font-weight: 400;
    font-style: normal;
}

.oshibka-span {
    font-size: 90px;
}

.oshibka-span-two {
    font-size: 30px;
}


/* header */

header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background-color: #FBEDD7;
}


.header_top {
    max-width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px;
}

@media (max-width: 1300px){
    .header_top {
        padding: 30px 15px;
    }
}

@media (max-width: 1000px){
    .header_top {
        padding-bottom: 0;
    }
}

@media (max-width: 700px){
    .header_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
	padding-left: calc(50% - 125px);
    }
}

.contacts {
    margin-left: 35px;
}

.logo {
    width: 250px;
    text-align: center;
    margin-right: 160px;
    margin-top: 40px;
    position: relative;
}

.icon-and {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.iconn {
    width: 25px;
    position: absolute;
    left: -35px;
    bottom: 17px;
}

.icon {
    width: 25px;
    position: absolute;
    left: -35px;
    bottom: -3px;
}

.adres,
.vremy-raboty,
.mail {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
}

.span14 {
    font-size: 14px;
}

.logo-name {
    font-size: 18px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -45px;
    border-bottom: 2px dashed;
    border-top: 2px dashed;
    padding: 6px;
    width: 110px;
}

.phone {
    font-size: 23px;
}

.logo-name,
.phone {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
}

.phone,
.mail {
    color: black;
}

.header_bottom {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding: 25px 0;
    background-image: url(../images/nav-background.png);
    background-size: cover;
    background-position: center;
}


.nav {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;

}

.menu-nav {
    font-size: 20px;
    color: #fee4c5;
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
}

.menu-nav:before {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background-color: #FBEDD7;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 42px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.menu-nav:after {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background-color: #FBEDD7;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 42px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.menu-nav:hover{
    color: #fee4c5;
}

.menu-nav:hover:before,
.menu-nav:hover:after {
    opacity: 1;
}

@media (max-width: 1000px){
    .contacts {
        display: none;
    }
}

@media (max-width: 1000px){
    .obr-svyz {
        padding-left: 30px;
        padding-top: 15px;
    }
}

@media (max-width: 1000px){
    .logo {
        margin-right: 0;
    }
}


@media (max-width: 1000px){
    .menu-nav {
        font-size: 17px;
    }
}



/* burger */



.burger {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 0;
}

.burger-line,
.burger-line:before,
.burger-line:after {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 6px;
    background-color: #eb801e;
    left: 50%;
    margin-left: -25px;
    margin-top: -3px;
}

.burger-line:after,
.burger-line:before {
    content: "";
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.burger-line:before {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.burger-line:after {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.active
.burger-line:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active
.burger-line:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.active
.burger-line {
    height: 0;
}

@media (max-width: 1000px){
    .header_bottom {
        -webkit-transform: scaley(0);
        transform: scaley(0);
        position: absolute;
        -webkit-transition: 0.8s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform-origin: top;
        transform-origin: top;
        bottom: 0;
    }
}

@media (max-width: 1000px){
    .burger {
        display: block;
    }
}

.show {
    -webkit-transform: scaley(1);
    transform: scaley(1);
}





/* banner */




.banner {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 520px;
    background-image: url(../images/banner.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (max-width: 700px){
    .banner {
        height: 200px;
    }
}

.banner-img {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 25px;
    z-index: 0;
    width: 100%;
    max-width: 675px;
}

.banner-h1 {
    font-family: 'Lobster';
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    text-align: center;
    position: relative;
    padding-top: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 700px){
    .banner-h1 {
        font-size: 40px;
        padding-top: 35px;
    }
}

@media (max-width: 500px){
    .banner-h1 {
        font-size: 25px;
    }
}

.banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 700px){
    .banner-text {
        display: none;
    }
}

.banner-p {
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}

.padding20 {
    padding-top: 20px;
    padding-right: 10px;
}

/* section */

.section {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

.section-card {
    height: 610px;
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 140px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 1000px){
    .section-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 50px;
        height: inherit;
    }
}

.section-krug {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #FBEDD7;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -50px;
}

.card-white {
    background-color: #fff;
    width: 100%;
    max-width: 1920px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-wheat {
    background-color:#FBEDD7;
    width: 100%;
    max-width: 1920px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1300px){
    .card-wheat, .card-white {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.white {
    background-color: #fff;
}

@media (max-width: 1000px){
    .section-krug {
        display: none;
    }
}

.section-card-img {
    border: 2px dotted black;
    padding: 1px;
    width: 100%;
    max-width: 470px;
    margin-bottom: 30px;
}

.section-card-blok {
    width: 45%;
}

@media (max-width: 1000px){
    .section-card-blok {
        width: 100%;
    }
}

.section-card-h2 {
    margin: 0;
    text-align: left;
}

@media (max-width: 1000px){
    .section-card-h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.section-card-p {
    text-align: justify;
}

.section-card-red {
    background-color: #F3700F;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    border-radius: 10px;
    width: 100%;
    max-width: 190px;
    margin-top: 30px;
}

@media (max-width: 1000px){
    .section-card-red {
        margin-bottom: 30px;
    }
}

.section-card-red:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 75px 100px, #FFC600 50% , #FF7002 100%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    border-radius: 10px;
}

.section-card-red:hover:before {
    opacity: 1;
}

.section-card-a {
    display: inline-block;
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 12px 50px;
}

.section-card-a:hover {
    color: black;
}


/* content */


.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
}



@media (max-width: 1300px){
    .content-page {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.content {
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
}





/* back-to-top  */




.back-to-top {
    display: block;
    position: absolute;
    background-color: #F3700F;
    right: 50px;
    top: -30px;
    z-index: 1;
}

.vverx {
    display: inline-block;
    position: relative;
    z-index: 3;
    color: black;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: bold;
    font-style: normal;
    padding: 22px 8px;

}

.vverx:hover {
    color: black;
}

.back-to-top:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 30px 100px, #FFC600 50%, #FF7002 100%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}



.back-to-top:hover:before {
    opacity: 1;
}



/* footer */



footer {
    width: 100%;
    max-width: 1920px;
    background-color: #150E09;
    margin: 0 auto;
    position: relative;
    color: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
}

.footer-conteiner {
    margin: 0 auto;
    max-width: 1260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

@media (max-width: 1300px){
    .footer-conteiner, .footer-pravo {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1000px){
    .footer-conteiner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-company {
    text-align: left;
}

.footer-contacts, .footer-pravo {
    text-align: center;
}

.footer-lht {
    text-align: right;
}

@media (max-width: 1000px){
    .footer-company, .footer-contacts, .footer-pravo, .footer-lht{
        text-align: left;
    }
}

.footer-company16 {
    font-size: 16px;
}

.footer-company12, .footer-pravo {
    font-size: 12px;
}

.footer-contacts-phone, .lht {
    color: #fff;
}

.footer-contacts-phone {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
}

.lht {
    font-size: 14px;
}

.footer-company16, .footer-company12, .lht, .footer-pravo{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.footer-pravo {
    padding-top: 20px;
    color: #726D68;
}



/* formblock */




.formblock {

}

.row-adv {
    margin-bottom: 20px;
}

.row-adv > input {
    width: 350px;
    padding: 0 10px;
    /*margin-bottom: 15px;*/
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    font-family: 'Roboto Condensed Light', sans-serif;
}

@media (max-width: 1200px){
    .row-adv > input {
        width: 260px;
    }
}

.row-adv > textarea {
    width: 350px;
    padding: 0 10px;
    /*margin-bottom: 15px;*/
    height: 100px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    font-family: 'Roboto Condensed Light', sans-serif;
}

@media (max-width: 1200px){
    .row-adv > textarea {
        width: 260px;
    }

}


.sb-send {
    cursor: pointer;
    padding: 20px;
    line-height: 0px;
}

.reqform {
    font-family: 'Roboto Condensed Light', sans-serif;
    font-size: 14px;
    color: #b93232;
}

.errorMessage {
    font-family: 'Roboto Condensed Light', sans-serif;
    font-size: 13px;
    color: #b93232;
    /* line-height: 0; */
    line-height: 20px;
    padding-left: 9px;
}

.msg-send-one {
    font-family: 'Roboto Regular', sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    padding-bottom: 0px;
}

.msg-send-two {
    font-family: 'Roboto Regular', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    padding-bottom: 35px;
}

@media (max-width: 1200px){
    iframe {
        width: 100%;
        height: auto;
    }
}













/* sps */

.sps {
    background-image: url(../images/bg.png);
}

.sps__conteiner {
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
}

.sps__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sps__left {
    width: 55%;
}

.sps__img {
    width: 100%;
    max-width: 542px;
}

.sps__title {
    font-family: 'Lobster';
    font-weight: 400;
    font-style: normal;
    font-size: 62px;
    margin-top: 80px;
    margin-bottom: 60px;
}

.sps__menu {
    font-family: 'Lobster';
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    margin-bottom: 20px;
}

.red-price {
    color: #FF8704;
}

.sps__time {
    font-family: 'Lobster';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 50px;
}

.sps__text{
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
}

.sps__red-blok {
    background-color: #F3700F;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    border-radius: 10px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}


.sps__red-blok:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse 180px 100px, #FFC600 50% , #FF7002 100%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    border-radius: 10px;
}

.sps__red-blok:hover:before {
    opacity: 1;
}

.sps__svg {
    width: 35px;
    position: absolute;
    z-index: 4;
    top: 13px;
    left: 40px;
}

.sps__phone {
    display: inline-block;
    position: relative;
    z-index: 3;
    color: black;
    font-size: 32px;
    font-family: 'Roboto Regular', sans-serif;
    font-weight: bold;
    font-style: normal;
    padding: 12px 95px;
}

.sps__phone:hover {
    color: black;
}

.sps__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 100px;
}

.sps__column {
    position: relative;
    text-align: center;
}

.column {
    width: 300px;
    height: 100px;
    background-color: #fff;
    position: relative;
}

.column__title {
    background-color: #000000;
    font-family: 'Lobster';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FF8600;
    position: absolute;
    color: #F8BF00;
    padding: 4px 12px;
    border-radius: 10px;
    left: calc(50% - 35px);
    top: -12px;
    z-index: 3;
}

.column__text {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    border: 2px dotted #FF8600;
    position: absolute;
    padding: 13px 15px;
    top: 5px;
    width: 280px;
    left: -7px;
}

.column__text_padding {
    padding: 33px 15px;
}

.column__text_padding2 {
    padding: 23px 15px;
}

@media (max-width: 1300px){
    .sps__conteiner {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 1000px){
    .sps__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1000px){
    .sps__left {
        width: 100%;
    }
}

@media (max-width: 1000px){
    .sps__title {
        margin-top: 20px;
    }
}

@media (max-width: 1000px){
    .sps__svg {
        display: none;
    }
}

@media (max-width: 1000px){
    .sps__phone {
        font-size: 23px;
        padding: 12px 46px;
    }
}

@media (max-width: 1000px){
    .sps__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1000px){
    .sps__column {
        margin-bottom: 30px;
    }
}

@media (max-width: 1000px){
    .sps__red-blok {
        margin: 0;
    }
}



.formblock {

}

.row-adv {
    margin-bottom: 20px;
}

.row-adv > input {
    width: 350px;
    padding: 0 10px;
    /*margin-bottom: 15px;*/
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    font-family: 'Roboto Condensed Light', sans-serif;
}

@media (max-width: 1200px){
    .row-adv > input {
        width: 260px;
    }
}

.row-adv > textarea {
    width: 350px;
    padding: 0 10px;
    /*margin-bottom: 15px;*/
    height: 100px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    font-family: 'Roboto Condensed Light', sans-serif;
}

@media (max-width: 1200px){
    .row-adv > textarea {
        width: 260px;
    }

}


.sb-send {
    cursor: pointer;
    padding: 20px;
    line-height: 0px;
}

.reqform {
    font-family: 'Roboto Condensed Light', sans-serif;
    font-size: 14px;
    color: #b93232;
}

.errorMessage {
    font-family: 'Roboto Condensed Light', sans-serif;
    font-size: 13px;
    color: #b93232;
    /* line-height: 0; */
    line-height: 20px;
    padding-left: 9px;
}

.msg-send-one {
    font-family: 'Roboto Regular', sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    padding-bottom: 0px;
}

.msg-send-two {
    font-family: 'Roboto Regular', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    padding-bottom: 35px;
}

@media (max-width: 1200px){
    iframe {
        width: 100%;
        height: auto;
    }
}

.ssilka_podrobnee {
    display: inline-block;
    width: 210px;
    height: 40px;
    border: 2px #E62029 solid;
    border-radius: 100px;
    font-weight: 500;
    color: #E62029;
    text-decoration: none;
    font-size: 16px;
    padding-top: 20px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.ssilka_podrobnee:hover {
    color: #fff;
    background-color: #E62029;
}








