@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
    url('../fonts/gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-Light.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('../fonts/gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-Regular.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('../fonts/gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-Medium.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
    url('../fonts/gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-SemiBold.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src:url('../fonts/gilroy/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('../fonts/gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gilroy/Gilroy-Bold.woff') format('woff'),
    url('../fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/fontawesome/fa-regular-400.eot");
    src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fontawesome/fa-regular-400.woff") format("woff"),
    url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"),
    url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/fontawesome/fa-solid-900.eot");
    src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fontawesome/fa-solid-900.woff") format("woff"),
    url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}


* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    outline: none !important;
    box-sizing: border-box;
}

dl, ol, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

a, a:hover {
    color: inherit;
    text-decoration: none
}
p {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
body {
    overflow-x: hidden;
    font-weight: 400;
    font-family: "Gilroy",sans-serif;
}
main{
    overflow-x: hidden;
}

/*Default CSS*/

.white-popup-block {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 3.581px 10.401px 40px 0 rgba(28, 28, 28, 0.38);
    padding: 0 3em 2em;
    position: relative;
}
.white-popup-block .title {
    font-weight: bold;
    text-align: center;
    font-size: 2.25em;
    line-height: 1.2;
    padding: 1em 0 0.5em;
}
.white-popup-block span {
    color: #505050;
    margin-bottom: 2em;
    display: inline-block;
    text-align: center;
}
.white-popup-block .input_filed {
    padding: 1em;
    display: inline-block;
    margin-bottom: 1em;
    width: 100%;
}
.input_filed {
    position: relative;
    border-width: 1px;
    border-color: rgb(239, 239, 239);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 2px 7px 0px rgba(223, 223, 223, 0.41);
    padding: 1.2em;
    display: inline-block;
    margin-bottom: 1em;
    width: 100%;
}
.input_filed input {
    border: none;
    padding-left: 1em;
    width: calc(100% - 1em);
}
.confidential {
    color: #9a9a9a;
    font-size: 0.875em;
    padding-left: 1.7em;
    position: relative;
}
.white-popup-block .confidential input[type="checkbox"] {
    top: 5px;
}
.confidential input[type=checkbox] {
    padding: revert;
    margin-right: 0.8em;
    display: block;
    float: left;
    position: absolute;
    top: 3px;
    left: 0;
}
.white-popup-block .button {
    width: 100%;
    border: none;
    margin-bottom: 15px;
    cursor: pointer;
}
.input_filed i {
    color: #ffc21c;
    float: left;
    line-height: 1.2;
    top: 1px;
    position: relative;
}
#review .input_filed {
    padding: 1em;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}
#review textarea {
    width: 100%;
    border: none;
    min-height: 150px;
}
.input-filed input:valid{
    box-shadow: inset 0  2px 7px 0 rgba(223, 223, 223, 0.41);
}
.input-filed input:invalid {
    box-shadow: 0 0 5px 1px red;
}
.ytp-play-button {
    width: 68px;
    height: 48px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
    border: none;
}
.img-sl {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    text-align: center;
    height: 100%;
    width: 100%;
}
.img-sl:hover .ytp-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill: #f00;
    fill-opacity: 1;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.mfp-counter, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #f8c242!important;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.popup-form-ok {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 3.581px 10.401px 40px 0 rgba(54, 54, 54, 0.09);
    padding: 0 3em 1em;
    position: relative;
}
header {
    padding-top: 35px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
header .nav-menu {
    display: flex;
    align-items: center;
}
.header {
    display: flex;
    align-items: center;
    position: relative;
}
.logo {
    display: inline;
    font-size: 32px;
    color: #272c39;
    font-weight: 700;
    position: relative;
    margin-right: 88px;
}
.logo span {
    display: block;
    margin-top: -12px;
    font-size: 12px;
    font-weight: 300;
    color: #272c39;
}
header nav .nav-menu {
    display: flex;
    margin-right: auto;
}
header nav .nav-menu li {
    margin-right: 30px;
 }
header nav .nav-menu li a {
    font-size: 16px;
    color: #272c39;
    font-weight: 500;
    position: relative;
}
header nav  li a:after {
    content: "";
    background-color: #8db82d;
    width: 0;
    height: 2px;
    -webkit-transition: width 300ms cubic-bezier(0, 0, 1, 1) 100ms;
    -moz-transition: width 300ms cubic-bezier(0, 0, 1, 1) 100ms;
    -o-transition: width 300ms cubic-bezier(0, 0, 1, 1) 100ms;
    transition: width 300ms cubic-bezier(0, 0, 1, 1) 100ms;
    position: absolute;
    bottom: -6px;
    left: 0;
}
header nav  li:hover  a:after {
    content: "";
    width: 25px;
}
header nav .nav-menu li:last-child {
    margin-right: 0;
}
 .number {
    align-items: center;
}
 .number{
    font-size: 16px;
    color: #272c39;
    font-weight: 500;
    line-height: 24px;
}
 .burger-menu_nav .number {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
     padding: 10px 20px 0 20px;
}
 .number .popup-with-form {
     display: block;
    color: #8db82d;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom:  1px dashed #8db82d;
}
 .burger-menu{
     display: none;
 }
.burger-menu_button {
    position: absolute;
    left: 0;
    top: 19px;
    z-index: 30;
    border: none;
    background: none;
    transition: 0.4s;
}
.burger-menu-lines,
.burger-menu-lines::after,
.burger-menu-lines::before {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #000;
}
.burger-menu-lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.burger-menu-lines::after{
    content: "";
    top: 10px;
    right: 0;
}
.burger-menu-lines::before{
    content: "";
    top: -10px;
    right: 0;
}

.burger-menu-button:hover .burger-menu-lines {
    filter: brightness(0.7);
}
.burger-menu_active .burger-menu-lines{
    background-color: transparent;
}
.burger-menu_active .burger-menu-lines::before{
    transform: rotate(45deg);
    top: 0;
}
.burger-menu_active .burger-menu-lines::after{
    transform: rotate(-45deg);
    top: 0;
}
.burger-menu_nav {
    padding-top: 58px;
    position: fixed;
    z-index: 20;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #2f323c;
    overflow-y: auto;
    left: -100%;
    top: 0;
    transition: 0.4s;
}
.burger-menu_active .burger-logo {
    font-size: 25px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: #f8c041;
}
.burger-menu_active ul li  {
    font-size: 16px;
    padding: 5px 20px;
    color: #ffffff;

}
.burger-menu_active  .burger-menu_nav {
    left: 0;
}
.burger-menu_link {
    margin: 10px 40px;
    color: #0b0b0b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
.burger-menu_link:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: #737373;
    bottom: -50%;
    left: 0;
}
.burger-menu_link:last-child:after {
    display: none;
}
.burger-menu_link:hover {
    filter: brightness(0.7);
}
.burger-menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}
.burger-menu_active .burger-menu_overlay {
    display: block;
    background-color: rgba(0,0,0, 0.5);
}
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    opacity: 0.9;
    justify-content: space-around;
    animation-name: show-header;
    animation-duration: 1s;
    background: #ffffff;
    padding: 15px 0 15px 0;
}
.section-title {
    font-size: 44px;
    font-weight: 700;
    color: #272c39;
    margin-bottom: 34px;
    text-align: center;
}
.section-subtitle {
    font-size: 20px;
    font-weight: 300;
    padding: 0 200px;
    color: #8b8b96;
    text-align: center;

}
#hero {
    position: relative;
    background: url(../images/mainbg.png) no-repeat top center;
    background-size: cover;
    min-width: 100%;
    height: 100vh;
    z-index: 10;
}
.hero-container {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 228px;
}
.hero-container h1 {
    font-size: 58px;
    font-weight: 700;
    color: #272c39;
    margin-bottom: 60px;
}
.hero-container p {
    font-size: 22px;
    line-height: 30px;
    color: #1f2023;
    margin-bottom: 56px;
}
 .button {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
     padding: 1.35em 2em 1.2em;
     font-weight: 600;
     border-radius: 9px;
     font-size: 1.125em;
     color: #272c39;
     box-shadow: 0 6px 0 0 rgba(221,157,86,1);
     display: inline-block;
    border: none;
     cursor: pointer;
     background-image: -moz-linear-gradient( -90deg, rgb(254,223,132) 0%, rgb(247,189,56) 100%);
     background-image: -webkit-linear-gradient( -90deg, rgb(254,223,132) 0%, rgb(247,189,56) 100%);
     background-image: -ms-linear-gradient( -90deg, rgb(254,223,132) 0%, rgb(247,189,56) 100%);
}
.button:hover {
    background: -moz-linear-gradient( -90deg, rgb(247,189,56) 0%, rgb(254,223,132) 100%);
    background: -webkit-linear-gradient( -90deg, rgb(247,189,56) 0%, rgb(254,223,132) 100%);
    background: -ms-linear-gradient( -90deg, rgb(247,189,56) 0%, rgb(254,223,132) 100%);
    cursor: pointer;
    color: #272c39;
}
 .hero-container .btn-box {
     display: flex;
     flex-wrap: wrap;
 }
 .hero-container .box-play {
     margin-left: 20px;
     align-items: center;
     transition: .1s ease-in-out;
 }
 .hero-container .box-play:hover {
     transform: scale(1.1);
 }
.hero-container .box-play img {
    width: 77px;
    height: 75px;
    margin-right: 15px;
}
.hero-container .box-play p {
    align-items: center;
    font-size: 16px;
    color: #272c39;
    font-weight: 500;
}
#our-services {
    background: url("../images/STABGRUNT.png") no-repeat top center;
    position: relative;
    top: 40px;
    padding: 140px 0 87px 0;
    border-bottom: 2px solid #f7f7fa;
}
#our-services .row.even {
    margin-top: 100px;
}
#our-services .service-box .img {
    height: 190px;
    display: flex;
    align-items: center;
}
#our-services .img img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
}
#our-services .service-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #272c39;
    margin: 35px 0 24px 0;
}
#our-services .service-box p{
    font-size: 16px;
    color: #4b4c4d;
    line-height: 21px;
}
#our-services .service-box.last h4 {
    margin-bottom: 44px;
}
#process {
    padding: 94px 0 237px 0;
}
.pr-container {
    max-width: 1170px!important;
}
#process .section-title {
    margin-bottom: 134px;
}
#process .row-diagrama {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#process .row-diagrama .col3{
    width: 21%;
}
#process .box{
    position: relative;
    z-index: 909;
}
#process .box span {
    display: none;
}
.bg img {
    margin-top: -110px;
    margin-left: 13px;
    width: 803px;
}
#process .box .img {
    margin-bottom: 30px;
}
#process .box p {
    font-size: 14px;
    color: #4b4c4d;
    line-height: 22px;
}
#process .road {
    top: -11px;
    text-align: left;
    right: -321px;
}
#process .box.flask {
    position: absolute;
    left: 52px;
    top: -7px;
}
#process .box.adjust {
    position: relative;
    left: 53px;
    top: -67px;
}
#process .road-box,
#process .adjust-box {
    margin-top: -54px;
}
#process .box.steamroller {
    margin-top: -150px;
    padding-left: 65px;
}
#process .box.rgb {
    right: -99px;
    top: -46px;
}
#process .box.puddles {
    left: 130px;
    top: -20px;
}
#process .bg {
    text-align: center;
}
#process .box.flask:before {
    content: url(../images/flaskline.png);
    position: absolute;
    left: 28px;
    bottom: -166px;
    margin: auto;
}
#process .box.flask:after {
    content: url(../images/flaskellipse.png);
    position: absolute;
    left: 196px;
    bottom: -169px;
}
#process .box.adjust:before {
    content: url(../images/adjust.png);
    position: absolute;
    left: 59px;
    bottom: -106px;
    margin: auto;
}
#process .box.adjust:after {
    content: url(../images/ad-eclipse.png);
    position: absolute;
    left: 153px;
    bottom: -110px;
}
#process .box.road:before {
    content: url(../images/roadline.png);
    position: absolute;
    left: -98px;
    bottom: -69px;
    margin: auto;
}
#process .box.road:after {
    content: url(../images/roadeclipse.png);
    position: absolute;
    left: -94px;
    bottom: -61px;
}
#process .box.steamroller:before {
    content: url(../images/steamrollerline.png);
    position: absolute;
    left: -129px;
    bottom: 165px;
    margin: auto;
}
#process .box.steamroller:after {
    content: url(../images/strollereclipse.png);
    position: absolute;
    left: -137px;
    bottom: 248px;
}
#process .box.rgb:before {
    content: url(../images/rgbline.png);
    position: absolute;
    left: -58px;
    bottom: 151px;
    margin: auto;
}
#process .box.rgb:after {
    content: url(../images/rgbeclipse.png);
    position: absolute;
    left: -64px;
    bottom: 262px;
}
#process .box.puddles:before {
    content: url(../images/puddlesline.png);
    position: absolute;
    left: 24px;
    bottom: 98px;
    margin: auto;
}
#process .box.puddles:after {
    content: url(../images/puddeclipse.png);
    position: absolute;
    left: 18px;
    bottom: 231px;
}
#process .box.correct:before {
    content: url(../images/corline.png);
    position: absolute;
    left: 56px;
    bottom: 99px;
    margin: auto;
}
#process .box.correct:after {
    content: url(../images/coreclipse.png);
    position: absolute;
    left: 298px;
    bottom: 205px;
}
#about {
    padding: 94px 0 84px 0;
    background: url("../images/about-bg.png")no-repeat;
    background-size: cover;
}
#about .section-title {
    color: #ffffff;
}
#about .section-subtitle {
    margin-bottom: 137px;
}
#about .section-subtitle {
    color: #a7a7a7;
}
#about  .item {
    margin-top: 45px;
}
#about .item .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #fddc7e;
    margin-bottom: 25px;
}
#about .item span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
}
#technology {
    padding: 140px 0 135px 0;
    text-align: center;
    border-bottom: 2px solid #f7f7fa;
}
#technology .section-subtitle {
    margin-bottom: 75px;
}
#technology.box  {
    align-items: center;
    justify-content: center;
}
#technology .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-bottom: 28px;
}
#technology .img img {
    object-fit: contain;
}
#technology .box p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
}
#objects {
    padding: 121px 0 0 0;
}
#objects .section-title {
    margin-bottom: 132px;
}
#objects .box {
    padding: 10px 10px;
    height: 560px;
    background: #ffffff;
    box-shadow: 0 0 8px 10px rgba(244,244,244,1);
    margin-bottom: 103px;
}
#objects .box .box-text {
    padding:  40px 0  0 35px;
}
#objects .box .box-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #272c39;
    margin-bottom: 33px;
}
#objects .box-text p{
    font-size: 16px;
    line-height: 24px;
    color: #4b4c4d;
}
#objects .box-text p span {
    font-weight: 700;
}
#objects .button-invert {
    border-width: 2px;
    border-color: rgb(248, 194, 66);
    border-style: solid;
    background: rgb(255, 255, 255);
    box-shadow: inset 0 4px 9px 0 rgba(195, 195, 195, 0.8);
    margin-left: 20px;
}
#objects .button-invert:hover{
    background: -moz-linear-gradient( -90deg, rgb(247,189,56) 0%, rgb(254,223,132) 100%);
    background: -webkit-linear-gradient( -90deg, rgb(247,189,56) 0%, rgb(254,223,132) 100%);
    background: -ms-linear-gradient( -90deg, rgb(247,189,56) 0%, rgb(254,223,132) 100%);
    cursor: pointer;
    color: #272c39;
}

.collection-mr {
    opacity: 0;
    height: 1px;
    display: none;
}
#partners {
    padding: 215px;
    border-bottom: 2px solid #f7f7fa;
}
#partners .section-subtitle {
    margin-bottom: 100px;
}
#partners ul {
    flex-wrap: wrap;
}
#partners ul li {
    flex-wrap: wrap;
    margin-right: 30px;
}
#partners ul li:last-child {
    margin-right: 0;
}
#image-gallery {
    padding: 120px 0 110px 0;
}
#image-gallery .section-title {
    margin-bottom: 108px;
}
#image-gallery .owl-carousel .owl-nav.disabled {
    text-align: center;
    margin:  85px auto 0 auto;
    display: flex;
    justify-content: space-between;
    width: 165px;
    height: 73px;
    border-radius: 10px;
    border:1px solid #f8c242;
}
#image-gallery .owl-carousel .owl-nav button.owl-prev span {
    background-image: url(../images/prev.png);
    width: 25px;
    height: 25px;
    display: block;
    font-size: 0;
    margin: 0 20px;
}
#image-gallery .owl-carousel .owl-nav button.owl-next span {
    background-image: url(../images/next.png);
    width: 25px;
    height: 25px;
    display: block;
    font-size: 0;
    margin: 0 20px;
}
.owl-carousel .owl-nav button  span {
    font-size: 40px;
    color: #272c39;
}
#video {
    padding: 100px 0 125px 0;
    background: #f7f7f7;
    text-align: center;
}
#video .section-title {
    margin-bottom: 100px;
}
#video .section-title span {
    color: #f8c242;
}
#video .box {
    position: relative;
}
.bag-images {
    background: url("../images/def_vid.jpg") no-repeat center;
    height: 300px;
    background-size: cover;
    position: relative;
    text-align: center;
}
#reviews {
    padding: 92px 0 160px 0;
}
#reviews .box {
    padding-top: 75px;
}
#reviews .box h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    color: #272c39;
    margin-bottom: 50px;
}
#reviews .box p {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #8b8b96;
    margin-bottom: 60px;
}

#reviews .slide-box {
    padding: 3.125em 1.875em 3.125em 3.125em;
    margin:  1.5em 1.5em;
    background: #ffffff;
    box-shadow: 0 11px 24px 0 rgba(153, 153, 153, 0.34);
}


#reviews .slide-box h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #272c39;
    margin-bottom: 45px;
}
#reviews .slide-box p {
    font-size: 16px;
    line-height: 23px;
    color: #4b4c4d;
    margin-bottom: 78px;
}
#reviews .slide-box span {
    font-size: 14px;
    line-height: 23px;
    color: #a9a9b5;
}
#reviews .col-lg-5 {
    margin-left: 140px;
}
#reviews .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 316px;
    left: -30px;
}
#reviews .owl-carousel .owl-nav button.owl-prev span {
    background-image: url(../images/prev.png);
    width: 25px;
    height: 25px;
    display: block;
    font-size: 0;
}
#reviews .owl-carousel .owl-nav button.owl-next span {
    background-image: url(../images/next.png);
    width: 25px;
    height: 25px;
    display: block;
    font-size: 0;
}
#reviews .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 316px;
    right: -30px;
}

footer {
    padding: 72px 0 93px 0;
    background: #2f323c;
}
footer .logo {
    color: #f8c041;
}
footer .logo span {
    color: #ffffff;
}
footer .block-title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}
footer .nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .nav-row li a {
    color: #efefef;
    font-weight: 400;
}
footer .num {
    flex-direction: row-reverse;
}
footer .number p {
    color: #ffffff;
}

