/*
Theme Name: GradeMiners
Theme URI: https://davisonpro.dev/
Author: Davison Pro
*/

@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700|Roboto:300,400,500&display=swap);.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

a,
body,
div,
h1,
header,
html,
img,
li,
section,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
header,
section {
    display: block;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}

* {
    outline: 0;
}
  
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: fontello;
    font-display: swap;
    src: url(./fonts/fontello/fontello.eot);
    src: url(./fonts/fontello/fontello.eot?#iefix) format('embedded-opentype'),url(./fonts/fontello/fontello.woff2) format('woff2'),url(./fonts/fontello/fontello.woff) format('woff'),url(./fonts/fontello/fontello.ttf) format('truetype'),url(./fonts/fontello/fontello.svg?#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.icon-plus:before {
    content: '\e800'
}

.icon-ok:before {
    content: '\e801'
}

.icon-star:before {
    content: '\e802'
}

.icon-twitter:before {
    content: '\f099'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-menu:before {
    content: '\f0c9'
}

.icon-gplus:before {
    content: '\f0d5'
}

.icon-angle-left:before {
    content: '\f104'
}

.icon-angle-right:before {
    content: '\f105'
}

.icon-angle-up:before {
    content: '\f106'
}

.icon-angle-down:before {
    content: '\f107'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-facebook-squared:before {
    content: '\f308'
}

.icon-linkedin-squared:before {
    content: '\f30c'
}

.icon-youtube-play:before {
    content: '\f16a'
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

body {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    color: #3c3c3c;
    width: 100%;
    position: relative
}

.main {
    -ms-flex: 1;
    flex: 1
}

.main {
    margin-top: 90px
}

@media (max-width: 1200px) {
    .main {
        margin-top:60px
    }
}

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

a {
    outline: 0
}

a:hover {
    text-decoration: none
}

select {
    background: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0l5 5 5-5H0z' fill='%239B9B9B'/%3E%3C/svg%3E") 95% 50% no-repeat #fff!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px
}

@media (max-width: 1200px) {
    .container {
        max-width:100%
    }
}

@media (max-width: 375px) {
    .container {
        max-width:375px
    }
}

@media (max-width: 320px) {
    .container {
        max-width:320px
    }
}

.flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 767px) {
    .flex-container {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.flex-left {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.flex-right {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.flex-align-center {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.nopadding {
    padding: 0
}

.rectangle {
    position: relative;
    overflow: hidden
}

.rectangle .container {
    position: relative;
    z-index: 1
}

.rectangle:before {
    content: '';
    position: absolute;
    width: calc(100% + 25px);
    height: 120px;
    bottom: -60px;
    left: -10px;
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background: #fafafb
}

.slanting-bg {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 70px;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slanting-bg:before,.slanting-bg__line {
    content: '';
    position: absolute;
    width: calc(100% + 25px);
    height: 100%;
    left: -10px;
    -ms-transform: rotate(-2deg) translateY(50%);
    transform: rotate(-2deg) translateY(50%);
    z-index: -1
}

.slanting-bg_color_dark:before {
    background: #4a4955
}

.slanting-bg_color_black-light:before {
    background: #33323b
}

.slanting-bg_color_orange-light:before {
    background: #ffbb4d
}

.slanting-bg_color_grey:before {
    background: #edeff2
}

.slanting-bg_color_grey-light:before {
    background: #fafafb
}

.slanting-bg_style_top {
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 130px;
    z-index: 1
}

.slanting-bg_style_top:before {
    -ms-transform: rotate(-2deg) translateY(-50%);
    transform: rotate(-2deg) translateY(-50%)
}

.arrow-bg {
    position: relative;
    overflow: hidden;
    padding-left: 65px!important
}

.arrow-bg:before {
    content: '';
    display: block;
    width: 128px;
    height: 130px;
    background: #ffbb4d;
    box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
    position: absolute;
    left: -64px;
    -ms-transform: rotate(52deg) skewX(15deg);
    transform: rotate(52deg) skewX(15deg)
}

@media (max-width: 767px) {
    .arrow-bg {
        padding-left:0!important;
        background: #ffbb4d
    }

    .arrow-bg:before {
        display: none
    }
}

@media (max-width: 767px) {
    .parallelogram {
        position:relative;
        overflow: hidden
    }

    .parallelogram:before {
        content: '';
        position: absolute;
        width: calc(100% + 25px);
        height: 120px;
        top: -60px;
        left: -10px;
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
        background: #4a4955;
        z-index: 2
    }

    .parallelogram:after {
        content: '';
        position: absolute;
        width: calc(100% + 10px);
        height: 120px;
        bottom: -60px;
        left: -2px;
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
        background: #4a4955;
        z-index: 1
    }
}


.title {
    font-family: Poppins,sans-serif;
    line-height: 45px;
    font-size: 34px;
    letter-spacing: .25px;
    color: #191919;
    margin-bottom: 10px
}

.title-white {
    color: #fff
}

@media (max-width: 767px) {
    .title {
        font-size:24px;
        line-height: 35px
    }
}

.title.title-big {
    line-height: 60px;
    font-size: 48px
}

@media (max-width: 767px) {
    .title.title-big {
        line-height:40px;
        font-size: 32px
    }
}

.subtitle {
    font-family: Roboto,sans-serif;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: .25px;
    color: #191919
}

.text {
    font-family: Roboto,sans-serif;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: .44px;
    color: #191919
}

@media (max-width: 767px) {
    .text {
        line-height:20px;
        font-size: 14px
    }
}

.btn {
    background: 0 0;
    border: 1px solid #4b454d;
    color: #1e1c1f;
    padding: 0 43px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 49px;
    border-radius: 4px;
    transition: .4s;
    cursor: pointer;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    letter-spacing: .857143px;
    white-space: nowrap
}

.btn:active,.btn:focus,.btn:hover {
    text-decoration: none;
    color: #000;
    background: 0 0
}

.btn-small {
    min-width: 180px;
    line-height: 40px
}

.btn-container {
    text-align: center;
    margin: 50px 0
}

@media (max-width: 1200px) {
    .btn {
        padding:0 20px
    }
}

.btn-orange {
    background: #fa0;
    color: #fff;
    border-color: #fa0
}

.btn-orange:active,.btn-orange:focus,.btn-orange:hover {
    color: #fff;
    background: #e58100;
    border-color: #e58100
}

.btn-orange-transparent {
    background: 0 0;
    color: #fa0;
    border-color: #fa0
}

.btn-orange-transparent:active,.btn-orange-transparent:focus,.btn-orange-transparent:hover {
    color: #4a4955;
    background: #fa0
}

.btn-grey:active,.btn-grey:focus,.btn-grey:hover {
    color: #e58100;
    border-color: #e58100
}

.btn-blue {
    background: #00a6e7;
    border: none;
    color: #fff;
    padding: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: .4s;
    cursor: pointer;
    font-family: Poppins,sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .857143px;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 5px;
    min-height: 50px;
    max-width: 300px;
    width: 100%
}

.btn-blue:active,.btn-blue:focus,.btn-blue:hover {
    border: none;
    color: #fff;
    background: #e58100
}

.breadcrumbs {
    margin-top: 30px
}

.breadcrumbs a {
    color: #4a4955;
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    text-decoration: none
}

.breadcrumbs span:not(:last-child) a:after {
    content: "/";
    color: #4a4955;
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
}

.breadcrumbs span:last-child a {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000;
}

.breadcrumbs a:hover {
    text-decoration: none
}

.breadcrumbs [property=name] {
    font-family: Roboto,sans-serif;
    color: #4a4955;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    text-decoration: none;
    margin-left: 5px
}

.breadcrumbs [property=name]::after {
    content: "/";
    color: #4a4955;
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px
}

.breadcrumbs span:last-child [property=name] {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000
}

.breadcrumbs span:last-child [property=name]::after {
    content: ""
}

.header {
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(182,180,182,.4);
    transition: .4s
}

.header.fixed {
    position: fixed
}

.header.scroll {
    padding: 9px 0 10px
}

.header.scroll #menu-redesign-menu .menu-item-has-children .sub-menu {
    top: 55px!important
}

.header .nav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    .header .nav-wrapper {
        -ms-flex-pack:justify;
        justify-content: space-between
    }
}

.header #mobile_nav .menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: relative;
    top: -2px
}

.header #mobile_nav .menu-item-has-children.active>a:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header #mobile_nav .menu-item-has-children .sub-menu {
    display: none;
    padding-top: 25px
}

@media (max-width: 1200px) {
    .header {
        padding:5px 0
    }

    .header.open {
        z-index: 1000
    }
}

@media (max-width: 767px) {
    .header {
        padding:9px 0 10px
    }
}

.logo,.nav,.nav__btn-orders,.nav__mobile,.phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media (max-width: 992px) {
    .logo {
        -ms-flex-pack:start;
        justify-content: flex-start;
        -ms-flex: 1;
        flex: 1
    }
}

.logo-title {
    font-family: Poppins,sans-serif;
    letter-spacing: .25px;
    font-weight: 600;
    color: #191919;
    font-size: 25px;
}

.logo-tagline {
    display: none
}

@media (max-width: 767px) {
    .logo {
        -ms-flex:0;
        flex: 0;
        min-width: 30px
    }
}

@media (max-width: 1200px) {
    .nav {
        display:none
    }
}

.nav #menu-redesign-menu .menu-item-has-children>a {
    padding: 35px 30px 50px 0
}

.nav #menu-redesign-menu .menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.nav #menu-redesign-menu .menu-item-has-children.active>a:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav #menu-redesign-menu .sub-menu {
    display: none;
    width: 69%;
    position: absolute;
    top: 100px;
    background: #fff;
    padding: 30px;
    margin: 0 -15px;
    box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 18px rgba(0,0,0,.15);
    column-count: 3
}

@media (max-width: 1200px) {
    .nav #menu-redesign-menu .sub-menu {
        width:76%
    }
}

.nav #menu-redesign-menu .sub-menu li {
    break-inside: avoid
}

.nav #menu-redesign-menu .sub-menu li a {
    padding: 8px 15px;
    text-transform: initial;
    font-family: Roboto,sans-serif;
    display: inline-block
}

.nav #menu-redesign-menu .sub-menu li a:hover {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000
}

.nav .menu {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

.nav .menu li {
    list-style: none
}

.nav .menu li a {
    text-decoration: none;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    text-align: center;
    letter-spacing: .35px;
    padding: 0 30px 0 0;
    transition: all .25s ease
}

.nav .menu li a:hover {
    color: #000
}

@media (max-width: 1200px) {
    .nav .menu li a {
        padding:0 20px 0 0
    }
}

.nav__btn-orders {
    display: -ms-flexbox;
    display: flex
}

.nav__btn-orders #of-widgets-login-tooltip .of-widgets-login-popup {
    margin: 15px 0 0 -68px;
    right: -115px
}

.nav__btn-orders #of-widgets-login-tooltip #sb ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.nav__btn-orders #of-widgets-login-tooltip input {
    width: 100%
}

@media (max-width: 992px) {
    .nav__btn-orders #of-widgets-login-tooltip .of-widgets-login-popup {
        margin:15px 0 0 -45px;
        right: 0;
        left: 0
    }
}

.nav__btn-orders_position_right {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.nav__btn-orders_position_right #of-widgets-login-tooltip .of-widgets-login-popup {
    margin: 15px 0 0 0;
    left: auto;
    right: 0
}

@media (max-width: 1200px) {
    .nav__btn-orders {
        -ms-flex-pack:end;
        justify-content: flex-end;
        padding-right: 35px
    }
}

@media (max-width: 767px) {
    .nav__btn-orders {
        padding-right:0
    }
}

.nav__btn-orders .order_btn_nav {
    background: #fa0;
    border-radius: 20px;
    line-height: 23px;
    letter-spacing: .35px;
    font-size: 14px;
    font-family: Poppins,sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 8px 30px;
    font-weight: 500;
    margin-left: 10px
}

@media (max-width: 767px) {
    .nav__btn-orders .order_btn_nav {
        padding:7px 25px
    }
}

.nav__btn-orders .order_btn_nav:hover {
    background: #e58100
}

.nav__btn-orders .c-login__btn-open {
    width: 100px;
    display: block;
    text-transform: unset;
    color: #4b454d;
    background: 0 0;
    font-family: Poppins,sans-serif;
    border-radius: 20px;
    border: 1px solid #4b454d;
    text-align: center;
    letter-spacing: .35px;
    font-weight: 500;
    line-height: 38px;
}

.nav__mobile {
    display: none;
    position: relative
}

@media (max-width: 1200px) {
    .nav__mobile {
        display:block;
        max-width: 35px
    }
}

.nav__mobile-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 27px;
    width: 35px;
    z-index: 9000
}

.nav__mobile-wrapper.active .bars {
    background: #1e1c1f;
    display: block;
    border-radius: 4px;
    height: 2px;
    width: 100%;
    transition: all .35s ease
}

.nav__mobile-wrapper.active .bars:nth-child(1) {
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.nav__mobile-wrapper.active .bars:nth-child(2) {
    -ms-transform: translateX(-700%);
    transform: translateX(-700%);
    opacity: 0
}

.nav__mobile-wrapper.active .bars:nth-child(3) {
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.bars {
    background: #1e1c1f;
    display: block;
    border-radius: 4px;
    height: 2px;
    width: 100%;
    transition: all .35s ease
}

.overlay {
    background: rgba(255,187,77,.95);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    transition: visibility .35s,height .35s;
    overflow: auto
}

@media (max-width: 767px) {
    .overlay {
        top:58px
    }
}

.overlay-wrap {
    text-align: center
}

.overlay .menu {
    display: inline-block;
    margin: 40px 0 0;
    position: relative;
    height: 100%
}

@media (max-width: 767px) {
    .overlay .menu {
        margin:24px 0 0
    }
}

.overlay .menu li {
    list-style: none;
    display: block;
    min-height: 50px;
    position: relative;
    opacity: 0
}

.overlay .menu li a {
    font-size: 24px;
    color: #000;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none
}

.overlay .menu .menu-item-has-children>a.active:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.overlay .menu .menu-item-has-children .sub-menu {
    padding-top: 35px
}

.overlay .menu .menu-item-has-children .sub-menu li a {
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    letter-spacing: .25px;
    color: #55452f;
    text-transform: inherit
}

.overlay.open {
    visibility: visible;
    height: 100%
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .5s
}

.overlay.open li:nth-of-type(5) {
    animation-delay: .55s
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(70px,0,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes loading {
    to {
        left: 100%;
        transform: translateX(0);
    }
}

.main-block {
    padding: 35px 0 25px
}

@media (max-width: 991px) {
    .main-block {
        padding:0
    }
}

@media (max-width: 767px) {
    .main-block {
        padding-bottom:50px
    }
}

.main-block .flex-container {
    -ms-flex-align: center;
    align-items: center
}

.main-block .title-wrap {
    max-width: 650px;
    margin-bottom: 35px
}

@media (max-width: 767px) {
    .main-block .title-wrap {
        max-width:400px;
        margin: 20px auto
    }
}

.main-block .subtitle-wrap {
    max-width: 650px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .main-block .subtitle-wrap {
        max-width:400px;
        margin: 0 auto 30px
    }

    .main-block .subtitle-wrap .subtitle {
        line-height: 22px;
        font-size: 16px
    }
}

.main-block .flex-left {
    -ms-flex: 1 1 55%;
    flex: 1 1 55%
}

.main-block .flex-right {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%
}

.main-block.rectangle:before {
    height: 45%
}

.hero-new {
    padding: 80px 0 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hero-new {
        padding-top: 30px;
    }
}
.hero-new__illustration {
    max-width: 510px;
    margin: 50px auto 0;
    position: relative;
    min-height: 192px;
}
@media (max-width: 1200px) {
    .hero-new__illustration {
        margin-top: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hero-new__illustration {
        margin-right: -60px;
    }
}
.hero-new__illustration-leg {
    position: absolute;
    left: 4px;
    top: -19px;
    -ms-transform: rotate(2deg) translateY(13px);
    transform: rotate(2deg) translateY(13px);
}
@media (min-width: 991px) {
    .hero-new__illustration-leg {
        animation: illustration-leg 0.8s ease-out alternate infinite;
    }
}
.hero-new .flex-left {
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
}
.hero-new .flex-right {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}
@media (max-width: 1200px) {
    .hero-new .flex-left {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .hero-new .flex-right {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}
.hero-new.rectangle:before {
    height: 50%;
}
.hero-new .discountPriceCalc {
    margin-top: -50px;
    margin-bottom: 20px;
    min-height: 571px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hero-new .discountPriceCalc {
        margin-top: 0;
    }
}
@media (max-width: 1200px) {
    .hero-new .title {
        font-size: 31px;
        line-height: 40px;
    }
    .hero-new .subtitle {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hero-new {
        padding: 15px 0;
    }
    .hero-new .flex-container {
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 420px;
        margin: 0 auto;
    }
    .hero-new .discountPriceCalc {
        margin-top: 10px;
    }
    .hero-new.rectangle:before {
        height: 86%;
        width: calc(100% + 50px);
        left: -25px;
    }
    .hero-new .subtitle {
        display: none;
    }
    .hero-new .flex-left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }
    .hero-new .title {
        -ms-flex-order: 2;
        order: 2;
        font-family: Poppins, sans-serif;
        font-weight: 500;
        line-height: 25px;
        font-size: 19px;
    }
    .hero-new__illustration {
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
        margin-bottom: 20px;
    }
}
@keyframes illustration-leg {
    0% {
        transform: rotate(2deg) translateY(13px);
    }
    100% {
        transform: rotate(6deg) translateY(6px);
    }
}
.chip {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 0 20px;
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    position: absolute;
    left: -75px;
    bottom: 75px;
    opacity: 0;
    animation: chip__animation 3s ease-out infinite;
}
.chip__animation-second {
    animation-name: chip__animation-second;
    animation-duration: 2s;
}
.chip__animation-third {
    animation-name: chip__animation-third;
    animation-duration: 2.3s;
}
.chip__text {
    font-family: Roboto, sans-serif;
    line-height: 20px;
    font-size: 20px;
    letter-spacing: 0.285714px;
    color: #000;
    display: inline-block;
    padding-left: 15px;
}
@media (max-width: 991px) {
    .chip {
        display: none;
    }
}
@keyframes chip__animation {
    40% {
        transform: rotate(0) translateY(0) translateX(0);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    90% {
        opacity: 0.7;
    }
    100% {
        transform: rotate(-5deg) translateY(-200px) translateX(10px);
        opacity: 0;
    }
}
@keyframes chip__animation-second {
    20% {
        transform: rotate(0) translateY(0) translateX(0);
        opacity: 0;
    }
    60% {
        opacity: 0.7;
    }
    90% {
        opacity: 0.7;
    }
    100% {
        transform: rotate(10deg) translateY(-180px) translateX(10px);
        opacity: 0;
    }
}
@keyframes chip__animation-third {
    25% {
        transform: rotate(0) translateY(0) translateX(0);
        opacity: 0;
    }
    45% {
        opacity: 0.7;
    }
    90% {
        opacity: 0.7;
    }
    100% {
        transform: rotate(-15deg) translateY(-150px) translateX(-8px);
        opacity: 0;
    }
}

.gpa-item__text {
    font-family: Roboto, sans-serif;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #000;
    display: none;
}
@media (max-width: 767px) {
    .gpa-item__text {
        display: block;
    }
}

.rating {
    background: #fafafb;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 767px) {
    .rating {
        padding-top:0
    }
}

.rating-slider {
    box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
    border-radius: 4px;
    background: #fff;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .rating-slider {
        box-shadow:none;
        border-radius: 0;
        background: #fafafb
    }
}

.rating-box {
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 0 20px;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px;
    background: #fff;
    -ms-flex: 1;
    flex: 1
}

.rating-box:focus {
    outline: 0
}

.rating-box::after {
    content: '';
    border-right: 1px solid rgba(182,180,182,.4);
    height: 70px;
    position: relative;
    left: 20px
}

@media (max-width: 767px) {
    .rating-box::after {
        border-right:0
    }
}

.rating-box:last-child::after {
    border-right: 0
}

@media (max-width: 767px) {
    .rating .container {
        padding:0
    }
}

.rating .rating-box {
    overflow: hidden;
    bottom: 0
}

@media (max-width: 1200px) {
    .rating .rating-box {
        padding:0 15px
    }

    .rating .rating-box:after {
        left: 15px
    }
}

@media (max-width: 767px) {
    .rating .rating-box {
        box-shadow:0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
        border-radius: 4px;
        margin: 0 5px
    }
}

.rating .rating-box.slick-center {
    opacity: 1
}

.rating-name {
    display: inline-block;
    width: 100%;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    color: #4b454d
}

@media (max-width: 375px) {
    .rating-name {
        line-height:19px
    }
}

.rating-stars {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #4b454d;
    margin: 14px 0 0
}

.rating-stars:last-child {
    margin-right: 0
}

.rating-stars i {
    margin-right: 10px
}

.rating-stars i:last-child {
    margin-right: 0!important
}

@media (max-width: 767px) {
    .rating-stars i {
        margin-right:8px
    }
}

.rating-number {
    font-family: Poppins,sans-serif;
    font-weight: 200;
    font-size: 48px;
    text-align: right;
    letter-spacing: .9375px;
    color: #4b454d
}

@media (max-width: 1200px) {
    .rating-number {
        font-family:Poppins,sans-serif;
        font-weight: 300;
        font-size: 30px
    }
}

@media (max-width: 375px) {
    .rating-number {
        font-size:30px;
        line-height: 45px
    }
}

.feedbacks-main #feedbacks-widget {
    padding-bottom: 100px
}

.feedbacks-main #feedbacks-widget .user-review-ico {
    display: none
}

.feedbacks-main #feedbacks-widget .review-item {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
    border-radius: 4px;
    margin-left: 0;
    margin-bottom: 20px;
    border: none;
    width: 100%
}

.feedbacks-main #feedbacks-widget .review-item-comment {
    font-family: Poppins,sans-serif;
    font-size: 18px;
    color: #191919;
    min-height: 80px;
    padding-right: 150px;
    padding-left: 40px
}

.feedbacks-main #feedbacks-widget .review-item-comment:before {
    content: '';
    background: url(./images/quote.png) no-repeat center center;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px
}

.feedbacks-main #feedbacks-widget .review-item .dividing-line {
    display: block;
    width: 92%;
    margin: 0 auto
}

.feedbacks-main #feedbacks-widget .review-item:before {
    display: none
}

.feedbacks-main #feedbacks-widget .review-item .rating-score {
    background: 0 0;
    font-family: Poppins,sans-serif;
    font-weight: 200;
    line-height: 60px;
    font-size: 48px;
    color: #191919;
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto
}

.feedbacks-main #feedbacks-widget .review-item .rating-score .current-rating {
    position: static;
    background: 0 0
}

.feedbacks-main #feedbacks-widget .review-item .rating-score .rating-number {
    position: absolute;
    right: 0
}

.feedbacks-main #feedbacks-widget .feedbacks-list {
    height: auto
}

.feedbacks-main #feedbacks-widget .dividing-line {
    display: none
}

.feedbacks-main #feedbacks-widget .review-container:first-of-type {
    margin-top: 0
}

.feedbacks-main #feedbacks-widget .review-footer-left,.feedbacks-main #feedbacks-widget .review-name {
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: rgba(0,0,0,.4);
    display: block
}

.feedbacks-main #feedbacks-widget .load-more {
    border: 1px solid #fa0;
    border-radius: 4px;
    background: #4a4955;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    letter-spacing: .857143px;
    color: #fa0;
    max-width: 300px;
    width: 100%;
    transition: .4s
}

.feedbacks-main #feedbacks-widget .load-more-container {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0
}

.feedbacks-main #feedbacks-widget .load-more:hover {
    background: #fa0;
    color: #4a4955
}

@media (max-width: 767px) {
    .feedbacks-main #feedbacks-widget .review-item-comment {
        font-size:16px;
        padding-right: 100px;
        padding-left: 15px;
        line-height: 20px
    }

    .feedbacks-main #feedbacks-widget .review-name {
        font-size: 12px
    }

    .feedbacks-main #feedbacks-widget .rating-number {
        font-size: 30px;
        line-height: 45px
    }

    .feedbacks-main #feedbacks-widget .load-more-container {
        margin-top: 0
    }

    .feedbacks-main #feedbacks-widget .feedbacks-list {
        overflow-y: auto
    }
}

#feedbacks-widget {
    font-family: Tahoma,Arial,sans-serif
}

#feedbacks-widget .customer-reviews-title {
    font-size: 30px;
    color: #37474f;
    text-align: center;
    font-weight: bold;
    padding: 10px 0
}

#feedbacks-widget .yellow-line {
    background: #e2d456;
    width: 30px;
    height: 4px;
    margin: 0 auto
}

#feedbacks-widget .reviews-description {
    text-align: center;
    color: #92979d;
    padding: 20px 0
}

#feedbacks-widget .dividing-line {
    height: 1px;
    background: #e3e6ec
}

#feedbacks-widget .review-container:first-of-type {
    margin-top: 30px
}

#feedbacks-widget .review-container {
    display: flex;
    flex-flow: row wrap
}

#feedbacks-widget .user-review-ico {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2OTVFQzM5QkU5NDYxMUU2QjEwQTg5NzQyNTM2OURENSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2OTVFQzM5Q0U5NDYxMUU2QjEwQTg5NzQyNTM2OURENSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY5NUVDMzk5RTk0NjExRTZCMTBBODk3NDI1MzY5REQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5NUVDMzlBRTk0NjExRTZCMTBBODk3NDI1MzY5REQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+19tzRAAABnRJREFUeNrcm01sE0cUx2d37fXaXschDVQQVIkz4lCKWlHRAoUeOEI/kOi1VS+oQmo5tqL0Rqgq9YtDz6VSUOGIKrWF0g/UiqqtCtciVRQEJPY6XnvttXfd/98eRyGJEyfZcew8aTS7ayd+v3lv3ryZndEajYZQIXfuTWVR7UbZhbIdZRvKGMowii2/5qI4KHdR/kG5hXID5frWzY8VVOilRQkMyK2ojqIc0TTxjBmPGaYZFzHDELEYiqELXdeEhg8p/O0wbIh6EIp6PUAdCN+vC79WC/DRr/jKRZQLgP+3r4AB+jyqkwA5lLRMI5VMiIQZmwFbrlCnKsC9SlV4nh+EjcZlPD4L8B/WFBig+1CdhiGfs9NJkUqaK4ZcDL7s+cIteaJWD37Eo/cAfrWnwADdjGrcMPTXspmUoEV7IWWvKgrFsgiC8Et6FMDvKQcG7Csw4hewaHbITkZu0W4sPu16tHgBl28A+oISYICaqD5E4Dk+siEjEJDEWopfq4tcvsiA9ylu3wF4NTJgwGZQXbIs88BI1m5G2n4QRvhcwRWVin8Nt4cBnVs1MGA3orqcTllPbcimRT9KvlASpXLlL1y+COiHKwaWycP3GTu5k8Gpn4XBrOh6f+By/2JJi75En71op6y+h6VQR+j6JHWWui8PGPIR+uwLw33qxgsJdaXO1H1ZLs2hB9F4YtPocN8EqK4DGXgePHQYvY/CtSeWBAbsGBBvbhzNDq/10LOaIevhZMEB2Q5A31nKpT+x7eTAwlKoOxlw+fGifRjW3Y908TAzqEEXMpAFTAcWs/BpRrtep4tK5r1gkKPLqQWBOcXDnHVPryYCvRCykElOX+dZ+GQmbYn1JpLp5CNRGi2wCS7w35bHN8RUujNz31K5LHzfn3lmJRIinVaX2JDv7v18HfUYIvaDtoWPJS1TKWwNQ8VULi9KpXLzul2Kbqn5nI2hqi+TjYyzXfollX2XME5hGhP3oGNj8HOVfZmMTWBOENAIuxOmunHX87yOsDPJAty8Uqkq+f3W+prYTVZa+FkzHjdUunPVr3Xn9vW6MrcmI1kJvNM01WZVjUa49tlXi3EXgXfEY4bSH4vHumtQXaGXScbtBN4WUwxsmmak31uJSMZtBN5i6LpSYMtKIFIuntRk7LSIK5yw6C3GMf7CsMo5LyMvI7Rt20LDj3IcflQRTaRTKZFMJptjcsKMK7G07C5DBLZVRGiOvXnHaY6xlLJXaVp54+hIM2qzEQzDaAKyUSanplqZWKnl2sPZoUgXHyRjRpkPMZFow1IISAsSnK5LWIK6rjsvy+KYzOdDQ5nI1wYI7CLPjNTKBJmdL88Wgi+VhLQ9gm4eVb+WKzsue7ITdR7bCXat/k97rQtSJPDdIIw2MYgqY4oy8wpbjPcJfJsvo6MMVrP77mqkG9fvViTjbQLfrEUI3K8iGW8R+HduM1jvIhlvEPiX1p6KaAIXx86oIqumRZMBko2MuLyu88UT7q9XI7Qyh5MoGo7pZjTT07ogI1idtim+LnvVPVYiHtEKg9XcscPxeCWRlrMrrnMxOYlCuFWCjM1JhHx23qv44zB9ZOtaTA9Vzn6W485gY6ufn1nT4moePvhGtsS6EjKRjYwzwFLOFEuVdQcsmc7MxIb2BVrgGgbnn9aTlclCJrLNA5ZyilsHVO2/7HXfJQvk/Uei/+wbtMR3QRBe4j6oQRcykAVM33YElvKW63qOXxvc7Iu6k4Es88b3uQ/4xhwO/SY3fYUD6NrUOZd3BRnmvv3vZGFCT9SD8FzOcQcOmDrXg+DcQvs7OgJLOVGp+FedQmlgYKmr3JV3omPK2ukDtBCXG152y5W/ZbTra6GO1BWXR6TuYrkWJvQUqoNF1/sz38eWpm7QkbAHpc5iRcDttBPV3lK5cmWSgSzsn0BGXaagE3TjxvF97fRxVcASmi9vD6F/fPZg0hH9MGRRB+qCicHnorWpNNfN3w3yBvFpXL6ubIP4HGgeAThrGPqxbCbdPOvQC4E1hTNdYgb1FW7f7skRgDng+1B9EI8Ze3p0yONnPHoXoFdWvGwU0TGevUIe40lZpp6M7BiPLzyvGspjPONrfoxnAfAnUL0qWge1nuY2A75550EtvpDWDU3omi40+ZKsgSgbNkIRBo3mMuqcg1q/idZBrYm+O6jVAX72UbwdonUUb1QsfBRvEuU2CsdSpUfx/hdgAFdKhbpFmnGWAAAAAElFTkSuQmCC') no-repeat;
    width: 60px;
    height: 60px
}

#feedbacks-widget .review-item:first-of-type {
    margin-top: 30px
}

#feedbacks-widget .feedbacks-list {
    overflow-y: auto;
    height: 400px;
    padding: 0 10px;
    position: relative
}

#feedbacks-widget .review-item {
    background: #fff;
    border: 1px solid #e3e6ec;
    border-radius: 10px;
    padding: 20px 0 10px 0;
    margin-bottom: 30px;
    font-size: 14px;
    flex: 1;
    margin-left: 25px;
    position: relative
}

#feedbacks-widget .review-item:before {
    content: '';
    position: absolute;
    top: 25px;
    left: -4px;
    width: 7px;
    height: 7px;
    background: #fff;
    border-left: 1px solid #cad5e0;
    border-top: 1px solid #cad5e0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

#feedbacks-widget .review-item-footer {
    color: #b8bec6;
    padding: 10px 20px 0 20px;
    font-size: 12px
}

#feedbacks-widget .review-name {
    color: #92979d
}

#feedbacks-widget .rating-score {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAOCAYAAACrQtveAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMjIyOTk5Ni05ZjU4LTNmNDUtYjNhNy05NTdkNTNlYjMyMjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUQzMzIwQUNFOUYzMTFFNkI4MjdCODQyOEM4NTQ4QjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUQzMzIwQUJFOUYzMTFFNkI4MjdCODQyOEM4NTQ4QjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmYyMjI5OTk2LTlmNTgtM2Y0NS1iM2E3LTk1N2Q1M2ViMzIyMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMjIyOTk5Ni05ZjU4LTNmNDUtYjNhNy05NTdkNTNlYjMyMjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7sRbM1AAADdklEQVR42qyYWWxMYRTHZ6a1VqVqeZmgjb1alXjwILEEsUeE8ESVEDRImoidNHhAQ5BoGhGV4qEJaWwPQhNiqRBLglRttY591zK6+J/kf+W67nJm7pzklzTz3XvuWb/vfA3uLtkfcJDB4A2IBPxJKzAcnAv4F9FzHdT71JMO+oLqBNg0DpwBLXaLIYeXguAgKEqAAXNBJejqU08HcBQsTYBNK8ERJt+PZIKTYJrTA04BlhcGgTzQ02f1rmZwCn06UwC6UE+KDz2S6CUMzmyfNq0ByWA9i1IVYHlwA/9uDVb5MGAOHTEC1DlOPSmmBHUDi3zYVMiEi6xlgOKRDPpnbKdT7B5KmjB5qrnaevGlPNMzUsk3wU/wLYYqkY/uBJ34WxuQBp6Br6BRoUfe6c+gjDH9nguugij4rrQpDIaCHSycAG1rBq/pW5Nyq8oCG2mHIQPAbZ4PDX+rFYdcJV/IVGRTglwLTrE9zJLP1uvNQLqJHAgvqGs+eGpakwotB/1Ad5dtzBBJ1kNQBvZY1qRCZ4A+im1FglsH7oOZ4IclobvoW1iRhI/0bZsYf5EGaFqlLT9y1mbtAoOTptATZPAiDLRZ3oFH3PtDCl0d6XSVzVoVC0ezZyexg29YgitSw9/Cym5JZxyqxYFisMxpzLCItONEB2ckKCPAE6URZZwwmmyqu8CmGp3kFRgJ7tqsXQFjwSelrnU8sKzyiwd/pVLPHdoUMSpEnFnsEeQvYDw47/JMHYNc62FAKZjnsue1MOnbPfQ8pyM1Ls9cA6PBe8XotsVlPcqto8JDj5xXo3iH+KcFS1kNTiLbwiVF9sTpAx7PbFZ2jNccfhg8UOgRp4+7rNezk73kN213k73mZIYs+4bbHpMdwwgz0GM9O0F6chJkU3uOXRrJicW3kIvTH8zjBg+3dkojsi3t/tKynhWHHmO/bY4jUUHLN6NGC8ehK8emYx19C9lk+DMvGhm8r+/jzJrE0clLkjkTipwGQ6grnzNwLJVn2BQx3b7k3WNMXA+QqrwUpDI55bRPdK0wtXOsNsk4N4vTzjBOUf/pCVkqbSsrdRMnBhmhFjIrh9hKmrGpiv+YmcT9r5FTg4yDy5lEjTTwJinjUwkr7x6YzkvDCeVYmMrDKZcXqcfUXUzdRZZudZO3YAErvoJxu8zDXYaAW+aR948AAwCZO7yC5+ykEAAAAABJRU5ErkJggg==') no-repeat;
    width: 88px;
    height: 14px;
    float: right
}

#feedbacks-widget .rating-score .current-rating {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMzZDQjc1OUU5RjMxMUU2QjI0MUVFRURCNjg2NTIwMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMzZDQjc1QUU5RjMxMUU2QjI0MUVFRURCNjg2NTIwMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYzNkNCNzU3RTlGMzExRTZCMjQxRUVFREI2ODY1MjAyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkYzNkNCNzU4RTlGMzExRTZCMjQxRUVFREI2ODY1MjAyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VAlMswAAAKhJREFUeNpifHQljAEHOAPE74HYlYEIwIJDXAmIjZHY9wgZxIRDfCYSu4MYFzFi8RrIBXfRxISg3sTrNRckrxgjeQkZvAPis1gwiov+M5AHkF0pCAqjdDIMCUPz6nuQQbNINAxkyGpcsTYLqoAQcMVmCHr07yHCoLPEpCNjIgwSJMYgJSIMMibGIBckdgUoaUBxJ5J4KDEGnYUGOrrmCmiamYUvjAACDABI2yLUX6EsIgAAAABJRU5ErkJggg==') repeat-x;
    height: 14px;
    position: absolute
}

#feedbacks-widget .review-footer-left {
    float: left
}

#feedbacks-widget .clear-me {
    clear: both
}

#feedbacks-widget .load-more {
    border: 2px solid #4990e2;
    background: #fff;
    color: #4990e2;
    text-decoration: none;
    float: none;
    font-size: 12px;
    display: inline-block;
    margin: 20px 0;
    border-radius: 100px;
    text-transform: uppercase;
    width: 192px;
    height: 56px;
    line-height: 56px
}

#feedbacks-widget .load-more:hover {
    background: #4990e2;
    color: #fff
}

#feedbacks-widget .load-more-container {
    text-align: center
}

@media(max-width: 500px) {
    #feedbacks-widget .feedbacks-list {
        overflow-y:visible;
        height: auto
    }

    #feedbacks-widget .user-review-ico {
        display: none
    }

    #feedbacks-widget .review-item {
        margin-left: 0
    }

    #feedbacks-widget .review-item:before {
        display: none
    }

    #feedbacks-widget .review-footer-left {
        float: none
    }

    #feedbacks-widget .load-more-container {
        margin-top: 30px
    }

    #feedbacks-widget .load-more {
        width: 94%
    }
}


.guarantees {
    background: #fafafb;
    padding: 85px 0
}

.guarantees .flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.guarantees .title-big {
    margin-bottom: 50px
}

.guarantees__item {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    position: relative;
    padding: 35px 5px 35px 100px;
    max-width: 480px
}

.guarantees__icon {
    width: 80px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0
}

.guarantees__subtitle {
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: .15px;
    color: rgba(0,0,0,.9);
    margin-bottom: 15px
}

.guarantees__text {
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    color: #4a4955
}

@media (max-width: 1200px) {
    .guarantees {
        padding:60px 0
    }
}

@media (max-width: 767px) {
    .guarantees {
        padding:25px 0
    }

    .guarantees .title-big {
        margin-bottom: 10px
    }

    .guarantees__icon {
        position: static;
        margin: 15px auto;
        width: 60px;
        height: 60px;
        padding: 14px
    }

    .guarantees__subtitle {
        margin-bottom: 10px
    }

    .guarantees__item {
        padding: 10px 0;
        max-width: 300px;
        margin: 0 auto;
        text-align: center
    }
}

.gpa {
    padding: 50px 0 80px;
    background: #fafafb
}

.gpa.gpa-gradient {
    background: linear-gradient(180deg,#edeff2 0,#fafafb 100%)
}

.gpa-right {
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    padding-left: 50px
}

@media (max-width: 991px) {
    .gpa-right {
        -ms-flex:1 1 30%;
        flex: 1 1 30%;
        padding-right: 0
    }
}

.gpa-left {
    -ms-flex: 1 1 55%;
    flex: 1 1 55%
}

.gpa-left__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (min-width: 992px) and (max-width:1200px) {
    .gpa-left__container {
        padding-right:30px
    }
}

@media (max-width: 991px) {
    .gpa-left {
        -ms-flex:1 1 65%;
        flex: 1 1 65%;
        position: relative
    }
}

.gpa .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gpa .title {
    margin-bottom: 25px;
    margin-top: 10px
}

.gpa .text {
    font-size: 20px
}

.gpa .btn {
    min-width: 180px;
    margin-top: 30px;
    margin-bottom: 20px
}

.gpa .btn:hover {
    color: #fa0;
    border-color: #fa0
}

.gpa-item {
    padding: 5px;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

@media (min-width: 768px) {
    .gpa-item.active .gpa-item__inner {
        background:#fff;
        box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
        border-radius: 4px
    }
}

.gpa-item__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 10px 10px;
    cursor: pointer;
    transition: .4s
}

.gpa-item__inner:hover {
    background: #fff
}

@media (min-width: 992px) and (max-width:1200px) {
    .gpa-item__inner {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }
}

.gpa-item__icon {
    margin-right: 10px;
    text-align: center;
    min-height: 140px;
    min-width: 143px
}

.gpa-item__icon img {
    display: inline-block
}

.gpa-item__subtitle {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    line-height: 25px;
    font-size: 19px;
    letter-spacing: .15px;
    color: #191919
}

.gpa-item__text {
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .25px;
    color: #000;
    display: none
}

.gpa-item__link {
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    color: #fa0;
    display: block;
    cursor: pointer;
    transition: .4ms
}

.gpa-item__link:hover {
    color: #e58100
}

@media (max-width: 1200px) {
    .gpa {
        padding:10px 0 50px
    }

    .gpa .title {
        margin-bottom: 20px
    }

    .gpa-right {
        padding-left: 0;
        padding-top: 30px;
        max-width: 540px
    }

    .gpa-item__inner {
        padding: 8px
    }

    .gpa-item__icon {
        margin-right: 10px;
        min-width: 125px;
        min-height: 130px
    }

    .gpa-item__icon img {
        width: 125px
    }
}

@media (max-width: 991px) {
    .gpa .flex-container {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .gpa {
        padding:0 0 30px
    }

    .gpa.rectangle:before {
        display: none
    }

    .gpa .flex-container {
        padding: 0
    }

    .gpa .slick-track {
        display: block
    }

    .gpa-right {
        padding-left: 0
    }

    .gpa-left {
        margin-bottom: 0;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }

    .gpa-left__container {
        overflow: hidden
    }

    .gpa .title {
        text-align: center;
        margin-bottom: 10px
    }

    .gpa .text {
        display: none
    }

    .gpa__btn {
        display: none
    }

    .gpa-item {
        background: #fff;
        box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
        border-radius: 4px;
        text-align: center;
        margin: 0 10px;
        padding: 30px 10px;
        min-height: 335px;
        overflow: hidden
    }

    .gpa-item__inner {
        display: block
    }

    .gpa-item__content {
        max-width: 280px;
        margin: 0 auto
    }

    .gpa-item__subtitle {
        margin-bottom: 5px
    }

    .gpa-item__text {
        display: block
    }

    .gpa-item__link {
        display: none
    }
}

@media (max-width: 450px) {
    .gpa .slick-initialized .slick-slide {
        min-height:320px
    }
}

.why-customers {
    background: #fafafb;
    padding: 60px 0 75px
}

.why-customers.rectangle:before {
    background: #ffbb4d;
    height: 39%;
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.why-customers .flex-container {
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

@media (min-width: 992px) and (max-width:1200px) {
    .why-customers .flex-container {
        -ms-flex-align:start;
        align-items: flex-start;
        padding-right: 30px
    }
}

.why-customers .title {
    margin-bottom: 25px;
    padding-left: 15px
}

@media (min-width: 992px) and (max-width:1200px) {
    .why-customers .title {
        max-width:350px
    }
}

.why-customers .text {
    max-width: 350px;
    padding-left: 15px
}

.why-customers-left {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-left: 15px
}

.why-customers-right {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.why-customers-item {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 30px;
    -ms-flex: 1;
    flex: 1;
    margin: 15px 10px
}

.why-customers-item:nth-child(2n) {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.why-customers-item__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.why-customers-item__number {
    font-family: Poppins,sans-serif;
    font-weight: 200;
    line-height: 60px;
    font-size: 48px;
    color: #000
}

.why-customers-item__icon {
    width: 50px;
    text-align: center
}

.why-customers-item__text {
    font-family: Roboto,sans-serif;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: .4px;
    color: #000;
    padding: 15px 0
}

@media (max-width: 1200px) {
    .why-customers-left {
        -ms-flex:1 1 40%;
        flex: 1 1 40%
    }

    .why-customers-right {
        -ms-flex: 1 1 58%;
        flex: 1 1 58%
    }
}

@media (max-width: 991px) {
    .why-customers {
        padding:30px 0 70px
    }

    .why-customers-item {
        -ms-flex: 0;
        flex: 0;
        min-width: 305px
    }

    .why-customers-left {
        width: 100%;
        margin-bottom: 30px
    }

    .why-customers-right {
        -ms-flex-pack: center;
        justify-content: center
    }

    .why-customers .flex-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (max-width: 767px) {
    .why-customers {
        background:linear-gradient(180deg,#edeff2 0,#fafafb 100%);
        padding-top: 80px
    }

    .why-customers .flex-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .why-customers-left {
        margin-bottom: 15px;
        margin-left: 15px
    }

    .why-customers-item {
        -ms-flex: 1 1 35%;
        flex: 1 1 35%;
        margin: 15px 10px
    }

    .why-customers.parallelogram:before {
        background: #fafafb;
        height: 80px
    }

    .why-customers.parallelogram:after {
        background: #ffbb4d;
        z-index: 0
    }
}

@media (max-width: 540px) {
    .why-customers.parallelogram:after {
        width:calc(100% + 40px);
        height: 620px;
        left: -15px
    }

    .why-customers .title {
        margin-bottom: 20px
    }

    .why-customers .text {
        max-width: 100%;
        margin-bottom: 15px;
        line-height: 25px;
        font-size: 16px;
        color: #000
    }

    .why-customers-left {
        margin-right: 15px
    }

    .why-customers-right {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-bottom: 15px
    }

    .why-customers-item {
        margin: 5px 15px;
        -ms-transform: translateY(0)!important;
        transform: translateY(0)!important;
        min-width: auto
    }

    .why-customers-item__number {
        font-size: 48px
    }
}

.reviews {
    background: #4a4955;
    padding: 80px 0 60px
}

.reviews.rectangle:before {
    background: #ffbb4d;
    height: 610px;
    bottom: auto;
    top: -60px;
    width: calc(100% + 35px);
    left: -20px
}

.reviews-left {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    position: relative;
    z-index: 1
}

.reviews-right {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    position: relative;
    z-index: 1;
    text-align: right
}

.reviews .title {
    margin-bottom: 15px;
    display: inline-block;
    text-align: left;
    max-width: 445px;
    width: 100%
}

@media (min-width: 992px) and (max-width:1200px) {
    .reviews .title {
        padding-left:80px
    }
}

.reviews .text {
    font-size: 20px;
    display: inline-block;
    text-align: left;
    max-width: 445px;
    width: 100%
}

@media (min-width: 992px) and (max-width:1200px) {
    .reviews .text {
        padding-left:80px
    }
}

@media (max-width: 1200px) {
    .reviews {
        padding-top:30px
    }

    .reviews-right {
        -ms-flex-order: 1;
        order: 1;
        text-align: left;
        margin-bottom: 45px
    }

    .reviews-left {
        -ms-flex-order: 2;
        order: 2
    }

    .reviews .flex-container {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        max-width: 100%
    }

    .reviews__img {
        text-align: right
    }

    .reviews .title {
        max-width: 450px
    }

    .reviews .text {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width: 991px) {
    .reviews .flex-container {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .reviews {
        padding-top:50px;
        padding-bottom: 10px
    }

    .reviews.rectangle:before {
        height: 300px
    }

    .reviews:after {
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        margin: 0 auto;
        background: #84848a;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

    .reviews .container {
        padding: 0
    }

    .reviews-left {
        background: #4a4955;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 30px
    }

    .reviews-right {
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        position: relative;
        overflow: hidden;
        padding: 0 15px 0
    }

    .reviews__img {
        position: relative
    }

    .reviews .title {
        line-height: 45px;
        font-size: 34px
    }

    .reviews .text br {
        display: none
    }
}

@media (max-width: 480px) {
    .reviews .title {
        line-height:42px;
        font-size: 30px
    }
}

.privacy {
    background: #4a4955;
    padding: 80px 0
}

.privacy .flex-container {
    -ms-flex-align: center;
    align-items: center
}

.privacy-left {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.privacy-right {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

@media (min-width: 992px) and (max-width:1200px) {
    .privacy-right {
        -ms-flex:1 1 38%;
        flex: 1 1 38%
    }
}

.privacy__content {
    max-width: 360px;
    margin: 0 auto
}

.privacy__title {
    font-family: Poppins,sans-serif;
    line-height: 45px;
    font-size: 34px;
    letter-spacing: .25px;
    color: #fff;
    margin-bottom: 50px
}

.privacy__subtitle {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: .15px;
    color: #fff;
    margin-bottom: 15px
}

.privacy__text {
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    color: #999;
    margin-bottom: 25px
}

.privacy__security-ill-img {
    display: none
}

@media (max-width: 1200px) {
    .privacy {
        padding-top:30px;
        padding-bottom: 60px
    }
}

@media (max-width: 767px) {
    .privacy {
        padding:50px 0 35px;
        position: relative
    }

    .privacy:after {
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        margin: 0 auto;
        background: #84848a;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

    .privacy__title {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 30px
    }

    .privacy__security-ill {
        display: none
    }

    .privacy__security-ill-img {
        display: block;
        margin-bottom: 20px
    }
}

.security-ill {
    width: 515px;
    margin: 0 auto;
    border-radius: 10px;
    display: block;
    text-align: center;
    height: 490px;
    overflow: hidden;
    padding-top: 12px;
    position: relative
}

.security-ill__img {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.security-ill .numbers {
    padding: 0 18px 0 14px;
    margin: 0 6px;
    display: inline-block;
    height: 230px;
    overflow: hidden;
    position: relative;
    width: 84px
}

.security-ill .numbers-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 45px;
    margin: 0 auto
}

.security-ill .numbers-container.animate {
    animation: security-ill 2s ease-in-out 1 forwards
}

.security-ill .numbers:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    background: linear-gradient(0deg,#1f1e25 0,transparent 30%,transparent 70%,#1f1e25 100%);
    position: absolute
}

.security-ill .number {
    color: #fff;
    padding: 16px 10px;
    border-bottom: 4px solid rgba(0,0,0,.2);
    font-family: Poppins,sans-serif;
    font-size: 48px
}

.security-ill__container {
    width: 400px;
    margin: 0 auto;
    height: 247px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 991px) {
    .security-ill {
        width:305px;
        height: 180px;
        margin: 0;
        background-size: 100%
    }

    .security-ill__container {
        width: 250px;
        height: 130px
    }

    .security-ill .numbers {
        padding: 0;
        margin: 0 2px;
        height: 138px;
        width: 50px
    }

    .security-ill .numbers-container.animate {
        animation-name: security-ill-tablet
    }

    .security-ill .number {
        font-size: 30px;
        padding: 10px;
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .security-ill {
        display:none
    }
}

@keyframes security-ill {
    0% {
        bottom: -14px
    }

    100% {
        bottom: -685px
    }
}

@keyframes security-ill-tablet {
    0% {
        bottom: -14px
    }

    100% {
        bottom: -428px
    }
}

.quality {
    background: #4a4955;
    padding: 40px 0 50px;
    overflow: hidden
}

.quality .flex-container {
    -ms-flex-align: center;
    align-items: center
}

.quality-left {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.quality-right {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.quality__content {
    max-width: 465px;
    margin: 0 auto
}

.quality__title {
    font-family: Poppins,sans-serif;
    line-height: 60px;
    font-size: 34px;
    letter-spacing: .25px;
    color: #fff;
    margin-bottom: 50px
}

.quality__title .quality__subtitle {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px
}

.quality__subtitle {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: .15px;
    color: #fff;
    margin-bottom: 15px;
    max-width: 400px
}

.quality__text {
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    color: #999;
    margin-bottom: 25px;
    max-width: 400px
}

.quality__img {
    text-align: center;
    position: relative
}

.quality__img-stamp {
    position: absolute;
    left: 52px;
    bottom: 72px;
    opacity: 0
}

.quality__img-stamp.animate {
    animation: stamp 1s ease-in-out 1 forwards
}

@media (max-width: 991px) {
    .quality {
        padding-top:30px
    }

    .quality-right {
        -ms-flex: 1 1 34%;
        flex: 1 1 34%
    }

    .quality-left {
        -ms-flex: 1 1 65%;
        flex: 1 1 65%
    }

    .quality__img {
        margin: -28px
    }

    .quality__img-stamp svg {
        width: 90px;
        height: 90px
    }

    .quality__img-stamp.animate {
        animation-name: stamp-tablet
    }
}

@media (max-width: 767px) {
    .quality {
        padding:50px 0 30px;
        position: relative
    }

    .quality:after {
        content: '';
        width: calc(100% - 40px);
        height: 1px;
        margin: 0 auto;
        background: #84848a;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

    .quality__img {
        display: none
    }

    .quality__title {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        max-width: 230px;
        margin: 0 auto
    }

    .quality__title:after {
        content: '';
        display: block;
        background: url(./images/quality-paper-mob.png) no-repeat center center;
        width: 230px;
        height: 250px;
        margin: 0 auto 15px
    }

    .quality__title .quality__subtitle {
        display: none
    }
}

@keyframes stamp {
    0% {
        opacity: 0;
        bottom: 0;
        transform: scale(2);
        left: 30%
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        left: 52px;
        bottom: 72px;
        transform: scale(1)
    }
}

@keyframes stamp-tablet {
    0% {
        opacity: 0;
        bottom: 0;
        transform: scale(2);
        left: 30%
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
        left: 15px;
        bottom: 45px;
        transform: scale(1)
    }
}

.email-collector {
    background: #4a4955;
    padding: 50px 0
}

.email-collector__top-title {
    font-family: Poppins,sans-serif;
    line-height: 45px;
    font-size: 48px;
    text-align: center;
    letter-spacing: .25px;
    color: #fff;
    margin-bottom: 50px
}

.content {
    background: #4a4955;
    padding: 40px 0 100px
}

.content__title {
    font-family: Poppins,sans-serif;
    line-height: 60px;
    font-size: 48px;
    text-align: center;
    color: #fff;
    margin-bottom: 35px
}

.content__title-mob {
    display: none
}

.content__subtitle {
    font-family: Poppins,sans-serif;
    line-height: 45px;
    font-size: 34px;
    text-align: center;
    letter-spacing: .25px;
    color: #fff;
    margin-bottom: 50px
}

.content__img {
    text-align: right
}

.content__container {
    column-count: 2;
    column-gap: 40px;
    background: no-repeat right bottom;
    padding-top: 15px;
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    color: #fff
}

.content__container h3,.content__container h4,.content__container h5,.content__container h6 {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: .15px;
    color: #fff;
    margin-bottom: 20px
}

.content__container a {
    color: #fff
}

.content__container p {
    margin-bottom: 20px
}

.content__container .text-big {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 20px
}

.content__container b,.content__container strong {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    letter-spacing: 1px
}

.content__container ul {
    list-style: inside;
    padding-left: 25px;
    margin-bottom: 20px
}

.content__container ul li {
    margin-bottom: 10px
}

.content__container ol {
    list-style: decimal;
    padding-left: 40px;
    margin-bottom: 20px
}

.content__container ol li {
    margin-bottom: 10px
}

.content__container img {
    margin-top: 40px;
    float: right;
    display: block
}

.content__container table {
    margin-bottom: 25px
}

.content__container table tr {
    border-bottom: 1px solid #82848b
}

.content__container table tr:last-child {
    border: none
}

.content__container table tr td {
    border-right: 1px solid #82848b;
    padding: 10px
}

.content__container table tr td:last-child {
    border: none
}

.content__header {
    position: relative;
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: .15px;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(191,192,195,.5);
    padding-right: 50px
}

@media (min-width: 992px) and (max-width:1200px) {
    .content__header:before {
        content:"";
        width: 20px;
        height: 10px;
        position: absolute;
        top: 8px;
        right: 20px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjknIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAyOSAxNicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTE0Ljg1OCAxNS40MThMMTYuMTMwNyAxNC4xNDUyTDE2LjEzMDcgMTQuMTQ1MUwyOSAxLjI3NTc2TDI3LjcyNzIgMC4wMDI5NjQ3NUwxNC44NTc5IDEyLjg3MjNMMS45ODg2MSAwLjAwMzAzODM1TDAuNzE1ODIgMS4yNzU4M0wxMy41ODUgMTQuMTQ1MUwxNC44NTc4IDE1LjQxNzlMMTQuODU4IDE1LjQxOFonIGZpbGw9JyNmZmZmZmYnLz48L3N2Zz4K) no-repeat center;
        background-size: cover;
        transition: .4s
    }
}

.content__body {
    display: block;
    padding-top: 15px;
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    color: #fff
}

.content__item {
    display: block;
    break-inside: avoid;
    padding: 0 0 40px;
    margin-bottom: 1px
}

.content__item:first-child {
    break-inside: avoid-page
}

.content__item--active .content__header:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1199px) {
    .content__body {
        display:none
    }
}

@media (max-width: 991px) {
    .content {
        padding-bottom:80px
    }

    .content__container {
        column-count: 1
    }

    .content__container-img {
        margin-top: 0
    }

    .content__item {
        padding: 0 0 20px
    }

    .content__item--active .content__header:after {
        background: url(./images/arrows/content-arrow-active.svg) no-repeat center center
    }

    .content__header {
        padding: 0;
        border: none
    }

    .content__header:after {
        content: '';
        background: url(./images/arrows/content-arrow.svg) no-repeat center center;
        display: block;
        width: 100%;
        height: 50px;
        border-top: 1px solid #78787e;
        margin-top: 15px
    }

    .content__body {
        padding-bottom: 10px
    }
}

@media (max-width: 767px) {
    .content {
        padding:20px 0 1px
    }

    .content__title {
        display: none
    }

    .content__title-mob {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 10px;
        font-family: Poppins,sans-serif;
        text-align: center;
        color: #fff;
        display: block
    }

    .content__img {
        display: none
    }

    .content__container h3,.content__container h4,.content__container h5,.content__container h6 {
        color: #000;
        font-size: 16px;
        margin-bottom: 12px
    }

    .content__item {
        display: block;
        padding: 0;
        padding-bottom: 20px
    }

    .content__header {
        background: #33323b;
        box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
        border-radius: 4px;
        padding: 15px 10px 0;
        line-height: 20px;
        font-size: 14px;
        letter-spacing: .1px
    }

    .content__body {
        background: #fafafb;
        box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
        border-radius: 4px;
        color: #000;
        line-height: 20px;
        font-size: 14px;
        letter-spacing: .25px;
        padding: 20px 10px;
        margin-top: -5px
    }

    .content__body li,.content__body ol,.content__body p {
        color: #000;
        line-height: 20px;
        font-size: 14px;
        letter-spacing: .25px
    }
}


.lead-gen {
    background: linear-gradient(to bottom,#4a4955 0,#4a4955 50%,#33323b 50%,#33323b 100%)
}

.lead-gen__container {
    background: #fa0;
    box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
    border-radius: 4px
}

.lead-gen .arrow-bg:before {
    left: -90px
}

.lead-gen__text {
    font-family: Poppins,sans-serif;
    font-size: 24px;
    color: #000;
    line-height: 35px
}

.lead-gen__text-mob {
    display: none
}

.lead-gen-left {
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffbb4d;
    padding: 35px 0
}

.lead-gen-right {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 0;
    margin: 1px 0
}

.lead-gen__btn-text-mob {
    display: none
}

.lead-gen .btn:hover {
    background: #ffbb4d
}

@media (max-width: 991px) {
    .lead-gen .container {
        max-width:100%;
        padding: 0
    }

    .lead-gen__container {
        background: linear-gradient(to right,#ffbb4d 0,#ffbb4d 35%,#fa0 35%,#fa0 100%)
    }

    .lead-gen .flex-container {
        max-width: 767px;
        margin: 0 auto
    }

    .lead-gen .btn {
        padding: 0 19px
    }

    .lead-gen__text {
        line-height: 27px;
        font-size: 20px;
        color: #000
    }
}

@media (max-width: 767px) {
    .lead-gen__container {
        padding:110px 0;
        background: #ffbb4d;
        box-shadow: none;
        margin-bottom: -50px
    }

    .lead-gen__container:after {
        background: #33323b
    }

    .lead-gen-left,.lead-gen-right {
        padding: 0
    }

    .lead-gen__text {
        display: none
    }

    .lead-gen__text-mob {
        font-family: Poppins,sans-serif;
        font-size: 24px;
        color: #000;
        line-height: 35px;
        display: block;
        max-width: 280px;
        text-align: center
    }

    .lead-gen__text-mob:after {
        content: '';
        width: 200px;
        height: 160px;
        display: block;
        background: url(./images/lead-gen-img-mob.png) no-repeat center center;
        margin: 15px auto
    }

    .lead-gen__btn-text {
        display: none
    }

    .lead-gen__btn-text-mob {
        display: block
    }
}

.lead-gen-white .lead-gen {
    background: linear-gradient(to bottom,#fff 0,#fff 50%,#33323b 50%,#33323b 100%)
}

@media (max-width: 767px) {
    .lead-gen-white .parallelogram:before {
        background:#fff
    }
}

.footer .flex-container {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .footer-top {
    background: #33323b;
    padding: 100px 0 45px;
    position: relative
}

@media (max-width: 1200px) {
    .footer .footer-top {
        padding-bottom:50px
    }
}

@media (max-width: 767px) {
    .footer .footer-top {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 0 0 120px
    }

    .footer .footer-top-left,.footer .footer-top-middle,.footer .footer-top-right {
        width: 100%;
        max-width: 290px;
        margin: 0 auto
    }
}

@media (max-width: 480px) {
    .footer .footer-top {
        padding-bottom:0
    }
}

.footer .footer-top-left {
    width: 400px
}

@media (max-width: 1200px) {
    .footer .footer-top-left {
        width:350px
    }
}

@media (max-width: 991px) {
    .footer .footer-top-left {
        width:450px;
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .footer .footer-top-left {
        margin-top:50px;
        width: 100%
    }
}

.footer .footer-top-middle {
    width: 15%
}

@media (max-width: 991px) {
    .footer .footer-top-middle {
        width:185px
    }

    .footer .footer-top-middle.menu-more {
        margin-top: 46px
    }
}

@media (max-width: 767px) {
    .footer .footer-top-middle {
        width:100%
    }

    .footer .footer-top-middle.menu-more {
        margin-top: 35px
    }
}

.footer .footer-top-right {
    width: 400px
}

@media (max-width: 991px) {
    .footer .footer-top-right {
        width:100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (max-width: 767px) {
    .footer .footer-top-right {
        margin-bottom:50px
    }
}

.footer .footer-top__logo {
    margin-bottom: 26px
}

@media (max-width: 767px) {
    .footer .footer-top__logo {
        margin-bottom:30px
    }
}

.footer .footer-top__text {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .25px;
    color: #838389;
    margin-bottom: 30px
}

@media (max-width: 480px) {
    .footer .footer-top__text {
        text-align:center;
        font-size: 13px
    }
}

.footer .footer-top__bottom-text {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .25px;
    color: #cccbce;
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .footer .footer-top__bottom-text {
        margin-bottom:30px
    }
}

@media (max-width: 480px) {
    .footer .footer-top__bottom-text {
        font-size:13px;
        text-align: center;
        margin-bottom: 20px
    }
}

.footer .footer-top__subtitle {
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    color: #838389;
    margin-bottom: 15px
}

.footer .footer-top__accept {
    margin-bottom: 45px;
    -ms-flex-order: 3;
    order: 3
}

@media (max-width: 991px) {
    .footer .footer-top__accept {
        margin-bottom:0;
        width: 45%
    }
}

@media (max-width: 767px) {
    .footer .footer-top__accept {
        width:100%;
        -ms-flex-order: unset;
        order: unset
    }
}

@media (max-width: 480px) {
    .footer .footer-top__cards {
        text-align:center;
        margin: 0 auto
    }
}

.footer .footer-links {
    background: #2a2a30;
    padding-top: 90px
}

.footer .footer-links__content {
    width: 100%
}

.footer .footer-links #menu-redesign-footer-menu {
    column-count: 4
}

.footer .footer-links #menu-redesign-footer-menu a {
    display: inline-block;
    text-decoration: none;
    line-height: 25px
}

.footer .footer-links #menu-redesign-footer-menu li.menu-item-has-children {
    break-inside: avoid;
    margin-bottom: 1px;
    padding-bottom: 30px
}

@media (max-width: 767px) {
    .footer .footer-links #menu-redesign-footer-menu li.menu-item-has-children {
        padding:0 15px 15px
    }
}

.footer .footer-links #menu-redesign-footer-menu li.menu-item-has-children>a {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .1px;
    color: #fff;
    margin-bottom: 10px;
    pointer-events: none
}

.footer .footer-links #menu-redesign-footer-menu li.menu-item-has-children>a[href="#"] {
    cursor: default;
    pointer-events: none
}

@media (max-width: 767px) {
    .footer .footer-links #menu-redesign-footer-menu li.menu-item-has-children>a {
        position:relative;
        width: 100%;
        max-width: 270px
    }

    .footer .footer-links #menu-redesign-footer-menu li.menu-item-has-children>a:after {
        content: '';
        background: url(./images/arrows/content-arrow.svg) no-repeat center center;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        right: 0
    }

    .footer .footer-links #menu-redesign-footer-menu li.menu-item-has-children>a.active:after {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.footer .footer-links #menu-redesign-footer-menu li.menu-item-has-children .sub-menu li a {
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    color: rgba(255,255,255,.4);
    transition: .4s
}

.footer .footer-links #menu-redesign-footer-menu li.menu-item-has-children .sub-menu li a:hover {
    color: rgba(255,255,255,.6)
}

@media (max-width: 767px) {
    .footer .footer-links #menu-redesign-footer-menu li.menu-item-has-children .sub-menu li a {
        padding:10px 0
    }
}

@media (max-width: 767px) {
    .footer .footer-links #menu-redesign-footer-menu {
        column-count:1;
        text-align: center
    }
}

@media (max-width: 767px) {
    .footer .footer-links {
        padding-top:50px
    }
}

.footer .footer-copyright {
    background-color: #2a2a30;
    padding: 35px 0
}

@media (max-width: 480px) {
    .footer .footer-copyright {
        padding-top:30px;
        padding-bottom: 22px
    }
}

@media (min-width: 768px) {
    .footer .footer-copyright .container {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer .footer-copyright__rights {
    font-family: Roboto,sans-serif;
    color: rgba(255,255,255,.4);
    font-size: 14px;
    line-height: 20px
}

@media (max-width: 1200px) {
    .footer .footer-copyright__rights {
        margin:0 0 0 auto;
        text-align: center
    }
}

@media (max-width: 480px) {
    .footer .footer-copyright__rights {
        width:100%;
        padding-top: 30px
    }
}

.footer .footer-copyright__rights br {
    display: none
}

@media (max-width: 480px) {
    .footer .footer-copyright__rights br {
        display:block
    }
}

.footer .apsc-icons-wrapper {
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 991px) {
    .footer .apsc-icons-wrapper {
        max-width:280px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 767px) {
    .footer .apsc-icons-wrapper {
        max-width:100%;
        margin-top: 0;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer .apsc-icons-wrapper .social-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.footer .apsc-icons-wrapper .apsc-each-profile {
    min-width: 85px
}

@media (max-width: 991px) {
    .footer .apsc-icons-wrapper .apsc-each-profile {
        min-width:110px;
        margin-bottom: 15px;
        margin-right: 15px
    }
}

@media (max-width: 767px) {
    .footer .apsc-icons-wrapper .apsc-each-profile {
        width:45%;
        margin-bottom: 20px;
        margin-right: 0
    }
}

.footer .apsc-icons-wrapper .apsc-each-profile>a {
    padding: 5px 5px 5px 9px;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    height: 30px
}

@media (max-width: 991px) {
    .footer .apsc-icons-wrapper .apsc-each-profile>a {
        padding-left:6px
    }
}

.footer .apsc-icons-wrapper .apsc-each-profile>a.apsc-facebook-icon {
    background: #4267b2
}

.footer .apsc-icons-wrapper .apsc-each-profile>a.apsc-twitter-icon {
    background: #1b95e0
}

.footer .apsc-icons-wrapper .apsc-each-profile>a.apsc-instagram-icon {
    background: radial-gradient(150.57px at -5.42% 118.33%,#fdd97c 0,#f87e30 22.1%,#d42e76 49.72%,#9537bc 75.69%,#505fd2 100%)
}

.footer .apsc-icons-wrapper .apsc-each-profile>a.apsc-youtube-icon {
    background: #fe3d3d
}

.footer .apsc-icons-wrapper .apsc-each-profile>a .apsc-inner-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 20px
}

.footer .apsc-icons-wrapper .apsc-each-profile>a .apsc-inner-block .apsc-count {
    background: rgba(0,0,0,.1);
    border-radius: 2px;
    padding: 2px 7px;
    line-height: 16px;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: .4px;
    color: rgba(250,250,251,.4);
    min-width: 35px;
    margin-left: 10px;
    box-sizing: border-box;
    white-space: nowrap
}

@media (max-width: 767px) {
    .footer .apsc-icons-wrapper .apsc-each-profile>a .apsc-inner-block .apsc-count {
        margin-left:6px;
        min-width: 40px
    }
}

.footer .apsc-icons-wrapper .apsc-each-profile>a .apsc-inner-block .apsc-media-type {
    display: none
}

.footer .apsc-icons-wrapper .apsc-each-profile>a .apsc-inner-block .social-icon .fa,.footer .apsc-icons-wrapper .apsc-each-profile>a .apsc-inner-block .social-icon .icon {
    color: #fff;
    margin-right: 5px
}

@media (max-width: 991px) {
    .footer .apsc-icons-wrapper .apsc-each-profile>a .apsc-inner-block .social-icon .fa,.footer .apsc-icons-wrapper .apsc-each-profile>a .apsc-inner-block .social-icon .icon {
        font-size:20px
    }
}

.footer .menu-more__title {
    color: #838389;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    line-height: 20px
}

.footer #menu-footer-menu-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 20px 0 0
}

.footer #menu-footer-menu-more li {
    list-style: none;
    margin: 0 0 5px
}

.footer #menu-footer-menu-more li:last-child {
    margin: 0
}

.footer #menu-footer-menu-more li a {
    text-decoration: none;
    font-family: Roboto,sans-serif;
    text-transform: capitalize;
    padding: 0;
    transition: all .25s ease;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    color: #cccbce
}

.footer #menu-footer-menu-more li a:hover {
    color: #fff
}


.page-404 {
    padding: 30px 0;
    min-height: 73vh;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 769px) {
    .page-404 .flex-container {
        -ms-flex-direction:column;
        flex-direction: column;
        text-align: center
    }
}

.page-404__content {
    padding-left: 50px;
    padding-bottom: 70px
}

.page-404__img-mob {
    display: none
}

.page-404 .title {
    margin-bottom: 30px;
    font-size: 60px
}

.page-404 .text-wrap {
    margin-bottom: 15px
}

.page-404 .btn {
    padding: 0 10px;
    max-width: 220px;
    width: 100%
}

.page-404 .timer {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    line-height: 50px;
    font-size: 24px;
    letter-spacing: .25px;
    color: #000;
    padding: 0 20px
}

.page-404 .timer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.page-404 .animate {
    position: relative
}

.page-404 .animate .img {
    position: absolute;
    width: 70px;
    transition: .4s
}

.page-404 .animate__img_1 {
    left: 21%;
    bottom: 41%;
    z-index: 8;
    animation: animateImg_1 1.5s 1s ease-in-out 1 forwards
}

.page-404 .animate__img_2 {
    top: 35%;
    left: 33%;
    z-index: 7;
    animation: animateImg_2 1.5s 1.5s ease-in-out 1 forwards
}

.page-404 .animate__img_3 {
    top: 19%;
    left: 67%;
    z-index: 6;
    animation: animateImg_3 1.5s 2s ease-in-out 1 forwards
}

.page-404 .animate__img_4 {
    top: 28%;
    left: 56%;
    z-index: 5;
    animation: animateImg_4 2s 2.5s ease-in-out 1 forwards
}

.page-404 .animate__img_5 {
    top: 28%;
    left: 85%;
    z-index: 4;
    animation: animateImg_5 2s 3s ease-in-out 1 forwards
}

.page-404 .animate__img_6 {
    top: 7%;
    left: 83%;
    z-index: 3;
    animation: animateImg_6 2.2s 3.5s ease-in-out 1 forwards
}

.page-404 .animate__img_7 {
    bottom: 30%;
    left: 44%;
    z-index: 2;
    animation: animateImg_7 2s 3.9s ease-in-out 1 forwards
}

.page-404 .animate__img_8 {
    top: 9%;
    left: 2%;
    z-index: 1;
    animation: animateImg_8 2.5s 4s ease-in-out 1 forwards
}

@media (max-width: 769px) {
    .page-404 {
        display:block
    }

    .page-404 .animate {
        display: none
    }

    .page-404__img-mob {
        display: inline-block
    }

    .page-404__content {
        padding-left: 0;
        padding-bottom: 0
    }

    .page-404 .timer-content {
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-404 .btn {
        max-width: 290px;
        margin: 10px 0
    }

    .page-404 .title {
        margin-bottom: 8px;
        font-size: 40px;
        font-family: Poppins,sans-serif;
        font-weight: 500
    }
}

@media (max-width: 480px) {
    .page-404 .timer-content {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@keyframes animateImg_1 {
    0% {
        left: 21%;
        transform: rotate(0) translateX(0)
    }

    70% {
        transform: rotate(68deg) translateX(70px)
    }

    100% {
        left: -100%
    }
}

@keyframes animateImg_2 {
    0% {
        left: 33%;
        transform: rotate(0) translateX(0)
    }

    70% {
        transform: rotate(-68deg) translateX(-20px)
    }

    100% {
        left: -100%
    }
}

@keyframes animateImg_3 {
    0% {
        left: 67%;
        transform: rotate(0) translateX(0)
    }

    70% {
        transform: rotate(-75deg) translateX(-50px)
    }

    100% {
        left: -100%
    }
}

@keyframes animateImg_4 {
    0% {
        left: 56%;
        transform: rotate(0) translateX(0)
    }

    70% {
        transform: rotate(110deg) translateX(150px)
    }

    100% {
        left: -100%
    }
}

@keyframes animateImg_5 {
    0% {
        left: 85%;
        transform: rotate(0) translateX(0)
    }

    60% {
        transform: rotate(90deg) translateY(50px)
    }

    75% {
        transform: rotate(165deg) translateY(130px)
    }

    100% {
        left: -100%
    }
}

@keyframes animateImg_6 {
    0% {
        left: 83%;
        transform: rotate(0) translateX(0)
    }

    70% {
        transform: rotate(-60deg) translateY(-20px)
    }

    100% {
        left: -100%
    }
}

@keyframes animateImg_7 {
    0% {
        left: 44%;
        transform: rotate(0) translateX(0)
    }

    70% {
        transform: rotate(-60deg) translateX(70px)
    }

    100% {
        left: -100%
    }
}

@keyframes animateImg_8 {
    0% {
        left: 2%;
        transform: rotate(0) translateX(0)
    }

    70% {
        transform: rotate(60deg) translateX(60px)
    }

    100% {
        left: -100%
    }
}

.blog-content {
    background: #4a4955;
    padding: 20px 0 130px
}

@media (max-width: 1200px) {
    .blog-content {
        padding-bottom:0
    }
}

@media (min-width: 768px) {
    .blog-content .container {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (min-width: 992px) {
    .blog-content .container {
        padding-left:42px;
        padding-right: 42px
    }
}

@media (min-width: 1201px) {
    .blog-content .container {
        padding-left:15px;
        padding-right: 15px
    }
}

.blog-content__bottom {
    padding: 0 0 100px;
    background: #fafafb
}

.blog-content__bottom.rect {
    position: relative;
    overflow: hidden
}

.blog-content__bottom.rect .container {
    position: relative
}

.blog-content__bottom.rect:after {
    content: '';
    position: absolute;
    width: calc(100% + 25px);
    height: 120px;
    top: -60px;
    left: -10px;
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    background: #4a4955
}

.blog-content__wrapper {
    background: #fafafb;
    z-index: 2
}

.blog-content__wrapper.rectangle:before {
    bottom: inherit;
    top: -60px;
    height: 300px
}

@media (max-width: 480px) {
    .blog-content .btn {
        width:100%;
        max-width: 100%
    }
}

.blog-content .blog-right {
    -ms-flex: 33%;
    flex: 33%;
    padding-left: 20px
}

@media (max-width: 1200px) {
    .blog-content .blog-right {
        -ms-flex:40%;
        flex: 40%;
        padding-left: 0
    }
}

.blog-content .blog-left {
    -ms-flex: 64%;
    flex: 64%
}

@media (max-width: 1200px) {
    .blog-content .blog-left {
        -ms-flex:100%;
        flex: 100%
    }
}

.single .blog-content__wrapper.rectangle::before {
    background: #fff
}

@media (max-width: 991px) {
    .single .blog-content .flex-container {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

@media (max-width: 991px) {
    .single .blog-content .flex-container .blog-right {
        display:block;
        -ms-flex: 100%;
        flex: 100%;
        padding-left: 0;
        width: 100%;
        margin: 30px auto 0
    }
}

@media (max-width: 425px) {
    .single .blog-content .flex-container .blog-right {
        width:100%;
        margin: 30px 0 0 0
    }
}

.blog-post {
    position: relative;
    min-height: 300px;
    box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    background: #fff
}

@media (max-width: 525px) {
    .blog-post {
        height:auto;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.blog-post-img {
    -ms-flex: 1 0 300px;
    flex: 1 0 300px
}

.blog-post-img img {
    width: 100%;
    object-fit: cover;
    min-height: 300px;
    max-height: 300px;
    display: block;
    height: auto
}

@media (max-width: 991px) {
    .blog-post-img {
        -ms-flex:1 0 300px;
        flex: 1 0 300px
    }
}

@media (max-width: 768px) {
    .blog-post-img {
        -ms-flex:1 0 290px;
        flex: 1 0 290px
    }
}

@media (max-width: 525px) {
    .blog-post-img img {
        min-height:290px
    }
}

.blog-post-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px 0 20px
}

@media (max-width: 525px) {
    .blog-post-content {
        padding:20px 20px 0
    }

    .blog-post-content.blog-post-content-max {
        padding-top: 60px
    }
}

.blog-post-category {
    background: #4a4955;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: .857143px;
    color: #fff;
    padding: 8px 15px
}

.blog-post h2.article-title {
    padding: 0 15px;
    overflow: hidden;
    max-height: 70px
}

@media (max-width: 525px) {
    .blog-post h2.article-title {
        padding:0
    }
}

.blog-post h2.article-title a {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    line-height: 34px;
    font-size: 24px;
    color: #000;
    text-decoration: none
}

.blog-post h2.article-title a:hover {
    text-decoration: none;
    color: #000
}

.blog-post p {
    padding: 0 15px;
    margin-top: 14px;
    font-family: Roboto,sans-serif;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: .444444px;
    color: #000;
    height: 100px;
    overflow: hidden
}

@media (max-width: 525px) {
    .blog-post p {
        padding:0
    }
}

.blog-post .info-date {
    margin-top: 35px;
    padding-top: 8px;
    font-family: Roboto,sans-serif;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .25px;
    color: #979797;
    border-top: 1px solid #dedee0
}

@media (max-width: 525px) {
    .blog-post .info-date {
        padding:8px 0
    }
}

.btn-more {
    margin-top: 30px
}

.btn-more .btn-orange {
    line-height: 38px;
    padding: 0;
    text-transform: capitalize
}

.single-content {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.1);
    border-radius: 4px;
    position: relative
}

.single-content-wrap {
    padding: 60px 30px 50px
}

@media (max-width: 425px) {
    .single-content-wrap {
        padding:60px 10px 50px
    }
}

.single-content-wrap .highlighted-bg {
    background: #ffb64f;
    padding: 6px 3px 4px;
    line-height: 36px;
    font-size: 18px
}

.single-content-wrap__btn-wrap {
    margin-top: 65px;
    text-align: center
}

.single-content-wrap__btn-order {
    display: inline-block;
    min-width: 200px;
    min-height: 44px;
    background: #dc4431;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    border-radius: 5px;
    font-weight: 600;
    font-family: 'poppins semi bold',sans-serif;
    line-height: 44px;
    font-size: 14px;
    text-align: center;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: none
}

.single-content-wrap__btn-order:hover {
    background: #ba3120
}

.single-content-wrap__btn-order:focus {
    outline: 0
}

.single-content-wrap .sharethis-title {
    font-family: Roboto,sans-serif;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: .444444px;
    color: #000;
    margin: 70px 0 10px
}

.single-content-wrap h1 {
    font-family: Poppins,sans-serif;
    font-weight: 700;
    line-height: 46px;
    font-size: 38px;
    letter-spacing: .5px;
    color: #000;
    max-width: 565px
}

@media (max-width: 425px) {
    .single-content-wrap h1 {
        margin:5px 10px 0;
        line-height: 29px;
        font-size: 28px;
        letter-spacing: .5px
    }
}

.single-content-wrap h2 {
    font-family: Poppins,sans-serif;
    font-weight: 700;
    line-height: 36px;
    font-size: 30px;
    letter-spacing: .5px;
    color: #000;
    margin: 1em 0
}

.single-content-wrap h2 .aligncenter,.single-content-wrap h2 .alignleft,.single-content-wrap h2 .alignright {
    display: initial
}

@media (max-width: 320px) {
    .single-content-wrap h2 {
        margin:10px 15px;
        font-size: 24px;
        line-height: 36px
    }
}

.single-content-wrap h3 {
    font-family: Poppins,sans-serif;
    font-weight: 700;
    line-height: 29px;
    font-size: 24px;
    letter-spacing: .5px;
    color: #000;
    margin: 1em 0
}

@media (max-width: 320px) {
    .single-content-wrap h3 {
        margin:10px 15px;
        font-size: 24px;
        line-height: 36px
    }
}

.single-content-wrap h1:focus,.single-content-wrap h2:focus,.single-content-wrap h3:focus,.single-content-wrap h4:focus,.single-content-wrap h5:focus,.single-content-wrap h6:focus {
    outline: 0
}

.single-content-wrap p {
    font-family: Roboto,sans-serif;
    margin: 25px 0 10px;
    color: #252525;
    line-height: 36px;
    font-size: 18px
}

@media (max-width: 425px) {
    .single-content-wrap p {
        word-wrap:break-word;
        line-height: 26px;
        letter-spacing: 1px
    }
}

.single-content-wrap strong {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    line-height: 36px;
    font-size: 18px
}

.single-content-wrap blockquote {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 18px;
    font-style: italic;
    letter-spacing: .2px;
    color: #000;
    padding: 0 0 0 30px;
    margin: 0 0 0 30px;
    border-left: 2px solid #fda428
}

@media (max-width: 320px) {
    .single-content-wrap blockquote {
        padding:0;
        font-size: 16px
    }
}

.single-content-wrap hr {
    border: 1px solid #f7941d
}

.single-content-wrap .blockquote-autor {
    background: #f9f7f2;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 18px;
    letter-spacing: .2px;
    color: #000;
    padding: 30px 30px 20px;
    position: relative;
    max-width: 510px;
    margin: 40px auto 0
}

@media (max-width: 320px) {
    .single-content-wrap .blockquote-autor {
        font-size:16px
    }
}

.single-content-wrap .blockquote-autor::before {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -21px;
    content: url(../../images/blog/quote.png);
    display: block;
    font-size: 30px;
    color: #fda428;
    width: 41px;
    height: 30px
}

.single-content-wrap .blockquote-autor .b-autor {
    font-weight: 300;
    text-align: right;
    width: 100%
}

.single-content-wrap ol,.single-content-wrap ul {
    margin: 25px 0 0 35px
}

.single-content-wrap ol li,.single-content-wrap ul li {
    list-style-type: none!important;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 34px;
    font-size: 18px;
    letter-spacing: .2px;
    color: #000
}

@media (max-width: 320px) {
    .single-content-wrap ol li,.single-content-wrap ul li {
        font-size:16px;
        line-height: 28px
    }
}

.single-content-wrap ol li::before,.single-content-wrap ul li::before {
    content: "●";
    font-family: inherit;
    font-size: 12px;
    color: #000;
    width: auto;
    height: auto;
    margin: 0 20px 0 0;
    display: inline-block;
    line-height: inherit;
    vertical-align: middle
}

.single-content-wrap ol {
    margin-left: 50px
}

.single-content-wrap ol li {
    list-style-type: decimal!important
}

.single-content-wrap ol li::before {
    content: '';
    margin: 0 10px 0 0
}

.single-content-wrap .aligncenter,.single-content-wrap .alignleft,.single-content-wrap .alignright {
    display: block;
    margin: 35px 0 40px;
    clear: both
}

.single-content-wrap .post-anchor {
    border-top: 1px solid #f7941d;
    border-bottom: 1px solid #f7941d;
    margin: 40px 0 30px;
    padding-top: 30px;
    padding-bottom: 30px
}

.single-content-wrap .post-anchor__title {
    font-family: 'Gotham regular',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 20px;
    letter-spacing: .2px;
    color: #f7941d
}

.single-content-wrap .post-anchor a {
    font-family: 'Gotham regular',sans-serif;
    font-weight: 400;
    line-height: 34px;
    font-size: 18px;
    letter-spacing: .2px;
    color: #000;
    text-decoration: underline
}

.single-content-wrap .post-anchor a:focus {
    color: #f7941d;
    outline: 0
}

.single-content-wrap .post-anchor a:hover {
    color: #f7941d;
    text-decoration: none
}


.search {
    padding: 60px 0 200px
}

@media (max-width: 768px) {
    .search {
        padding-bottom:230px
    }
}

@media (max-width: 600px) {
    .search {
        padding-top:280px;
        padding-bottom: 80px
    }
}

@media (min-width: 768px) {
    .search .container {
        padding-left:30px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    .search .container {
        padding-left:42px;
        padding-right: 62px
    }
}

@media (min-width: 1201px) {
    .search .container {
        padding-left:15px;
        padding-right: 15px
    }
}

.search-title {
    font-family: Poppins,sans-serif;
    line-height: 45px;
    font-size: 48px;
    letter-spacing: .25px;
    color: #191919
}

@media (max-width: 767px) {
    .search-title {
        line-height:25px;
        font-size: 20px;
        letter-spacing: .15px
    }
}

.search.rectangle:before {
    height: 220px
}

@media (max-width: 600px) {
    .search.rectangle:before {
        height:360px
    }
}

.single .search {
    padding-bottom: 10px
}

@media (max-width: 600px) {
    .single .search {
        padding-top:70px
    }
}

.single .search.rectangle:before {
    height: 120px;
    background: #fff
}

.searchform {
    padding: 60px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .searchform {
        padding:10px 0 0
    }
}

.searchform__input {
    border: 1px solid #b6b4b6;
    height: 40px;
    line-height: 38px;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    letter-spacing: .25px;
    color: #979797;
    padding: 0 15px;
    max-width: 300px;
    width: 100%
}

@media (max-width: 768px) {
    .searchform__input {
        max-width:240px
    }
}

.searchform__submit {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    border: none;
    line-height: 40px;
    margin-left: 20px;
    background-color: #fa0;
    background-image: url(./images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

@media (max-width: 600px) {
    .searchform__submit {
        margin-left:5px
    }
}

.searchform__submit:hover {
    background-color: #e58100
}

.blog-illstr {
    position: relative
}

.blog-illstr::after {
    position: absolute;
    top: -130px;
    right: 0;
    content: "";
    background: url(./images/student.png) no-repeat;
    width: 480px;
    height: 420px;
    z-index: 1
}

@media (max-width: 1200px) {
    .blog-illstr::after {
        width:425px;
        height: 390px;
        background-size: 100%;
        top: -80px;
        right: -50px
    }
}

@media (max-width: 991px) {
    .blog-illstr::after {
        top:-130px
    }
}

@media (max-width: 767px) {
    .blog-illstr::after {
        top:-110px
    }
}

@media (max-width: 600px) {
    .blog-illstr::after {
        top:-327px;
        right: -40px;
        width: 317px;
        height: 300px
    }
}

.single .blog-illstr {
    position: relative
}

.single .blog-illstr::after {
    display: none
}

.pagination {
    margin-bottom: 45px;
    line-height: 30px;
}
.pagination .prev,
.pagination .next {
    padding: 10px 13px;
    margin: 0 15px;
    border-radius: 4px;
    border-right: 1px solid #ddd;
    color: #51ab6d;
}

.pagination__page-numbers {
    display: inline-block;
}
.pagination__page-numbers .current {
    background: #f8f9fa;
    color: #51ab6d;
}

.page-numbers {
    font-weight: 600;
    color: #666660;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 16px;
    font-family: "Lato", sans-serif;
    border-right: none;
}
.page-numbers:hover {
    background-color: #f8f9fa;
}
.page-numbers:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page-numbers:last-child {
    border-right: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.sitebar.sidebar-fixed {
    position: fixed;
    margin-top: 60px;
    max-width: 380px
}

.sitebar.sidebar-fixed--max {
    position: absolute;
    max-width: 380px
}
