@charset "UTF-8";
@font-face {
    font-family: 'gilroyblack';
    src: url('../../fonts/Gilroy/gilroy-black.html') format('woff2'), url('../../fonts/Gilroy/gilroy-black.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'gilroylight';
    src: url('../../fonts/Gilroy/gilroy-light.html') format('woff2'), url('../../fonts/Gilroy/gilroy-light.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'gilroyregular';
    src: url('../../fonts/Gilroy/gilroy-regular.html') format('woff2'), url('../../fonts/Gilroy/gilroy-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'gilroysemibold';
    src: url('../../fonts/Gilroy/gilroy-semibold.html') format('woff2'), url('../../fonts/Gilroy/gilroy-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'gilroymedium';
    src: url('../../fonts/Gilroy/gilroy-medium.html') format('woff2'), url('../../fonts/Gilroy/gilroy-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal
}




.icon-phone:before {
    content: "\e915"
}

.icon-user:before {
    content: "\e913"
}

.icon-pass:before {
    content: "\e914"
}

.icon-clock:before {
    content: "\e912"
}

.icon-star:before {
    content: "\e911"
}

.icon-hourglass:before {
    content: "\e90f"
}

.icon-question-circle:before {
    content: "\e900"
}

.icon-info:before {
    content: "\e901"
}

.icon-calendar:before {
    content: "\e902"
}

.icon-arrow-left:before {
    content: "\e903"
}

.icon-arrow-right:before {
    content: "\e904"
}

.icon-download:before {
    content: "\e905"
}

.icon-ruble:before {
    content: "\e906"
}

.icon-arrow-circle-right:before {
    content: "\e907"
}

.icon-mobile:before {
    content: "\e908"
}

.icon-close:before {
    content: "\e909"
}

.icon-notice-inverse:before {
    content: "\e90b"
}

.icon-warning:before {
    content: "\e90a"
}

.icon-success-in-circle:before {
    content: "\e90c"
}

.icon-close-in-circle:before {
    content: "\e90d"
}

.icon-info-inverse:before {
    content: "\e90e"
}

.icon-notice:before {
    content: "\e910"
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

button {
    cursor: pointer
}

button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

a:focus {
    outline: 0
}

a.btn {
    line-height: 43px;
    text-decoration: none
}

.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #ef7723;
    border: 0;
    height: 43px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 6px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s
}

.btn:hover {
    background: #e86911
}

.btn.btn-full {
    width: 100%
}



.btn__menu {
    width: 50px;
    height: 50px;
    margin-top: 6px;
    border: 0;
    background-color: transparent;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.5rem;
    color: #43474d;
}



.btn-mini {
    min-width: 126px
}

.btn-big {
    font-size: 18px;
    min-width: 184px;
    height: 50px;
    line-height: 50px
}

.btn-small {
    font-size: 14px;
    line-height: 36px;
    height: 36px
}

.btn-arrow-after:after {
    content: "";
    display: inline-block;
    background: url('../../images/arrow_white.png') no-repeat 0 0;
    width: 5px;
    height: 9px;
    margin-left: 5px;
    -webkit-transition: background-image .4s;
    -moz-transition: background-image .4s;
    -ms-transition: background-image .4s;
    -o-transition: background-image .4s
}

.btn-arrow-after:hover:after {
    background-image: url('../../images/arrow.png')
}

a.btn2 {
    line-height: 43px
}

.btn2 {
    display: inline-block;
    text-align: center;
    color: #282828;
    min-width: 160px;
    font-size: 16px;
    height: 43px;
    text-decoration: none;
    border: 1px solid #ef7723;
    background: transparent;
    border-radius: 21.5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.btn2:hover {
    background: #ef7723;
    color: #fff
}

.btn2-mini {
    min-width: 126px
}

.btn2-business {
    border-color: #ef7723
}

.btn2-business:hover {
    background-color: #ef7723
}

.btn2-back {
    min-width: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.btn2-back:before {
    content: "<";
    margin-right: 10px
}

.btn2.width-150 {
    min-width: 150px
}

.btn2-arrow-after:after {
    content: "";
    display: inline-block;
    background: url('../../images/arrow.png') no-repeat 0 0;
    width: 5px;
    height: 9px;
    margin-left: 8px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s
}

.btn2-arrow-after:hover:after {
    background-image: url('../../images/arrow_white.png')
}

.btn2-arrow-before {
    min-width: 90px
}

.btn2-arrow-before:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/arrow.png') no-repeat 0 0;
    width: 5px;
    height: 9px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s;
    -webkit-transform: rotate(200grad);
    -moz-transform: rotate(200grad);
    -ms-transform: rotate(200grad);
    -o-transform: rotate(200grad);
    transform: rotate(200grad);
    margin-right: 8px
}

.btn2-arrow-before:hover:before {
    background-image: url('../../images/arrow_white.png')
}

.modal .btn2-back {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.link-arrow-right {
    text-decoration: none;
    color: #ef7723;
    font-size: 14px;
    border-bottom: 1px dotted transparent
}

.link-arrow-right:after {
    content: "";
    background: url('../../images/link_arrow_right.png') no-repeat 0 0;
    display: inline-block;
    width: 5px;
    height: 9px;
    vertical-align: middle;
    margin-left: 5px
}

.link-arrow-right:hover {
    border-bottom-color: #ef7723;
    -webkit-transition: border-bottom-color .4s;
    -moz-transition: border-bottom-color .4s;
    -ms-transition: border-bottom-color .4s;
    -o-transition: border-bottom-color .4s
}

.link-arrow-right--b2b {
    color: #ef7723
}

.link-arrow-right--b2b::after {
    width: 11px;
    height: 11px;
    background-image: url("../../images/bussiness/right-arrow.png")
}

.link-arrow-right--b2b:hover {
    border-bottom-color: #ef7723
}

.link-green {
    text-decoration: none;
    color: #ef7723
}

.link-green:hover {
    border-bottom: 1px dotted #ef7723
}

a.btn3_banner {
    text-decoration: none;
    line-height: 48px
}

a.btn3_banner--large {
    line-height: 51px
}

.btn3_banner {
    display: inline-block;
    font-family: 'gilroysemibold', Sans-Serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    color: white;
    border: 0;
    min-width: 180px;
    height: 48px;
    background-color: #ef7723;
    background: -webkit-gradient(linear, left top, left bottom, from(#ef7723), to(#e86911));
    background: -webkit-linear-gradient(top, #ef7723, #e86911);
    background: -moz-linear-gradient(top, #ef7723, #e86911);
    background: -ms-linear-gradient(top, #ef7723, #e86911);
    background: -o-linear-gradient(top, #ef7723, #e86911);
    border-radius: 24px;
    -webkit-box-shadow: 0 0 15px 0 rgba(46, 0, 110, 0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(46, 0, 110, 0.5);
    box-shadow: 0 0 15px 0 rgba(46, 0, 110, 0.5);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.btn3_banner:hover {
    color: #ef7723;
    background: #fff
}

.btn3_banner.hover-bg_no:hover {
    background: 0
}

.btn3_banner:focus {
    background: #fff;
    color: #ef7723;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s
}

.btn3_banner.btn3_banner--conversive {
    background: 0;
    border: 1px solid #ef7723;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #535353;
    min-width: 185px
}

.btn3_banner.btn3_banner--conversive:hover {
    background-color: #ef7723;
    color: #fff
}

.btn3_banner--business {
    position: relative;
    background: #ef7723;
    box-shadow: none;
    border: solid 1px #ef7723;
    font-family: "gilroyregular", Sans-Serif
}

.btn3_banner--business:hover {
    color: #ef7723;
    border: solid 1px #ef7723
}

.btn3_banner--business-conversive {
    background: transparent;
    border: solid 1px #ef7723;
    box-shadow: none;
    color: #535353;
    min-width: 185px
}

.btn3_banner--business-conversive:hover {
    background: #ef7723;
    color: #fff
}

.btn3_banner--business-conversive:hover:after {
    background-position: 0 -10px
}

.btn3_banner--business-conversive::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    height: 6px;
    width: 6px;
    border: 1px solid #ef7723;
    border-width: 2px 2px 0 0;
    transform: translateY(-50%) translateZ(0) rotate(45deg);
    -webkit-transition: border-color .4s;
    -moz-transition: border-color .4s;
    -ms-transition: border-color .4s;
    -o-transition: border-color .4s
}

.btn3_banner--business-conversive:hover::before {
    border-color: #fff
}

.btn3_banner--operators {
    position: relative;
    background: #ef7723;
    box-shadow: none;
    border: solid 1px #ef7723;
    font-family: "gilroyregular", Sans-Serif;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.btn3_banner--operators:hover, .btn3_banner--operators:focus {
    color: #ef7723;
    border: solid 1px #ef7723;
    background-color: #fff
}

.btn3_banner--large {
    min-width: 230px;
    height: 51px;
    line-height: 51px;
    font-family: 'gilroymedium', Sans-Serif;
    border-radius: 3em
}

a.btn3_tariff {
    text-decoration: none
}

.btn3_tariff {
    display: inline-block;
    text-transform: uppercase;
    border: 0;
    height: 50px;
    border-radius: 25px;
    background: #ef7723;
    line-height: 50px;
    -webkit-box-shadow: 0 0 15px 0 rgba(239, 119, 35, 0.4);
    -moz-box-shadow: 0 0 15px 0 rgba(239, 119, 35, 0.4);
    box-shadow: 0 0 15px 0 rgba(239, 119, 35, 0.4);
    color: #fff;
    padding: 0 20px;
    font-size: 12px;
    min-width: 150px;
    text-align: center;
    font-family: 'gilroysemibold', Sans-Serif;
    letter-spacing: 2px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.btn3_tariff.full {
    width: 100%
}

.btn3_tariff.big {
    height: 56px;
    border-radius: 28px;
    font-size: 14px
}

.btn3_tariff:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px
}

.btn3_tariff:hover {
    background: #fff;
    color: #330072
}

.btn3_tariff:focus {
    color: #ef7723;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(46, 0, 110, 0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(46, 0, 110, 0.5);
    box-shadow: 0 0 15px 0 rgba(46, 0, 110, 0.5)
}

.btn3_tariff[disabled] {
    cursor: not-allowed;
    background: #c6cbd1
}

.btn3_tariff.mini {
    min-width: 130px
}

.btn3_tariff--business {
    position: relative;
    background-color: #ef7723;
    border: solid 1px transparent;
    font-family: 'gilroylight', Sans-Serif;
    -webkit-box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3);
    -moz-box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3);
    box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.btn3_tariff--business:hover, .btn3_tariff--business:focus {
    color: #ef7723;
    border: solid 1px transparent;
    background-color: #fff;
    -webkit-box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3);
    -moz-box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3);
    box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3)
}

.btn3_tariff--operators {
    position: relative;
    background-color: #ef7723;
    border: solid 1px transparent;
    font-family: 'gilroylight', Sans-Serif;
    -webkit-box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3);
    -moz-box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3);
    box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.btn3_tariff--operators:hover, .btn3_tariff--operators:focus {
    color: #ef7723;
    border: solid 1px transparent;
    background-color: #fff;
    -webkit-box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3);
    -moz-box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3);
    box-shadow: 5px 10px 40px 0 rgba(104, 116, 136, 0.3)
}

a.btn3 {
    line-height: 48px;
    text-decoration: none;
    display: inline-block
}

button.btn3 {
    height: 48px
}

.btn3 {
    background: transparent;
    border: 1px solid #ef7723;
    min-width: 200px;
    color: #282828;
    font-family: 'gilroymedium', Sans-Serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.btn3:hover {
    color: white;
    background-color: #ef7723;
    -webkit-box-shadow: 0 0 15px 0 rgba(239, 119, 35, 0.4);
    -moz-box-shadow: 0 0 15px 0 rgba(239, 119, 35, 0.4);
    box-shadow: 0 0 15px 0 rgba(239, 119, 35, 0.4)
}

.ico-store {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    text-indent: -5000px;
    -webkit-transition: opacity .5s, background .4s;
    -moz-transition: opacity .5s, background .4s;
    -ms-transition: opacity .5s, background .4s;
    -o-transition: opacity .5s, background .4s;
    transition: opacity .5s, background .4s;
    border-radius: 4px;
    margin: 10px 5px;
    border: 0;
    cursor: pointer
}

.ico-store.white {
    background-color: #fff
}

.ico-store.ico-store--apple {
    background: url('../../images/tv/2017/svg/button/apple.svg') no-repeat center;
    background-size: cover
}

.ico-store.ico-store--apple:hover, .ico-store.ico-store--apple_load {
    background-image: url('../../images/tv/2017/svg/button/apple_hover.svg');
    background-size: cover
}

.ico-store.ico-store--google {
    background: url('../../images/tv/2017/svg/button/google.svg') no-repeat center;
    background-size: cover
}

.ico-store.ico-store--google:hover, .ico-store.ico-store--google_load {
    background-image: url('../../images/tv/2017/svg/button/google_hover.svg');
    background-size: cover
}

.ico-store:hover {
    background-color: #444
}

.no-svg .ico-store.ico-store--apple {
    background: url('../../images/tv/2017/store__aple.png') no-repeat center #000
}

.no-svg .ico-store.ico-store--google {
    background: url('../../images/tv/2017/store__google.png') no-repeat center #000
}

.ico-samsung {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    text-indent: -5000px;
    -webkit-transition: opacity .5s, background .4s;
    -moz-transition: opacity .5s, background .4s;
    -ms-transition: opacity .5s, background .4s;
    -o-transition: opacity .5s, background .4s;
    transition: opacity .5s, background .4s;
    border-radius: 4px;
    margin: 10px 5px;
    background-image: url('../../images/tv/2017/svg/button/smart.svg');
    cursor: not-allowed;
    border: 1px solid #a9a9a9
}

.ico-samsung.white {
    background-color: #fff
}

.ico-samsung:hover, .ico-samsung_load {
    background-color: #ebebeb
}

.no-svg .ico-samsung {
    background: url('../../images/tv/2017/samsung.png') no-repeat center
}

.ico-android {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    text-indent: -5000px;
    -webkit-transition: opacity .5s, background .4s;
    -moz-transition: opacity .5s, background .4s;
    -ms-transition: opacity .5s, background .4s;
    -o-transition: opacity .5s, background .4s;
    transition: opacity .5s, background .4s;
    border-radius: 4px;
    margin: 10px 5px;
    background: url('../../images/tv/2017/android.png') no-repeat center;
    background-image: url('../../images/tv/2017/svg/button/28F9A34B.png');
    background-size: 120px;
    border: 1px solid #a9a9a9
}

.ico-android.white {
    background-color: #fff
}

.ico-android:hover, .ico-android_load {
    background-color: #ebebeb
}

.ico-lg_smart {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    text-indent: -5000px;
    -webkit-transition: opacity .5s, background .4s;
    -moz-transition: opacity .5s, background .4s;
    -ms-transition: opacity .5s, background .4s;
    -o-transition: opacity .5s, background .4s;
    transition: opacity .5s, background .4s;
    border-radius: 4px;
    margin: 10px 5px;
    background-image: url('../../images/tv/2017/svg/button/4FB24C3D.png');
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: not-allowed;
    border: 1px solid #a9a9a9
}

.ico-lg_smart.white {
    background-color: #fff
}

.no-svg .ico-lg_smart {
    background: url('../../images/tv/2017/lg.jpg') no-repeat center #ebebeb
}

.btn3-icon {
    position: relative;
    background: #450099;
    min-width: 200px;
    color: #fff;
    font-family: 'gilroymedium', Sans-Serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 0 20px;
    text-decoration: none;
    line-height: 30px;
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-box-shadow: 0 0 15px rgba(46, 0, 110, 0.5);
    -moz-box-shadow: 0 0 15px rgba(46, 0, 110, 0.5);
    box-shadow: 0 0 15px rgba(46, 0, 110, 0.5)
}

.btn3-icon span {
    display: inline-block;
    vertical-align: middle
}

.btn3-icon i {
    padding-left: 20px;
    font-size: 28px;
    display: inline-block;
    line-height: 29px;
    vertical-align: middle
}

.btn3-icon:hover {
    color: #450099;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(46, 0, 110, 0.4);
    -moz-box-shadow: 0 0 15px rgba(46, 0, 110, 0.4);
    box-shadow: 0 0 15px rgba(46, 0, 110, 0.4)
}

.btn3-icon:hover i {
    color: #450099
}

.main-btn {
    position: relative;
    display: inline-block;
    min-width: 150px;
    color: #fff;
    font-size: 12px;
    background-color: #ef7723;
    border: solid 1px #ef7723;
    border-radius: 30px;
    text-transform: uppercase;
    outline: 0;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-box-shadow: 0 0 15px 0 rgba(239, 119, 35, 0.32);
    -moz-box-shadow: 0 0 15px 0 rgba(239, 119, 35, 0.32);
    box-shadow: 0 0 15px 0 rgba(239, 119, 35, 0.32);
    font-family: 'gilroysemibold', Sans-Serif;
    letter-spacing: 2px;
    padding: 0 20px;
    cursor: pointer
}

.main-btn:hover {
    color: #ef7723;
    background-color: #fff;
    border: solid 1px #fff
}

.main-btn_converse {
    color: #ef7723;
    background-color: #fff;
    box-shadow: none
}

.main-btn_converse:hover {
    background-color: #ef7723;
    color: #fff
}

.main-btn_slim {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'gilroyregular', Sans-Serif;
    text-transform: initial;
    letter-spacing: initial
}

.main-btn.no-border {
    border: 0
}

.main-btn.no-border:hover {
    background-color: #fff;
    color: #ef7723
}

.circle-btn {
    display: inline-block;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ef7723;
    border-radius: 50%;
    -webkit-background-size: 8px 14px;
    background-size: 8px 14px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle
}

.circle-btn-right {
    background-image: url('../../images/lk/modal/arrow-right-white.png')
}

.menu-line .header--menu {
    border-bottom: 2px solid #e1e3e6;
    margin-bottom: 20px
}

.header__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

.header__top_navbar--right {
    margin-left: auto
}

.header__menu-toggle {
    position: relative;
    width: 30px;
    height: 36px;
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.header__menu-toggle::before, .header__menu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition-timing-function: ease
}

.header__menu-toggle.active span {
    background-color: #333
}

.header__menu-toggle.active::before, .header__menu-toggle.active::after {
    background-color: #333
}

.header__menu-toggle::before {
    left: 0
}

.header__menu-toggle::after {
    right: 0
}

.header__menu-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition-timing-function: ease
}

.header__menu-toggle.animate-toggle {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.header__menu-toggle.animate-toggle span {
    background-color: #aaa
}

.header__menu-toggle.animate-toggle::before, .header__menu-toggle.animate-toggle::after {
    background-color: #aaa
}

.header__menu--list-additional {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    height: auto;
    padding-top: 10px
}

.header__menu--list-additional li {
    padding-right: 0
}

.header__menu--list-additional li a {
    text-align: right;
    padding-right: 0
}

.header--top_navbar {
    background-color: #43474d;
    color: #dadada;
    font-size: 13px;
    font-family: 'gilroylight', Sans-Serif
}

.header--top_navbar a {
    color: #dadada;
    padding: 9px 10px;
    text-decoration: none;
    display: inline-block
}

.header--top_navbar ul > li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    margin-left: 6px
}

.header--top_navbar ul > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    height: 20px;
    width: 1px;
    background-color: #66686d;
    margin-top: -10px
}

.header--top_navbar ul > li:first-child:before {
    display: none !important
}

.header--top_navbar ul > li:first-child {
    padding-left: 0;
    margin-left: 0
}

.header--top_navbar ul > li a {
    display: block
}

.header--top_navbar ul > li a.active {
    background-color: #fff;
    color: #43474d;
    position: relative;
    z-index: 2
}

.header--top_navbar ul > li a.active2 {
    background-color: #6d6d6d
}

.header_city_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.header_city_content a {
    color: #43474d
}

.header_city_content a:before, .header_city_content a:after {
    display: none !important
}

.header_city_content a:hover {
    background: #f6f9fc
}

.header--menu {
    padding: 0
}

.header--menu nav {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right
}

.header--menu nav .header__menu--list-additional li a {
    margin-right: -15px
}

.header--menu nav > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-right: -4px
}

.header--menu nav > ul > li:last-child {
    display: inline-flex;
    vertical-align: middle
}

.header--menu nav > ul > li a {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    color: #43474d;
    padding: 10px 15px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border-radius: 6px
}

.header--menu__logo {
    width: 250px
}

.header--menu__logo img {
    width: 250px
}

.header--menu__logo a {
    display: block
}


#header--lang {
    position: relative
}

#js-open-city {
    min-width: 110px;
    position: relative
}

#js-open-city:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 8px;
    top: 14px;
    right: 0;
    background-image: url(../../images/arrow_white.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 9999
}

.header_ico--city.active {
    position: relative
}

.header_ico--city.active #js-open-city:after {
    background-image: url(../../images/arrow.png)
}

.header_ico--city.active .header-city-content {
    min-width: 140px;
    position: absolute;
    top: 0;
    left: -3px;
    background: #fff;
    z-index: 1100;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.header_ico--city.active .header-city-content a {
    min-width: 140px;
    color: #46494e;
    font-size: 13px;
    vertical-align: middle;
    font-family: 'gilroyregular', Sans-Serif;
    padding-left: 37px;
    text-align: left
}

.header_ico--city.active .header-city-content a:first-of-type {
    padding-left: 9px
}

.header_ico--city.active .header-city-content a:first-of-type:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 14px;
    margin-right: 7px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    background: url(../../images/svg/navbar/city.svg) no-repeat center;
    background-size: contain
}

.header_ico--city.active .header-city-content a:hover {
    background-color: #ececed
}

.menu--banner {
    position: relative
}

.menu--banner .header--menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001
}

.menu--banner_static {
    background-color: #fff
}

.menu--banner_static .header--menu {
    border-bottom: 0
}

@media only screen and (min-width: 1280px) {
    #header__menu--list > li a {
        background-color: transparent;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        -webkit-border-radius: 3em;
        -moz-border-radius: 3em;
        border-radius: 3em;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    #header__menu--list > li a.active {
        background: #43474d;
        border-radius: 4px;
        color: #fff
    }

    #header__menu--list > li:hover > a {
        background-color: rgba(255, 255, 255, 0.4);
        color: #fff
    }

    #header__menu--list > li.header__menu__collapsed {
        position: relative
    }

    #header__menu--list > li.header__menu__collapsed:hover > a:after {
        background-position: 0 -15px
    }

    #header__menu--list > li.header__menu__collapsed > a:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: url('../../images/menu_arrow.png') no-repeat 0 0;
        width: 15px;
        height: 15px;
        margin-left: 7px;
        margin-top: -3px
    }

    #header__menu--list > li.header__menu__collapsed > a.active:after {
        background-position: 0 -15px
    }

    #header__menu--list > li.header__menu__collapsed > ul {
        display: none;
        margin-left: 10px
    }

    #header__menu--list > li.header__menu__collapsed:hover > ul {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 37px;
        z-index: 100;
        display: block;
        min-width: 180px;
        background: #fff;
        -webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.19);
        box-shadow: 10px 0 15px rgba(0, 0, 0, 0.19);
        border-radius: 6px;
        text-align: left
    }

    #header__menu--list > li.header__menu__collapsed:hover > ul a {
        background-color: transparent;
        -webkit-transition: background-color .4s color .4s;
        -moz-transition: background-color .4s color .4s;
        -ms-transition: background-color .4s color .4s;
        -o-transition: background-color .4s color .4s;
        border-radius: 0
    }

    #header__menu--list > li.header__menu__collapsed:hover > ul a:hover, #header__menu--list > li.header__menu__collapsed:hover > ul a.active {
        background-color: #46494e;
        color: #fff
    }

    #header__menu--list > li.header__menu__collapsed:hover > ul li:first-child a {
        border-radius: 6px 6px 0 0
    }

    #header__menu--list > li.header__menu__collapsed:hover > ul li:last-child a {
        border-radius: 0 0 6px 6px
    }

    .menu--banner .header--menu #header__menu--list > li a {
        color: #fff;
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 15px
    }

    .menu--banner .header--menu #header__menu--list > li a:hover, .menu--banner .header--menu #header__menu--list > li a.active {
        background-color: rgba(255, 255, 255, 0.4)
    }

    .menu--banner_static #header__menu--list > li a {
        color: #000;
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 15px
    }

    .menu--banner_static #header__menu--list > li a:hover, .menu--banner_static #header__menu--list > li a.active {
        background-color: #f3f3f3
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    #header-phone-connect a:before, #header-phone-support a:before {
        margin-right: 0
    }

    #header-phone-connect a span, #header-phone-support a span {
        display: none
    }
}

@media only screen and (max-width: 1279px) {
    .header__menu-toggle {
        display: none
    }

    .header__menu--list-additional {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        height: auto;
        padding: 0;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset
    }

    .header__menu--list-additional li {
        padding-right: 0;
        padding-left: 0
    }

    .header__menu--list-additional a {
        text-align: left;
        margin-right: -15px
    }

    .header__menu__collapsed > a:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: url('../../images/menu_arrow.png') no-repeat 0 0;
        width: 15px;
        height: 15px;
        margin-left: 7px;
        margin-top: -3px;
        -webkit-transform: rotate(-100grad);
        -moz-transform: rotate(-100grad);
        -ms-transform: rotate(-100grad);
        -o-transform: rotate(-100grad);
        transform: rotate(-100grad);
        -webkit-transition: transform .4s;
        -moz-transition: transform .4s;
        -ms-transition: transform .4s;
        -o-transition: transform .4s
    }

    .header__menu__collapsed > a.active {
        color: #ef7723
    }

    .header__menu__collapsed > a.active:after {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .header__menu__collapsed > ul {
        display: none;
        margin-left: 20px;
        margin-top: 20px
    }

    .header__menu--clone {
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        text-align: left;
        padding: 60px 30px 30px;
        z-index: 1100;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform .4s;
        -moz-transition: transform .4s;
        -ms-transition: transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s
    }

    .header__menu--clone_wrap {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 290px;
        width: 100%;
        overflow: hidden
    }

    .header__menu--clone.active {
        display: block;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .header__menu--clone li {
        padding: 20px 0
    }

    .header__menu--clone li.add {
        padding: 0
    }

    .header__menu--clone li a {
        font-family: 'gilroylight', Sans-Serif;
        font-size: 16px;
        color: #46494e;
        text-transform: uppercase;
        text-decoration: none
    }

    .header__menu--clone li a:hover {
        color: #ef7723;
        -webkit-transition: color .4s;
        -moz-transition: color .4s;
        -ms-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s
    }

    .header__menu--clone li a.active {
        color: #ef7723
    }

    .header__menu__clone--header {
        text-align: right;
        padding: 0 !important
    }

    #header-city a {
        min-width: 0
    }

    #header-city a span {
        display: none
    }


}

@media only screen and (max-width: 1279px) {
    .header__menu--clone_wrap {
        max-width: 768px
    }

    .header--top_navbar li.tbl-show {
        display: block !important
    }

    .header--top_navbar li.tbl-hide {
        display: none
    }

    .header--top_navbar li.header-ico--payment {
        display: inline-block
    }

    .header--top_navbar li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px
    }

    .header__direction {
        position: relative
    }

    .header__direction--content {
        position: absolute;
        min-width: 128px;
        background: #fff;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 1100;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
    }

    .header__direction--content ul li {
        display: block;
        margin-right: 0;
        margin-left: 0
    }

    .header__direction--content ul li:before {
        display: none
    }

    .header__direction--content ul li a {
        color: #43474d;
        display: block
    }

    .header__direction--content ul li a:hover {
        background: #f6f9fc
    }

    .header__direction--link:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: url('../../images/menu_arrow.png') no-repeat 0 -15px;
        width: 15px;
        height: 15px;
        margin-left: 7px;
        margin-top: -3px
    }

    .header--top_navbar .pc-block-center {
        position: relative
    }

    .header-phone-content {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        min-width: 130px;
        background: #fff;
        z-index: 1500;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    .header-phone-content a {
        color: #46494e;
        padding-left: 10px;
        text-align: left
    }

    .header-phone-content a:hover {
        background: #f6f9fc
    }

    .header-phone-content a:before {
        background-image: url('../../images/sprites/ico_header_hover.png')
    }

    .header_ico.mobile-show-phone:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -3px;
        height: 20px;
        width: 1px;
        background: #66686d;
        margin-top: -10px
    }

    .header_ico.mobile-show-phone a:before {
        margin-right: 5px
    }

    #header-phone-connect, #header-phone-support {
        display: none
    }

    .header--top_navbar ul > li a:last-child {
        padding-right: 0
    }

    #header-city a, #js-open-phone {
        padding-right: 0
    }

    .header--top_navbar ul > li.header__direction a {
        min-width: 179px
    }
}

@media only screen and (max-width: 767px) {
    .header--top_navbar li.mb-hide {
        display: none
    }
}

@media only screen and (min-width: 1279px) {
    .header--top_navbar ul > li.mobile-show-phone, .header--top_navbar ul > li.header__direction {
        display: none !important
    }
}

@keyframes fadeInDownItems {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInDownList {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeInDownList, .main-promo__nav ul li.active .fadeInDownList {
    display: block;
    animation-name: fadeInDownList;
    animation-fill-mode: both;
    animation-timing-function: ease;
    animation-duration: .5s
}

.fadeInDownItems, .main-promo__nav ul li.active .fadeInDownItems {
    display: block;
    animation-name: fadeInDownItems;
    animation-fill-mode: both;
    animation-timing-function: ease;
    animation-duration: .7s
}

.page-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-wrapper {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0, 0, 0, 0)
}

.footer-margin-zero .footer {
    margin-top: 0
}

.footer {
    margin-top: 85px;
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #44474c
}

.footer .block-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 10px;
    padding-left: 10px
}

.footer__nav {
    width: 565px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.footer__nav-inner--services {
    width: 300px!important;
}

.footer__nav-inner--subscribers {
    width: 155px
}

.footer__nav-inner--about {
    width: 185px
}

.footer .footer__nav-title {
    margin: 0;
    margin-bottom: 18px;
    font-family: 'gilroysemibold', Sans-Serif;
    font-size: 15px;
    color: #fff
}

.footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer__nav-item {
    margin-bottom: 15px
}

.footer__nav-item:last-child {
    margin-bottom: 0
}

.footer__nav-link {
    font-family: 'gilroylight', Sans-Serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-tap-highlight-color: transparent
}

.footer__nav-link:hover, .footer__nav-link:focus {
    color: rgba(255, 255, 255, 0.6)
}

.footer__nav-link:active {
    color: rgba(255, 255, 255, 0.2)
}

.footer__contacts {
    width: 155px
}

.footer__contacts-inner {
    margin-bottom: 35px
}

.footer__contacts-inner:last-of-type {
    margin-bottom: 0
}

.footer__contacts-title {
    margin: 0;
    margin-bottom: 3px;
    font-family: 'gilroylight', Sans-Serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3)
}

.footer__contacts-phone {
    display: block;
    margin-bottom: 5px;
    font-family: 'gilroysemibold', Sans-Serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.footer__contacts-mail {
    display: block;
    font-family: 'gilroylight', Sans-Serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.footer__info {
    width: 280px
}

.footer__socials-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    list-style: none
}

.footer__socials-item {
    margin-right: 15px;
    margin-bottom: 15px
}

.footer__socials-item:nth-child(4n) {
    margin-right: 0
}

.footer__socials-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #fff;
    background-color: transparent;
    background-clip: border-box;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all
}

.footer__socials-link:hover, .footer__socials-link:focus {
    border-color: transparent;
    background-color: #8d8e90
}

.footer__socials-link:active {
    opacity: .5
}

.footer__socials-link svg {
    margin: auto
}

.footer__copyright-title {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'gilroysemibold', Sans-Serif;
    font-size: 15px;
    color: #fff
}

.footer__copyright-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer__copyright-item {
    margin-bottom: 12px
}

.footer__copyright-item:last-child {
    margin-bottom: 0
}

.footer__copyright-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'gilroylight', Sans-Serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.footer__copyright-link:hover, .footer__copyright-link:focus {
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6)
}

.footer__copyright-link:active {
    color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

@media only screen and (max-width: 1279px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .footer .block-center {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 70px;
        padding-left: 70px
    }

    .footer__nav {
        width: 218px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__nav-inner {
        width: 100%
    }

    .footer__nav-inner:first-of-type .footer__nav-title {
        border-top: 0
    }

    .footer__nav-inner:last-of-type .footer__nav-title {
        border-bottom: 0
    }

    .footer__nav-inner:last-of-type .footer__nav-item:first-child {
        border-top: 1px solid #696b6e
    }

    .footer__nav-inner:last-of-type .footer__nav-item:last-child {
        border-bottom: 0
    }

    .footer__nav-inner.active .footer__nav-wrapper {
        transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1)
    }

    .footer__nav-inner.active .footer__nav-title::before {
        -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
        -moz-transform: translate3d(0, -50%, 0) rotate(180deg);
        -ms-transform: translate3d(0, -50%, 0) rotate(180deg);
        -o-transform: translate3d(0, -50%, 0) rotate(180deg);
        transform: translate3d(0, -50%, 0) rotate(180deg)
    }

    .footer__nav-inner.active .footer__nav-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .footer .footer__nav-title {
        z-index: 20;
        position: relative;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 12px;
        border-bottom: 1px solid #696b6e;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        will-change: transform
    }

    .footer .footer__nav-title::before {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 10px;
        height: 6px;
        background-repeat: no-repeat;
        background-image: url("../../images/svg/icon-arrow.svg");
        z-index: 10;
        transform-origin: center;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s
    }

    .footer__nav-list {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 8;
        -webkit-transform: translate3d(0, -102%, 0);
        -moz-transform: translate3d(0, -102%, 0);
        -ms-transform: translate3d(0, -102%, 0);
        -o-transform: translate3d(0, -102%, 0);
        transform: translate3d(0, -102%, 0);
        transition: all .4s cubic-bezier(0.25, 0.8, 0.25, 1);
        will-change: transform
    }

    .footer__nav-item {
        padding-right: 10px;
        padding-left: 20px
    }

    .footer__nav-item:first-child {
        padding-top: 15px
    }

    .footer__nav-item:last-child {
        padding-bottom: 15px;
        border-bottom: 1px solid #696b6e
    }

    .footer__nav-list-wrapper {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: all .4s cubic-bezier(0.25, 0.8, 0.25, 1);
        will-change: transform
    }

    .footer__contacts {
        position: absolute;
        top: 0;
        right: 70px;
        width: 245px
    }

    .footer__contacts-inner {
        margin-bottom: 30px
    }

    .footer__contacts-inner:last-of-type {
        margin-bottom: 0
    }

    .footer__contacts-phone {
        font-size: 20px
    }

    .footer__socials-list {
        margin-bottom: 15px
    }

    .footer__copyright-item {
        margin-bottom: 20px
    }

    .footer__info {
        width: 245px;
        padding-top: 160px
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        padding-top: 25px;
        padding-bottom: 40px
    }

    .footer .block-center {
        -webkit-box-orient: column;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        padding-left: 0
    }

    .footer__nav {
        width: 100%;
        margin-bottom: 25px
    }

    .footer__nav-inner {
        border-bottom: 0
    }

    .footer__nav-inner:first-of-type .footer__nav-title {
        border-top: 1px solid #696b6e
    }

    .footer__nav-inner:last-of-type .footer__nav-title {
        border-bottom: 1px solid #696b6e
    }

    .footer__nav-inner:last-of-type .footer__nav-list {
        border-bottom: 1px solid #696b6e
    }

    .footer__nav-inner:last-of-type .footer__nav-item:first-child {
        border-top: 0
    }

    .footer .footer__nav-title {
        border-top: 0;
        padding-right: 35px;
        padding-left: 35px
    }

    .footer__nav-item {
        padding-right: 20px;
        padding-left: 55px
    }

    .footer__contacts {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-bottom: 0;
        padding: 0 35px 12px;
        -webkit-box-ordinal-group: -1;
        -webkit-order: -1;
        -moz-order: -1;
        -ms-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .footer__contacts-inner {
        margin-bottom: 25px
    }

    .footer__contacts-title {
        margin-bottom: 7px
    }

    .footer__contacts-phone {
        margin-bottom: 8px;
        font-size: 25px
    }

    .footer__contacts-mail {
        font-size: 15px
    }

    .footer__info {
        width: 100%;
        padding-top: 0
    }

    .footer__socials-list {
        webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .footer__socials-item {
        margin-right: 8px;
        margin-left: 8px
    }

    .footer__socials-item:nth-child(4n) {
        margin-right: 8px
    }

    .footer__copyright {
        display: none
    }
}

.block-center {
    width: 100%;
    max-width: 1142px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top
}

.grid-1.vertical-align-middle, .grid-2.vertical-align-middle, .grid-3.vertical-align-middle, .grid-4.vertical-align-middle, .grid-5.vertical-align-middle, .grid-6.vertical-align-middle, .grid-7.vertical-align-middle, .grid-8.vertical-align-middle, .grid-9.vertical-align-middle, .grid-10.vertical-align-middle, .grid-11.vertical-align-middle, .grid-12.vertical-align-middle {
    vertical-align: middle
}

.grid-1 {
    width: 8.33333%
}

.grid-2 {
    width: 16.66667%
}

.grid-3 {
    width: 24.9%
}

.grid-4 {
    width: 33.33333%
}

.grid-5 {
    width: 41.66667%
}

.grid-6 {
    width: 50%
}

.grid-7 {
    width: 58.33333%
}

.grid-8 {
    width: 66.66667%
}

.grid-9 {
    width: 75%
}

.grid-10 {
    width: 83.33333%
}

.grid-11 {
    width: 91.66667%
}

.grid-12 {
    width: 100%
}

.mb-show {
    display: none
}

.height-100p {
    height: 100%
}

@media only screen and (max-width: 1279px) {
    .block-center {
        max-width: 731px
    }

    .tbl-grid-1 {
        width: 8.33333%
    }

    .tbl-grid-2 {
        width: 16.66667%
    }

    .tbl-grid-3 {
        width: 24.9%
    }

    .tbl-grid-4 {
        width: 33.33333%
    }

    .tbl-grid-5 {
        width: 41.66667%
    }

    .tbl-grid-6 {
        width: 50%
    }

    .tbl-grid-7 {
        width: 58.33333%
    }

    .tbl-grid-8 {
        width: 66.66667%
    }

    .tbl-grid-9 {
        width: 75%
    }

    .tbl-grid-10 {
        width: 83.33333%
    }

    .tbl-grid-11 {
        width: 91.66667%
    }

    .tbl-grid-12 {
        width: 100%
    }

    .tbl-hide {
        display: none
    }

    .tbl-show {
        display: block
    }

    .tbl-show.inline {
        display: inline
    }

    .tbl-show.inline-block {
        display: inline-block
    }

    .tbl-display-inline {
        display: inline
    }

    .tbl-display-block {
        display: block
    }

    .pc-show {
        display: none !important
    }

    .pc-hide {
        display: block
    }

    .pc-hide.inline {
        display: inline
    }

    .pc-hide.inline-block {
        display: inline-block
    }

    .pc-block-center {
        max-width: 768px;
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (min-width: 1280px) {
    .pc-show {
        display: block
    }

    .pc-show.inline {
        display: inline
    }

    .pc-show.inline-block {
        display: inline-block
    }

    .pc-hide {
        display: none
    }

    .pc-block-center {
        width: 100%;
        max-width: 1240px;
        padding-left: 40px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto
    }

    .pc-display-block {
        display: block
    }

    .tbl-show {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .block-center {
        max-width: 300px
    }

    .tbl-show {
        display: none
    }

    .tbl-show.inline, .tbl-show.inline-block {
        display: none
    }

    .tbl-hide {
        display: block
    }

    .tbl-hide.inline {
        display: inline
    }

    .tbl-hide.inline-block {
        display: inline-block
    }

    .tbl-display-block {
        display: inline
    }

    .mb-grid-1 {
        width: 8.33333%
    }

    .mb-grid-2 {
        width: 16.66667%
    }

    .mb-grid-3 {
        width: 24.9%
    }

    .mb-grid-4 {
        width: 33.33333%
    }

    .mb-grid-5 {
        width: 41.66667%
    }

    .mb-grid-6 {
        width: 50%
    }

    .mb-grid-7 {
        width: 58.33333%
    }

    .mb-grid-8 {
        width: 66.66667%
    }

    .mb-grid-9 {
        width: 75%
    }

    .mb-grid-10 {
        width: 83.33333%
    }

    .mb-grid-11 {
        width: 91.66667%
    }

    .mb-grid-12 {
        width: 100%
    }

    .mb-hide {
        display: none
    }

    .mb-show {
        display: block
    }

    .mb-show.inline {
        display: inline
    }

    .mb-show.inline-block {
        display: inline-block
    }

    .mb-display-block {
        display: block
    }

    .mb-display-inline {
        display: inline
    }

    .pc-block-center {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 6px;
    z-index: 1500;
    padding: 50px 68px;
    width: 100%;
    max-width: 450px
}

.modal-logo {
    margin-bottom: 20px
}

.modal-logo img {
    margin: 10px 5px
}

.modal h3 {
    font-family: 'gilroylight', Sans-Serif;
    font-size: 25px;
    color: #252525;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px
}

.modal p {
    text-align: center;
    font-family: 'gilroylight', Sans-Serif;
    font-size: 14px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.modal.modal-error {
    padding: 35px 70px 70px
}

.modal.modal-error h3 {
    text-align: left;
    position: relative
}

.modal.modal-error h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    background: url('../../images/modal-ok.png') no-repeat 0 -44px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    display: block;
    margin-left: -44px
}

.modal.modal-error p {
    text-align: left;
    width: 100%
}

.modal.modal-ok {
    padding: 35px 70px
}

.modal.modal-ok h3 {
    text-align: left;
    position: relative
}

.modal.modal-ok h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    background: url('../../images/modal-ok.png') no-repeat 0 0;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    display: block;
    margin-left: -44px
}

.modal.modal-ok p {
    text-align: left;
    width: 100%
}

.close-modal {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1001
}

.relative {
    position: relative
}

.modal-ok__alma {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 0 65px rgba(202, 202, 202, 0.5);
    -moz-box-shadow: 0 0 65px rgba(202, 202, 202, 0.5);
    box-shadow: 0 0 65px rgba(202, 202, 202, 0.5);
    border-radius: 6px;
    max-width: 576px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 120px 64px 50px;
    z-index: 1500
}

.modal-ok__alma:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 188px;
    height: 51px;
    background: url('../../images/svg/smile/smile1.svg') no-repeat center
}

.modal-ok__alma h3 {
    font-size: 30px;
    font-family: 'gilroysemibold', Sans-Serif;
    color: #ef7723
}

.modal-ok__alma p {
    font-family: 'gilroylight', Sans-Serif;
    font-size: 16px;
    color: #393939;
    line-height: 1
}

p.modal-ok__alma--purpur {
    font-family: 'gilroyregular', Sans-Serif;
    color: #ef7723;
    font-size: 18px;
    margin-bottom: 30px
}

.modal-ok__alma .social {
    margin-top: 15px
}

.modal-ok__alma .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background: url('../../images/social_alma.png') no-repeat;
    cursor: pointer;
    text-indent: -5000px;
    opacity: 1;
    margin-right: 2px;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s
}

.modal-ok__alma .social a.vk {
    background-position: 0 0
}

.modal-ok__alma .social a.tw {
    background-position: 0 -40px
}

.modal-ok__alma .social a.inst {
    background-position: 0 -80px
}

.modal-ok__alma .social a.fb {
    background-position: 0 -120px
}

.modal-ok__alma .social a.ok {
    background-position: 0 -160px
}

.modal-ok__alma .social a:hover {
    opacity: .5
}

.no-svg .modal-ok__alma:before {
    background: url('../../images/smile/smile1.png')
}

@media only screen and (max-width: 767px) {
    .modal-ok__alma {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center
    }
}

.modal_form--after_button {
    font-size: 12px;
    font-family: 'gilroylight', Sans-Serif;
    margin-top: 20px;
    width: 220px;
    margin-right: auto;
    margin-left: auto
}

.input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    border-radius: 6px
}

.input.input-gray {
    border-color: #bebebe
}

.input.input-gray input {
    color: #bebebe;
    caret-color: #ef7723
}

.input.input-text-gray {
    color: rgba(255, 255, 255, 0.8)
}

.input.input-text-gray input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.input.input-text-gray input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.input.input-text-gray input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.input.input-text-gray input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8)
}

.input.focus.focus, .input.input-gray.focus {
    border-color: #ef7723
}

.input.focus.focus-white, .input.input-gray.focus-white {
    border-color: #fff
}

.input input {
    width: 100%;
    padding: 0 15px;
    border: 0;
    background: 0;
    height: 45px;
    margin: 0;
    font-family: 'gilroylight', Sans-Serif;
    font-size: 14px;
    color: #444;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.input input::-webkit-input-placeholder {
    color: #444
}

.input input::-moz-placeholder {
    color: #444;
    opacity: 1
}

.input input:-moz-placeholder {
    color: #444;
    opacity: 1
}

.input input:-ms-input-placeholder {
    color: #444
}

.input input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.input input:focus::-webkit-input-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.input input:focus:-moz-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.input input:focus::-moz-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.input input:focus:-ms-input-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.input--b2b.focus.focus, .input--b2b.input--b2b-gray.focus {
    border-color: #81b3e4
}

.input2 {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    margin: 30px 0
}

.input2 label {
    font-family: 'gilroylight', Sans-Serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

.input2 label.active {
    top: 0;
    left: 0;
    font-size: 14px
}

.input2 input {
    width: 100%;
    border: 0;
    background: 0;
    font-family: 'gilroylight', Sans-Serif;
    height: 45px;
    font-size: 16px;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.8)
}

.input2 input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.input2 input:focus::-webkit-input-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.input2 input:focus:-moz-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.input2 input:focus::-moz-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.input2 input:focus:-ms-input-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.textarea {
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    border-radius: 6px
}

.textarea textarea {
    padding: 15px;
    border: 0;
    background: 0;
    margin: 0;
    max-width: 100%;
    font-family: 'gilroylight', Sans-Serif;
    font-size: 14px;
    color: rgba(128, 128, 128, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

.textarea textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.textarea textarea:focus::-webkit-input-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.textarea textarea:focus:-moz-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.textarea textarea:focus::-moz-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.textarea textarea:focus:-ms-input-placeholder {
    text-indent: 5000px;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s
}

.city_input {
    text-align: center;
    padding-bottom: 35px
}

.city_input .select2 {
    width: 100% !important
}

.city_input .select2-container .select2-selection--single {
    height: 45px;
    width: 100%;
    border-radius: 5px
}

.city_input .select2-container .select2-selection--single .select2-selection__rendered {
    height: 45px;
    line-height: 45px;
    background-image: url(../../images/front/map-marker-alt.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 45px;
    padding-right: 45px
}

.city_input .select2-container .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 12px
}

.city_input .select2-container .select2-selection--single .select2-selection__arrow b {
    left: initial;
    right: 0
}

.town_input {
    display: none
}

.street_house .house {
    float: right;
    width: 100px
}

.street_house .house select {
    width: 100%;
    font-family: 'gilroylight', Sans-Serif;
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    color: rgba(128, 128, 128, 0.8)
}

.street_house .house select:focus {
    outline: 0;
    border-color: #66ccb7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.street_house .input-street {
    margin-right: 120px;
    position: relative
}

.suggestion {
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(148, 148, 148, 0.21);
    -moz-box-shadow: 0 0 10px rgba(148, 148, 148, 0.21);
    box-shadow: 0 0 10px rgba(148, 148, 148, 0.21);
    overflow-y: auto;
    z-index: 9999
}

.suggestion > div {
    color: #46494e;
    font-size: 13px;
    font-family: 'gilroylight', Sans-Serif;
    background: #fff;
    padding: 5px 20px
}

.suggestion > div:hover {
    background: #ef7723;
    color: #fff;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .modal.modal-static {
        padding: 20px;
        position: relative;
        min-height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        min-width: 300px
    }

    .modal_form {
        position: absolute;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 768px
    }

    .modal_form--input, .modal_form--submit {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 1550
}

.select2-selection--single:focus {
    outline: none !important;
    border-color: #ef7723 !important
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 47px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgba(128, 128, 128, 0.8);
    font-family: 'gilroylight', Sans-Serif;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #f4ceb3;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 5px 0 5px 20px;
    font-size: 13px;
    font-family: 'gilroylight', Sans-Serif;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #f4ceb3;
    border-radius: 6px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 47px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    left: 0;
    top: 50%;
    background: url('../../images/link_arrow_right.png') no-repeat center;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(100grad) translate(-50%, 0%);
    -moz-transform: rotate(100grad) translate(-50%, 0%);
    -ms-transform: rotate(100grad) translate(-50%, 0%);
    -o-transform: rotate(100grad) translate(-50%, 0%);
    transform: rotate(100grad) translate(-50%, 0%)
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ef7723;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #66ccb7
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 6px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #66ccb7
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: 0
}

.select2-container--classic .select2-dropdown--below {
    border-top: 0
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #66ccb7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #66ccb7
}

.jcarousel {
    position: relative;
    overflow: hidden
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    margin: 0;
    padding: 0
}

.jcarousel ul li {
    float: left
}

.jcarousel--control {
    position: absolute;
    width: 100%;
    max-width: 300px
}

.jcarousel--control p.jcarousel-pagination {
    padding: 0;
    margin: 0
}

.jcarousel-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.jcarousel-pagination a {
    display: inline-block;
    text-indent: -5000px;
    width: 12px;
    height: 12px;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #fff;
    margin-right: 8px
}

.jcarousel-pagination a.active {
    background-color: #fff;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -o-transition: background-color .4s
}

.jcarousel_control {
    display: none
}

@media only screen and (max-width: 767px) {
    .jcarousel--control {
        max-width: 300px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .jcarousel--control p {
        text-align: center
    }

    .jcarousel--control p a {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px
    }
}

@media only screen and (min-width: 768px) {
    .jcarousel--control {
        max-width: 731px;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .jcarousel--control p a {
        margin-top: 13px;
        margin-bottom: 13px
    }

    .jcarousel-pagination {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (min-width: 1280px) {
    .jcarousel--control {
        max-width: 1142px
    }
}

.loader {
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    text-indent: -9999em;
    z-index: 1500;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0 -2.6em 0 0 #fff, 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0em 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7)
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0 #fff, 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0em 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5)
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7), 2.5em 0 0 0 #fff, 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0em 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2)
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5), 2.5em 0 0 0 rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0 #fff, 0em 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2)
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.7), 0em 2.5em 0 0 #fff, -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2)
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.5), 0em 2.5em 0 0 rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0 #fff, -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2)
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0em 2.5em 0 0 rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.7), -2.6em 0 0 0 #fff, -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2)
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0em 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.5), -2.6em 0 0 0 rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0 #fff
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0 -2.6em 0 0 #fff, 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0em 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7)
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0 #fff, 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0em 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5)
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7), 2.5em 0 0 0 #fff, 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0em 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2)
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.5), 2.5em 0 0 0 rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0 #fff, 0em 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2)
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.7), 0em 2.5em 0 0 #fff, -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.2), -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2)
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.5), 0em 2.5em 0 0 rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0 #fff, -2.6em 0 0 0 rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2)
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0em 2.5em 0 0 rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.7), -2.6em 0 0 0 #fff, -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2)
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.2), 2.5em 0 0 0 rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.2), 0em 2.5em 0 0 rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.5), -2.6em 0 0 0 rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0 #fff
    }
}

.checkbox-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: #fff;
    -webkit-transition: border-color .4s;
    -moz-transition: border-color .4s;
    -ms-transition: border-color .4s;
    -o-transition: border-color .4s;
    transition: border-color .4s
}

.checkbox-wrap.active {
    border-color: #ef7723
}

.checkbox-wrap.active:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #ef7723;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.checkbox-wrap input {
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.checkbox-wrap.checkbox-square {
    border-radius: 5px;
    overflow: hidden
}

.checkbox-wrap.checkbox-square.active:before {
    background: url('../../images/atc/arrow_white.png') no-repeat center #ef7723;
    width: 100%;
    height: 100%;
    border-radius: 0
}

.checkbox__vertical > div {
    margin-bottom: 20px
}

label.checkbox__label {
    color: #1f2649;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -ms-transition: color .4s;
    -o-transition: color .4s
}

label.checkbox__label:hover {
    color: #ef7723
}

label.checkbox__label:hover .checkbox-wrap {
    border-color: #ef7723
}

label.checkbox__label > span {
    display: inline-block;
    vertical-align: middle
}

.tabs_button_two {
    text-align: center;
    margin: 50px auto;
    width: 440px;
    border-radius: 27px;
    -webkit-box-shadow: 0 0 15px 0 rgba(104, 116, 136, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(104, 116, 136, 0.3);
    box-shadow: 0 0 15px 0 rgba(104, 116, 136, 0.3);
    overflow: hidden
}

.tabs_button_two button {
    cursor: pointer;
    font-family: 'gilroylight', Sans-Serif;
    font-size: 14px;
    display: block;
    border: 0;
    float: left;
    color: #888;
    background: #fff;
    letter-spacing: 2px;
    width: 50%;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase
}

.tabs_button_two button.active {
    color: #fff;
    font-family: 'gilroysemibold', Sans-Serif;
    background-color: #ef7723;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s
}

@media only screen and (max-width: 767px) {
    .tabs_button_two {
        width: 300px
    }

    .tabs_button_two button {
        font-size: 12px
    }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    99% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    99% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0px);
        transform: translateY(0);
        opacity: 1
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

body {
    font-family: 'gilroyregular', Sans-Serif;
    font-size: 16px;
    background: #f6f9fc;
    position: relative;
    min-height: 100%
}

html {
    height: 100%
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

input, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

input[type='number'] {
    -moz-appearance: textfield
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"]:hover, input[type="number"]:focus {
    -moz-appearance: number-input
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

q {
    quotes: "\00AB" "\00BB"
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.overflow {
    overflow: hidden
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.color-green {
    color: #ef7723
}

.color-b2b {
    color: #81b3e4
}

.color-default {
    color: #ef7723
}

a.link {
    color: #ef7723;
    text-decoration: none;
    border-bottom: 1px dashed transparent
}

a.link:hover {
    border-bottom-color: #ef7723
}

.nowrap {
    -webkit-white-space: nowrap;
    -moz-white-space: nowrap;
    -ms-white-space: nowrap;
    -o-white-space: nowrap;
    white-space: nowrap
}
.mt-25{
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .mb-text-left {
        text-align: left
    }
}

.new-header {
    display: flex;
    align-items: center
}

.cookie{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 370px;
    background: white;
    padding: 20px;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
    z-index: 999999;
}
.cookie .btn{
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-right: 10px;
}
.btn-default{
    background-color: #7b7b7b!important;
}
.cookie a.lnk{
    color: #ff8522;
}

@media only screen and (max-width: 390px) {
	.cookie{
		    width: 100%;
		    right: 0px;
		    left: 0px;
		    bottom: -13px;
	}

	.cookie .btn{
		 width: 100%;
    	margin-bottom: 10px;
	}
}

.main-promo__nav-item:hover > .drop-down-multilevel, .drop-down-multilevel {
    display: block;
}
.drop-down-multilevel{
    display: none;
    position: absolute;
    width: 210px;
    background: white;
    box-shadow: 0 0 10px #ddd;
    border-radius: 15px;
    padding: 5px;
    right: -20px;
    top: 30px;
}
.drop-down-multilevel > li{
    padding: 0px 5px ;
    border-radius: 15px;
}
.drop-down-multilevel > li:hover{
    background: whitesmoke;
}

@media only screen and (max-width: 1279px) {
    .drop-down-multilevel{
        display: block;
        position: relative;
        width: 100%;
        box-shadow:none;
        background: whitesmoke;
        padding: 0px 20px;
        margin-bottom: 10px;
        left: 0px;
        top: 10px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.artwin-pro-block{
    transition: .3s;
    background-color: #fff;
    background-repeat: no-repeat;
    cursor: default;
    width: 100%;
    height: 200px;
    margin: 20px 0px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 25px;
    -webkit-box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px 7px rgba(0, 0, 0, 0.08);
}

.artwin-pro-channel-title{
    position: absolute;
    top: 170px;
}
.artwin-pro-channel-image{
    width: 100%;
}
.hr{
    border: 1px solid #e8e8e8;
}