* {margin:0; padding:0;}
html,body{
	width: 100%;
	height: 100%;
    color: #2A2C38;
    font-size:14px;
    font-family: 'HelveticaNeueCyr',sans-serif;
    background: #FFF;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'HelveticaNeueCyr',sans-serif;
    font-weight:normal;
}
h1{
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 25px;
}
h3{
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 50px;
}
h4{
    color: #000;
    font-size: 21px;
    font-style: italic;
    margin-bottom: 25px;
}
a{
    transition: all 0.2s ease-in;
    color: #00A0E3;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
ul{
    list-style:none;
}
iframe,
img{
	max-width:100%;
    border:none;
}
button,
input [type='button'],
input [type='submit']{
	-webkit-appearance: none;
	border-radius: 0;
}
select,
input,
textarea{ 
    outline:none;
    font-family: 'HelveticaNeueCyr',sans-serif;
}
textarea{
    overflow:hidden;
    resize:none;
}
table{
	border-collapse:collapse;
}
body{
    overflow-x: hidden;
}
.row{
    margin-left:-15px;
    margin-right: -15px;
}
.row>div[class^="row-"]{
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.row-1{
	width: 100%;
}
.row-2{
    width: 50%;
}
.row-2:nth-child(2n)+div{
    clear: both;
}
.row-3{
    width: 33.33%;
}
.row-3:nth-child(3n)+div{
    clear: both;
}
.row-4{
    width: 25%;
}
.row-4:nth-child(4n)+div{
    clear: both;
}
.row-5{
	width: 20%;
}
.row-6{
    width: 16.66%;
}
.row-45{
    width: 45%;
}
.row-47{
    width: 47%;
}
.row-55{
    width: 55%;
}
.row-53{
    width: 53%;
}
.container{
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.cleared:after {
    content: '';
    display: table;
    clear: both;
}
.top-bar{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 115px;
    background: #FFF url(../images/top-bg.jpg) no-repeat left top;
    background-size: cover;
}
.header{
    width: 100%;
    height: 115px;
    position: fixed;
    z-index: 11;
    left: 0;
    top:0;
}
.header:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.header .container{
    max-width: 1350px;
    padding-top: 35px;
}
.head-left{
    width: 290px;
    float: left;
}
.logo-box{
    text-align: center;
	cursor:pointer;
}
.logo-box img{
    margin-bottom: 10px;
}
.logo-box-text{
    display: block;
    text-transform: uppercase;
    color: #DB582E;
    letter-spacing: 0.01em;
    font-size: 11px;
}
.head-right{
    margin-left: 355px;
    padding: 10px 50px 0 0;
}
.top-nav-close{
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.top-nav-close:after{
    content: '\00d7';
    font-size: 40px;
    font-weight: bold;
    font-family: Arial,sans-serif;
    color: #333;
}
.top-nav-btn{
    width: 30px;
    height: 25px;
    box-sizing: border-box;
    border-top: 3px solid #2A2C38;
    border-bottom: 3px solid #2A2C38;
    position: absolute;
    z-index: 1;
    right: 95px;
    top: 50%;
    margin-top: -12.5px;
    cursor: pointer;
}
.top-nav-btn:before{
    content: '';
    width: 100%;
    height: 3px;
    background: #2A2C38;
    position: absolute;
    z-index: -1;
    left: 0;
    top:50%;
    margin-top: -1.5px;
}
.top-nav ul li{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 0;
    padding-left: 10px;
    margin-right: 5px;
}
.top-nav ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5px;
    background: #DB582E;
    border-radius: 100%;
    display: none;
}
.top-nav ul li:hover:before,
.top-nav ul li.active:before{
    display: block;
}
.top-nav ul li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #2A2C38;
    letter-spacing: 0.02em;
    font-size: 13px;
}
.lang-panel{
    width: 50px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 40px;
}
.lang-panel ul{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    padding-top: 25px;
    border: 1px solid transparent;
    background: #FFF;
}
.lang-panel ul:hover{
    border-color: #808080;
}
.lang-panel ul:hover li{
    display: block;
}
.lang-panel li{
    display: none;
    height: 25px;
}
.lang-panel li.active{
    position: absolute;
    z-index: 1;
    left: 1px;
    right: 1px;
    top: 0;
    display: block !important;
}
.lang-panel li a{
    display: block;
    padding: 0 0 0 5px;
    line-height: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #2A2C38;
}
.lang-panel li a:hover{
    color: #DB582E;
}
.lang-panel ul:before{
    content: '';
    width: 10px;
    height: 6px;
    background: url(../images/icons/down.svg) no-repeat center center;
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 2px;
}
.top-bar .container{
    height: 100%;
    position: relative;
    z-index: 0;
}
.top-bar-top{
    max-width: 560px;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 0;
}
.top-bar-contacts{
    width: 270px;
    float: left;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}
.top-bar-contacts a{
    text-decoration: none;
    color: #000;
}
.top-bar-contacts a:hover{
    color: #DB582E;
}
.top-bar-made{
    margin-left: 300px;
    text-align: center;
}
.banner-block{
    width: 100%;
    height: 100%;
    display: table;
}
.banner-valign{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.banner-box{
    max-width: 1065px;
}
.banner-box-img{
    position: relative;
    z-index: 0;
}
.banner-img-main{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.banner-img-pen{
    position: absolute;
    z-index: 1;
    left: 45px;
    top: -15%;
    bottom:-10%;
    visibility: hidden;
}
.animated{
    visibility: visible !important;
}
.banner-img-pen img{
    height: 100%;
}
.banner-box-text{
    max-width: 380px;
    margin: 0 auto;
    padding-top: 30px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 28px;
}
.banner-box-text p{
    visibility: hidden;
}
.banner-box-title{
    font-size: 46px;
    line-height: 57px;
    margin-bottom: 15px;
    font-weight: bold;
}
.down-btn{
    width: 8px;
    height: 128px;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    bottom: 10%;
    right: 15px;
    background: url(../images/icons/down2.svg) no-repeat left top;
    cursor: pointer;
}
.down-btn a{
    width: 128px;
    height: 8px;
    color: #2A2C38;
    text-decoration: none;
    display:block;
    position: absolute;
    z-index: 1;
    left: -75px;
    top: 6px;
    transform: rotate(-90deg);
}
.about-bar{
    padding-top: 130px;
}
.about-block{
    margin-bottom: 60px;
}
.about-box{
    max-width: 540px;
}
.about-box-text{
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}
.about-box-text p{
    margin-bottom: 20px;
}
.block-name{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #717485;
    margin-bottom: 20px;
}
.about-box-title{
    font-family: 'Century Gothic', sans-serif;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-size: 48px;
    line-height: 57px;
}
.about-box-sub{
    font-family: 'Century Gothic', sans-serif;
    letter-spacing: 0.02em;
    font-size: 24px;
    margin-bottom: 25px;
}
.about-box-buttons li{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.about-box-buttons li:last-child{
    margin-right: 0;
}
a.button{
    line-height: 48px;
}
.button{
    min-width: 150px;
    padding: 0 5px;
    display: block;
    height: 48px;
    text-align: center;
    text-decoration: none;
    color: #DB582E;
    font-size: 12px;
    text-transform: uppercase;
    background: #FFF;
    border: 1px solid #DB582E;
    border-radius: 30px;
    letter-spacing: 0.04em;
    -webkit-appearance: none;
}
.button:hover{
    background: #DB582E;
    color: #FFF;
}
.carousel-box{
    padding-bottom: 60px;
    margin-bottom: 90px;
}
.carousel_pen{
    display: none;
}
.thumb-box{
    max-width: 216px;
    margin: 0 auto;
}
.thumb-box-img{
    width: 100%;
    height: 150px;
    overflow: hidden;
    border: 1px solid #E6E7EF;
    margin-bottom: 10px;
}
.thumb-box-img img{
    width:100%;
    height:150px;
    object-fit: cover;
}
.thumb-box-name{
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.info-block{
    padding: 50px;
    position: relative;
    z-index: 1;
    color: #FFF;
    margin-bottom: -160px;
    background: rgb(80,82,96);
    background: -moz-linear-gradient(top,  rgba(80,82,96,1) 0%, rgba(107,115,124,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(80,82,96,1) 0%,rgba(107,115,124,1) 100%);
    background: linear-gradient(to bottom,  rgba(80,82,96,1) 0%,rgba(107,115,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505260', endColorstr='#6b737c',GradientType=0 );
    border-radius: 10px;
}
.info-box-img{
    width: 145px;
    height: 145px;
    float: left;
}
.info-box-img img{
    width: 100%;
    height: 145px;
    object-fit: cover;
}
.info-box-text{
    margin-left: 165px;
    font-size: 16px;
    font-weight: 300;
}
.info-box-title{
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.info-box-text ul li{
    visibility: hidden;
}
.info-box-text ul li+li{
    margin-top: 5px;
}
.info-box-text ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #DB582E;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
}
.advantage-bar{
    background: #F6F8FA url(../images/smiling-woman.png) no-repeat right bottom;
    padding: 240px 0 80px 0;
}
.direction-block{
    margin-bottom: 55px;
}
.direction-block{
    position: relative;
    z-index: 0;
    padding-top: 20px;
}
.direction-block:before{
    content: '';
    width: 2px;
    position: absolute;
    z-index: -1;
    left:50%;
    margin-left: -1px;
    top:0;
    bottom: 50px;
    background: #E6E7EF;
}
.direction-img{
    transition: all 0.2s ease-in;
}
.direction-img:hover{
    transform: scale(1.05);
}
.direction-box{
    text-align: center;
}
.direction-list{
    padding-top: 25px;
}
.direction-list ul li{
    width: 33.33%;
    float: left;
    font-family: 'Century Gothic', sans-serif;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 0;
    padding-top: 42px;
    box-sizing: border-box;
    border-right: 1px solid #E6E7EF;
    transition: all 0.2s ease-in;
}
.direction-list ul li:hover{
    transform: scale(1.05);
}
.direction-list ul li:last-child{
    border-right-color:transparent;
}
.direction-list ul li:before{
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: -1;
    top:0;
    left: 50%;
    margin-left: -18px;
    background: url(../images/icons/tick.svg) no-repeat center center;
    background-size: cover;
}
.block-title{
    text-align: center;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 60px;
}
.advantages-list{
    max-width: 740px;
}
.advantage-box{
    max-width: 305px;
    margin-bottom: 30px;
    transition: all 0.2s ease-in;
}
.advantage-box:hover{
    transform: scale(1.05);
}
.advantage-box:after{
    content: '';
    display: table;
    clear: both;
}
.advantage-box-icon{
    width: 48px;
    height: 48px;
    background: #FFF;
    border-radius: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    float: left;
}
.advantage-box-icon>span{
    width: 48px;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.advantage-box-text{
    margin-left: 55px;
    padding-top: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.advantage-box-title{
    font-family: 'Century Gothic', sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.video-bar{
    padding: 80px 0 120px 0;
    background: #74ccd0 url(../images/video_bg.jpg) no-repeat left top;
    background-size: cover;
}
.video-bar .block-title {
    color: #FFF;
}
.video-box{
    max-width: 544px;
    position: relative;
    z-index: 0;
    margin: 20px auto 40px auto;
}
.video-box:before{
    content: '';
    height: 30px;
    position: absolute;
    z-index: -1;
    left: 20px;
    right: 20px;
    top:-15px;
    opacity: 0.3;
    background: #2A2C38;
    border-radius: 10px;
}
.video-box-top{
    width: 100%;
    height: 320px;
    background: #FFF;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.video-box-top img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.video-box-name{
    width: 100%;
    height: 80px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 18px;
    font-weight: bold;
    background: #FFF;
    display: table;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.video-box-valign{
    width: 100%;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.usage-bar{
    padding: 150px 0 100px 0;
    background: #e4ecef url(../images/use_bg.jpg) no-repeat left top;
    background-size: cover;
}
.usage-block{
    max-width: 735px;
    float: right;
}
.usage-block-title{
    font-family: 'Century Gothic', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}
.usage-box{
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.usage-list ul li{
    position: relative;
    z-index: 0;
    padding-left: 33px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in;
}
.usage-list ul li:hover{
    transform: scale(1.05);
}
.usage-list ul li:before{
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: url(../images/icons/tick.svg) no-repeat center center;
    background-size: 22px 22px;
}
.usage-info{
    font-size: 16px;
    line-height: 22px;
    padding: 30px;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}
.contact-bar{
    background: #F6F8FA;
    padding: 90px 0 105px 0;
}
.contact-bar .block-name{
    margin-bottom: 5px;
}
.contact-block{
    text-align: center;
}
.contact-block .carousel-box{
    margin-bottom: 10px;
}
.contact-block-title{
    font-family: 'Century Gothic', sans-serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
    font-weight: bold;
    margin-bottom: 50px;
}
.carousel_contact{
    display: none;
}
.contact-box{
    max-width: 273px;
    margin: 5px auto;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.contact-box-img{
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.contact-box-img img{
    width:100%;
    height:250px;
    object-fit: cover;
}
.contact-box-name{
    padding: 0 10px;
    height: 65px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}
.contact-box-name:before{
    content: '';
    width: 70px;
    height: 1px;
    background: #E6E7EF;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
}
.contact-box-address{
    padding: 0 10px;
    height: 65px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.contact-box-address a{
    text-decoration: none;
    color: #2A2C38;
}
.contact-box-address a:hover{
    color: #DB582E;
}
.carousel_contact .owl-next,
.carousel_contact .owl-prev{
    background-color: #FFF;
}
.sign-btn-box{
    text-align: center;
}
a.sign-button{
    line-height: 46px;
}
.sign-button{
    width: 255px;
    height: 46px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    background: #DB582E;
    border: 1px solid #DB582E;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.04em;
    -webkit-appearance: none;
}
.sign-button:hover{
    background: #FFF;
    color: #DB582E;
}
.bot-bar{
    padding: 130px 0;
    background: #989ba0 url(../images/bot_bg.jpg) no-repeat left top;
    background-size: cover;
}
.consult-box{
    max-width: 455px;
    margin-bottom: 20px;
    padding-top: 20px;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
.consult-box .block-title{
    text-align: left;
    margin-bottom: 20px;
}
.consult-box-title{
    font-family: 'Century Gothic', sans-serif;
    letter-spacing: 0.02em;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 12px; color: #DB582E;
}
.recouping-list{
    padding-top: 10px;
}
.recouping-box{
    width: 74px;
    height: 98px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    background: rgba(42, 44, 56, 0.7);
    border-radius: 8px;
    margin-right: 3px;
}
.recouping-box:hover{
    color: #DB582E;
}
.recouping-box-number{
    font-family: 'Century Gothic', sans-serif;
    letter-spacing: 0.02em;
    height: 40px;
    padding-top: 10px;
    border-bottom:1px solid #717485;;
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: bold;
}
.form-block{
    max-width: 414px;
    margin: 0 auto;
    padding: 50px 65px;
    background-color: rgba(246,248,250,0.9);
    box-shadow: 0px 4px 50px rgba(42, 44, 56, 0.07);
    border-radius: 10px;
}
.form-title{
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
}
.form-text{
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.inputbox-f{
    width: 100%;
    height: 48px;
    padding: 10px;
    color: #B2B4C0;
    font-size: 14px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #E6E7EF;
    border-radius: 5px;
    margin-bottom: 15px;
}
.inputbox-f:focus,
.textarea-f:focus{
    border-color: #DB582E;
}
.textarea-f{
    width: 100%;
    height: 140px;
    resize: none;
    padding: 10px;
    color: #B2B4C0;
    font-size: 14px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #E6E7EF;
    border-radius: 5px;
    margin-bottom: 15px;
}
.eform .row {
    margin-left: -10px;
    margin-right: -10px;
}
a.submit{
    line-height: 46px;
}
.submit{
    width: 160px;
    height: 46px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    background: #DB582E;
    border: 1px solid #DB582E;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.04em;
    -webkit-appearance: none;
}
.submit:hover{
    background: #FFF;
    color: #DB582E;
}
.footer{
    background: #FFF;
    padding: 70px 0 50px 0;
    overflow: hidden;
}
.footer-left{
    width: 295px;
    float: left;
}
.bot-logo{
    margin-bottom: 25px;
}
.social-links ul li{
	width:32px;
	height:32px;
	background: #F6F8FA;
	border-radius:100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}
.social-links ul li>a{
	width:32px;
	height:32px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.social-links ul li:last-child{
    margin-right: 0;
}
.footer-right{
    margin-left: 300px;
}
.foot-right-cont{
    max-width: 600px;
    width: 100%;
    float: right;
}
.up-btn{
    width: 48px;
    height: 48px;
    position: fixed;
    z-index: 10;
    right: 5%;
    bottom: 70px;
    background: #F6F8FA url(../images/icons/up.svg) no-repeat center center;
    border-radius: 3px;
    cursor: pointer;
    display: none;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.left-btn{
    position: fixed;
    z-index: 10;
    left: 5%;
    bottom: 10px;
}
.request-btn{
    width: 160px;
    height: 38px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #DB582E;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.04em;
    background: #FFF;
    box-shadow: 0px 8px 14px rgba(219, 88, 46, 0.24);
    border-radius: 30px;
    display: block;
    text-decoration: none;
}
.request-btn:hover{
    background: #DB582E;
    color: #FFF;
}
.right-btn{
    position: fixed;
    z-index: 10;
    right: 5%;
    bottom: 10px;
}
.order-btn2{
     width: 130px;
    height: 38px;
    padding: 10px 15px 0 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.04em;
    background: #DB582E;
    box-shadow: 0px 8px 14px rgba(219, 88, 46, 0.24);
    border-radius: 30px;
    display: block;
    text-decoration: none;
}
.order-btn:hover{
    background: #FFF;
    color: #DB582E;
}