<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* РћР±РЅСѓР»РµРЅРёРµ Рё РЅР°СЃС‚СЂРѕР№РєРё */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #eee;
}

.middle {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-size: 34px;
    font-family: GothamPro-Bold;
    color: #3c3c3e;
    text-align: center;
    margin: 50px 0;
}

.left {
    float: left!important;
}

.right {
    float: right!important;
}

/* РЁСЂРёС„С‚С‹ */

@font-face {
    font-family: GothamPro-Bold;
    src: url(../fonts/GothaProBol.otf);
}

@font-face {
    font-family: GothamPro-Light;
    src: url(../fonts/GothaProLig.otf);
}

@font-face {
    font-family: GothamPro-Regular;
    src: url(../fonts/GothaProReg.otf);
}

/* РћР±С‰РёРµ СЃС‚РёР»Рё */

.header {
    float: left;
    width: 100%;
    background: #fff;
}

.preheader {
    float: left;
    width:  100%;
    padding: 20px 0;
}

.logo {
    background: url("../img/logo.png") no-repeat center;
    width: 200px;
    height: 27px;
}

.header .middle &gt; div {
    float: left;
    margin-left: 30px;
}

.preheader-title { display: none; }

.call a {
    width: 190px;
    height: 30px;
    display: block;
    font-family: GothamPro-Regular;
    background: #ff6c7a;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

#price span {
    display: block;
    width: 180px;
    color: #3c3c3e;
    font-size: 18px;
    font-family: GothamPro-Bold;
    margin: 10px auto;
}

#price .social {
    width: 85px;
    margin: 10px auto;
}

#price .call-form-text {
    padding-top: 60px;
}



#price_form {
    float: left;
    width: 100%;
    max-width: 320px;
    text-align: center;
}

#price_form .social {
    width: 85px;
    margin: 10px auto;
}

.price-form span {
    display: block;
    text-align: center;
    color: #3c3c3e;
    font-size: 18px;
    font-family: GothamPro-Bold;
    margin: 10px auto;
}

#price_form input {
    width: 300px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    text-align: center;
    color: #b8b8b8;
    font-family: GothamPro-Light;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    margin: 5px 0;

}

#price_form button {
    width: 300px;
    height: 40px;
    background: #ff6c7a;
    border: none;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-family: GothamPro-Light;
    fonr-size: 14px;
    outline: none;
    box-sizing: border-box;
    margin: 5px 0;
    cursor: pointer;

}

.call-form {
    float: left;
    width: 100%;
    max-width: 320px;
    text-align: center;
}

#call .social {
    width: 85px;
    margin: 10px auto;
}

#call span {
    display: block;
    width: 180px;
    color: #3c3c3e;
    font-size: 18px;
    font-family: GothamPro-Bold;
    margin: 10px auto;
}

#call input {
    width: 300px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    text-align: center;
    color: #b8b8b8;
    font-family: GothamPro-Light;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    margin: 5px 0;

}

#call button {
    width: 300px;
    height: 40px;
    background: #ff6c7a;
    border: none;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-family: GothamPro-Light;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    margin: 5px 0;
    outline: none;
    cursor: pointer;


}

#call a:hover {
    background: transparent;
    /*border: 1px solid #ff6c7a;*/
    color: #ff6c7a;
}

.call-form-img {
    float: left;
    width: 100%;
    max-width: 238px;
}

.call-form-text {
    float: left;
    width: 100%;
    max-width: 200px;
    text-align: center;
    padding-left: 30px;
}

.call-form-text p {
    font-family: GothamPro-Light;
    font-size: 14px;
}

.call-form-confirm {
    width: 500px;
}

.phone {
    font-family: GothamPro-Bold;
    color: #3c3c3e;
    font-size: 24px;
    text-align: center;;
}

.phone span {
    font-family: GothamPro-Regular;
    color: #b8b8b8;
    display: block;
    font-size: 11px;
}

.social div {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #ff6c7a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 5px;

}

.social a {
    display: block;
    width: 30px;
    height: 30px;
}
.social-footer div &gt; a {
    display: block;
    width: 30px;
    height: 30px;
}


.vk_btn {
    background: url(../img/vk_icon.png) no-repeat center;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.vk_btn:hover {
    background: #ff6c7a url(../img/vk_icon_hover.png) no-repeat center;
}

.inst_btn {
    background: url(../img/inst_icon.png) no-repeat center;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.inst_btn:hover {
    background: #ff6c7a url(../img/inst_icon_hover.png) no-repeat center;
}

.messegers {
    float: left;
    padding: 10px 0;
}

.messegers div {
    float: left;
    margin: 0 3px;
    opacity: 0.5;
    cursor: pointer;
}

.messegers div:hover {
    opacity: 1;
}

.messegers .telegram {
     background: url(../img/telegram_icon.png) no-repeat center;
     width: 15px;
     height: 15px;
}

.messegers .whatsapp {
    background: url(../img/whatsapp_icon.png) no-repeat center;
    width: 15px;
    height: 15px;
}

.messegers .viber {
    background: url(../img/viber_icon.png) no-repeat center;
    width: 15px;
    height: 15px;
}


/* РњРµРЅСЋ */

.menu {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 0px 15px;
}

.main-menu li {
    float: left;
    margin: 0 35px;
    list-style: none;
}

.main-menu li &gt; a {
    font-family: GothamPro-Regular;
    font-size: 14px;
    text-decoration: none;
    color: #414141;
}

.main-menu li &gt; a:hover {
    color: #ff6c7a;
}


/* Р‘Р°РЅРЅРµСЂС‹ */

.container {
    float: left;
    width: 100%;
    min-height: 686px;
    background: #98dedc;
}

.girl {
    float: left;
    width: 50%;
    height: auto;
    margin-bottom: -4px;
    margin-left: -60px;
}

.central-banner .middle {
    max-width: 1020px;
    min-width: 960px;
}

.head-title {
    font-size: 16px;
    color: #fff;
    font-family: GothamPro-Light;
}


.banner-title h2 {
    font-size: 40px;
    color: #ff6c7a;
    font-family: GothamPro-Light;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-title h2 &gt; span {
    font-family: GothamPro-Bold;
}

.banner-title {
    float: right;
    text-align: center;
    width: 50%;
}

/* Р¤РѕСЂРјР° РІ Р±Р°РЅРЅРµСЂРµ */

#banner_form {
    max-width: 500px;
}

#banner_form input {
    width: 220px;
    height: 40px;
    text-align:  center;
    color: #b8b8b8;
    font-size: 14px;
    font-family: GothamPro-Light;
    outline: none;
    border: none;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 15px;
}

.error {
    border: 2px solid #ff6c7a!important;
}

#banner_form .error {
    border: 2px solid #ff6c7a;
}

#banner_form a {
    width: 220px;
    height: 40px;
    background: #ff6c7a;
    text-align:  center;
    color: #fff;
    font-size: 14px;
    font-family: GothamPro-Light;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto;
    text-decoration: none;
    line-height: 40px;
    display: block;
}

#banner_form a:hover {
    border: 1px solid #ff6c7a;
    color: #ff6c7a;
    background: transparent;
    transition: ease-out 0.5s;
}

#banner_form p {
    font-size: 16px;
    color: #fff;
    font-family: GothamPro-Light;
}

.stiker {
    margin-top: 40px;
    position: relative;
}

.cell {
    font-family: GothamPro-Light;
    font-size: 50px;
    position: absolute;
    background: #ff6c7a;
    color: #fff;
    top: -20px;
    right: 45px;
    padding: 10px;
}

.cell sup {
    font-size: 26px;
}

.cell:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../img/ug.png") no-repeat;
    width: 22px;
    height: 18px;
    left: -22px;
    bottom: 0;
}

/* РџСЂРµРёРјСѓС‰РµСЃС‚РІР° */

.advantages {
    float: left;
    width: 100%;
    background: #fff;
}

.advant-box {
    float: left;
    margin: 60px 0 0 0;
}

.advant-item {
    float: left;
    text-align: center;
    max-width: 140px;
    margin: 0 20px;
}

.advant-item .advant-img {
    height: 80px;
}

.advant-item span {
    font-family: GothamPro-Light;
    color: #3c3c3e;
    font-size: 16px;
    display: block;
    margin: 40px 0;
}

/* РџСЂРµРґР»РѕР¶РµРЅРёСЏ */

.offers {
    float: left;
    width: 100%;
    background: #fff;
}

/* РћРєРЅР° РїРѕРґСЂРѕР±РЅРµРµ */

.full-info {
    float: left;
    width: 100%;
}

.offer-full {
    float: left;
    width:  60%;
}

.full-info &gt; span {
    display: block;
    clear: both;
    font-family: GothamPro-Bold;
    font-size: 16px;
    color: #3c3c3e;
    margin: 15px 0;
}

.offer-slider {
    float: left;
    width: 300px;
    height: 100%;
    margin-top: 85px;
}

.offer-iframe {
    max-width: 940px;
    position: relative;
    z-index: 999;
}

.active-slide {
    width: 275px;
    height: 275px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #f0f0f0;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}

.active-slide img {
    width: 275px;
    height: 275px;
}

.slides {
    float: left;
    position: relative;
    top: 20px;
}

.slides div:nth-child(2n+1){
    margin-top: -20px;
}

.slide {
    width: 60px;
    height: 60px;
    background: #793b3b;
    border-radius: 100%;
    box-sizing: border-box;
    position: relative;
    top: -60px;
    float: left;
    z-index: 23;
    margin: 0 15px;
    cursor: pointer;
}

.slide img {
    width: 60px;
    height: 60px;
}


.prices {
    float: left;
    width: 100%;
}

.prices &gt; div {
    float: left;
    width: 135px;
    height: 85px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin: 5px 5px 0 0;
    padding: 5px 0 0 10px;
}

.price-item .amount {
    font-family: GothamPro-Regular;
    font-size: 12px;
    color: #3c3c3e;
}

.price-item p {
    font-family: GothamPro-Bold;
    font-size: 12px;
    color: #3c3c3e;
}

.param {
    float: left;
    width: 300px;
}

.param &gt; div {
    margin-right: 0;
    float: none!important;
}

.offer-full-form {
    float: left;
    width: 240px;
}

.offer-full-form input {
    width: 240px;
    height: 30px;
    font-family: GothamPro-Light;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    margin: 5px 0;
    outline: none;
}

.offer-full-form button {
    width: 240px;
    height: 30px;
    font-family: GothamPro-Light;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ff6c7a;
    border: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 15px;
    margin: 5px 0;
    outline: none;
    cursor: pointer;
}

.full-info h3 {
    font-family: GothamPro-Bold;
    font-size: 20px;
    color: #3c3c3e;
    display: block;
    margin: 20px 0;
}

.full-info p {
    font-family: GothamPro-Regular;
    font-size: 14px;
    color: #3c3c3e;
    line-height: 20px;
    text-align: justify;
}

.full-info div {
    font-family: GothamPro-Light;
    font-size: 14px;
    color: #3c3c3e;
    float: left;
}

.full-info div &gt; span {
    font-family: GothamPro-Bold;
    display: inline-block;
    margin-right: 20px;
}

/* - РћРєРЅР° РїРѕРґСЂРѕР±РЅРµРµ - */

.offer-item {
    float: left;
    margin-bottom: 40px;
    border-bottom: 2px solid #edecf2;
}

.product-img {
    float: left;
}

.product-info {
    float: right;
    width: 75%;
}

.product-info h3 {
    font-family: GothamPro-Light;
    font-size: 20px;
    color: #3c3c3e;
    margin: 20px 0;
}

.product-info p {
    font-family: GothamPro-Regular;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
}

.product-info div {
    font-family: GothamPro-Light;
    font-size: 14px;
    color: #3c3c3e;
    float: left;
    margin-right: 15px;
}

.product-info div &gt; span {
    font-family: GothamPro-Bold;
    display: inline-block;
    margin-right: 10px;

}

.product_btn {
    background: #ff6c7a;
    margin: 20px 0;
    float: left;
    display: block;
    width: 200px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: GothamPro-Light;
    outline: none;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    clear: both;
    text-decoration: none;
    line-height: 40px;
}

.product_btn:hover {
    background: transparent;
    border: 1px solid #ff6c7a;
    color: #ff6c7a;
    transition: ease-out 0.5s;
}

/* Р‘Р°РЅРЅРµСЂ 2 */

.banner-two {
    background: #d58298;
    min-height: 730px;
}

.for {
    float: left;
    width: 100%;
    background: url("../img/flacons_two.png") no-repeat top center;
    min-height: 451px;
}


.banner-two span {
    font-family: GothamPro-Regular;
    font-size: 16px;
    text-align:  center;
    color: #fff;
    display: block;
    margin: 20px 0;
    margin-top: -40px;
}

.for-item {
    float: left;
    width: 320px;
    text-align: right;
    clear: both;
    margin: 35px 0 5px 0;
    position: relative;
    height: 120px;
}

.for-item-text {
    width: 215px;
    position: relative;
    z-index: 4;
}

.for-item h3 {
    display: block;
    font-family: GothamPro-Bold;
    font-size: 18px;
    color: #3c3c3e;
    padding-bottom: 15px;
}

.for-item p {
    font-family: GothamPro-Light;
    font-size: 14px;
    color: #3c3c3e;
}

.for-item-img {
    float: right;
    position: absolute;
    z-index: 3;
    top: 0;
}

.left-for-item {
    float: left;
    width: 50%;
}


.left-for-item .for-item-img {
    right: 0;
}

.right-for-item {
    float: right;
    width: 50%;
}

.right-for-item .for-item {
    float: right;
    width: 335px;
}

.right-for-item .for-item-img {
    float: left;
    left: 0;
}

.right-for-item .for-item-text {
    float: left;
    text-align: left;
    margin-left: 110px;
}

.left-for-item &gt; div:nth-child(1) {
    margin-left: -65px;
}

.left-for-item &gt; div:nth-child(2) {
    margin-left: -5px;
}

.left-for-item &gt; div:nth-child(3) {
    margin-left: 65px;
}

.right-for-item &gt; div:nth-child(1) {
    margin-right: -20px;
}

.right-for-item &gt; div:nth-child(2) {
    margin-right: 50px;
}

.right-for-item &gt; div:nth-child(3) {
    margin-right: 110px;
}

/* РџРѕС‡РµРјСѓ */

.why {
    float: left;
    width: 100%;
}

.why-box {
    /* РїСѓСЃС‚Рѕ */
}

.why-item {
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.why-item-info {
    float: left;
    width: 50%;
}

.why-item-img {
    float: right;
    width: 50%;
}

.why-item h3 {
    font-family: GothamPro-Regular;
    font-size: 20px;
    color: #3c3c3e;
    margin: 20px 0 0 0;
}

.why-item p {
    font-family: GothamPro-Light;
    font-size: 14px;
    color: #7a7a83;
    margin: 10px 0;
    padding: 0 20px;
}

.why-item a {
    width: 200px;
    height: 40px;
    font-family: GothamPro-Regular;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    background: #05cdc7;
    outline: none;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    line-height: 40px;
    text-decoration: none;
    display: block;
}

.why-item a:hover {
    background: transparent;
    border: 1px solid #05cdc7;
    color: #05cdc7;
    transition: ease-out 0.5s;
}

/* Р¤РѕСЂРјР° РєРѕРЅС‚РµРЅС‚Р° */

.content-form {
    float: left;
    width: 100%;
    min-height: 280px;
    background: url(../img/form_1.jpg) no-repeat center;
    background-size: cover;
}

.form-text {
    float: left;
    position: relative;
    width: 100%;
    max-width: 460px;
    padding: 50px 60px;
    box-sizing: border-box;
}

.form-text span {
    font-family: GothamPro-Light;
    color: #3c3c3e;
    font-size: 26px;
    line-height: 32px;
}

.form-text p {
    font-family: GothamPro-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin: 10px 0;
}

.form-text:after {
    content: '';
    background: url(../img/form_img_1.png) no-repeat center;
    width: 350px;
    height: 378px;
    display: block;
    position: absolute;
    right: -180px;
    top: 0;
}

.content-form form {
    float: left;
}

.mini_form {
    float: right;
    padding: 15px 0;
}

.mini_form span {
    font-family: Myriad Pro;
    font-size: 20px;
    color: #fff;
    display: block;
    text-align:  center;
    margin: 20px 0;
}

.mini_form input {
    width: 300px;
    height: 30px;
    display: block;
    font-family: GothamPro-Light;
    line-height: 30px;
    color: #b8b8b8;
    font-size: 14px;
    text-align: center;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    outline: none;
    margin-bottom: 15px;

}

.mini_form button {
    width: 300px;
    height: 40px;
    display: block;
    background: #ff6c7a;
    font-family: Myriad Pro;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ff6c7a;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    margin-bottom: 15px;
}

/* Р’С‚РѕСЂР°СЏ С„РѕСЂРјР° */

.form-two {
    max-height: 280px;
    background: url(../img/form_2.jpg) no-repeat center;
    background-size: cover;
}

.form-two .form-text span {
    color: #fff;
}

.form-two .form-text:after {
    content: '';
    background: url(../img/form_img_2.png) no-repeat center;
    width: 335px;
    height: 341px;
    display: block;
    position: absolute;
    right: -225px;
    top: 0;
    z-index: 5;
}

.form-two .mini_form button {
    background: #05cdc7;
}

.form-two .mini_form button:hover {
    background: rgba(5, 205, 199, 0.42);
}

.mini_form button:hover {
    background: rgba(255, 108, 122, 0.53);
    color: #fff;
    border: 1px solid #ff6c7a;
    transition: ease-out 0.5s;
}

.alert_msg {
    width: 190px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
    font-family: Myriad Pro;
    color: #ff6c7a;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    display:none;
}

/* РћС‚Р·С‹РІС‹ */

.reviews {
    float: left;
    width: 100%;
    background: #fff;
}

.review {
    float: left;
    position: relative;
}

.slick-prev {
    left: -45px!important;
}

.slick-prev:before, .slick-next:before {
    width: 40px!important;
    height: 40px!important;
    color: #ff6c7a!important;
    font-size: 40px!important;
}


.review-box {
    float: left;
    width: 100%;
    background: #eeeeee;
    max-height: 250px;
    margin: 50px 0;
}

.review-box .middle {
    margin: -25px auto;
}

.user-photo {
    float: left;
}

.rev-text {
    float: left;
    margin: 0 20px;
    text-align: center;
    padding: 60px 0;
    width: 450px;
    position: relative;
}

.rev-text .user-name {
    font-family: GothamPro-Bold;
    font-size: 20px;
    color: #3c3c3e;
}

.rev-text p {
    font-family: GothamPro-Light;
    font-size: 14px;
    color: #7a7a83;
    padding: 25px 0;
    height: 100px;
}

.rev-text a {
    width: 300px;
    height: 40px;
    display: block;
    background: #05cdc7;
    font-family: Myriad Pro;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 1px solid #05cdc7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
    margin-bottom: 15px;
    margin: 0 auto;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 75px;
}

.rev-text a:hover {
    background: transparent;
    color: #05cdc7;
    transition: ease-out 0.5s;
}

/* РљР°Рє РЅР°С‡Р°С‚СЊ СЂР°Р±РѕС‚Р°С‚СЊ? */

.how {
    float: left;
    width: 100%;
    background: #fff;
}

.how-box {
    float: left;
}

.how-item {
    float: left;
    width: 200px;
    text-align: center;
    margin-right: 50px;
}

.how-item:last-child {
    margin-right: 0;
}

.how-item span {
    font-family: Myriad Pro;
    font-size: 16px;
    color: #3c3c3e;
    display: block;
    padding: 70px 0;
}

.how-icon {
    height: 70px;
}

/* Р”РѕСЃС‚Р°РІРєР° */

.delivery {
    float: left;
    width: 100%;
    background: url(../img/delivery_bg.jpg) no-repeat;
    background-size: cover;
    min-height: 423px;
}

.delivery p {
    font-family: GothamPro-Regular;
    font-size: 16px;
    color: #3c3c3e;
    text-align: center;
    padding-bottom: 15px;
}

.delivery p &gt; strong {
    font-family: Myriad Pro;
}

.delivery-company {
    margin: 20px 0 40px 0;
    float: left;
}


.delivery-company div {
    float: left;
    margin-right: 85px;
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.delivery-company div:last-child {
    float: left;
    margin-right: 0;
}

.delivery-company div &gt; img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: 0.7;
    cursor: pointer;
}

.delivery-company div:nth-child(1) img {
    padding: 10px 0;
    transition: none;
}

.delivery-company div:nth-child(4) img {
    padding: 10px 0;
    transition: none;
}

.delivery-company div:hover img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    opacity: 1;

}

/* РљР°СЂС‚Р° */

.map {
    float: left;
    width: 100%;
    min-height: 400px;
    position: relative;
}

.map-info {
    width: 390px;
    height: 510px;
    position: absolute;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 410px;
    z-index: 3;
    padding: 0 50px;
}

.map-info .social-footer {
    margin-top: -25px;
}

.map-info h2 {
    font-family: Myriad Pro!important;
    text-align: left;
    font-size: 34px!important;
    color: #3c3c3e;
    margin: 30px 0 5px 0;
}

.map-info span {
    display: block;
    font-family: GothamPro-Light;
    color: #62d6d5;
    font-size: 20px;
    padding-bottom: 20px;
}

.map-info strong {
    font-family: GothamPro-Bold;
    font-size: 16px;
    font-weight: normal;
    color: #59595b;
}

.map-info p {
    font-family: GothamPro-Light;
    font-size: 16px;
    color: #7a7a83;
    padding: 5px 0;

}

.map-info div {
    padding-bottom: 15px;
}

/* Рћ РЅР°СЃ */

.about {
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

.about-img {
    float: left;
}

.about-text {
    float: right;
    width: 100%;
    max-width: 500px;
}

.about-text h2 {
    font-family: GothamPro-Light;
    font-size: 30px;
    color: #3c3c3e;
    text-align: left;;
    margin: 20px 0;
}

.about-text p {
    font-family: GothamPro-Light;
    font-size: 16px;
    color: #7a7a83;
    padding-bottom: 10px;
}

/* Р¤СѓС‚РµСЂ */

.footer {
    float: left;
    width: 100%;
    background: #3c3c3e;
}

.footer .middle &gt; div {
    float: left;
    margin-right: 90px;
    padding: 50px 0;
}

.footer .middle &gt; div:last-child {
    margin-right: 0;
}

.logo-footer {
    background: url(../img/logo_footer.png) no-repeat center;
    width: 220px;
    height: 29px;
}

.phone-footer {
    font-family: GothamPro-Light;
    font-size: 22px;
    color: #fff;
}

.phone-footer span {
    font-size: 24px;
    color: #65d9d8;
    display: block;
    margin: 10px 0;
}

.phone-footer p {
    font-size: 12px;
    color: #fff;
}

.social-footer {
    width: 180px;
    font-family: GothamPro-Light;
    font-size: 14px;
    color: #fff;
}

.social-footer div {
    float: left;
    margin: 10px 10px 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: 0.7;
    cursor: pointer;
}

.social-footer div:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    opacity: 1;
}

.social-footer .vk_btm {
    background: url(../img/vk_bottom.png) no-repeat center;
    width: 25px;
    height: 14px;
}

.social-footer .inst_btm {
    background: url(../img/inst_bottom.png) no-repeat center;
    width: 25px;
    height: 14px;
}

.requisites {
    float: left;
    width: 100%;
    background: #28282a;
}

.requisites span {
    font-family: GothamPro-Light;
    font-size: 12px;
    color: #757578;
    display: block;
    margin: 10px 0;
}

.success_form{
    color:#368838 !important;
}

#menu_scrole{
    display: none;
    position: fixed;
    z-index: 99;
}

.email-footer {
    display: none;
}</pre></body></html>