@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

/* @font-face {
    font-family: "Open-Sans-Light";
    src: url("../fonts/opensans-light-webfont.woff2") format("woff2"),
         url("../fonts/opensans-light-webfont.woff") format("woff"),
         url("../fonts/opensans-light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open-Sans-Regular";
    src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"),
         url("../fonts/opensans-regular-webfont.woff") format("woff"),
         url("../fonts/opensans-regular-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open-Sans-Semibold";
    src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"),
         url("../fonts/opensans-semibold-webfont.woff") format("woff"),
         url("../fonts/opensans-semibold-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Open-Sans-Bold";
    src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"),
         url("../fonts/opensans-bold-webfont.woff") format("woff"),
         url("../fonts/opensans-bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
 */

@font-face {
    font-family: 'Roboto-Regular';
    src: url('/assets/presentation/fonts/roboto-regular-webfont.eot');
    src: url('/assets/presentation/fonts/roboto-regular-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('/assets/presentation/fonts/roboto-regular-webfont.woff2')
            format('woff2'),
        url('/assets/presentation/fonts/roboto-regular-webfont.woff')
            format('woff'),
        url('/assets/presentation/fonts/roboto-regular-webfont.ttf')
            format('truetype'),
        url('/assets/presentation/fonts/roboto-regular-webfont.svg#robotoregular')
            format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('/assets/presentation/fonts/roboto-medium-webfont.eot');
    src: url('/assets/presentation/fonts/roboto-medium-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('/assets/presentation/fonts/roboto-medium-webfont.woff2')
            format('woff2'),
        url('/assets/presentation/fonts/roboto-medium-webfont.woff')
            format('woff'),
        url('/assets/presentation/fonts/roboto-medium-webfont.ttf')
            format('truetype'),
        url('/assets/presentation/fonts/roboto-medium-webfont.svg#Roboto-Medium')
            format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/assets/presentation/fonts/roboto-bold-webfont.eot');
    src: url('/assets/presentation/fonts/roboto-bold-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('/assets/presentation/fonts/roboto-bold-webfont.woff2')
            format('woff2'),
        url('/assets/presentation/fonts/roboto-bold-webfont.woff')
            format('woff'),
        url('/assets/presentation/fonts/roboto-bold-webfont.ttf')
            format('truetype'),
        url('/assets/presentation/fonts/roboto-bold-webfont.svg#robotobold')
            format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/assets/presentation/fonts/robotocondensed-bold-webfont.eot');
    src: url('/assets/presentation/fonts/robotocondensed-bold-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('/assets/presentation/fonts/robotocondensed-bold-webfont.woff2')
            format('woff2'),
        url('/assets/presentation/fonts/robotocondensed-bold-webfont.woff')
            format('woff'),
        url('/assets/presentation/fonts/robotocondensed-bold-webfont.ttf')
            format('truetype'),
        url('/assets/presentation/fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    outline: 0;
    box-sizing: border-box;
}

/**********************
	COMMON CSS 
	STYLES
**********************/

body {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #f2f3f0;
    color: #000;
}

li {
    list-style: none;
}

.wrapper {
    min-width: 1400px;
    margin: 0 auto;
    height: 10620px;
    overflow: hidden;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

.red-text {
    color: #e42110;
}

.send-button {
    cursor: pointer;
    background: #d90008;
    display: block;
    margin: 12px auto 40px auto;
    position: relative;
    width: 297px;
    border-radius: 3px;
    color: #fff;
    font-family: 'Open-Sans-Semibold', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    border: 0;
    padding: 11px 0 13px 0;
}

.send-button:hover {
    opacity: 0.8;
}

/* .move-right,
.normal { letter-spacing: -0.75px; }

.extra-top-space { margin-top: 120px; }

.lowercase { text-transform: lowercase; }

.device-preview .container { min-height: 1px; }

.bold { font-family: "Open-Sans-Bold", sans-serif; font-weight: 700; }

.green-text { color: #669900; }

.multiple-section-headline { font-family: "Open-Sans-Semibold", sans-serif; font-size: 24px; color: #000; text-align: left; text-transform: uppercase; }

.multiple-section-paragraph { font-family: "Open-Sans-Regular", sans-serif; font-size: 18px; color: #000; text-align: left; } */

/* .intro-text a,
.sub-paragraph a,
.main-paragraph a,
.rezzo-review a,
.calculate-income a,
.multiple-section-paragraph a,
.calc-headline a,
.calc-bg a { text-decoration: none; }

.intro-text a { color: #ababad; }
.sub-paragraph a { color: #545357; }
.rezzo-review a { color: #000; }
.calc-headline a { color: #fff; }
.digital-solution .main-paragraph a { color: #fff; }

.rezzo-statistics .multiple-section-paragraph a { color: #fff; }

.intro-text a:hover,
.sub-paragraph a:hover,
.main-paragraph a:hover,
.rezzo-review a:hover,
.calculate-income a:hover,
.multiple-section-paragraph a:hover,
.calc-headline a:hover,
.calc-bg a:hover { opacity: 0.8; }
 

.main-paragraph a,
.multiple-section-paragraph a { text-decoration: none; color: #000; }

.main-paragraph a:hover,
.multiple-section-paragraph a:hover { opacity: 0.8; } */

/**********************
	SECTION MAIN BG
**********************/

/* .main-bg { background: url("../images/main-bg-top.jpg") center 0 no-repeat fixed; background-size: cover; width: 100%; height: 1100px; } 

.logo a { text-align: center; display: block; height: 100%; background: url(../images/logo.png) no-repeat 0 0; font-size: 0; line-height: 0; font-style: normal; overflow: hidden; text-indent: -100%; }

.intro-text { font-family: "Open-Sans-Regular", sans-serif; font-size: 18px; color: #ababad; line-height: 36px; margin-bottom: 59px; }

.forbes-award { text-align: center; margin-bottom: 49px; }
.forbes-award a:hover { opacity: 0.8; }
.forbes-2017 { margin-right: 12px; }

.rezzo-statistic { height: 120px; overflow: hidden; }
.rezzo-statistic h2 { font-family: "Open-Sans-Light", sans-serif; font-weight: 300; font-size: 27px; color: #fff; line-height: 40px; }
.rezzo-statistic h2 span { display: block; }

.rezzo-statistic .red-text { font-size: 66px; letter-spacing: -4px; } */

/* 1.Text left and right under forbes */
/* 
.statistic-restaurants { float: left; width: 410px; }
.statistic-restaurants .red-text { margin-left: 13px; }
.statistic-restaurants .move-right { margin-left: 21px; } */

/* 2.Text left and right under forbes */
/* .statistic-members { float: left; width: 512px; }
.statistic-members .normal { margin-left: 134px; }
.statistic-members .red-text { margin-left: 90px; }
.statistic-members .move-right { margin-left: 141px; } */

/* 3.Text left and right under forbes */

/* .statistic-clients { float: left; width: 278px; }
.statistic-clients .normal { margin-left: 61px; }
.statistic-clients .red-text { margin-left: 0; width: 100%;}
.statistic-clients .move-right { margin-left: 82px; } */

/**********************
	SECTION ONLINE
	RESERVATIONS
**********************/

/*.online-reservations {  background: #e5e5e5; position: relative; height: 350px; }
 .online-reservations:before{  content: ''; position: absolute; bottom: 99.8%; border-left: 1920px solid transparent; border-bottom: 320px solid #e5e5e5; }
.online-reservations:after{  content: ''; position: absolute; top: 99.8%; border-left: 1920px solid transparent; border-top: 105px solid #e5e5e5; }

.online-content { position: relative; top: -90px; text-align: center; vertical-align: middle; }

.headline { font-family: "Open-Sans-Light", sans-serif; font-weight: 300; font-size: 53px; color: #545357; margin: 0; letter-spacing: -0.75px; margin-bottom: 4px; }

.sub-headline { font-family: "Open-Sans-Regular", sans-serif; font-size: 20px; color: #e42110; text-transform: uppercase; font-weight: 400; margin-bottom: 8px; }

.sub-paragraph { font-family: "Open-Sans-Regular", sans-serif; font-size: 20px; color: #545357; text-transform: uppercase; font-weight: 400; margin-bottom: 51px; }

.main-paragraph { font-family: "Open-Sans-Regular", sans-serif; font-size: 18px; line-height: 36px; text-align: left; }

.main-paragraph a { text-decoration: none; color: #000; }
.main-paragraph a:hover { opacity: 0.8; } */

/**********************
    SECTION DEVICE
    PREVIEW
**********************/

/* .device-preview { position: relative; }

.show-project { position: relative; width: 100%; z-index: 5; }
.device-laptop { position: absolute; top: -150px; left: -52px; }
.device-phone { position: absolute; top: -20px; left: 64%; } */

/**********************
	SECTION REZZO
	DETAILS
**********************/

/* .rezzo-details { margin-top: 380px; background: #e5e5e5; position: relative; height: 1940px; }
.rezzo-details:before{ content: ''; position: absolute; bottom: 99.9%; border-left: 1920px solid transparent; border-bottom: 110px solid #e5e5e5; }
.rezzo-details:after{ content: ''; position: absolute; top: 99.9%; border-left: 1920px solid transparent; border-top: 220px solid #e5e5e5; }



.circle { float: left; width: 30px; height: 30px; background: #e42110; border-radius: 50%; font-family: "Open-Sans-Bold", sans-serif; font-size: 14px; color: #fff; text-align: center; line-height: 30px; margin-right: 14px; }

.rezzo-review { margin-top: 180px; float: left; width: 50%; position: relative; z-index: 6; }
.rezzo-review p { width: 535px; font-family: "Open-Sans-Regular", sans-serif; font-size: 18px; color: #000; overflow: hidden; margin-bottom: 45px; }
.rezzo-review .no-big-margin { margin-bottom: 5px; }

ol { font-family: "Open-Sans-Bold", sans-serif; font-size: 18px; font-weight: bold; color: #000; margin-left: 64px; margin-bottom: 75px; }
ol li { line-height: 45px; }
ol li h3 { font-family: "Open-Sans-Regular", sans-serif; font-size: 18px; font-weight: 400; } */

/* .calculate-income { clear: both; }
.calculate-income .multiple-section-headline { margin-bottom: 27px; }
.calculate-income .multiple-section-paragraph { margin-bottom: 57px; } */

/* Rezzo Calculator */
/* .calc-text { text-align: center;  line-height: 20px; margin-bottom: 60px; }
.calc-text li { list-style: none; position: relative; }
.calc-text li:before { content: ""; position: absolute; display: block; height: 30px; left: 38.5%; border-left: 4px solid #d90008;  }
.calc-normal { font-family: "Open-Sans-Light", sans-serif; font-weight: 300; font-size: 33px; letter-spacing: -0.50px; }
.calc-bold { font-family: "Open-Sans-Semibold", sans-serif; font-size: 33px; font-weight: 600; letter-spacing: -0.50px; }  */

/* text left and right */
/* .calc-text .text-left-1 { margin-right: 80px; }
.calc-text .text-left-2 { margin-left: 40px; }
.calc-text .text-left-3 { margin-right: 70px; }
.calc-text .text-left-4 { margin-right: 20px; }

.calc-bg { width: 980px;  background: url("../images/repeater.png") left top repeat-x; height: 88px; margin: 0 auto 4px auto; border-radius: 10px; }
.calc-bg .circle { width: 35px; height: 35px; line-height: 35px; border-radius: 50%; background: #737275; color: #363539; font-size: "Open-Sans-Regular", sans-serif; font-size: 22px; display: inline-block; }

.option-number { width: 100px; float: left; margin: 12px 0 0 20px; }
.option-number span.circle { font-family: "Open-Sans-Bold", sans-serif; font-size: 29px; font-weight: 700; margin-right: 0; }

.end-number { font-family: "Open-Sans-Bold", sans-serif; color: #737275; font-size: 18px; font-weight: 700; position: relative; top: 10px; margin-right: 30px; }

.calc-headline { width: 535px; float: left; }

.calc-bg h4 { width: 100%; margin-top: 14px; margin-bottom: 1px; float: left; font-family: "Open-Sans-Light", sans-serif; font-weight: 300; font-size: 20px; text-transform: uppercase; color: #fff; letter-spacing: -1px; }
.calc-bg p {  font-family: "Open-Sans-Regular", sans-serif; font-size: 12px; color: #fff; }

.calculate-button,

.calculate-button:before { content: "\f1ec"; position: absolute; top: 10px; left: 0; font-family: FontAwesome; font-size: 27px; color: #fff; padding-left: 17px; padding-top: 3px; } */

/* VOUCHERS */

/* .vouchers { float: left; width: 50%; }
.voucher-ticket-animation { float: left; width: 50%; }

.voucher-ticket { opacity: 1; display: block; background: url("../images/voucher.jpg") no-repeat; width: 428px; height: 303px; border-radius: 10px; position: relative; z-index: 10; left: 42%; }
.voucher-ticket { -ms-transform: rotate(-9deg); -webkit-transform: rotate(-9deg); transform: rotate(-9deg);}
.voucher-ticket span.voucher-text { font-size: 47px; }

.voucher-ticket img { display: block; margin: 0 auto; padding: 55px 0 10px 0; }
.mini-logo-rezzo { width: 160px; height: 62px; }

.voucher-ticket .red-text { display: block; font-family: "Open-Sans-Light", sans-serif; font-weight: 300; font-size: 37px; text-align: center; letter-spacing: -0.75px; }
.vouchers .multiple-section-headline { margin-bottom: 27px; margin-top: 65px; }

.vouchers .multiple-section-paragraph { line-height: 36px; } */

/**********************
    SECTION DIGITAL 
    SOLUTIONS
**********************/
/* 
.digital-solution { position: relative; top: 178px;  }
.digital-solution .headline { text-align: center; color: rgba(255, 255, 255, 0.5); line-height: 62px; letter-spacing: -0.75px; margin-bottom: 53px; }
.digital-solution .main-paragraph { color: #fff; margin-bottom: 54px; }
.digital-devices { position: absolute; z-index: 10; top: 290px; margin-left: 87px; height: 655px; } */

/**********************
    SECTION CONTROL
    RESERVATIONS
**********************/

/* .control-reservations { margin-top: 390px; background: url("../images/bg-reservations.jpg") center center no-repeat; background-size: cover; position: relative; z-index: 4; height: 1256px; }

.control-holder { position: relative; top: 545px; }



.control-reservations .first-control-headline,
.control-reservations .second-control-headline { margin-bottom: 45px; } */

/* .rezzo-reservations { font-family: "Open-Sans-Regular", sans-serif; font-size: 18px; color: #000; margin-bottom: 45px;}
.rezzo-reservations p { margin-bottom: 15px; }
.rezzo-reservations { float: left; width: 50%; }

.left-reservation-1 { float: left; width: 50%; }
.right-reservation-1 { float: right; width: 50%; }

.holder-2 { clear: both; } */

/**********************
    SECTION REZZO
    STATISTICS
**********************/
/* .rezzo-statistics { position: relative; top: 120px; z-index: 10; height: 2160px; }

.left-statistic { float: left; width: 46%; margin-right: 80px; margin-bottom: 60px; }
.right-statistic { float: left; width: 46%; }
.statistic-soon { clear: both; }
.booking-managment-img { margin-left: 46px; }
.reservation-managment-img { margin-left: 87px; }

.rezzo-statistics .multiple-section-headline { letter-spacing: -1px; color: rgba(255, 255, 255, 0.5); margin-bottom: 59px; }
.rezzo-statistics .multiple-section-paragraph { color: #fff; margin-bottom: 59px; }
.transparent-bg { background: url("../images/transparent-bg.png") 55% 180px no-repeat; height: 802px; width: 100%; background-size: cover; } */

/**********************
    SECTION REZZO
    GRAPH
**********************/

/* .rezzo-graph { position: relative; z-index: -1; top: 110px;  } */

/**********************
    SECTION REZZO
    SUPPORT
**********************/

/* .rezzo-support { background: #e5e5e5; position: relative; z-index: 11; height: 600px; }
.rezzo-support:before{  content: ''; position: absolute; bottom: 99.9%; border-left: 1920px solid transparent; border-bottom: 235px solid #e5e5e5; } */

/* .rezzo-support .headline { text-align: center; position: relative; top: -16px; margin-bottom: 50px; }

.rezzo-support .main-paragraph { margin-top: 105px; position: relative; z-index: 99999; }

.extra-border { position: relative; display: inline-block; float: left; width: 50%; }
.extra-border .bottom-line-grey { position: absolute;  display: block; width: 1920px; top: 310px; height: 303px; left: -369px; z-index: 102; }
.extra-border .customer-image { position: relative; z-index: 103; top: 8px; }
.extra-border .bottom-line-black { position: absolute; height: 212px; width: 1920px; display: block; left: -287px; top: 458px; z-index: 101; }

.need-help { float: left; width: 50%; } */

/**********************
    SECTION REZZO
    CLIENTS
**********************/

/* .rezzo-clients .headline { text-align: center; margin-bottom: 80px; position: relative: z-index: 999999999; }

.rezzo-clients { position: relative; top: 120px; clear: both; } */

/**********************
    SECTION REZZO
    FOOTER
**********************/

/* .alphavision { text-align: center; font-family: "Open-Sans-Regular", sans-serif; font-size: 14px; font-weight: 400; margin-bottom: 40px; }
.alphavision p { color: #fff; }
.alphavision a { text-decoration: none; color: #fff;  }
.alphavision a:hover { opacity: 0.8; } */

/* New presentation */

.main {
    overflow: hidden;
}

a {
    color: #000;
}

.block__element {
    display: inline-block;
}

.text__center {
    text-align: center;
}

.text__uppercase {
    text-transform: uppercase;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.shell {
    max-width: 1290px;
    padding: 0 15px;
    margin: 0 auto;
}

.section {
    position: relative;
}

.section--sm {
    margin-bottom: 28px;
}

.section--mb {
    margin-bottom: 44px;
}

.section--dark {
    background-color: #f2f3f0;
    padding: 58px 0 85px 0;
}
 
.section--padding {
    padding: 89px 0 50px 0;
}

/* .section__circles {
	display: none;
} */

.section--circles--leftRight:after {
    content: '';
    background-image: url('/assets/presentation/images/circles_leftright.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    height: 1100px;
}

.section--rectangle--1 {
    background-image: url('/assets/presentation/images/rectangle_1.png');
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1103px;
    padding: 180px 0 95px 0;
}

.section--rectangle--2 {
    background-image: url('/assets/presentation/images/top_cornerbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.section--rectangle--2:after {
    content: '';
    background-image: url('/assets/presentation/images/circles_center--secondary.png');
    background-repeat: no-repeat;
    width: 100%;
    min-height: 551px;
    position: absolute;
    /* bottom: 13%; */
    bottom: 4%;
    left: 0;
    z-index: 1;
}

.section--rectangle--3 {
    background-image: url('/assets/presentation/images/bottom_cornerbg.png');
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1133px;
}

.section--rectangle--4 {
    background-image: url('/assets/presentation/images/rectangle_4.png');
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1333px;
    padding: 180px 0 265px 0;
}

.section--rectangle--5 {
	background-image: url('/assets/presentation/images/top_left_cornerbg.png');
	background-repeat: no-repeat;
	width: 100%;
	padding: 240px 0 40px 0;
}

.section--rectangle--6 {
	background-image: url('/assets/presentation/images/bottom_left_cornerbg.png');
	background-repeat: no-repeat;
	width: 100%;
    min-height: 740px;
    background-size: cover;
	padding: 70px 0 40px 0;
}

@media(max-width: 1200px) {
    .section--rectangle--5 {
        padding: 170px 0 30px 0;
    }

    .section--rectangle--6 {
        padding: 30px 0;
        min-height: 510px;
    }
}

@media(max-width: 768px) {
    .section--rectangle--5 {
        padding: 100px 0 30px 0;
    }

    .section--rectangle--6 {
        padding: 20px 0;
        min-height: 420px;
    }
}

@media(max-width: 479px) {
    .section--rectangle--5 {
        padding: 60px 0 30px 0;
    }
    
    .section--rectangle--6 {
        min-height: 350px;
    }
}

.business__header {
    position: relative;
}
.business__header .business__image img {
    display: block;
    margin: auto;
}

.main__logo {
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.business__description {
    background-color: #f1e3de;
    padding: 28px 26px;
    border-radius: 5px;
    margin-bottom: 79px;
    /* text-align: center; */
    text-align: left;
    font-size: 22px;
}

.business__description--modified {
    padding: 50px 88px 44px 88px;
    font-size: 30px;
    line-height: 32px;
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 500;
}

.page__title {
    font-size: 46px;
    line-height: 46px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.page__title--medium {
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 500;
    margin-bottom: 55px;
}

.page__sub__title {
    display: block;
    font-size: 60px;
    line-height: 70px;
}

.page__sub__text {
	font-family: 'Roboto-Bold', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 90px;
}

.page__sub__text--sm {
	margin-bottom: 35px;
}

.page__sub__text--md {
	margin-bottom: 70px;
}

@media(max-width: 1200px) {
    .page__sub__text--md {
        margin-bottom: 30px;
    }
}

.page__additional__text {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 23px;
	margin-bottom: 35px;
}

.page__title--mb {
    margin-bottom: 30px;
}

.page__title--xlmb {
    margin-bottom: 116px;
}

.page__title--average {
    margin-bottom: 106px;
}

.page__title--solidmb {
    margin-bottom: 70px;
}

.page__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.page__actions--mb {
    margin-bottom: 150px;
}

@media(max-width: 1200px) {
    .page__additional__text {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width: 768px) {
    .page__additional__text {
        font-size: 17px;
        line-height: 17px;
    }

}


.btn__common {
    min-width: 475px;
    height: 76px;
    line-height: 76px;
    border-radius: 36px;
    background-color: #e42110;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #fff;
    text-decoration: none;
    z-index: 2;
}

.btn__common:hover {
    background-color: #f51f0d;
}

.btn__common--arrowDown:after {
    content: '';
    background-image: url('/assets/presentation/images/arrowDown.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 33px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    z-index: -1;
}

.shown .btn__common--arrowDown:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.btn__common--sm {
    min-width: 270px;
    height: 42px;
    line-height: 42px;
    border-radius: 22px;
    font-size: 14px;
    text-decoration: none;
}

.btn__common--sm.btn__common--arrowDown:after {
    width: 10px;
    height: 6px;
    right: 19px;
}

.reservation__items {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1%;
    /* margin-bottom: 112px; */
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reservation__items--secondary {
    margin-bottom: 20px;
}

.reservation__items .reservation__item__list {
    min-height: 302px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 19%;
    flex: 0 1 19%;
    max-width: 19%;
    width: calc(100% * (1 / 5) - 1px);
    display: inline-block;
    margin: 0 0 15px 1%;
}

.reservation__items .reservation__item__list .reservation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reservation__items
    .reservation__item__list
    .reservation__item
    .reservation__item__icon {
    background-color: #f1e3de;
    width: 129px;
    height: 129px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.reservation__items
    .reservation__item__list
    .reservation__item
    .reservation__item__text {
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    max-width: 225px;
}

.profile__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.profile__list {
    max-width: 550px;
}

.profile__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}

.profile__list li:last-child {
    margin-bottom: 0;
}

.profile__list .profile__badge {
    width: 30px;
    height: 30px;
    background-color: #e42110;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin-right: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.profile__list .profile__text {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
}

.profile__items .profile__image {
    margin-top: 90px;
}

.presentation__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.reservation__software__additionals {
	background-color: #d8bdb1;
	padding: 45px 0 50px 0;
	margin-bottom: 65px;
}

.venues__list__items__container {}

.venues__list__items {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.venues__list__items .venues__list {
	display: flex;
	flex-direction: column;
}

.venues__list__items .venues__list .venues__list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: #efe8e4;
	margin-bottom: 40px;
    pointer-events: none;
}

.venues__list__items .venues__list .venues__list__item .venues__list__item__cover {}

.venues__list__items .venues__list .venues__list__item__title {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
}

@media(max-width: 1200px) {

    .venues__list__items .venues__list .venues__list__item {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .venues__list__items .venues__list .venues__list__item .venues__list__item__cover {
        width: 50px;
    }

    .venues__list__items .venues__list .venues__list__item__title {
        font-size: 18px;
        line-height: 18px;
    }
    
}

@media(max-width: 1023px) {
    .venues__list__items .venues__list .venues__list__item__title {
        font-size: 16px;
        line-height: 16px;
    }
}

@media(max-width: 768px) {

    .venues__list__items {
        align-items: baseline;
    }

    .venues__list__items .venues__list .venues__list__item {
        width: 70px;
        height: 70px;
    }

    .venues__list__items .venues__list .venues__list__item .venues__list__item__cover {
        width: 36px;
    }

    .venues__list__items .venues__list {
        flex: 0 1 32%;
        max-width: 32%;
        align-items: center;
        margin: 0 auto 20px auto;
    }
}

@media(max-width: 479px) {
    .venues__list__items {
        flex-wrap: wrap;
    }

    .venues__list__items .venues__list {
        flex: 0 1 49%;
        max-width: 49%;
    }

    .venues__list__items .venues__list .venues__list__item {
        width: 70px;
        height: 70px;
    }
}

.reservation__software__preview {
    position: relative;
    margin-bottom: 70px;
}

.reservation__software__devices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.reservation__software__devices img {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.circles__middle--1:after {
    content: '';
    background-image: url('/assets/presentation/images/circles_center.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 578px;
    position: absolute;
    left: 40%;
    /* top: 27%; */
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.timeline__wrapper {
    margin: 235px 0 145px 0;
    position: relative;
    z-index: 2;
}

.timeline__mobile {
    display: none;
}

.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.timeline li {
    width: 287px;
    height: 306px;
    border-radius: 22px;
    background-color: #fff;
    position: relative;
    padding: 117px 15px 0 15px;
    -webkit-box-shadow: 0 0 90px 9px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 90px 9px rgba(0, 0, 0, 0.05);
}

.timeline li + li {
    margin-left: -43px;
}

.timeline li:nth-child(2) {
    margin-top: -39px;
}

.timeline li:nth-child(2):after,
.timeline li:nth-child(3):after,
.timeline li:nth-child(4):after,
.timeline li:nth-child(5):after {
    content: '';
    background-image: url('/assets/presentation/images/shape--curve.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 35px;
    height: 31px;
    bottom: -29px;
    left: 16px;
}

.timeline li:nth-child(3) {
    margin-top: -78px;
}

.timeline li:nth-child(4) {
    margin-top: -117px;
}

.timeline li:nth-child(5) {
    margin-top: -156px;
}

.timeline li:nth-child(6) {
    margin-top: -195px;
}

.timeline li .timeline__date {
    /* width: 105px; */
    /* height: 105px; */
	width: 95px;
    height: 95px;
    background-color: #e42110;
    border: 5px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto-Bold', sans-serif;
}

.timeline li .timeline__title,
.timeline li .timeline__counter {
    font-family: 'Roboto-Bold', sans-serif;
    /* font-size: 22px; */
    /* line-height: 26px; */
	font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
}

.timeline li .timeline__counter {
    color: #e42110;
}

.timeline li .timeline__title .special__text {
    text-transform: none;
    /* font-size: 45px; */
    /* line-height: 48px; */
	font-size: 38px;
    line-height: 41px;
    font-family: 'Roboto-Regular', sans-serif;
    font-weight: 400;
}

.timeline li .timeline__image {
    margin-top: 30px;
	width: 150px;
}

.timeline li .timeline__image--modified {
    margin-top: 0;
}

.software__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1%;
}

.software__items li {
    min-height: 218px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
    max-width: 15%;
    display: inline-block;
    margin: 0 0 15px 1%;
}

.software__items li .software__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.software__items li .software__item .software__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.software__items li .software__item .software__badge {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #e42110;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.software__items li .software__item .software__item__text {
    font-family: 'roboto_condensedbold', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    max-width: 150px;
}

.sub__section {
    padding: 105px 0 0 0;
    position: relative;
    z-index: 2;
}

.sub__section .page__title {
    margin-bottom: 40px;
}

.sub__section .page__sub__text {
    margin-bottom: 76px;
}

.profile__items--secondary .profile__list .profile__text {
    line-height: 26px;
}

.profile__items--secondary .profile__list li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.profile__items .profile__image--secondary {
    margin-top: 20px;
}

.mobile__presentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.mobile__presentation .mobile__devices {
    position: relative;
    z-index: 2;
}

.circles__middle--2:after {
    content: '';
    background-image: url('/assets/presentation/images/circles_center--third.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 436px;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.mobile__presentation__text {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 50px;
}

.profile__list--half {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.profile__list--half li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.review__text {
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    /* margin-bottom: 45px; */
    margin-bottom: 15px;
}

.client-images {
    margin: 68px 0 84px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.client-images li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
    max-width: 15%;
    width: calc(100% * (1 / 6) - 1px);
    display: inline-block;
    margin: 0 0 34px 1%;
}

.client-images li a {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

/* QR CODE SCANNER */

.qr__code__header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
	/* margin-bottom: 85px; */
}

.qr__code__header .qr__code__cover {
	margin-right: 20px;
}

.qr__code__header .qr__code__title {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 400;
	font-size: 46px;
	line-height: 46px;
}

.qr__code__text {
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 23px;
	margin-bottom: 60px;
}

@media(max-width: 1200px) {
    .qr__code__header {
        margin-bottom: 30px;
    }

    .qr__code__header .qr__code__title {
        font-size: 36px;
        line-height: 36px;
    }

    .qr__code__text {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 50px;    
    }

    .qr__code__header .qr__code__cover {
        width: 100px;
    }
}

@media(max-width: 768px) {
    .qr__code__text {
        font-size: 17px;
        line-height: 17px;
        margin-bottom: 30px;
    }

    .qr__code__header .qr__code__cover {
        width: 80px;
    }

    .qr__code__header .qr__code__title {
        font-size: 30px;
        line-height: 30px;
    }

    .qr__code__header {
        margin-bottom: 15px;
    } 
}

@media(max-width: 479px) {
    .qr__code__header .qr__code__cover {
        width: 60px;
    }

    .qr__code__header .qr__code__title {
        font-size: 24px;
        line-height: 24px;
    }
}

/* Price box - Subscription */

.subscription__box__container {}

.subscription__boxes {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}

.subscription__boxes .subscription__box__list {
	flex: 1;
}

.subscription__boxes .subscription__box__list + .subscription__box__list  {
	margin-left: 30px;
}

.subscription__boxes .subscription__box__list .subscription__box__list__item {
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #e42110;
	border-radius: 12px;
	padding: 60px 10px;
	height: 260px;
	text-decoration: none;
}


.subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__title {
	font-family: "Roboto-Bold", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 40px;
}

.subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__text {
	max-width: 240px;
	margin: 0 auto 25px auto;
	font-size: 16px;
	font-family: "Roboto-Regular", sans-serif;
	font-weight: 400;
	color: #fff;
}

.subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__sum__container {
	font-family: "Roboto-Regular", sans-serif;
	font-weight: 400;
	color: #fff;
}

.subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__sum__container .subscription__box__sum {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 5px;
}

.subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__sum__container .subscription__box__time {
	font-size: 23px;
	line-height: 23px;
}

.subscription__boxes .subscription__box__list--individual .subscription__box__list__item {
	background-color: #3f3f3f;
	padding-bottom: 20px;
}

.subscription__boxes .subscription__box__list--individual .subscription__box__list__item .subscription__box__title {
	margin-bottom: 20px;
}


.subscription__boxes .subscription__box__list .subscription__box__list__item  .subscription__box__action {
	width: 220px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Roboto-Regular", sans-serif;
	font-weight: 400;
	font-size: 14px;  
	border-radius: 22px;
	color: #fff;
	background-color: #e42110;
	position: relative;
    text-align: center;
}

.subscription__boxes .subscription__box__list .subscription__box__list__item  .subscription__box__action i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}

.subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__action.subscription__box__action__mobile {
    display: none;
}

@media(max-width: 1200px) {
    .subscription__boxes {
        margin-bottom: 30px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item {
        padding: 30px 10px;
        height: 200px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__sum__container .subscription__box__sum {
        font-size: 32px;
        line-height: 32px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__sum__container .subscription__box__time {
        font-size: 20px;
        line-height: 20px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__text {
        max-width: 220px;
        font-size: 14px;
    }

    .subscription__boxes .subscription__box__list--individual .subscription__box__list__item .subscription__box__title {
        margin-bottom: 10px;
    }
}

@media(max-width: 768px) {
    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 40px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__sum__container .subscription__box__sum {
        font-size: 26px;
        line-height: 26px;
    }

    .subscription__boxes .subscription__box__list + .subscription__box__list {
        margin-left: 10px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__text {
        max-width: 190px;
        font-size: 11px;
    }

    .subscription__boxes .subscription__box__list--individual .subscription__box__list__item .subscription__box__title {
        margin-bottom: 10px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__action {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 12px;
    }

    .subscription__boxes {
        margin-bottom: 20px;
    }
}

@media(max-width: 479px) {
    .subscription__boxes .subscription__box__list .subscription__box__list__item {
        justify-content: space-between;
        padding: 20px 10px;
        height: 160px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__title {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 30px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__sum__container .subscription__box__sum {
        font-size: 20px;
        line-height: 20px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__sum__container .subscription__box__time {
        font-size: 16px;
        line-height: 16px;
    }

    .subscription__boxes .subscription__box__list--individual .subscription__box__list__item .subscription__box__title {
        margin-bottom: 10px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__text {
        max-width: 140px;
        font-size: 10px;
        margin-bottom: 10px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__action {
        height: 30px;
        line-height: 30px;
        line-height: 20px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__action.subscription__box__action__desktop {
        display: none;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__action.subscription__box__action__mobile {
        display: block;
    }
}

@media(max-width: 375px) {
    .subscription__boxes .subscription__box__list .subscription__box__list__item {
        padding: 20px 5px;
        height: 140px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__title {
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 10px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__sum__container .subscription__box__sum {
        font-size: 16px;
        line-height: 16px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__sum__container .subscription__box__time {
        font-size: 14px;
        line-height: 14px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__action {
        height: 24px;
        line-height: 24px;
        padding: 0 5px;
        font-size: 11px;
    }

    .subscription__boxes .subscription__box__list .subscription__box__list__item .subscription__box__text {
        margin-bottom: 4px;
    }
}

.btn__base {
	background-color: #e42110;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Roboto-Regular", sans-serif;
	font-weight: 400;
	width: 270px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	border-radius: 22px;
	text-decoration: none;
}

@media(max-width: 1200px) {
    .btn__base {
        width: 200px;
    }
}

.section--bg__light {
	background-color: #e5d8d2;
}

.contacts__wrapper {
    background-color: #d6c2ba;
    padding: 76px 51px 57px 51px;
    margin-top: 80px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

.contact-form .field {
    padding: 6px 12px 6px 12px;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    border: 0;
    border-radius: 5px;
}

.form-group--relative {
    position: relative;
}

.ghost__label {
    position: absolute;
    top: 36%;
    left: 35px;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    -webkit-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

.ghost__label--textarea {
    left: 15px;
}

.form-group--relative textarea:not(:placeholder-shown) ~ .ghost__label,
.form-group--relative textarea:focus ~ .ghost__label,
.form-group--relative input:not(:placeholder-shown) ~ .ghost__label,
.form-group--relative input:focus ~ .ghost__label {
    -webkit-transform: translate(-0.6rem, -1.9rem) scale(0.85);
    -ms-transform: translate(-0.6rem, -1.9rem) scale(0.85);
    transform: translate(-0.6rem, -1.9rem) scale(0.85);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 2px 5px;
    border-radius: 2px;
    color: #6f6a68;
}

.form-group--relative textarea:not(:placeholder-shown) ~ .ghost__label,
.form-group--relative textarea:focus ~ .ghost__label {
    -webkit-transform: translate(-1.35rem, -2.4rem) scale(0.85);
    -ms-transform: translate(-1.35rem, -2.4rem) scale(0.85);
    transform: translate(-1.35rem, -2.4rem) scale(0.85);
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.form-row > .col,
.form-row > [class*='col-'] {
    padding-right: 20px;
    padding-left: 20px;
}

.col-md-6 {
    width: 100%;
    min-height: 1px;
}

.field {
    width: 226px;
    float: right;
    margin-top: 27px;
    margin-right: 30px;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px 5px 12px;
    color: #000;
    border-radius: 3px;
    border: 1px solid #939393;
    text-align: right;
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.textarea-field {
    margin-top: 5px;
    clear: both;
}

.contact-form textarea {
    float: none;
    width: 100%;
    border-radius: 3px;
    border: 0;
    padding: 6px 12px;
    margin-bottom: 12px;
}

.capcha {
    max-width: 860px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.capcha img {
    float: left;
    margin-right: 4px;
}

.capcha .multiple-section-paragraph {
    float: left;
    margin-bottom: 42px;
    margin-right: 31px;
    padding-top: 6px;
}

.capcha-field {
    float: left;
    width: 234px;
    border-radius: 2px;
    border: 0;
    padding: 10px 6px 10px 6px;
    margin-top: 10px;
}
.send-button {
    cursor: pointer;
    width: 270px;
    height: 42px;
    line-height: 42px;
    border-radius: 22px;
    font-size: 14px;
    padding: 0 5px;
    position: relative;
}
.send-button:hover {
    opacity: 0.9;
}
.send-button:before {
    content: '';
    background: url('/assets/presentation/images/arrowRight.png');
    width: 6px;
    height: 9px;
    line-height: 7px;
    position: absolute;
    left: 90%;
    top: 40%;
}

.contacts__title {
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
}

.contacts__email {
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    margin-bottom: 65px;
}

.footer {
    /* height: 96px; */
    /* height: 120px; */
    background-color: #353438;
    padding: 22px 0;
    position: relative;
}

.footer .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; */
}

.footer .footer__container .footer__copyright {
    margin-left: 38px;
    color: #fff;
    text-align: center;
}

@media (max-width: 1200px) {
    .main__logo {
        top: 35px;
    }

    .main__logo .logo {
        width: 260px;
    }

    .page__title {
        font-size: 40px;
        line-height: 40px;
    }

    .section--circles--leftRight:after {
        background-size: contain;
        min-height: 920px;
        top: 18%;
    }

    .profile__items .profile__image {
        margin-top: 0;
        margin-left: 20px;
    }

    .page__actions--mb {
        margin-bottom: 100px;
    }

    .profile__list li {
        margin-bottom: 15px;
    }

    .profile__list .profile__text,
    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__text {
        font-size: 20px;
    }

    .presentation__image {
        width: 526px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 90px;
    }

    .sub__section {
        padding-top: 50px;
    }

    .review__text {
        font-size: 20px;
        line-height: 20px;
    }

    .business__description--modified {
        font-size: 20px;
        line-height: 24px;
        padding: 40px;
    }

    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__icon {
        width: 100px;
        height: 100px;
    }

    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__icon
        img {
        width: 60px;
    }

    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__icon.reservation__item__icon--phone
        img {
        width: 36px;
    }

    .reservation__items--secondary
        .reservation__item__list
        .reservation__item
        .reservation__item__icon
        img {
        width: 50px;
    }

    .timeline li .timeline__title,
    .timeline li .timeline__counter {
        font-size: 18px;
        line-height: 20px;
    }

    .timeline li .timeline__title .special__text {
        font-size: 36px;
        line-height: 40px;
    }

    .timeline li .timeline__date {
        width: 94px;
        height: 94px;
        font-size: 28px;
    }

    .timeline li .timeline__image {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .page__title--medium {
        margin-bottom: 25px;
    }

    .page__title--average {
        margin-bottom: 80px;
    }

    .reservation__items--secondary {
        margin-bottom: 20px;
    }

    .reservation__items .reservation__item__list {
        min-height: 240px;
    }
}

@media (max-width: 1024px) {
    .page__title {
        font-size: 38px;
        line-height: 38px;
    }

    .section--rectangle--2:after,
    .section--circles--leftRight:after {
        display: none;
    }

    .software__items li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 19%;
        flex: 0 1 19%;
        max-width: 19%;
    }

    .software__items li .software__item .software__item__text {
        font-size: 17px;
    }

    .btn__common {
        min-width: 345px;
        height: 60px;
        line-height: 60px;
    }

    .timeline li .timeline__title,
    .timeline li .timeline__counter {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 992px) {
    .software__items li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 24%;
        flex: 0 1 24%;
        max-width: 24%;
        min-height: 170px;
    }

    .reservation__items {
        margin-bottom: 20px;
    }

    .reservation__items .reservation__item__list {
        min-height: 260px;
    }

    .reservation__items--secondary .reservation__item__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 24%;
        flex: 0 1 24%;
        max-width: 24%;
    }

    .profile__items {
        flex-direction: column;
        align-items: center;
    }

    .profile__items .profile__list {
        margin-bottom: 30px;
    }

    .profile__items .profile__image {
        margin-left: 0;
        width: 440px;
    }

    .section--rectangle--1 {
        padding: 90px 0 95px 0;
    }

    .reservation__items--secondary {
        margin-bottom: 50px;
    }

    .timeline__wrapper {
        display: none;
        margin: 130px 0 60px 0;
    }

    .timeline__wrapper.timeline__mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .timeline li {
        width: 210px;
        height: 226px;
        padding: 80px 15px 0 15px;
    }

    .timeline li .timeline__title,
    .timeline li .timeline__counter {
        font-size: 15px;
        line-height: 17px;
    }

    .timeline li .timeline__title .special__text {
        font-size: 26px;
        line-height: 30px;
    }

    .timeline li .timeline__date {
        width: 80px;
        height: 80px;
        font-size: 22px;
    }

    .timeline.timeline--secondary {
        margin-top: 50px;
    }

    .profile__items .profile__image--secondary {
        margin-bottom: 60px;
    }

    .section--padding {
        padding: 40px 0;
    }

    .mobile__presentation__text {
        font-size: 22px;
        line-height: 22px;
    }

    .client-images li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 22%;
        flex: 0 1 22%;
        max-width: 22%;
    }
}

@media (max-width: 920px) {
    .sub__section {
        padding-top: 220px;
    }
}

@media (max-width: 768px) {
    .profile__list .profile__badge {
        margin-top: 4px;
    }
    .software__items li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        max-width: 32%;
        min-height: 180px;
    }

    .reservation__items .reservation__item__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        max-width: 32%;
        min-height: 200px;
    }

    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .reservation__items--secondary
        .reservation__item__list
        .reservation__item
        .reservation__item__icon
        img,
    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__icon
        img {
        width: 40px;
    }

    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__icon.reservation__item__icon--phone
        img {
        width: 26px;
    }

    .profile__list .profile__text,
    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__text {
        font-size: 16px;
    }

    .page__title {
        font-size: 32px;
        line-height: 32px;
    }

    .page__sub__text {
        font-size: 17px;
        line-height: 17px;
    }

    .sub__section .page__title {
        margin-bottom: 20px;
    }

    .sub__section .page__sub__text {
        margin-bottom: 50px;
    }

    .page__sub__title {
        font-size: 44px;
        line-height: 54px;
    }

    .main__logo {
        top: 20px;
    }

    .main__logo .logo {
        width: 124px;
    }

    .sub__section {
        padding-top: 40px;
    }

    .section--rectangle--3 {
        min-height: 1000px;
        background-size: cover;
    }

    .client-images li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        max-width: 32%;
    }

    .page__sub__text--sm {
        margin-bottom: 30px;
    }
}

@media (max-width: 660px) {
    .business__description {
        padding: 22px 20px;
        border-radius: 5px;
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 20px;
    }

    .page__title {
        font-size: 24px;
        line-height: 24px;
    }

    .page__title--xlmb {
        margin-bottom: 40px;
    }

    .reservation__items .reservation__item__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        max-width: 49%;
    }

    .software__items li .software__item .software__item__text {
        font-size: 14px;
        line-height: 16px;
        /*max-width: 100px;*/
    }

    .profile__items .profile__image {
        width: 460px;
    }

    .presentation__image {
        width: 460px;
    }

    .circles__middle--1:after {
        min-height: 384px;
        top: 39%;
    }

    .software__items li {
        min-height: 200px;
    }

    .review__text {
        /*font-size: 14px;*/
        /*line-height: 16px;*/
    }
}

@media (max-width: 565px) {
    .timeline li {
        width: 180px;
    }
}

@media (max-width: 524px) {
    .software__items li {
        min-height: 180px;
    }

    .presentation__image {
        margin-top: -20px;
    }
}

@media (max-width: 479px) {
    .reservation__items.reservation__items__first
        .reservation__item__list:last-child {
        flex: 0 1 100%;
        max-width: initial;
    }

    .reservation__items.reservation__items__first
        .reservation__item__list:last-child
        .reservation__item
        .reservation__item__text {
        max-width: initial;
    }

    .section--rectangle--2 {
        background-position: top;
    }

    .presentation__image,
    .profile__items .profile__image {
        width: 330px;
    }

    .reservation__items {
        justify-content: space-between;
        margin-left: 0;
    }

    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__text {
        max-width: 150px;
    }

    .profile__list .profile__text,
    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__text {
        font-size: 15px;
        line-height: 17px;
    }

    .reservation__items
        .reservation__item__list
        .reservation__item
        .reservation__item__icon {
        width: 70px;
        height: 70px;
    }

    .software__items li .software__item .software__item__text {
        font-size: 12px;
        line-height: 15px;
    }

    .reservation__items .reservation__item__list {
        min-height: 0;
    }

    .reservation__items--secondary {
        margin-bottom: 0;
    }

    .presentation__image {
        margin-top: 0;
        position: relative;
        top: 20px;
        margin-bottom: 70px;
    }

    .page__sub__title {
        font-size: 36px;
        line-height: 39px;
    }

    .page__title--medium {
        margin-bottom: 10px;
    }

    .page__sub__text {
        margin-bottom: 40px;
    }

    .page__sub__text--md {
        margin-bottom: 20px;
    }

    .reservation__software__preview {
        margin-bottom: 30px;
    }

    .circles__middle--1:after {
        top: 65%;
    }

    .page__title--solidmb {
        margin-bottom: 30px;
    }

    .profile__items .profile__list {
        margin-bottom: 40px;
    }

    .form-row > .col,
    .form-row > [class*='col-'] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .contact-form .field {
        margin-right: 0;
    }

    .form-group {
        margin-bottom: 0;
    }

    .timeline li {
        width: 150px;
        height: 180px;
        padding: 60px 20px 0 20px;
    }

    .timeline li .timeline__date {
        width: 66px;
        height: 66px;
        font-size: 15px;
    }

    .timeline li .timeline__title,
    .timeline li .timeline__counter {
        font-size: 14px;
        line-height: 15px;
    }

    .timeline li .timeline__title .special__text {
        font-size: 16px;
        line-height: 22px;
    }

    .timeline li + li {
        margin-left: -19px;
    }

    .timeline li:nth-child(2) {
        margin-top: -17px;
    }

    .timeline li:nth-child(2):after,
    .timeline li:nth-child(3):after,
    .timeline li:nth-child(4):after,
    .timeline li:nth-child(5):after {
        background-image: url('/assets/presentation/images/shape--curve--mobile.png');
        background-size: cover;
        width: 12px;
        height: 15px;
        bottom: -13px;
        left: 6px;
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    .timeline li:nth-child(3) {
        margin-top: -34px;
    }

    .timeline li:nth-child(4) {
        margin-top: -51px;
    }

    .timeline li:nth-child(5) {
        margin-top: -68px;
    }

    .section--rectangle--1 {
        padding: 50px 0 95px 0;
    }

    .btn__common {
        min-width: 100%;
        width: 100%;
        height: 40px;
    }

    .page__actions--mb {
        margin-bottom: 50px;
    }

    .section--rectangle--1 {
        padding: 50px 0 95px 0;
        height: 970px;
        min-height: 970px;
        background-size: cover;
        margin-bottom: 140px;
    }

    .software__items li .software__item .software__badge {
        width: 42px;
        height: 42px;
    }

    .software__items li .software__item .software__icon {
        width: 22px;
    }

    .software__items li {
        min-height: 130px;
    }

    .mobile__presentation__text {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .profile__list--half {
        flex-direction: column;
    }

    .profile__list--half li {
        flex: 1;
        max-width: 100%;
        width: 100%;
    }

    .page__title--average {
        margin-bottom: 40px;
    }

    .section--dark {
        padding: 40px 0 70px 0;
    }

    .client-images {
        margin: 40px 0 10px 0;
    }

    .contacts__wrapper {
        margin: 25px 0 0 0;
        padding: 36px 30px 27px 30px;
    }

    .send-button {
        width: 100%;
    }

    .contacts__title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .contacts__email {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 35px;
    }

    .form-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ghost__label {
        left: 15px;
    }

    .business__description--modified {
        padding: 20px 10px;
    }

    .timeline.timeline--secondary li {
        width: 160px;
    }

    .client-images {
        justify-content: space-between;
    }

    .client-images li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        max-width: 49%;
        margin-bottom: 20px;
    }

    .footer .footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: static;
        left: auto;
        transform: none;
    }

    .footer .footer__container .footer__copyright {
        margin-left: 0;
    }

    .footer {
        height: 130px;
    }

    .page__sub__text--sm {
        margin-bottom: 20px;
    }
}

@media (max-width: 424px) {
    .section--rectangle--1 {
        margin-bottom: 160px;
    }

    .timeline__wrapper {
        margin: 80px 0 30px 0;
    }

    .timeline li {
        width: 130px;
        height: 130px;
        padding: 50px 20px 0 20px;
        border-radius: 10px;
    }

    .timeline li .timeline__title,
    .timeline li .timeline__counter {
        font-size: 10px;
        line-height: 14px;
    }

    .timeline li .timeline__title .special__text {
        font-size: 13px;
    }

    .timeline li .timeline__image {
        margin-top: 5px;
    }

    .timeline li .timeline__date {
        width: 60px;
        height: 60px;
        font-size: 14px;
        border-width: 3px;
		top: -27px;
    }

    .circles__middle--2:after {
        min-height: 146px;
        top: 50%;
    }

    .timeline.timeline--secondary li {
        width: 126px;
    }

    .timeline li:nth-child(2):after,
    .timeline li:nth-child(3):after,
    .timeline li:nth-child(4):after,
    .timeline li:nth-child(5):after {
        left: 10px;
    }
}

@media (max-width: 375px) {
    .presentation__image,
    .profile__items .profile__image {
        width: 290px;
    }

    .profile__items .profile__image {
        margin-bottom: 30px;
    }

    .circles__middle--1:after {
        top: 28%;
        min-height: 146px;
    }

    .section--rectangle--1 {
        margin-bottom: 120px;
    }
}

@media (max-width: 374px) {
    .timeline li {
        width: 114px;
        height: 124px;
    }
}

/* iframe*/
.iframe__hold {
    pointer-events: none;
    width: 100%;
    height: 800px;
    max-width: 1260px;
    overflow-x: auto;
    margin-bottom: 30px;
    overflow: overlay;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}

.iframe__hold::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
}
.iframe__hold iframe {
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
}

.iframe__main {
    position: relative;
    overflow: hidden;
}

.iframe__top {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* z-index: 999; */
    /* pointer-events: none; */
    /* overflow: hidden; */
    background-image: url('/assets/presentation/images/transparent_img.png');
    background-repeat: repeat;
}

@media (max-width: 768px) {
    .iframe__hold {
        height: 600px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1280px) {
    .iframe__hold iframe {
        min-width: 1500px;
        margin-left: -115px;
    }
}
#mask {
    position: absolute;
    z-index: 9998;
    background-color: #000;
    filter: alpha(opacity=56);
    opacity: 0.56;
    display: none;
    top: 0;
    left: 0;
}

.modal_msg .popup_bottom #msg_body {
    text-align: center;
    font-size: 20px;
    padding: 20px;
    color: #333;
    font-family: 'Roboto-Medium';
    line-height: 22px;
}
#modal_msg {
    display: none;
    position: fixed;
    display: none;
    z-index: 9999;
    background-color: #e8e8e8;
    /*color:#343337;*/
    color: #07060a;
    font-family: open_sanslight;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    box-shadow: 3px 3px 10px #1f1f1f;
    -moz-box-shadow: 3px 3px 10px #1f1f1f;
    -webkit-box-shadow: 3px 3px 10px #1f1f1f;
    width: 400px;
    left: 50%;
    transform: translate(-50%, 0);
}

#modal_msg .popup_head {
    height: 45px;
    border-radius: 4px 4px 0 0;
    border-left: 1px solid #5a595c;
    border-top: 1px solid #5a595c;
    border-right: 1px solid #5a595c;
    padding-left: 22px;
    padding-top: 13px;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    color: white;
    letter-spacing: -1px;
    background: #4d4c4e;
    background: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#313132),
        to(#626264)
    );
    background: -webkit-linear-gradient(top, #626264, #313132);
    background: -moz-linear-gradient(top, #626264, #313132);
    background: -ms-linear-gradient(top, #626264, #313132);
    background: -o-linear-gradient(top, #626264, #313132);
    color: white;
}

#modal_msg .popup_bottom {
    height: auto;
    border-radius: 0 0 4px 4px;
    border-left: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    position: relative;
    background: #f0f0f0;
    background: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#ededed),
        to(#f4f4f4)
    );
    background: -webkit-linear-gradient(top, #f4f4f4, #ededed);
    background: -moz-linear-gradient(top, #f4f4f4, #ededed);
    background: -ms-linear-gradient(top, #f4f4f4, #ededed);
    background: -o-linear-gradient(top, #f4f4f4, #ededed);
    padding-bottom: 10px;
    color: white;
}

.center_button {
    width: 125px;
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    color: #4a4a4a;
    margin-top: 45px;
    margin-right: 15px;
    letter-spacing: -1px;
    border: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #727272;
    -moz-box-shadow: 1px 1px 3px #727272;
    -webkit-box-shadow: 1px 1px 3px #727272;
    position: relative;
    background: #bfbfbf;
    background: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#bfbfbf),
        to(#e2e2e2)
    );
    background: -webkit-linear-gradient(top, #e2e2e2, #bfbfbf);
    background: -moz-linear-gradient(top, #e2e2e2, #bfbfbf);
    background: -ms-linear-gradient(top, #e2e2e2, #bfbfbf);
    background: -o-linear-gradient(top, #e2e2e2, #bfbfbf);
    cursor: pointer;
}

.formError {
    left: 0 !important;
}
.captcha__error {
    position: relative;
}

.captcha__error .formError {
    position: absolute;
    top: 40px !important;
    right: 112px !important;
    left: auto !important;
}

.captcha_image img {
    height: 35px;
}

#captcha_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

#captcha_holder .multiple-section-paragraph {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.captcha__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.captcha__information .reload_captcha {
    margin-right: 30px;
}

@media (max-width: 768px) {
    #captcha_holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .captcha__information,
    #captcha_holder .multiple-section-paragraph {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .captcha__information {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .captcha__information .reload_captcha {
        margin-right: 0;
    }
}

/* Voucher Presentation */

/* New Vouchers */

.voucher__header {
    position: relative;
    z-index: 2;
    /* max-width: 1200px; */
    /* min-height: 325px; */
    /* margin: 0 auto 20px auto; */
    /* background-image: url("/assets/presentation/images/voucher_bg.png"); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    background: rgb(0, 0, 0);
    background: linear-gradient(
        rgba(208, 209, 207, 0.01) 0%,
        rgba(208, 209, 207, 0.01) 50%,
        rgba(231, 232, 229, 0.35) 100%
    );
    min-height: 325px;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    margin-bottom: 40px;
    box-shadow: 0px 36px 41px rgba(0, 0, 0, 0.02);
}

.voucher__banner {
    background-image: url('/assets/images/voucher_banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-height: 715px;
    position: relative;
    z-index: 2;
    border-radius: 11px;
}

.voucher__gift {
    background-image: url('/assets/images/voucher_gift_card.png');
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 693px;
    min-height: 361px;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voucher__gift__block {
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e21f14;
    border-radius: 6px;
    margin-right: 197px;
    margin-top: -19px;
}

.voucher__gift__block .voucher__gift__block__text {
    font-family: 'roboto_condensedregular', sans-serif;
    font-size: 56px;
    line-height: 56px;
    color: #fff;
}

.voucher__gift__block .voucher__gift__block__currency {
    font-size: 19px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    margin-top: 2px;
}

.voucher__gift__wrapper .voucher__gift__title {
    font-family: 'roboto_condensedbold', sans-serif;
    font-size: 25px;
    line-height: 25px;
    color: #000;
    margin-bottom: 13px;
}

.voucher__gift__wrapper .voucher__gift__title,
.voucher__gift__wrapper .voucher__gift__logo {
    position: relative;
    left: -23px;
}

.voucher__item__container {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #fff;
    max-width: 727px;
    height: 295px;
    padding: 30px 60px 14px 60px;
    margin: -188px auto 51px auto;
    overflow: hidden;
}

.voucher__form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.form-group--wrapper {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}

.voucher__items {
    display: flex;
    align-items: center;
}

.voucher__items li {
    position: relative;
}

.voucher__items li a {
    width: 64px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    color: #000;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    line-height: 54px;
    background-color: #fff;
    transition: ease-in-out 0.3s;
}

.voucher__items li + li {
    margin-left: 10px;
}

.voucher__select.active,
.voucher__items li a.active,
.voucher__items li a:hover {
    color: #fff;
    background-color: #dd1d18;
    border-color: #dd1d18;
}

.arrow--white {
    display: none;
}

.arrow--red,
.arrow--white {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.voucher__select {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    width: 162px;
    height: 51px;
    font-size: 18px;
    line-height: 51px;
    padding: 0 15px;
    text-align-last: center;
    font-family: 'open_sanssemibold', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.voucher__select option {
    font-size: 17px;
    background-color: #fff;
    color: #000;
}

.voucher__text {
    font-family: 'open_sansbold', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.voucher__information__wrapper {
    display: flex;
    justify-content: space-between;
}

.text--red {
    color: #e32010;
}

.voucher__information li {
    position: relative;
    display: flex;
    margin-bottom: 25px;
}

.voucher__information li .list__bullet {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #e42110;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.voucher__information li .voucher__information__text {
    font-family: 'open_sansregular', sans-serif;
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 22px;
    line-height: 24px;
    color: #000;
}

.voucher__information li .voucher__information__text .circle__badge {
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #e32010;
    vertical-align: sub;
}

.voucher__information li .voucher__information__text .last__text {
    display: flex;
    line-height: 0;
}

.voucher__demo__phone {
    position: relative;
    z-index: 4;

    background-repeat: no-repeat;
    width: 365px;
    min-height: 588px;
    background-position: center right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-top: -28px;
}

.voucher__demo__phone__bg {
    background-image: url('/assets/presentation/images/phone_voucher_bg.png');
}

.voucher__demo__phone__en {
    background-image: url('/assets/presentation/images/phone_voucher_en.png');
}

@media (max-width: 1200px) {
    .voucher__item__container {
        height: 335px;
        margin-top: -215px;
    }

    .voucher__information li .voucher__information__text {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 1160px) {
    .voucher__item__container {
        margin-top: -230px;
    }
}

@media (max-width: 1023px) {
    .page__title--solidmb__voucher {
        margin-bottom: 20px;
    }

    .voucher__header {
        min-height: 284px;
    }

    .voucher__gift {
        max-width: 560px;
        min-height: 330px;
        background-size: cover;
    }

    .voucher__item__container {
        height: 365px;
        margin-top: -230px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .voucher__text {
        margin-bottom: 12px;
    }

    .voucher__gift__block {
        width: 100px;
        height: 100px;
        margin-right: 210px;
    }

    .voucher__gift__block .voucher__gift__block__text {
        font-size: 46px;
        line-height: 46px;
    }

    .voucher__gift__wrapper .voucher__gift__title {
        font-size: 20px;
        line-height: 20px;
    }

    .voucher__text--hidden,
    .voucher__items li.select__price {
        display: none;
        display: none;
    }

    .voucher__items {
        width: 100%;
        justify-content: space-between;
    }

    .voucher__items li,
    .voucher__items li a {
        width: 100%;
    }

    .form-group--wrapper--column {
        flex-direction: column;
    }

    .select__mobile {
        position: relative;
        display: block;
    }

    .qty_checkboxes {
        margin-right: 0;
    }

    .parther__title {
        font-size: 24px;
        line-height: 24px;
    }

    .for_personal_use .voucher__title,
    .payment_methods_header,
    .for_friend .voucher__title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .voucher__gift__wrapper .voucher__gift__title,
    .voucher__gift__wrapper .voucher__gift__logo {
        left: -38px;
        top: -8px;
    }

    .voucher__gift__wrapper .voucher__gift__logo {
        width: 180px;
    }

    .section--rectangle--4 {
        padding-bottom: 80px;
    }
}

@media (max-width: 992px) {
    .form-row .input-group {
        margin-bottom: 20px;
    }

    .form-row .input-group.col-md-4 {
        width: 100%;
    }

    .voucher__banner {
        min-height: 560px;
    }
}

@media (max-width: 900px) {
    .voucher__information__wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .voucher__item__container {
        margin-bottom: 30px;
    }
}

@media (max-width: 800px) {
    .gift__text {
        padding-top: 33px;
    }
}

@media (max-width: 768px) {
    .voucher__banner {
        min-height: 410px;
    }

    .voucher__gift {
        max-width: none;
        width: 100%;
    }

    .voucher__item__container {
        height: 405px;
        margin-top: -250px;
    }
}

@media (max-width: 595px) {
    .voucher__banner {
        min-height: 330px;
    }

    .voucher__gift {
        min-height: 270px;
    }

    .voucher__gift__block {
        width: 67px;
        height: 67px;
        margin-right: 170px;
    }

    .voucher__gift__block .voucher__gift__block__text {
        font-size: 30px;
        line-height: 30px;
    }

    .voucher__gift__block .voucher__gift__block__currency {
        font-size: 12px;
        line-height: 12px;
        margin-top: 0;
    }

    .voucher__gift__wrapper .voucher__gift__logo {
        width: 140px;
    }

    .voucher__gift__wrapper .voucher__gift__title {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 479px) {
    .voucher__header {
        /* min-height: 210px; */
        min-height: 170px;
    }

    .voucher__information li .voucher__information__text br {
        display: none;
    }

    .voucher__information li .voucher__information__text .last__text {
        display: inline-block;
        line-height: normal;
    }

    .voucher__information li .voucher__information__text .circle__badge {
        width: auto;
        height: auto;
        vertical-align: initial;
        line-height: normal;
        background-color: transparent;
        color: #000;
    }

    .voucher__banner {
        min-height: 240px;
        margin: 0 auto;
    }

    .voucher__item__container {
        /* width: 98%; */
        max-width: none;
        margin-top: -275px;
    }

    .voucher__gift {
        min-height: 220px;
    }

    .voucher__gift__block {
        margin-right: 130px;
    }

    .voucher__gift__wrapper .voucher__gift__title,
    .voucher__gift__wrapper .voucher__gift__logo {
        left: -8px;
    }

    .page__title--solidmb__voucher {
        margin-bottom: 10px;
    }

    .voucher__title span {
        margin-right: 10px;
    }

    .voucher__items {
        margin-bottom: 22px;
    }

    .voucher__select {
        width: 135px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
    }

    .voucher__items li a {
        height: 42px;
        line-height: 42px;
    }

    .voucher__text {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .voucher__gift__block .voucher__gift__block__text {
        font-size: 26px;
        line-height: 26px;
    }

    .voucher__demo__phone {
        margin-top: -20px;
        transform: scale(0.9);
        background-position: -5px center;
    }

    .voucher__information li {
        margin-bottom: 20px;
    }

    .voucher__information li .list__bullet {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-right: 11px;
    }

    .voucher__information li .voucher__information__text {
        font-size: 15px;
        line-height: 19px;
    }

    .section--rectangle--4 {
        padding-bottom: 40px;
    }
}

@media (max-width: 400px) {
    .voucher__gift {
        min-height: 200px;
    }

    .voucher__gift__block {
        margin-right: 100px;
    }
}

@media (max-width: 374px) {
    .voucher__gift {
        min-height: 190px;
    }

    .voucher__gift__block {
        margin-right: 90px;
    }
}

@media (max-width: 374px) {
    .voucher__gift {
        min-height: 170px;
    }

    .voucher__gift__block {
        margin-right: 90px;
    }

    .voucher__gift__wrapper .voucher__gift__logo {
        width: 110px;
    }

    .voucher__gift__wrapper .voucher__gift__title {
        font-size: 13px;
        line-height: 13px;
    }

    .voucher__gift__block {
        width: 57px;
        height: 57px;
    }
}
