body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

* {
    font-family: 'Open Sans', sans-serif !important;
}

::selection {
    background: #dd011b;
    color: #000;
}

::-moz-selection {
    background: #dd011b;
    color: #000;
}

h1 {
    display: block;
    height: 100%;
}

h2 {
}

h2 .red {
    color: #dd011b;
}

h3 {
}

h4 {
}

h5 {
}

a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #29292b;
}

.text strong {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 800;
    color: #29292b;
}

.text a:hover {
    color: #950112;
}

.text a {
    font-weight: bold;
    text-decoration: underline;
    color: #dd011b;

}
.text li p{
    display: inline;
}
#main-menu > ul > li > a:before {
    height: 44px;
    width: 46px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background: url(../images/hoverV.png) no-repeat center center transparent;
    opacity: 0;
}

#main-menu a {
    font-size: 16px;
    position: relative;
}

#main-menu {
    transition-duration: 0.4s;
}

#main-menu li a {
    transition-duration: 0.4s;
}

#main-menu.hidden-menu li a {
    padding: 20px 10px;
}

.container {
    clear: both;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
}

#page {
    overflow: hidden;
}

.button {
    background-color: #111111;
}

.button.red {
    background-color: #dd011b;
}

strong {
    font-weight: 900;
}

.placement-text strong {
    color: #dd011b;
}

.btn-more {
    width: 197px;
    height: 42px;
    display: block;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: auto;
    text-align: center;
}

.offer-btn {
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background: transparent;
    text-align: center;
    margin: auto;
    display: block;
}

/**
 * HEADER
 */

header {
    height: 164px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition-duration: 0.7s;
}

header .container {
    height: 100%;
}

.header-right {
    float: right;
    padding: 65px 0 0;
    transition-duration: 0.7s;
    position: relative;
    z-index: 20;
}

.logo {
    float: left;
    height: 100%;
    padding: 9px 0 14px;
}

.logo a {
    display: block;
    height: 100%;
    width: 114px;
    position: relative;
}

.logo a img {
    float: left;
    height: 100%;
}

#main-menu ul {
    text-align: center;
    padding: 55px 205px 0 135px;
    transition-duration: 0.7s;
    position: relative;
    font-size: 0;
}

#main-menu li {
    display: inline-block;
}

#main-menu li ul a {
    color: #111111;
    line-height: 24px;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 20px;
    display: block;
}

#main-menu li ul ul {
    background-color: #cfcfcf;

}

#main-menu li.parent.hover > a,
#main-menu .active a,
#main-menu a:hover,
#main-menu a:focus {
    color: #e2001a;
    transition-delay: 0s;
}

#main-menu li.parent.hover > a:before,
#main-menu .active a:before,
#main-menu a:hover:before {
    opacity: 1;
    transition-delay: 0s;
}

#main-menu li.parent {
    transition: background 0.7s;
}

#main-menu li.parent.hover {
    background-color: #fff;

}

#main-menu li > ul > li.parent.hover {
    background-color: #cfcfcf;
}

#main-menu li.hover > ul {
    opacity: 1;
    /*display: block;*/
    /*transition-delay: 0s;*/
    pointer-events: all;
}

#main-menu li > ul > li > ul:before {
    content: '';
    bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 100vw;
    background-color: #cfcfcf;
    z-index: -5;
}

#main-menu li > ul:before {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 100vw;
    background-color: #fff;
    z-index: -5;
}

#main-menu li ul {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 100%, 0);
    -moz-transform: translate3d(-50%, 100%, 0);
    -ms-transform: translate3d(-50%, 100%, 0);
    -o-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
    text-align: center;
    padding: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    /*display: none;*/
    transition-duration: 0.7s;
    /*transition-delay: 0.5s;*/
}

.fixed #main-menu li li li a {
    padding-bottom: 20px;
}
.fixed #main-menu > ul > li a {
    padding-bottom: 35px;
    padding-top: 20px;
}
.fixed #main-menu  li li a ,
.fixed #main-menu  li li li a {
    padding-bottom: 20px;
}

.fixed #main-menu a:before {
    margin-top: -7px;
}

#main-menu li a {
    line-height: 24px;
    padding: 15px 23px 20px;
    display: block;
}

.search-box {
    float: left;
    position: relative;
}

.search-disabler {
    border: 0;
    background: url(../images/icons/search.svg) no-repeat center center #dd011b;
    background-size: 10px;
    height: 32px;
    width: 32px;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.search-box.showed .search-disabler {
    background: url(../images/icons/go-down.png) no-repeat center center transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(0,0,0,0.3);
    border-bottom: 0;
    opacity: 0.5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    margin-top: 1px;
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.search-submit {
    border: 0;
    background: url(../images/icons/search.svg) no-repeat center center #dd011b;
    background-size: 10px;
    height: 32px;
    margin-top: 1px;
    display: inline-block;
    cursor: pointer;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    padding: 0;
}

.search-box .search-input {
    width: 0;
    height: 32px;
    background: transparent;
    padding: 0;
    border: 0 solid transparent;
    transition-duration: 0.9s;
    display: block;
    margin-top: 1px;
    float: left;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
}

:focus {
    border: inherit;
    outline: inherit;
    box-shadow: inherit;
}

.search-box .search-input:focus {
    box-shadow: 0 0 2px 2px rgba(221, 1, 27, 0.4);
    border: 1px solid rgba(221, 1, 27, 0.4);
    outline: 0;
}

.search-box.showed .search-submit {
    opacity: 1;
    width: 33px;
}

.search-box.showed .search-input {
    width: 130px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 0;
    background-color: rgba(0,0,0,0.2);
    padding: 1px 6px 1px 10px;
}

::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
}

::-moz-placeholder {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
}

:-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
}

:-moz-placeholder {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
}

.log-in-box:before {
    content: '';
    display: inline-block;
    background: url(../images/icons/user.svg) no-repeat center center transparent;
    width: 12px;
    height: 12px;
    background-size: contain;
    margin-right: 10px;
}

.log-in-box {
    float: left;
    width: 148px;
    height: 34px;
    margin-left: 11px;
    cursor: pointer;
    color: #fff;
}

.fixed .search-submit,
.fixed .log-in-box {
    outline: 1px solid rgba(255, 255, 255, 0);
}

header.fixed #main-menu ul ul {
    padding: 0;
}

.fixed #main-menu ul {
    padding: 70px 205px 0 70px;
}

.log-in-box {
    float: left;
    border: 0;
    width: 148px;
    height: 34px;
    background: #dd011b;
    padding: 6px 0 0 20px;
}

.on-static {
    opacity: 1;
    position: absolute;
    z-index: 4;
    transition-duration: 0s;
    transition-delay: 0.6s;
}

.on-fixed {
    position: absolute;
    z-index: 5;
    max-height: 115px;
    opacity: 0;
    transition-duration: 0.4s;
    transition-delay: 0.5s;
    top: -8px;
}

header.fixed .on-fixed {
    top: 6px;
    opacity: 1;
    transition-delay: 0s;
    transition-duration: 0s;
}

header.fixed .on-static {
    opacity: 0;
    transition-delay: 0s;
}

header.fixed #main-menu ul {
    padding-top: 20px;
}

header.fixed .header-right {
    padding-top: 33px;
}

header.fixed {
    min-height: 105px;
    height: 105px;
    background: #111111;
    border-bottom: 0;
}

.phone-widget {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.7;
    transition: 0.5s all;
    width: 55px;
    height: 55px;
    display: block;
    background: url("../images/widget-phone.png") no-repeat center center transparent;
    background-size: contain;

    position: fixed;
    top: 30%;
    left: 10px;
    cursor: pointer;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.phone-widget:hover {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/**
 * CONTENT
 */
.mainslider-section {
    overflow: hidden;
    position: relative;
}

.mainslider-section .slaider-bottom strong {
    color: #fff;
}

.mainslider-section strong {
    color: #dd011b;
}

.slide,
.mainslider-section {
    height: 950px;
}

.slide {
    padding: 163px 0 155px;
    background-attachment: fixed;
    background-size: cover;
}

.apla {
    background: #29292b;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

#content {
    overflow: hidden;
}

.slide-text .title.w-link {
    margin-bottom: 30px;
}

.slide-text .title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 55px;
    max-height: 120px;
    overflow: hidden;
}

.mainslider-section .container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.mainslider-section .slide-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    z-index: 10;
    width: 100%;
    padding: 0 100px;
}

.slide-text .description {
    max-height: 180px;
    overflow: hidden;
}

.description.white {
    color: #fff;
}

.description {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #2a2827;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: block;
}

.more-btn {
    width: 200px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    margin: 30px auto 0;
}

.mainslider-section .dots-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
    pointer-events: none;
}

.slick-dots {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    margin-top: -30px;
    pointer-events: all;
}

.slick-dots li {
    display: block;
    margin: 25px 5px;
}

.slick-dots li.slick-active button:before {
    background-color: #dd011b;

}

.slick-dots li button:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    margin: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 25px;
    height: 25px;
    display: block;
    /*opacity: 0;*/
    background: transparent;
    padding: 10px;
    position: relative;
}

.slaider-bottom {
    height: 130px;
    width: 100%;
    background: url(../images/s-bottom.jpg) no-repeat center center transparent;
    background-size: cover;
    position: absolute;
    bottom: 0;
}

.slaider-bottom .container {
    font-size: 34px;
    line-height: 48px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 40px 15px;
    position: relative;
    text-align: center;
}

.go-down {
    background: url(../images/icons/go-down.png) no-repeat center center #dd011b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
}

/* benefits slider */
.benefits-section {
    padding: 50px 0;
    overflow: hidden;
}

.benefits {
    margin: -15px;
    /*height: 570px;*/
    position: relative;
}

.benefits-slide {
    width: 33.33%;
    float: left;
    padding: 15px;
    text-align: center;
    height: 570px;
}

.benefits-slide-inside {
    border: 1px solid #eceded;
    padding: 15px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.benefits-img-container {
    height: 180px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.benefits-img {
    width: 100px;
    height: 100px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.benefits-img svg {
    max-height: 100%;
    max-width: 100%;
    fill: #111111;
    stroke: #111111;
}

.benefits-img svg path {
    fill: #111111;
    stroke: #111111;
}

.benefits-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #dd011b;
    font-weight: 900;
    margin-bottom: 25px;
    height: 60px;
    overflow: hidden;
}

.benefits-description {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #2a2827;
    height: 125px;
    overflow: hidden;
    margin-bottom: 25px;
}

.benefits .slick-prev,
.benefits .slick-next {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    font-size: 0;
    width: 55px;
    height: 55px;
    border: 0;
    z-index: 10;
    cursor: pointer;

    opacity: 0.8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.benefits .slick-prev:hover {
    background: url(../images/arrow-prev.png) no-repeat center center transparent;

}

.benefits .slick-prev {
    background: url(../images/arrow-prev-unhover.png) no-repeat center center transparent;
    left: -160px;
}

.benefits .slick-next:hover {
    background: url(../images/arrow-next.png) no-repeat center center transparent;

}

.benefits .slick-next {
    background: url(../images/arrow-next-unhover.png) no-repeat center center transparent;
    right: -160px;
}

/* offer */
.offer-content li {
    width: 33.33%;
    float: left;
}

.offer-box {
    width: 100%;
    height: 333px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.offer-apla {
    width: 392px;
    height: 133px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.5s;
}

.offer-box .offer-description {
    opacity: 0;
    transition-duration: 0.5s;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.big-title {
    color: #fff;
    text-align: center;
    background: url(../images/offer-title.jpg) no-repeat center center #111111;
    background-size: cover;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 48px;
    padding: 41px 0;
    overflow: hidden;
}

.offer-box .offer-btn-box {
    opacity: 0;
    transition-duration: 0.5s;
}

.offer-btn-box {
    width: 146px;
    height: 34px;
    text-align: center;
    margin: auto;
}

.offer-title {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    transition-duration: 0.5s;
}

/* placement */
.container-vector {
    width: 100%;
    max-width: 1139px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    padding: 60px 0 100px;
}

.vector-parallax-container img {
    pointer-events: none;
    width: 100%;
}

.vector-parallax-container {
    overflow: visible;
    width: 100%;
    height: 273px;
    background: url(../images/vectorBg.jpg) no-repeat center center transparent;
    background-attachment: fixed;
    background-size: cover;
}

.placement-text h2 {
    color: #2a292b;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-bottom: 25px;
}

.placement-text {
    margin-top: 30px;
    padding: 0 15px;
}

.placement-text .text {
    margin-bottom: 40px;
}

/* business model*/

.business-model-section {
    padding: 81px 0 100px;
    position: relative;
    background: url(../images/modelBg.jpg) no-repeat center center transparent;
    background-attachment: fixed;
    overflow: hidden;
}

.model-apla {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/model-apla.png) no-repeat center center transparent;
    z-index: 0;
    background-size: cover;
}

.business-model-section .container {
    position: relative;
    z-index: 1;
}

.business-model-section h2 {
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 65px;
}

.business-model-section h2 strong {
    color: #dd011b;
}

.business-model-content ul {
    overflow: hidden;
    margin: -37px -35px 0;
}

.business-model-content li {
    width: 50%;
    float: left;
    padding: 37px 35px;
}

.business-model-img {
    float: left;
    width: 138px;
    height: 138px;
    border: 1px solid rgba(236, 237, 237, 0.2);
    position: relative;
    margin-right: 22px;
}

.business-model-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    max-height: 50%;
    max-width: 50%;
}

.business-model-title {
    min-height: 30px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #dd011b;
    overflow: hidden;
    font-weight: 800;
}

.business-model-description {
    /*max-height: 90px;*/
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
    bottom: 0;
    right: 0;
    /*word-break: break-all;*/
}

.business-model-text,
.business-model-box {
    position: relative;
    overflow: hidden;
}

.business-model-text {
    margin-top: -7px;
}

.business-model-content {
    margin-bottom: 60px;
}

.business-model-text .pseudo-a {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.05em;
    display: inline-block;
}

.business-model-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.business-model-box {
    position: relative;
}

/**
 * FOOTER
 */
footer {
    height: 202px;
    background: url(../images/footerBg.jpg) no-repeat center center transparent;
    background-size: cover !important;
}

.footer-top {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    padding: 40px 0 35px;
    text-align: center;
}

.footer-big-text,
.footer-big-text a {
    font-size: 20px;
    font-weight: 900;
}

.footer-mail {
    display: inline-block;
    padding-left: 80px;
    float: left;
    text-align: left;
    position: relative;
}

.footer-phone {
    display: inline-block;
    padding-left: 90px;
    text-align: left;
    position: relative;
}

.footer-address {
    display: inline-block;
    padding-left: 90px;
    text-align: left;
    float: right;
    position: relative;
}

.footer-address:before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/map-icon.png) no-repeat center center transparent;
}

.footer-phone:before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/phone-icon.png) no-repeat center center transparent;
}

.footer-mail:before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/mail-icon.png) no-repeat center center transparent;
}

.rwd-footer-arrow {
    display: none;
}

.copyright {
    float: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #646464;
}

.copyright-u a img {
    margin: -2px 4px 0 2px;
}

.copyright-u,
.footer-bottom a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #646464;
}

.footer-bottom .container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 15px;
}

.vector-parallax-container {
    position: relative;
}

.vector-parallax-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 200%;
    background: #fff;
    z-index: 2;
}

.placement-text {
    position: relative;
    z-index: 3;
}

/* hovers */

.footer-big-text a:hover {
    color: #dd011b;
}

.business-model-box:hover .business-model-img {
    background-color: #dd011b;
}

.benefits .slick-prev:hover,
.benefits .slick-next:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.benefits-slide-inside:hover .btn-more {
    background-color: #dd011b;
}

.benefits-slide-inside:hover svg path,
.benefits-slide-inside:hover svg {
    fill: #dd011b;
    stroke: #dd011b;
}

.log-in-box:hover,
.search-submit:hover {
    color: #fff;
    background-color: #111;
}

.fixed .search-submit:hover,
.fixed .log-in-box:hover {
    outline: 1px solid rgba(255, 255, 255, 0.2);
}
.search-box form{
    display: block; height: 34px;
}
.search-disabler,
.search-box.showed .search-disabler{
    width: 34px;
    height:34px;
    display: block;
    margin: 0;
}
.search-box.showed .search-submit,
.search-box.showed .search-input{
    height:34px;
    display: block;
    margin: 0;
}
.search-box .search-input:hover {
    background-color: rgba(221, 1, 27, 0.4);
}

.search-box.showed .search-disabler:hover {
    background-color: rgba(221, 1, 27, 0.8);
}

.search-disabler:hover {
    background-color: #111;
    outline: 1px solid rgba(255, 255, 255, 0.2);
}

.search-box:hover:before {
    background-color: #111;
}

.button.red:hover {
    background-color: #111111;
}

.button:hover {
    background-color: #dd011b;
    transition-delay: 0s;
}

@media screen and (min-width: 1140px) {

    .offer-box:hover .offer-title {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin: 2px 0 30px;
    }

    .offer-btn:hover {
        background-color: #111111;
    }

    .offer-box:hover .offer-apla {
        height: 102%;
        width: 102%;
        background-color: rgba(221, 1, 27, 0.8);
        padding: 60px 15px;
    }

    .offer-box:hover .offer-description {
        opacity: 1;
        transition-delay: 0.3s;
        height: 90px;
        margin-bottom: 15px;
    }

    .offer-box:hover .offer-btn-box {
        opacity: 1;
        transition-delay: 0.5s;
    }

    .offer-box:hover .offer-btn:hover {
        background-color: rgba(17, 17, 17, 0.5);
    }
}

.business-model-box:hover .pseudo-a {
    color: #dd011b;
}

a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}

.wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.9);
    z-index: 9998;
    cursor: pointer;
}

.log-in-wrapper-box,
.contact-wrapper-box,
.log-in-wrapper,
.contact-wrapper {
    display: none;
}

.log-in-wrapper-box-before,
.contact-wrapper-box-before {
    display: block;
    width: 46px;
    height: 46px;
    background: url("../images/turn-offer.jpg") no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    right: -46px;
    top: 0;
    pointer-events: none;
}

.log-in-wrapper-box {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 9999;
    background-color: #fff;
}

.contact-wrapper-box {
    padding: 54px 90px 60px;
    position: fixed;
    top: 50%;
    max-height: 90%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 9999;
    background-color: #fff;
}

.contact-wrapper-box .title strong {
    font-weight: 800;
}

.contact-wrapper-box .title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #282828;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.contact-wrapper-box .logo {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.contact-wrapper-box .logo img {
    display: block;
    width: 99px;
    margin: auto;
}

.contact-wrapper-box .subtitle {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
}

.contact-wrapper-row label {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
    letter-spacing: 0.05em;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
}

input:focus,
input {
    border: 1px solid #d4d4d4;
}

.contact-wrapper-row input {
    width: 100%;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #282828;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-bottom: 10px;

}

.contact-wrapper-row .button {
    margin: 40px auto 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 13px 80px;
    display: block;
    text-align: center;
    border: 0;
}

.log-in-wrapper-box {
    width: 600px;
    padding: 50px;
}

.log-in-wrapper-box .title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #282828;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.log-in-wrapper-box .title strong {
    font-weight: 800;
}

.log-in-wrapper-box .logo {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.log-in-wrapper-box .logo img {
    display: block;
    width: 99px;
    margin: auto;
}

.log-in-buttons li a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: 'Open Sans', sans-serif;
    padding: 13px 0;
}

.log-in-buttons li {
    width: 50%;
    padding: 5px;
    float: left
}

.log-in-buttons ul {
    margin: -5px;
}

.text-banner .slaider-bottom {
    z-index: 2;
}

.text-banner {
    position: relative;
    height: 700px;
    padding: 0;
}

.text-banner-slide-container {
    height: 700px;
}

.text-banner-slide {
    height: 700px;
    position: relative;
    z-index: 1;
    padding: 160px 0 130px;
    background: url("../images/text-banner.jpg") no-repeat top center transparent;
    background-attachment: fixed;
}

.text-banner-slide:before {
    background: #29292b;
    opacity: 0.7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 1;
}

.text-banner-box {
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.text-banner-items {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin: auto;
    max-height: 100%;
    z-index: 2;
    text-align: center;
}

.text-banner-items svg {
    width: 65px;
    height: auto;
    margin-bottom: 23px;
}

.text-banner-items svg,
.text-banner-items svg path {
    fill: #fff;
    /*stroke: #fff;*/
}

.text-banner-items .title strong {
    font-weight: 900;
    color: #dd011b;
}

.text-banner-items .title {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 17px;
    font-family: 'Open Sans', sans-serif;
}

.text-banner-items .subtitle {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    max-height: 60px;
    overflow: hidden;
}

.text-banner {
    overflow: hidden;
}

.text-box h3 {
    font-size: 48px;
    line-height: 60px;
    color: #2a292b;
    letter-spacing: 0.05em;
    font-weight: 300;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 28px;
}

.text-box h3 strong {
    font-weight: 900;
    color: #dd011b;
}

.text-box {
    padding-bottom: 40px;
}

.text ul {
    list-style: none;
    padding: 0;
}

.text ul li:before {
    content: '';
    position: relative;
    width: 5px;
    display: inline-block;
    height: 5px;
    background-color: #dd011b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 17px;
    margin-bottom: 2px;
}

.files-section h2 {
    font-size: 48px;
    line-height: 60px;
    color: #2a292b;
    letter-spacing: 0.05em;
    font-weight: 300;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 37px;
}

.files-section h2 strong {
    font-weight: 900;
    color: #dd011b;
}

.files-list ul {
    margin: -5px 0 15px;
}

.files-list li.img a {
    background: url("../images/icons/img.png") no-repeat left 18px center #fff;
}

.files-list li.pdf a {
    background: url("../images/icons/pdf.png") no-repeat left 18px center #fff;
}

.files-list li.img a:hover {
    background: url("../images/icons/img-hover.png") no-repeat left 18px center #f4f4f4;
}

.files-list li.pdf a:hover {
    background: url("../images/icons/pdf-hover.png") no-repeat left 18px center #f4f4f4;
}

.files-list li {
    padding: 5px 0;
}

.files-list li a:hover {
    color: #8e010d;
}

.files-list li a {
    position: relative;
    padding: 15px 232px 15px 54px;
    width: 100%;
    border: 1px solid #dcdcdc;
    display: block;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    color: #29292b;
    font-family: 'Open Sans', sans-serif;
    clear: both;
    overflow: hidden;
}

.files-list li a span {
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    padding: 10px 73px;
    background-color: #dd011b;
    outline: 1px solid #dd011b;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.files-list li a:hover span {
    background-color: #8e010d;
}

.gallery a:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/gallery-hover.png') no-repeat center center rgba(221, 1, 27, 0.8);
    opacity: 0;
}

.gallery a:hover:before {
    opacity: 1;
}

.gallery a img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

.gallery a {
    padding: 0;
    position: relative;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery li {
    float: left;
    width: 33.33%;
    height: 16.65vw;
    font-size: 0;
    padding: 0;
    line-height: 0;
}

.gallery-section {
    overflow: hidden;
    margin: 5vw 0;
}

.goto-contact a {
    display: block;
    background: url('../images/goto-contact-bg.jpg') no-repeat center center #f4f4f4;
    text-align: center;
    padding: 33px 0;
}

.goto-contact a .arrow {
    width: 73px;
    height: 73px;
    background: url('../images/goto-contact-arrow.png') no-repeat center center transparent;
    display: inline-block;
    margin-left: 36px;
    background-size: cover;
}

.goto-contact a h2 {
    font-size: 30px;
    line-height: 73px;
    letter-spacing: 0.05em;
    font-weight: 300;
    display: inline-block;
    color: #2a292b;
    height: 73px;
}

.goto-contact a h2 strong {
    font-weight: 800;
    color: #dd011b
}

.contact-banner .slaider-bottom {
    z-index: 2;
}

.contact-banner {
    height: 900px;
    position: relative;
    background: url("../images/modelBg.jpg") no-repeat center center transparent;
    background-attachment: fixed;
    padding: 164px 0 145px;
    overflow: hidden;
}

.contact-banner:before {
    background: #29292b;
    opacity: 0.7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 1;
}

.contact-banner-box {
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.contact-banner-items h2 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
}

.contact-banner-items {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.contact-banner-items h2 strong {
    font-weight: 800;
    color: #dd011b
}

.phone-list {
    padding: 62px 0 22px;
}

.phone-list ul {
    margin: -5px;
    text-align: center;
}

.phone-list li {
    padding: 5px;
    display: inline-block;
}

.phone-list ul {
    font-size: 0;
}

.phone-list li a {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    padding: 16px 31px;
}

.phone-list li a:before {
    width: 33px;
    height: 33px;
    display: inline-block;
    content: '';
    margin-right: 10px;
    margin-bottom: -6px;
}

.phone-list li.phone a:hover:before {
    -webkit-animation: shaker2 0.7s linear infinite;
    animation: shaker2 0.7s linear infinite;
}

.phone-list li.phone a:before {
    background: url("../images/icons/contact-banner-phone.png") no-repeat center center transparent;
}

.phone-list li.fax a:hover:before {
    -webkit-animation: jumper 0.7s linear infinite;
    animation: jumper 0.7s linear infinite;
}

.phone-list li.fax a:before {
    background: url("../images/icons/contact-banner-fax.png") no-repeat center center transparent;
}

.contact-banner-items .text {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.05em;
    color: #ffffff;
    font-weight: 300;
}

.text table {
    border-collapse: collapse;
    border: 0;
    margin: auto;
    width: 100%;
}

.contact-banner-small-container {
    width: 100%;
    margin: auto;
    max-width: 910px;
}

.crew-loop {
    padding: 50px 0;
}

.crew-loop ul {
    margin: -6px;
    padding: 0 15px;
    overflow: hidden;
}

.crew-loop li {
    width: 50%;
    float: left;
    padding: 6px;
}

.crew-box {
    width: 100%;
    height: 100%;
    border: 1px solid #eceded;
    padding: 7.2% 9% 8%;
}

.crew-box .title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 900;
    color: #dd011b;
    margin-bottom: 26px;
}

.crew-box .name {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #29292b;
    margin-bottom: 37px;
}

.crew-box .text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #29292b;
    margin-bottom: 25px;
}

.crew-box > a:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: url(../images/icons/contact-phone.png) no-repeat center left transparent;
    display: block;
}
.crew-box .text a:hover{
    color: #dd011b;
}
.crew-box .text a{
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
}
.crew-box > a {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300;
    color: #dd011b;
    padding-left: 45px;
    position: relative;
}

.crew-box a:hover:before {
    -webkit-animation: shaker 0.7s linear infinite;
    animation: shaker 0.7s linear infinite;
}

.contact-form {
    background: url(../images/contact-form-bg.jpg) no-repeat center center transparent;
    background-size: cover;
    padding: 88px 0 134px;
}

.contact-form h2 {
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 21px;
}

.form-row {
    margin: 0 -25px;
    overflow: hidden;
}

.form-row.textarea .form-column {
    width: 100%;
    padding: 15px 25px;
}

.form-row textarea {
    height: 145px;
    display: block;
    width: 100%;
    border: 1px solid rgba(236, 237, 237, 0.2);
    background: transparent;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 9px 20px;
}

.form-column {
    width: 33.33%;
    float: left;
    padding: 25px;
}

.form-column input {
    padding: 9px 20px;
    width: 100%;
    border: 1px solid rgba(236, 237, 237, 0.2);
    background: transparent;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #ffffff;
    height: 45px;
}

.captcha {
    width: 100%;
    border: 1px solid rgba(236, 237, 237, 0.2);
    background-color: #ffffff;
    height: 45px;
}

.captcha img {
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.form-column .button {
    border: 0;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #ffffff;
    height: 45px;
}

#googleMap, .googleMap {
    min-height: 615px;
    height: 615px;
}

.benefits-section .rwd-hand {
    display: none;
}

@-webkit-keyframes jumper {
    20% {
        -webkit-transform: translate3d(0, -10%, 0);
        -moz-transform: translate3d(0, -10%, 0);
        -ms-transform: translate3d(0, -10%, 0);
        -o-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 10%, 0);
        -moz-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        -o-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jumper {
    20% {
        -webkit-transform: translate3d(0, -10%, 0);
        -moz-transform: translate3d(0, -10%, 0);
        -ms-transform: translate3d(0, -10%, 0);
        -o-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 10%, 0);
        -moz-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        -o-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes shaker2 {
    20% {

        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {

        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    80% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes shaker2 {
    20% {

        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {

        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    80% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes shaker {
    20% {

        -webkit-transform: translateY(-50%) rotate(15deg);
        -moz-transform: translateY(-50%) rotate(15deg);
        -ms-transform: translateY(-50%) rotate(15deg);
        -o-transform: translateY(-50%) rotate(15deg);
        transform: translateY(-50%) rotate(15deg);
    }
    50% {

        -webkit-transform: translateY(-50%) rotate(-10deg);
        -moz-transform: translateY(-50%) rotate(-10deg);
        -ms-transform: translateY(-50%) rotate(-10deg);
        -o-transform: translateY(-50%) rotate(-10deg);
        transform: translateY(-50%) rotate(-10deg);
    }
    80% {
        -webkit-transform: translateY(-50%) rotate(5deg);
        -moz-transform: translateY(-50%) rotate(5deg);
        -ms-transform: translateY(-50%) rotate(5deg);
        -o-transform: translateY(-50%) rotate(5deg);
        transform: translateY(-50%) rotate(5deg);
    }
}

@-webkit-keyframes shaker {
    20% {

        -webkit-transform: translateY(-50%) rotate(15deg);
        -moz-transform: translateY(-50%) rotate(15deg);
        -ms-transform: translateY(-50%) rotate(15deg);
        -o-transform: translateY(-50%) rotate(15deg);
        transform: translateY(-50%) rotate(15deg);
    }
    50% {

        -webkit-transform: translateY(-50%) rotate(-10deg);
        -moz-transform: translateY(-50%) rotate(-10deg);
        -ms-transform: translateY(-50%) rotate(-10deg);
        -o-transform: translateY(-50%) rotate(-10deg);
        transform: translateY(-50%) rotate(-10deg);
    }
    80% {
        -webkit-transform: translateY(-50%) rotate(5deg);
        -moz-transform: translateY(-50%) rotate(5deg);
        -ms-transform: translateY(-50%) rotate(5deg);
        -o-transform: translateY(-50%) rotate(5deg);
        transform: translateY(-50%) rotate(5deg);
    }
}

.error {
    color: #dd011b;
}

.google-map {
    position: relative;
}

.fixed-icon-container {
    position: fixed;
    left: calc(5vw - 7px);
    top: 306px;
    z-index: 10000;
}

.fixed-icon-container .fixed-icon {
    display: block;
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 0 13px;
    background: #db0119;
    border-radius: 50%;
    color: #fff;
}

.fixed-icon-container .fixed-icon svg {
    display: block;
    width: auto;
    height: auto;
    max-width: 26px;
    max-height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    fill: currentColor;
}