body {
    font-family: "Open Sans", sans-serif;
}

::-webkit-input-placeholder {
    font-size: 18px;
    color: #000000;
}

::-moz-placeholder {
    font-size: 18px;
    color: #000000;
}

:-moz-placeholder {
    font-size: 18px;
    color: #000000;
}

:-ms-input-placeholder {
    font-size: 18px;
    color: #000000;
}

.hidden__x {
    overflow-x: hidden;
}

.relative {
    position: relative;
}

.strong {
    font-weight: bold;
}

.mt__2 {
    margin-top: 20px;
}

.mt__4 {
    margin-top: 40px;
}

.mt__7 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mb__2 {
    margin-bottom: 20px;
}

.mb__6 {
    margin-bottom: 60px;
}

.mr__10 {
    margin-right: 100px;
}

.center {
    text-align: center;
}

header {
    position: relative;
    background: url(../img/header-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

header .container {
    position: relative;
    padding-top: 10px;
}

header .logo {
    /* margin-top: 20px; */
}

header .logo .img, header .logo .text {
    display: inline-block;
    vertical-align: middle;
}

header .logo .text {
    /* margin-left: 10px; */
    font-weight: 700;
    font-size: 62px;
    vertical-align: middle;
    color: #ff9ab8;
}

header .big {
    display: block;
    margin-bottom: 20px;
    font-size: 53px;
    color: #1e3c78;
    text-transform: uppercase;
}

header .green {
    display: block;
    max-width: 458px;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
}

header .stiker {
    position: absolute;
    top: 92px;
    right: 104px;
    z-index: 10;
    width: 164px;
    height: 164px;
    margin-top: 20px;
    background: transparent url(../img/sticker.png) no-repeat;
}

header .stiker .text__1 {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    padding: 5px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header .stiker .text__2 {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    max-width: 80%;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn__order {
    max-width: 300px;
    padding: 10px 28px 10px;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    background-image: linear-gradient( 90deg, #bf000a, #fb0046 100%);
    background-image: -moz-linear-gradient( 90deg, #bf000a, #fb0046 100%);
    background-image: -webkit-linear-gradient( 90deg, #bf000a, #fb0046 100%);
    background-image: -ms-linear-gradient( 90deg, #bf000a, #fb0046 100%);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 0, 43);
    border-radius: 36px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.7),inset 0 2px 0 0 rgba(255, 111, 135, 0.004);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.btn__order:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.btn__order:focus {
    outline: none;
}

header .baba__1:after {
    content: " ";
    position: absolute;
    right: -145px;
    bottom: 0;
    display: table;
    width: 484px;
    height: 650px;
    background: transparent url(../img/baba1.png) no-repeat;
    background-size: cover;
}

header .price {
    margin-top: 10px;
}

header .price .old {
    display: block;
    font-size: 24px;
    color: #000000;
    text-decoration: line-through;
}

header .price .new {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 48px;
    color: #ff0033;
}

header .advantages .item {
    position: relative;
    z-index: 10;
    display: inline-block;
    max-width: 330px;
    border-width: 1px;
    border-style: solid;
    border-color: #1e3c78;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
}

header .advantages .item:first-child {
    margin-right: 30px;
    margin-left: 20px;
    padding-right: 20px;
}

header .advantages .substrate {
    padding: 22px 26px 21px 26px;
    vertical-align: middle;
    background-color: #1e3c78;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    box-shadow: inset 0 0 9px 0 rgba(0, 0, 0, 0.75);
}

header .advantages .border {
    position: relative;
    left: -22px;
    display: table-cell;
    border-right: 1px solid #1e3c78;
    border-radius: 50%;
    border-bottom-right-radius: 50%;
}

header .advantages .border:before {
    content: "";
}

header .advantages .item .text {
    display: table-cell;
    max-width: 220px;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
}

.discount {
    position: relative;
    z-index: 10;
    display: table;
    color: #ffffff;
    border: 10px solid #f30029;
    border-radius: 50%;
}

.discount .border {
    width: 140px;
    height: 140px;
    padding: 30px 20px 20px 20px;
    line-height: 1;
    text-align: center;
    background-image: linear-gradient( 90deg, #e80003, #fc0049 100%);
    background-image: -moz-linear-gradient( 90deg, #e80003, #fc0049 100%);
    background-image: -webkit-linear-gradient( 90deg, #e80003, #fc0049 100%);
    background-image: -ms-linear-gradient( 90deg, #e80003, #fc0049 100%);
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.discount .border big {
    display: block;
    font-weight: bold;
    font-size: 50px;
}

.discount .border span {
    display: block;
    text-align: center;
}

header .product {
    position: absolute;
    right: 0;
    z-index: 10;
    padding-right: 188px;
}

header .product img {
    width: 300px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#whatisit {
    margin-bottom: 50px;
    background: linear-gradient(to left, #ff9ab8 0%,#ff9ab8 53%,#ff9ab8 50%,white 50%,white 100%);
}

#whatisit .right {
    color: #ffffff;
}

#whatisit .right .h2 {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-size: 36px;
    vertical-align: middle;
    text-transform: uppercase;
}

#whatisit .right .img {
    display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;
}

#whatisit .right ul {
    list-style: none;
}

#whatisit .right ul li {
    margin-bottom: 20px;
}

#whatisit .right ul li .hr__line {
    content: "";
    display: table;
    float: right;
    width: 86%;
    height: 6px;
    margin-top: 20px;
    margin-bottom: 10px;
    background: url(../img/line.png) no-repeat;
}

#whatisit .right span {
    display: table-cell;
    font-size: 20px;
    vertical-align: top;
}

#whatisit .right ul li:not(:last-child) span:not(.img__list) {
    padding: 10px 0 20px;
    border-bottom: 1px dotted #1e3c78;
}

#whatisit .right .img__list {
    padding-right: 15px;
}

#whatisit .for_video {
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.251);
    border-width: 0px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.19);
}

#whatisit .for_video img {
    display: block;
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
    border-radius: 3px;
}

#whatisit .for_video video {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}

#advantages {
    background: url(../img/advantages-bg.png) repeat;
}

#advantages .logo {
    margin-bottom: 20px;
    text-align: center;
}

#advantages .logo .h1 {
    display: inline-block;
    margin: 0;
    margin-top: 12px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 48px;
    vertical-align: middle;
    color: #1e3c78;
    text-transform: uppercase;
}

#advantages .logo .img {
    display: inline-block;
    vertical-align: middle;
}

#advantages .text .h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

#advantages .text p {
    font-size: 20px;
}

#advantages .text .int {
    display: table;
    font-weight: bold;
    font-size: 56px;
    line-height: 53px;
    color: #ff0000;
}

#advantages .right .text .int {
    float: right;
}

#advantages .right .text {
    text-align: right;
}

#advantages .text .int:after {
    content: "";
    display: table;
    width: 17px;
    height: 3px;
    margin: 0 auto;
    text-align: right;
    background-color: #ff0000;
}

#advantages .left__img, #advantages .right__img {
    display: table-cell;
    vertical-align: middle;
}

#advantages .left__img img {
    border: 1px solid #f30101;
}

#advantages .right__img img {
    border: 1px solid #ff9ab8;
}

#advantages .bef {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 15px 5px;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    background-color: #f30101;
}

#advantages .aft {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 15px 5px;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    background-color: #ff9ab8;
}

#advantages .list .col-md-6 {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 2px;
    vertical-align: top;
}

#simply {
    padding-bottom: 40px;
    background-color: #ff9ab8;
}

#simply .h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

#simply .img {
    display: table-cell;
    vertical-align: top;
}

#simply .text {
    display: table-cell;
    padding-left: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    vertical-align: middle;
    color: #ffffff;
}

#simply .text span {
    color: #1e3c78;
}

#used {
    padding-top: 40px;
    padding-bottom: 60px;
    background: url(../img/used-bg.jpg) repeat;
}

#used .h1 {
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #f30101;
    text-transform: uppercase;
}

#used .green__border {
    border: 7px solid #1e3c78;
}

#used .line__img .item {
    display: table-cell;
    padding-right: 18px;
}

#used .line__img .item:last-child {
    padding-right: 0;
}

#used .line__img .item .img {
    width: 180px;
    height: 180px;
    margin-top: -17px;
    vertical-align: middle;
    background-color: #ffffff;
}

#used .line__img .item .img img {
    margin: 20px auto 0;
}

#used .line__img .item .text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 23px;
    /* width: 220px; */
}

#used .line__img .item .text span {
    font-weight: bold;
    color: #f30101;
}

#used .line__img .item .int {
    position: relative;
    z-index: 1;
    display: table;
    margin-left: 125px;
    padding: 12px 21px 12px 21px;
    font-weight: bold;
    font-size: 48px;
    line-height: 46px;
    color: #ffffff;
    background-color: #1e3c78;
}

#map {
    /* background: url('../img/map.jpg') no-repeat left top, linear-gradient(to left, #ff9ab8 0%,#ff9ab8 53%,#ff9ab8 50%,white 50%,white 100%); */
    /* background-size: 55%, cover; */
    display: table;
    width: 100%;
    border-collapse: collapse;
}

#map .bg1 {
    position: relative;
    display: table-cell;
    width: 60%;
    background: url("../img/map.jpg") no-repeat;
    background-size: cover;
}

#map .bg1 .geo__1 {
    position: absolute;
    top: 219px;
    left: 549px;
}

#map .bg1 .geo__2 {
    position: absolute;
    top: 163px;
    left: 498px;
}

#map .bg1 .geo__3 {
    position: absolute;
    top: 225px;
    left: 588px;
}

#map .bg1 .geo__4 {
    position: absolute;
    top: 202px;
    left: 524px;
}

#map .bg2 {
    display: table-cell;
    width: 40%;
    background-color: #ff9ab8;
}

#map .h1 {
    margin-top: 54px;
    margin-bottom: 20px;
    margin-left: 35px;
    color: #ffffff;
}

#map .slider__wrap {
    position: relative;
    left: -35px;
    max-width: 430px;
    margin-bottom: 25px;
    padding: 20px 75px 20px 75px;
    background-color: #1e3c78 ;
    border-width: 3px;
    border-style: solid;
    border-color: #ffffff;
}

#map .bxslider .ava {
    display: table-cell;
    vertical-align: middle;
}

#map .bxslider .ava img {
    max-width: 100px;
    border-radius: 50%;
}

#map .bxslider .name {
    display: table-cell;
    padding-left: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    vertical-align: middle;
    color: #ffffff;
}

#map .bxslider .rewiews {
    min-height: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
}

#irresistible {
    padding-top: 44px;
    padding-bottom: 155px;
    background: transparent url(../img/baba1.jpg) no-repeat;
    background-position: 65% 58%;
}

#irresistible .right .text {
    position: relative;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    text-align: right;
    color: #f30101;
    text-transform: uppercase;
}

#irresistible .right .text:after {
    content: "";
    position: absolute;
    right: 0;
    display: table;
    width: 124px;
    height: 109px;
    margin-top: 12px;
    background: url(../img/arr3.png) repeat;
}

#irresistible .sostav {
    position: relative;
    max-width: 400px;
    margin-bottom: 40px;
    padding: 10px 0 14px 35px;
    font-size: 25px;
    line-height: 36px;
    text-align: right;
    color: #1e3c78;
    background-color: rgba(253, 253, 251, 0.851);
    border-top: 1px solid #1e3c78;
    border-bottom: 1px solid #1e3c78;
    border-left: 1px solid #1e3c78;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
}

#irresistible .sostav:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -72px;
    width: 72px;
    height: 134px;
    background: url(../img/figura.png) no-repeat;
}

#irresistible .btn__order {
    display: table;
    margin: 0 auto;
}

#irresistible .stiker2 {
    position: absolute;
    top: -5px;
    right: -174px;
    width: 134px;
    height: 140px;
    background: transparent url(../img/sticker2.png) no-repeat;
    background-color: transparent;
}

#irresistible .stiker2 .text {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
}

#irresistible .stiker2 b {
    display: block;
    font-size: 28px;
}

#irresistible .right .logo {
    position: absolute;
    right: 97px;
    z-index: -1;
    padding-top: 119px;
}

footer {
    padding-top: 40px;
    overflow-x: hidden;
    background: url(../img/footer.jpg) no-repeat;
    background-size: cover;
}

footer .container {
    position: relative;
    z-index: 9;
}

footer .container:after {
    content: " ";
    position: absolute;
    right: -212px;
    bottom: 0;
    z-index: -1;
    display: table;
    width: 439px;
    height: 617px;
    background: transparent url(../img/baba2.png) no-repeat;
    background-size: cover;
}

footer .order__block {
    margin-bottom: 40px;
}

footer .order__block .header {
    padding: 30px 35px 15px 35px;
    background: #ff9ab8;
    background: -moz-linear-gradient(top, #d95779 0%, #ff9ab8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d95779), color-stop(100%, #ff9ab8));
    background: -webkit-linear-gradient(top, #d95779 0%, #ff9ab8 100%);
    background: -o-linear-gradient(top, #d95779 0%, #ff9ab8 100%);
    background: -ms-linear-gradient(top, #d95779 0%, #ff9ab8 100%);
    background: linear-gradient(to bottom, #d95779 0%, #ff9ab8 100%);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

footer .order__block .input__block .h4 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
}

footer .order__block .input__block {
    padding: 10px 35px 35px 35px;
    background-color: #1e3c78;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

footer .order__block .input__block .btn__order {
    display: table;
    margin: 0 auto;
}

footer .order__block .old_price {
    font-size: 24px;
    color: #ffffff;
}

footer .order__block .old_price .line-through {
    display: block;
    float: right;
    vertical-align: middle;
    color: #000000;
    text-decoration: line-through;
}

footer .order__block .block {
    vertical-align: middle;
}

footer .order__block .new_price {
    font-weight: bold;
    font-size: 48px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}

footer select {
    background: url("../img/select.png") no-repeat, #ffffff;
    background-position: 95% 50%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

footer .text .h1 {
    font-size: 48px;
    font-family: "Open Sans Condensed", sans-serif;
    color: #f30101;
    text-transform: uppercase;
    padding-right: 110px;
}

footer .text .h1 b {
    display: block;
    font-family: "Open Sans", sans-serif;
}

footer .block .discount {
    display: inline-block;
    vertical-align: middle;
}

footer .block .img {
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
    font-size: 62px;
    vertical-align: middle;
    color: #ff9ab8;
}

#geo-marker ul {
    display: table;
    list-style: none;
}

#geo-marker ul li a {
    display: none;
}

#geo-marker ul li a.active {
    position: absolute;
    z-index: 2;
    display: block !important;
    width: 88px;
    height: 117px;
    background: transparent url(../img/geo-marker.png) no-repeat;
    background-size: cover;
}

#geo-marker ul li a.active img {
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 1;
    width: 60px;
    border-radius: 50%;
}

.form-control {
    font-size: 16px;
}
