@font-face {
    font-family: DuruSans;
    src: url(../fonts/durusans-webfont.eot);
    src: url(../fonts/durusans-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/durusans-webfont.woff2) format('woff2'), url(../fonts/durusans-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Raleway-Regular, sans-serif;
    src: url(../fonts/Raleway-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: lighter
}

@font-face {
    font-family: "Raleway-Bold.ttf";
    src: url(../fonts/Raleway-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Ramabhadra, sans-serif;
    src: url(../fonts/Ramabhadra.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: Gilroy;
    src: url('/public/fonts/gilroy/Gilroy-Regular/Gilroy-Regular.eot');
    src: local('☺'), url('/public/fonts/gilroy/Gilroy-Regular/Gilroy-Regular.woff') format('woff'),
    url('/public/fonts/gilroy/Gilroy-Regular/Gilroy-Regular.ttf') format('truetype'),
    url('/public/fonts/gilroy/Gilroy-Regular/Gilroy-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/public/fonts/gilroy/Gilroy-ExtraBold/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
    url('/public/fonts/gilroy/Gilroy-ExtraBold/Gilroy-ExtraBold.woff') format('woff'),
    url('/public/fonts/gilroy/Gilroy-ExtraBold/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

.categories-list li a:after, .cta-discount .list li:before, .left_menu a:after, .left_menu_hover a:after, .medals .img-responsive, .transition-fx {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

body, html {
    width: 100%;
    height: 100%
}

body {
    overflow-y: scroll;
    color: #454545;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #454545;
    padding-bottom: 1px
}

a:focus, a:hover {
    color: #62bcef;
    text-decoration: none
}

ul li {
    line-height: 18px;
    margin-bottom: 5px
}

ul.list li {
    list-style: none;
    margin-bottom: 10px;
    position: relative
}

ul.list li:before {
    content: '\f1db';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

p {
    line-height: 26px;
    margin: 0 0 20px
}

h1, h2, h3, h4 {
    font-family: Ramabhadra, sans-serif;
    text-transform: uppercase;
    font-family: Gilroy;

}

h1 {
    font-size: 30px;
    text-align: center;
    font-family: Ramabhadra, sans-serif;
    font-family: Gilroy;
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
    font-family: DuruSans, sans-serif;
    font-weight: 400;
    font-family: Gilroy;
}

.wells {
    background-color: #f8f8f8;
    border: 1px solid #dedede;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px
}

.wrapper a {
    color: #62bcef
}

.wrapper .btn {
    color: #fff !important
}

.table-holder {
    display: table;
    width: 100%
}

.table-holder .table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 15px
}

.m-t-50 {
    margin-top: 50px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-b-100 {
    margin-bottom: 100px
}

.btn {
    text-decoration: none;
    line-height: 1;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 20px;
    text-shadow: none;
    font-size: 18px;
    color: #fff
}

.btn-lg {
    padding: 19px 0;
    width: 100%;
    max-width: 340px;
    font-size: 20px
}

.btn-primary {
    background: #62bcef;
    border: 1px solid #62bcef
}

.btn-primary:hover {
    border-color: #90d0f4;
    background: #79c6f1
}

.btn-primary:focus {
    background: #62bcef;
    border-color: #62bcef
}

.btn-primary:active {
    background: #62bcef;
    border-color: #62bcef
}

.btn-primary:active:hover {
    background: #34a8ea;
    border-color: #1690d5
}

.btn-primary:active:focus {
    background: #34a8ea;
    border-color: #1690d5
}

/*.btn-secondary {*/
/*    color: #fff;*/
/*    background: #93a51b;*/
/*    border: 1px solid #93a51b*/
/*}*/

/*.btn-secondary:focus, .btn-secondary:hover {*/
/*    color: #fff;*/
/*    background: #bad122;*/
/*    border: 1px solid #bad122*/
/*}*/

/*.btn-secondary:active {*/
/*    background: #93a51b;*/
/*    border: 1px solid #bad122*/
/*}*/

/*.btn-secondary:active:hover {*/
/*    background: #7f8f17;*/
/*    border: 1px solid #bad122*/
/*}*/

/*.btn-secondary:active:focus {*/
/*    background: #7f8f17;*/
/*    border: 1px solid #bad122*/
/*}*/

/*.btn-fill-secondary {*/
/*    color: #fff;*/
/*    background: #93a51b*/
/*}*/

.overlay {
    background: rgba(255, 255, 255, .33);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.content {
    margin-top: 74px;
    padding: 50px 0
}

.order-trust .container {
    max-width: 100%
}

.cover {
    background: url(/img/hero.jpg) no-repeat center 0;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    box-shadow: 0 110px 70px -30px rgba(255, 255, 255, .9) inset;
    display: table;
    width: 100%;
    height: 100vh;
    padding: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    min-height: 910px
}

.cover.uk {
    background: url(/img/city-skyline-gb.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed
}

.cover-inner {
    display: table-cell;
    vertical-align: middle
}

.default-page {
    border-bottom: 1px solid #f0f0f0
}

.navbar {
    border-radius: 0;
    background: 0 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 10;
    margin-bottom: 0;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.navbar-header {
    margin: 0
}

.navbar-brand {
    height: 70px;
    padding: 0;
    margin-left: 0 !important
}

.navbar-brand img {
    margin-top: 0
}

.dropdownMenu2 .dropdown-menu > li > a {
    padding: 3px 9px 1px 6px
}

@media (min-width: 991px) {
    .dropdownMenu2 .dropdown-menu {
        min-width: 100%;
        right: 5px
    }
}

@media (max-width: 767px) {
    .dropdownMenu2 .dropdown-menu .flag-menu-uk, .dropdownMenu2 .dropdown-menu .flag-menu-us {
        margin: -4px 5px 0 -20px !important
    }
}

.flag-menu-us {
    display: inline-block;
    width: 34px;
    height: 23px;
    background: url(/img/flag-menu-us.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin: -4px 5px 0 0
}

.flag-menu-uk {
    display: inline-block;
    width: 34px;
    height: 23px;
    background: url(/img/flag-menu-uk.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin: -4px 5px 0 0
}

.dropdown-menu .flag-menu-us {
    background: url(/img/flag-menu-us-hover.png) no-repeat
}

.dropdown-menu .flag-menu-uk {
    background: url(/img/flag-menu-uk-hover.png) no-repeat
}

.dropdown-menu:focus .flag-menu-us, .dropdown-menu:hover .flag-menu-us {
    background: url(/img/flag-menu-us.png) no-repeat
}

.dropdown-menu:focus .flag-menu-uk, .dropdown-menu:hover .flag-menu-uk {
    background: url(/img/flag-menu-uk.png) no-repeat
}

.navbar-nav {
    margin: 12px 0
}

.navbar-nav li {
    list-style: none;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px
}

.navbar-nav li.active a {
    color: #62bcef
}

.navbar-nav li a {
    color: #454545;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.navbar-nav li:last-child a {
    font-weight: 500
}

.navbar-nav li a:focus, .navbar-nav li a:hover {
    background: 0 0;
    color: #62bcef
}

.navbar-nav li:last-child {
    margin-right: 0;
    color: #62bcef
}

.navbar-nav li:first-child {
    margin-left: 0
}

.navbar-nav li .dropdown-toggle {
    color: #454545;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    background: 0 0;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-nav li .dropdown-menu li {
    margin-right: 0;
    margin-left: 0
}

.navbar-nav li .dropdown-menu li:last-child a {
    font-weight: 400
}

.navbar-nav .btn-secondary {
    position: relative;
    top: 2px
}

.sign-in {
    color: #62bcef
}

.hero {
    z-index: 1
}

.hero .table-holder {
    max-width: 1140px;
    margin: auto
}

.lead-slogan {
    color: #62bcef;
    background: rgba(255, 255, 255, .8);
    display: inline-block;
    padding: 40px 40px 40px 0;
    font-weight: 400;
    line-height: 56px;
    text-transform: uppercase;
    font-family: Raleway-Regular, sans-serif;
    font-size: 34px;
    width: 100%;
    position: relative
}

.lead-slogan strong {
    letter-spacing: 1px;
    font-family: Ramabhadra, sans-serif;
    font-size: 36px
}

.lead-slogan:before {
    content: '';
    position: absolute;
    width: 2000px;
    height: 100%;
    right: 540px;
    top: 0;
    background: rgba(255, 255, 255, .8)
}

.container-sm {
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.content h1 {
    margin-top: 0;
    margin-bottom: 50px
}
.play {
    background-color: #000!important;
    width: 300px;
}
.content .title_404 {
    text-align: start;
    margin-bottom: 0;
    line-height: 1;
    font-size: 84px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #FFFFFF;
    text-shadow:
            -0   -1px 0   #0669F7,
            0   -1px 0   #0669F7,
            -0    1px 0   #0669F7,
            0    1px 0   #0669F7,
            -1px -0   0   #0669F7,
            1px -0   0   #0669F7,
            -1px  0   0   #0669F7,
            1px  0   0   #0669F7,
            -1px -1px 0   #0669F7,
            1px -1px 0   #0669F7,
            -1px  1px 0   #0669F7,
            1px  1px 0   #0669F7,
            -1px -1px 0   #0669F7,
            1px -1px 0   #0669F7,
            -1px  1px 0   #0669F7,
            1px  1px 0   #0669F7;
}

.front-page h1, .front-page h2 {
    font-size: 30px;
    text-align: center;
    font-family: Ramabhadra, sans-serif
}

.front-page h3 {
    text-align: center;
    text-transform: capitalize;
    margin-top: 0
}

.s-1, .s-10, .s-2, .s-9 {
    padding: 25px 0;
    position: relative
}

.s-8 {
    padding: 50px 0;
    position: relative
}

.s-8 h2 {
    margin: 0 0 100px 0
}

.s-3 {
    padding: 100px 0 50px 0;
    position: relative
}

.s-10, .s-4, .s-6 {
    padding: 75px 0;
    position: relative
}

.s-5, .s-9 {
    padding: 65px 0
}

.s-7 {
    padding: 150px 0
}

.s-1 h1 {
    margin-bottom: 15px
}

.s-1 .list-group {
    margin-top: 20px;
    box-shadow: none
}

ul.list-circle li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    font-size: 19px
}

ul.list-circle li:before {
    content: '\f1db';
    font-family: FontAwesome;
    font-size: 12px;
    color: #62bcef;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s-2 span {
    font-size: 19px;
    line-height: 36px;
    text-align: center;
    display: block;
    margin-left: 50px
}

.s-2 span a {
    text-transform: uppercase;
    color: #62bcef
}

.s-2 .img-responsive {
    position: relative;
    display: block;
    width: 100%
}

.s-2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 60px;
    width: 360px;
    height: 20px;
    background: url(/img/g-b-l.png) no-repeat;
    background-size: cover;
    display: none
}

.s-2:before {
    content: "";
    position: absolute;
    left: 32%;
    bottom: 0;
    width: 360px;
    background: url(/img/g-b-r.png) no-repeat;
    background-size: cover;
    height: 20px;
    display: none
}

.s-3 {
    overflow: hidden
}

.s-3 h2 {
    position: relative;
    margin: 80px 0 80px 0
}

.s-3 h2:after {
    content: "Essay service";
    position: absolute;
    color: #f4f3f3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 110px;
    text-transform: uppercase;
    z-index: -1;
    width: 100%;
    right: -30%
}

.s-3 h2.not_after:after {
    content: "Essay service";
    position: absolute;
    color: #f4f3f3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 110px;
    text-transform: uppercase;
    z-index: -1;
    width: 100%;
    right: -30%;
    display: none
}

.s-3 h2.not_after:after {
    content: "Essay service";
    position: absolute;
    color: #f4f3f3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 110px;
    text-transform: uppercase;
    z-index: -1;
    width: 100%;
    right: -30%;
    display: none
}

.big_text_s-3 {
    font-size: 19px;
    text-align: center;
    font-family: Ramabhadra, sans-serif;
    font-weight: 700;
    font-style: italic;
    margin: 40px 0 40px 0;
    letter-spacing: 1px
}

.mr_bt {
    margin: 0 0 40px 0
}

.s-3 .item-block {
    font-size: 16px;
    max-width: 320px;
    margin: 40px auto 0
}

.s-3 .item-block .m-height {
    height: 75px;
    width: 75px;
    margin: 0 auto 30px
}

.s-3 .item-block .m-height .img-responsive {
    height: 100%
}

.s-3 .item-block .m-height p, .s-3 .item-block .m-height ul li {
    font-size: 16px
}

.s-3 .item-block h3 {
    font-size: 22px;
    font-family: Ramabhadra, sans-serif
}

.s-3 .item-block ul {
    padding: 0;
    max-width: 200px;
    margin: 0 auto
}

.s-3 .item-block ul li {
    list-style: none;
    margin-bottom: 15px
}

.s-4:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    border-bottom: 1px solid #62bcef
}

.s-4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    border-top: 1px solid #62bcef
}

.s-6 {
    overflow: hidden
}

.s-6 h2 {
    position: relative;
    margin-top: 0
}

.s-6 h2:after {
    content: "writing service";
    position: absolute;
    color: #f4f3f3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 110px;
    text-transform: uppercase;
    z-index: -1;
    width: 100%;
    right: -30%
}

.s-6 h2.not_after:after {
    display: none
}

.s-6 .for_style {
    margin: 40px 0 40px 0
}

.s-6 table {
    margin: 0 0 24px 0
}

.s-6 .list_number {
    list-style: decimal
}

.s-7 {
    background: url(/img/guy.png) no-repeat 0 50%, #f3f3f5
}

.s-7 .edit_h2_p {
    font-size: 35px;
    line-height: 53px;
    font-family: Ramabhadra, sans-serif;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase
}

.s-10 .edit_h2_p {
    font-size: 35px;
    line-height: 53px;
    font-family: Ramabhadra, sans-serif;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase
}

.s-3 .edit_h2_p {
    font-size: 19px;
    line-height: 53px;
    font-family: Ramabhadra, sans-serif;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase
}

.s-7 h2 {
    font-size: 35px;
    line-height: 53px;
    font-family: Ramabhadra, sans-serif;
    margin: 0 0 20px
}

.s-10 {
    background: url(/img/guys-with-girl.png) no-repeat 100% -40px, #f3f3f5
}

.s-10 h2 {
    line-height: 45px;
    margin: 0;
    margin-bottom: 20px
}

.s-10 .short-desc {
    color: #7c7c7c;
    font-size: 14px;
    display: block;
    max-width: 340px;
    line-height: 20px;
    margin: 20px auto
}

.cta-default-text {
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    display: block
}

.cta-default-text:after {
    content: "";
    position: absolute;
    right: 35%;
    bottom: -7px;
    width: 14px;
    height: 14px;
    background: #62bcef;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.cta-default-text:before {
    content: "";
    position: absolute;
    left: 35%;
    top: -7px;
    width: 14px;
    height: 14px;
    background: #62bcef;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.s-2 .cta-default-text:after {
    display: none
}

.s-2 .cta-default-text:before {
    display: none
}

.s-3 .cta-default-text:after {
    display: none
}

.s-3 .cta-default-text:before {
    display: none
}

.s-6 .cta-default-text:after {
    display: none
}

.s-6 .cta-default-text:before {
    display: none
}

.categories-list {
    padding-left: 0
}

.categories-list li, .left_menu, .left_menu_hover {
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 3px;
    padding-left: 15px;
    list-style: none;
    line-height: 1
}

.categories-list li a, .left_menu a, .left_menu_hover a {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: block;
    text-decoration: none
}

.categories-list li a:after, .left_menu a:after, .left_menu_hover a:after {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    right: 5px;
    top: 50%;
    color: #62bcef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.categories-list li a:hover, .left_menu a:hover, .left_menu_hover:hover {
    color: #62bcef
}

.categories-list li a:hover:after, .left_menu a:hover:after, .left_menu_hover a:hover:after {
    right: 0
}

.categories-list th {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    list-style: none;
    line-height: 1;
    padding-bottom: 3px;
    padding-top: 18px
}

.categories-list {
    margin-bottom: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    list-style: none;
    line-height: 1
}

.categories-list th a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e8e8e8;
    width: 90%
}

.categories-list th a:after {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    right: 5px;
    top: 50%;
    color: #62bcef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s
}

.categories-list th a:hover:after {
    right: 0;
    transition: .5s
}

.categories-list li:last-child, .left_menu:last-child {
    border-bottom: none
}

.more-link {
    color: #62bcef;
    font-family: Helvetica;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #62bcef;
    margin-top: 10px;
    display: inline-block;
    margin-left: 15px
}

.more-link:hover {
    color: #90d0f4;
    border-bottom: 1px solid #90d0f4;
    text-decoration: none
}

.medals {
    margin: auto
}

.medals .img-responsive {
    margin: 0 auto;
    cursor: pointer;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%)
}

.medals .img-responsive:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0)
}

.topic-form {
    text-align: center
}

.topic-form .form-group .form-control {
    height: 60px;
    width: 340px;
    padding: 6px 30px;
    font-size: 19px;
    border: none
}

.form-group .form-control {
    background-color: #fff;
    border-radius: 30px;
    color: #8f8e8e;
    box-shadow: none
}

.partners {
    min-height: 80px;
    position: relative;
    margin: 0 auto 25px;
    opacity: .33
}

.partners .img-responsive {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%)
}

.alert-info {
    padding: 5px;
    font-size: 12px;
    max-width: 340px;
    margin: 20px auto
}

._sign-up-form .form-group .form-control {
    margin: 0 auto 10px
}

._sign-up-form .btn {
    max-width: 340px
}

._sign-up-form .alert-danger-gdbr {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0
}

.calc-holder-content {
    max-width: 480px;
    margin: 50px auto
}

.calc-holder {
    width: 100%;
    max-width: 470px;
    float: right
}

.calc_form_class {
    padding: 30px 60px;
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 0 15.7px .3px rgba(42, 42, 42, .39)
}

.calc_form_class h3 {
    text-align: center;
    color: #62bcef;
    font-family: Ramabhadra, sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.calc_form_class .form-group {
    position: relative
}

.calc_form_class .form-group .form-control {
    cursor: pointer
}

.calc_form_class .form-group .form-control:hover {
    border: 1px solid #62bcef
}

.calc_form_class .form-group:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: grey;
    position: absolute;
    width: 9px;
    height: 25px;
    right: 25px;
    top: 50%;
    z-index: 1;
    font-size: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.calc_form_class .group {
    margin-top: 30px
}

.calc_form_class .group .price-div {
    display: inline-block;
    position: relative;
    top: 5px
}

.calc_form_class .group .price-div .price-title {
    color: #c1c1c1;
    font-size: 16px;
    vertical-align: 1px
}

.calc_form_class .group .price-div .price_div {
    color: #7f7e7e;
    font-size: 24px;
    margin-left: 2px
}

.calc_form_class .group .price-div .price_div span {
    font-size: 18px;
    margin-right: 3px
}

.calc_form_class .group .btn {
    width: 100%;
    float: right;
    max-width: 200px
}

.calc_form_class .form-control {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 15.7px .3px rgba(42, 42, 42, .39);
    color: #454545;
    font-size: 15px;
    height: 40px;
    padding: 6px 30px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .1s;
    transition: all .1s
}

select::-ms-expand {
    display: none
}

.calc_form_class .validator_exp {
    display: none
}

.header-form-con {
    margin: 20px 23px 0 23px;
    font-family: 'Open Sans', sans-serif
}

.header-form-text-bottom-h1 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px
}

.header-form-text-bottom-h2 {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px
}

.abuse-form-wrap {
    max-width: 100%;
    width: 500px;
    margin: auto
}

.abuse-form-wrap .error-input {
    border-color: red
}

.abuse-form-result .abuse-send-success p {
    color: #62bdef;
    line-height: 18px;
    text-align: center
}

footer {
    padding: 40px 0;
    border-bottom: 1px solid #d3d3d3
}

footer .rem-ped {
    padding: 0
}

footer ul {
    padding-left: 0
}

footer ul li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 20px
}

footer ul li a {
    color: #454545;
    font-size: 16px
}

footer ul li a:hover {
    color: #62bcef;
    text-decoration: none
}

footer .paycards {
    text-align: right
}

footer .paycards i {
    display: inline-block;
    margin-right: 10px;
    margin-right: 0;
    margin-top: 15px
}

footer .paynet-holder span {
    text-align: right;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0
}

.sprite-pay-metod {
    background-image: url(/img/pay-metod.png);
    background-repeat: no-repeat;
    display: block
}

.sprite-Mastercard {
    width: 60px;
    height: 40px;
    background-position: -5px -5px
}

.sprite-Paypal {
    width: 60px;
    height: 40px;
    background-position: -5px -55px
}

.sprite-Visa {
    width: 60px;
    height: 40px;
    background-position: -5px -105px
}

.sprite-discover {
    width: 60px;
    height: 40px;
    background-position: -5px -155px
}

.secure-pay {
    text-align: right
}

.secure-pay > div {
    display: inline-block;
    margin-top: 10px
}

.secure-pay > div:first-child {
    float: right;
    margin-left: 10px
}

footer .number {
    font-weight: 700;
    text-align: right;
    margin-top: 10px;
    position: relative;
    float: right
}

footer .number:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/phone.png) no-repeat;
    width: 35px;
    height: 35px;
    background-size: contain
}

.copyrights {
    text-align: center;
    padding: 10px 0
}

.copyrights span {
    display: block;
    color: #bab9b9;
    font-size: 16px
}

.copyrights span a {
    color: #454545
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel {
    text-align: center
}

.owl-carousel .default-user {
    width: 146px;
    height: 146px;
    margin: auto
}

.owl-carousel .name {
    color: #454545;
    font-size: 22px;
    font-weight: 700
}

.owl-carousel .caption {
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
    max-width: 800px;
    margin: 20px auto
}

.owl-carousel .rating {
    color: #fcaf3d
}

.owl-carousel .rating .fa {
    font-size: 20px
}

.owl-carousel .owl-controls .owl-buttons {
    top: 50px;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    position: absolute
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    float: left
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:after {
    left: -8px;
    top: 0
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    float: right
}

.owl-carousel .owl-controls .owl-buttons .owl-next:after {
    left: -11px
}

.owl-carousel .owl-controls .owl-buttons .owl-next, .owl-carousel .owl-controls .owl-buttons .owl-prev {
    display: inline-block;
    position: relative
}

.owl-carousel .owl-controls .owl-buttons .owl-next .fa, .owl-carousel .owl-controls .owl-buttons .owl-prev .fa {
    font-size: 26px;
    color: #d3d3d3;
    top: 7px;
    position: relative
}

.owl-carousel .owl-controls .owl-buttons .owl-next:after, .owl-carousel .owl-controls .owl-buttons .owl-prev:after {
    content: "\f1db";
    position: absolute;
    font-family: FontAwesome;
    font-size: 30px;
    color: #d3d3d3;
    width: 30px;
    height: 30px
}

.cta-anonymous {
    padding: 60px 0;
    text-align: center;
    background: #fafafa
}

.cta-anonymous h2 {
    margin-bottom: 60px;
    margin-top: 0;
    font-size: 30px;
    position: relative
}

.cta-anonymous h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: -63px;
    border-bottom: 4px solid #62bcef;
    height: 4px;
    width: 125px
}

.cta-anonymous .text-body {
    line-height: 36px;
    margin-bottom: 40px;
    font-size: 16px
}

.cta-anonymous .btn {
    font-size: 26px;
    padding: 24px 0;
    max-width: 320px
}

.loyal-program {
    background-image: -webkit-linear-gradient(41deg, #2a2e32 0, #2a2e32 50%, #373d44 100%);
    background-image: linear-gradient(49deg, #2a2e32 0, #2a2e32 50%, #373d44 100%);
    padding: 70px 0 0
}

.loyal-program .list-holder {
    margin-top: 90px
}

.loyal-program .list-holder h2, .loyal-program .list-holder ul li {
    color: #fff
}

.loyal-program .list-holder h2 {
    font-size: 26px;
    margin-top: 0
}

.loyal-program .list-holder ul {
    padding-left: 0
}

.loyal-program .list-holder ul li {
    padding-left: 45px;
    margin-bottom: 20px;
    position: relative;
    font-size: 19px;
    line-height: 34px
}

.loyal-program .list-holder ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/heavy_check.png) no-repeat 0 0;
    width: 23px;
    height: 25px;
    background-size: contain
}

.loyal-program .list-holder ul li:last-child {
    margin-bottom: 0
}

.loyal-program h2 {
    text-align: center;
    color: #717b86;
    margin-bottom: 50px;
    margin-top: 0;
    font-size: 30px
}

.loyal-program .text-body {
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 34px;
    color: #717b86
}

.extras {
    padding: 50px 0
}

.extras .container .extra-item:last-child {
    margin-bottom: 0
}

.extras h2 {
    font-size: 30px;
    position: relative;
    margin: 7px 0
}

.extras h2:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    border-bottom: 4px solid #62bcef;
    height: 4px;
    width: 65px
}

.extras .text-prev {
    color: #62bcef;
    line-height: 36px;
    font-style: italic;
    font-size: 16px
}

.extras .text-prev a {
    color: #62bcef
}

.extras .text-prev a:hover {
    text-decoration: underline
}

.extra-item {
    margin-bottom: 50px;
    font-size: 16px
}

.extra-item h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    padding-left: 50px;
    text-transform: capitalize;
    line-height: 40px
}

.extra-item h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hide-text {
    display: none
}

.p-anal {
    display: block;
    width: 100%;
    height: 20px
}

.read-more-text {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    color: #62bcef;
    margin: 0 0 0 5px
}

.read-more-text:after {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    right: -10px;
    top: 50%;
    font-style: normal;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.read-more {
    text-decoration: none;
    position: relative;
    color: #62bcef;
    margin: 0 0 0 5px
}

.read-more:focus, .read-more:hover {
    color: #62bcef;
    text-decoration: none
}

.read-more.active, .read-more:active {
    box-shadow: none
}

.read-more:active:focus {
    color: #62bcef
}

.read-more:after {
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    right: -10px;
    top: 50%;
    font-style: normal;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.five {
    margin: 0 0 2px 2px;
    background: url(/img/rating.png) no-repeat;
    width: 136px;
    height: 25px
}

.four {
    margin: 0 0 2px 2px;
    background: url(/img/rating.png) no-repeat 0 -28px;
    width: 136px;
    height: 25px
}

.three {
    margin: 0 0 2px 2px;
    background: url(/img/rating.png) no-repeat 0 -56px;
    width: 136px;
    height: 25px
}

.extra-item .pref-writer:before {
    background: url(/img/pen.png) no-repeat;
    background-size: contain
}

.extra-item .vip-serv:before {
    background: url(/img/cogwheel.png) no-repeat;
    background-size: contain
}

.extra-item .plag-repo {
    background: url(/img/file.png) no-repeat;
    background-size: contain
}

.extra-item .abstract-page {
    background: url(/img/files.png) no-repeat;
    background-size: contain
}

.extra-item .source-use {
    background: url(/img/bookmark.png) no-repeat;
    background-size: contain
}

.extra-item .table-content {
    background: url(/img/lamp.png) no-repeat;
    background-size: contain
}

.extra-item .editor {
    background: url(/img/Check_Circle.png) no-repeat;
    background-size: contain
}

.cta-discount {
    padding: 50px 0;
    background-color: #2a2e32
}

.cta-discount .lead, .cta-discount p {
    color: #fff;
    text-align: right
}

.cta-discount .lead {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block
}

.cta-discount .list li {
    color: #fff;
    padding-left: 20px;
    list-style: none
}

.cta-discount .list li:before {
    content: "\f1db";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 50%;
    color: #62bcef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cta-discount .list li span {
    font-size: 24px
}

.prices {
    margin-top: 20px
}

.tab-content {
    margin-top: 20px
}

.table {
    background-color: #fff;
    border: .45px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, .05)
}

.table > thead > tr > th {
    color: #61bbed;
    font-size: 19px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    border-bottom: none;
    background: #fff
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
    border-top: none;
    color: #454545;
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    padding: 8px
}

.table > tbody > tr > td:first-child {
    font-weight: 700
}

.prices table tr:nth-child(odd) {
    background: #f8f8f8 !important
}

.prices .nav-tabs {
    border: 1px solid #a6a6a6
}

.table > tbody > tr > td:hover, .table > tfoot > tr > td:hover, .table > tfoot > tr > th:hover, .table > thead > tr > td:hover {
    background: #61bbed;
    color: #fff;
    cursor: pointer
}

.table > tbody > tr > td:first-child:hover {
    background: inherit;
    color: inherit
}

.widget {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #fdfdfd;
    margin-bottom: 20px;
    padding: 25px 20px;
    background-color: #f8f8f8;
    border: 1px solid #dedede
}

.widget-title h3 {
    margin: 0 0 15px 0;
    text-align: center;
    text-align: center;
    font-family: Ramabhadra, sans-serif;
    font-family: Gilroy;
}

.left_menu_hover, .widget-body .categories-list li, .widget-body .left_menu {
    margin-bottom: 5px;
    padding-top: 3px
}

.left_menu:last-child, .left_menu_hover:last-child, .widget-body .categories-list, .widget-body .categories-list li:last-child {
    margin-bottom: 0
}

.widget .subtitle {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px
}

.widget .list-item {
    font-size: 16px;
    margin-bottom: 10px
}

.idea {
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px
}

.idea .idea_header {
    background: url(/img/down.gif) no-repeat;
    background-position: right;
    background-color: #e3eff3;
    border: 3px solid #c1e0eb;
    font: bold 13px Arial;
    color: #433215;
    padding: 5px 26px 5px 15px
}

.idea .idea_body {
    background-color: #c1e0eb;
    padding: 8px;
    display: none;
    text-align: left;
    line-height: 30px
}

.idea .idea_body a {
    font: 13px Arial;
    color: #4c4c4c;
    padding: 5px;
    border: 1px solid #c1e0eb;
    border-top: 0;
    white-space: nowrap;
    display: inline-block
}

.idea .idea_body a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4794af;
    border: 1px solid #88bccf;
    border-top: 0;
    white-space: nowrap
}

.chat-fixed {
    position: fixed;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
    font-family: sans-serif;
    background: #545454;
    background: -moz-linear-gradient(top, #545454 0, #232323 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #545454), color-stop(100%, #232323));
    background: -webkit-linear-gradient(top, #545454 0, #232323 100%);
    background: -o-linear-gradient(top, #545454 0, #232323 100%);
    background: -ms-linear-gradient(top, #545454 0, #232323 100%);
    background: linear-gradient(to bottom, #545454 0, #232323 100%)
}

.chat-fixed .phone {
    position: relative;
    font-weight: 700;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 22px;
    text-decoration: none
}

.chat-fixed .phone i {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.btn-direct-call .fa {
    position: relative;
    top: 2px;
    font-size: 20px
}

.chat-fixed .chat {
    background-image: url(/img/chat-icon.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.chat-fixed .chat span {
    font-size: 16px
}

.chat-fixed .chat:hover {
    text-shadow: 0 0 8px rgba(0, 0, 0, .4);
    transition: text-shadow .2s linear
}

.btn-direct-call {
    border: none;
    background: 0 0;
    color: #fff;
    font-weight: 600
}

.chat-fixed-bottom {
    bottom: 0;
    right: 200px;
    border-radius: 3px 3px 0 0;
    right: 20px
}

.chat-fixed-bottom .phone {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 1px 0 0 rgba(255, 255, 255, .2);
    margin-left: 14px;
    background-position: 0 6px;
    padding: 7px 16px 4px 0
}

.chat-fixed-bottom .chat {
    border-left: 1px solid rgba(255, 255, 255, .2);
    box-shadow: -1px 0 0 rgba(0, 0, 0, .3);
    display: inline-block;
    background-position: 14px;
    padding: 7px 16px 6px 45px;
    background-position: 14px -40px
}

.chat-fixed-left {
    left: 0;
    top: 200px;
    border-radius: 0 3px 3px 0
}

.chat-fixed-left .phone {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    background-position: 6px 8px;
    padding: 9px 16px 1px 36px;
    font-size: 16px
}

.chat-fixed-left .chat {
    margin-left: 6px;
    display: block;
    background-position: 0 -41px;
    padding: 7px 23px 7px 30px
}

.chat-fixed-right {
    right: 0;
    top: 200px;
    border-radius: 3px 0 0 3px
}

.chat-fixed-right .phone {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    background-position: 6px 8px;
    padding: 7px 8px 4px 26px;
    font-size: 16px
}

.chat-fixed-right .chat {
    margin-left: 6px;
    display: block;
    text-align: right;
    background-position: 5px -41px;
    padding: 7px 8px 7px 30px
}

.limited-banner.mobile-view {
    z-index: 9999999999;
    height: auto;
    padding: 0 10px
}

.limited-banner.mobile-view .close-btn i {
    font-size: 30px
}

.limited-banner.mobile-view .body {
    margin: 20px auto
}

.limited-banner.mobile-view .body span {
    font-size: 22px;
    margin-bottom: 15px
}

.limited-banner.mobile-view .body .btn-default {
    font-size: 20px;
    margin: 0
}

.limited-banner {
    display: none;
    height: 35px;
    padding: 2px 0;
    background: rgba(0, 0, 0, .95);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000
}

.limited-banner .close-btn i {
    color: #fff;
    font-size: 20px;
    margin: 5px 10px;
    opacity: .6
}

.limited-banner .close-btn i:hover {
    opacity: 1
}

.limited-banner .body {
    max-width: 1005px;
    text-align: center;
    margin: 0 auto
}

.limited-banner .body span {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

.limited-banner .body .btn-default {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #edf3f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #edf3f5));
    background: -webkit-linear-gradient(top, #fff 0, #edf3f5 100%);
    background: -o-linear-gradient(top, #fff 0, #edf3f5 100%);
    background: -ms-linear-gradient(top, #fff 0, #edf3f5 100%);
    background: linear-gradient(to bottom, #fff 0, #edf3f5 100%);
    box-shadow: 0 1px 0 2px rgba(0, 0, 0, .16);
    width: 112px;
    font-size: 10px;
    color: #0c425b;
    border-radius: 3px;
    border: none;
    display: inline-block;
    font-family: arial;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 3px;
    padding: 7px;
    margin-left: 25px;
    line-height: 1
}

.limited-banner .body .btn-default:hover {
    opacity: .9
}

#back-top {
    position: fixed;
    z-index: 5;
    bottom: 10px;
    padding-right: 10px;
    right: 50%;
    margin-right: -50%
}

#back-top a {
    width: 55px;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

#back-top span {
    z-index: 999 !important;
    display: block;
    position: fixed !important;
    bottom: 10px !important;
    left: 10px;
    background: #4c4c4c;
    border-radius: 3px;
    color: #fff;
    opacity: .7;
    padding: 10px;
    border: none
}

.faq-list h3, .faq-list h3 a, .faq_list h3 {
    color: #454545;
    font-size: 16px;
    text-transform: inherit
}

.faq_list li h3:hover {
    color: #62bcef;
    transition: .1s
}

.faq_list li {
    border-bottom: 1px solid #eee
}

.anonymous-container .text-body {
    line-height: 26px;
    margin-bottom: 30px;
    font-size: 16px
}

.ver-block .steps {
    float: left;
    width: 100%;
    overflow: hidden
}

.ver-block .steps-holder {
    background: #f8f8f8;
    overflow: hidden;
    padding: 10px 0
}

.ver-block .numofstep {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px grey;
    background: rgba(184, 230, 255, 1);
    background: -moz-linear-gradient(top, rgba(184, 230, 255, 1) 0, rgba(130, 203, 245, 1) 41%, rgba(98, 187, 239, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(184, 230, 255, 1)), color-stop(41%, rgba(130, 203, 245, 1)), color-stop(100%, rgba(98, 187, 239, 1)));
    background: -webkit-linear-gradient(top, rgba(184, 230, 255, 1) 0, rgba(130, 203, 245, 1) 41%, rgba(98, 187, 239, 1) 100%);
    background: -o-linear-gradient(top, rgba(184, 230, 255, 1) 0, rgba(130, 203, 245, 1) 41%, rgba(98, 187, 239, 1) 100%);
    background: -ms-linear-gradient(top, rgba(184, 230, 255, 1) 0, rgba(130, 203, 245, 1) 41%, rgba(98, 187, 239, 1) 100%);
    background: linear-gradient(to bottom, rgba(184, 230, 255, 1) 0, rgba(130, 203, 245, 1) 41%, rgba(98, 187, 239, 1) 100%)
}

.ver-block .step1 .info {
    margin: 30px 0 30px 20px
}

.ver-block .step2 .info {
    margin: 30px 20px 30px 0
}

.ver-block .step3 .info {
    margin: 30px 0 30px 20px
}

.ver-block .step4 .info {
    margin: 30px 20px 30px 0
}

.ver-block .steps .info h3 {
    color: #368dc3;
    font: 18px Arial;
    text-transform: uppercase;
    width: 100%
}

.ver-block .steps .info p {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 20px
}

.ver-block .steps-holder img {
    padding: 25px
}

.ver-block .step3 .steps-holder img, .ver-block .step4 .steps-holder img {
    padding: 0
}

.ver-block .step1 .info h3 {
    text-align: right
}

.ver-block .step4 .info a {
    color: #159deb
}

.ver-block .outro {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    background: #f8f8f8;
    padding: 0 0 20px 0
}

.ver-block .describe {
    float: left;
    text-align: center;
    width: 100%;
    margin: 30px 0
}

.ver-block .describe .tit {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin: 0
}

.ver-block .describe img {
    margin: 10px 0
}

.ver-block .common .tit {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 10px 0
}

.ver-block .common .faq-list h3 {
    font-weight: 100;
    line-height: 20px;
    font-size: 12px;
    padding: 0 0 0 20px;
    margin-bottom: 5px;
    background: url(/img/marker.png) 0 7px no-repeat
}

.sub-fb {
    max-width: 480px;
    margin: auto;
    text-align: center
}

.fb_iframe_widget {
    display: block;
    width: 320px;
    overflow: hidden
}

.how-it-works .step .sign {
    margin: 20px 0 20px;
    background: #f8f8f8 url(/img/how_it_works_step.png) no-repeat;
    background-position: 0 100%;
    height: 87px;
    width: 100%;
    font-size: 24px;
    padding-left: 110px;
    padding-top: 25px;
    color: #767676;
    border: 1px solid #e4e4e4
}

.how-it-works .step2 .sign {
    background-position: 0 -94px
}

.how-it-works .step3 .sign {
    background-position: 0 -188px
}

.how-it-works .step4 .sign {
    background-position: 0 -282px
}

.ext-page-wrap {
    margin: 20px 0
}

.ext-page-item h2 {
    margin-bottom: 30px
}

.ext-page-wrap .ext-page-item {
    margin-bottom: 50px
}

.ext-page-wrap .ext-page-item:last-child {
    margin-bottom: 70px
}

.ext-page-wrap .ext-page-item .item {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.ext-page-wrap .ext-page-item h2 {
    padding-left: 0;
    margin-top: 0;
    background: 0 0;
    text-align: center;
    font-size: 18px !important;
    border-bottom: none !important;
    margin-bottom: 20px !important
}

.ext-page-wrap .ext-page-item .item:last-child {
    border-bottom: 1px solid #f3f3f3
}

.ext-page-wrap .ext-page-item .item .icon {
    text-align: center;
    max-width: 70px;
    margin: 0 auto 20px
}

.ext-page-wrap .ext-page-item .item .icon img {
    width: 100%
}

.ext-page-wrap .ext-page-item .item .desc {
    margin-bottom: 20px
}

.ext-page-wrap .ext-page-item .item .testim {
    position: relative
}

.ext-page-wrap .ext-page-item .item .testim .body {
    border: 1px solid #e8e5dc;
    background: #ebebeb;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 20px
}

.ext-page-wrap .ext-page-item .item .testim .body:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #ebebeb;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -14px
}

.ext-page-wrap .ext-page-item .item .item-group {
    display: inline-block;
    vertical-align: top;
    margin-right: 0
}

.ext-page-wrap .ext-page-item .item .item-group .img {
    text-align: center;
    margin: 10px 0 20px
}

.ext-page-wrap .ext-page-item .item .item-group .img i {
    color: #62bcef;
    font-size: 50px;
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto
}

.ext-page-wrap .ext-page-item .item .item-group .img .author {
    font-style: italic;
    color: #006cc0;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 700
}

.ext-page-wrap .ext-page-item .item .more-testim {
    text-align: right;
    margin-right: 20px;
    position: relative
}

.ext-page-wrap .ext-page-item .item .extras-ord-btn {
    text-align: center;
    margin: 20px 0
}

.ext-page-wrap .ext-page-item .item .more-testim .read-more {
    padding-right: 10px
}

.ext-page-wrap .ext-page-item .item .extr-ord-button {
    margin: 40px 0;
    text-align: center
}

.ext-page-wrap .ext-page-item .item .extr-ord-button a:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 0 60px rgba(255, 255, 255, .3) inset
}

.ext-page-wrap .extras-banner .banner-ord-btn a:hover {
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 0 60px rgba(255, 255, 255, .3) inset;
    transition: box-shadow .15s ease-in-out
}

.ext-page-wrap .text {
    text-align: center;
    font-size: 18px
}

.ext-page-wrap .extras-banner {
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(245, 245, 245, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(245, 245, 245, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(245, 245, 245, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(245, 245, 245, 1) 100%);
    text-align: center;
    padding: 10px 10px 30px 10px;
    margin: 20px 0 40px;
    border: 1px solid #8bae21;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.ext-page-wrap .extras-banner .banner-text {
    font-size: 18px;
    padding: 10px 0 25px;
    text-align: center
}

.ext-page-wrap .save-block .save-block-item {
    background: #f5f5f5;
    border: 1px solid #62bcef;
    padding: 15px;
    border-radius: 3px;
    color: #555;
    margin-bottom: 20px;
    height: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.ext-page-wrap .save-block .save-block-item h3 {
    text-align: center;
    background: 0 0;
    margin: 0 0 10px;
    padding-left: 0;
    font-size: 16px
}

.ext-page-wrap .extras-banner .banner-text {
    font-size: 16px;
    padding: 10px 0 20px;
    text-align: center
}

.ext-page-wrap .save-block .save-block-item .list {
    padding-left: 5px;
    margin-bottom: 0
}

.ext-page-wrap .save-block .save-block-item:last-child .list li:last-child {
    color: red;
    font-weight: 700;
    padding-top: 10px
}

.ext-page-wrap .save-block .save-block-item .list li {
    font-size: 16px;
    margin-top: 0;
    padding-left: 0;
    background: 0 0;
    padding-bottom: 5px
}

.ext-page-wrap .save-block .save-block-item .list li:last-child {
    margin-bottom: 0
}

.ext-page-wrap .save-block .save-block-item .list li:before {
    display: none
}

.ext-page-wrap .save-block .save-block-item .list li span {
    float: right;
    color: #62bcef;
    font-weight: 700
}

.ribbon {
    position: relative;
    width: 87%;
    min-width: 240px;
    margin: 0 auto;
    display: block;
    z-index: 3;
    margin-bottom: 20px
}

.ribbon > p {
    margin: 0;
    background: #62bcef;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 18px;
    min-height: 40px;
    padding: 5px 0 0 0
}

.ribbon:after, .ribbon:before, p:after, p:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0
}

.ribbon:after, .ribbon:before {
    top: 10px;
    z-index: -2;
    border: 1.6em solid #62bcef
}

.ribbon:before {
    left: -32px;
    border-left-color: transparent
}

.ribbon:after {
    right: -32px;
    border-right-color: transparent
}

.ribbon p:after, .ribbon p:before {
    top: 40px;
    z-index: -1;
    border: .3em solid #62bcef;
    border-bottom-color: transparent
}

.ribbon p:before {
    left: 0;
    border-left-color: transparent
}

.ribbon p:after {
    right: 0;
    border-right-color: transparent
}

.counter1 {
    width: 102px;
    height: 24px;
    background: url(/img/count3.jpg) no-repeat;
    color: #fff;
    padding-left: 3px;
    padding-top: 3px;
    margin: 0 auto 10px
}

.counter3 {
    width: 68px;
    height: 24px;
    background: url(/img/count1.jpg) no-repeat;
    color: #fff;
    padding-left: 3px;
    padding-top: 3px;
    margin: 0 auto 10px
}

.counter2 {
    width: 52px;
    height: 24px;
    background: url(/img/count2.jpg) no-repeat;
    color: #fff;
    padding-left: 3px;
    padding-top: 3px;
    margin: 0 auto 10px
}

.countert {
    padding-bottom: 9px;
    color: #000
}

.c1, .c2, .c3, .c4, .c5, .c6 {
    width: 16px;
    height: 20px;
    float: left;
    background-image: url(/img/count.png);
    background-repeat: repeat-y;
    background-position: 3px 20px
}

.counters {
    text-align: center
}

.banner-deadline {
    display: block;
    border-radius: 4px;
    border: 3px solid #fff;
    background: #60b7e4;
    background: -moz-linear-gradient(top, #60b7e4 0, #3494c4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #60b7e4), color-stop(100%, #3494c4));
    background: -webkit-linear-gradient(top, #60b7e4 0, #3494c4 100%);
    background: -o-linear-gradient(top, #60b7e4 0, #3494c4 100%);
    background: -ms-linear-gradient(top, #60b7e4 0, #3494c4 100%);
    background: linear-gradient(to bottom, #60b7e4 0, #3494c4 100%);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    font-weight: 700;
    text-decoration: none;
    margin: 12px 35px 0 35px;
    padding: 15px;
    font-size: 15px
}

.samples {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.s_remark {
    font: bold 11px Arial;
    color: #939393;
    padding-bottom: 15px
}

.s_item {
    width: 100%;
    border-collapse: collapse;
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px
}

.s_item .head {
    border-bottom: 1px solid #dfdfdf;
    background: #eee
}

.s_item h3 {
    padding: 5px 6px 4px 6px;
    margin: 0;
    font-size: 16px;
    color: #090909
}

.s_item .col1 {
    font: bold 11px Arial;
    color: #585858;
    padding: 4px 6px;
    width: 100px
}

.s_item .col2 {
    font: 13px Arial;
    color: #090909
}

.s_item .col3 {
    background: url(/img/sample_pdf.jpg) no-repeat center;
    width: 100px;
    border-left: 1px solid #dfdfdf
}

.s_item .col3 a {
    display: block;
    width: 82px;
    height: 91px;
    margin: auto
}

.essay-samples-link {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    border: 1px solid #d4d4d4;
    font-weight: 700
}

.essay-samples-link:focus, .essay-samples-link:hover {
    color: #e66569;
    opacity: .8;
    text-decoration: none;
    border: 1px solid #bdbdbd;
    cursor: pointer
}

.essay-samples-link span {
    padding-right: 10px;
    text-transform: uppercase
}

.essay-samples-link:after {
    content: '';
    background: url(/img/pdf.ico) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 6px
}

.testimonials-block span {
    display: block;
    text-align: right
}

.currency {
    float: right
}

#abuse-captcha {
    max-width: 120px
}

.socials-holder {
    text-align: center
}

.post {
    border: 1px solid #d4d4d4;
    padding: 25px 20px;
    border-radius: 4px;
    margin-bottom: 10px
}

.post:hover {
    border: 1px solid #adadad
}

/*.post-944.post {*/
/*border: none*/
/*}*/

.post-944.post .wrap_border {
    border: 1px solid #d4d4d4;
    padding: 0 20px;
    margin: 0 0 15px 0
}

.post-944.post + script + .ew__block {
    display: none
}

.post-944.post .reviews p {
    border: 1px solid #62bcef;
    padding: 5px 20px
}

.post-944.post .reviews p em {
    opacity: .8
}

.post h2 {
    font: 18px Arial;
    border-bottom: 2px solid #93a51b;
    padding-bottom: 5px;
    padding-left: 25px;
    background: url(/img/play.jpg) no-repeat;
    background-position: 5px 2px;
}

.post h2 a {
    text-decoration: none
}

.post h3 {
    font-size: 18px
}

.wp-pagenavi {
    text-align: center
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none
}

.wp-pagenavi a:hover, .wp-pagenavi span:hover {
    color: #454545
}

.contact-wrapper ._click-to-call-modal {
    font-size: 18px;
    cursor: pointer;
    text-decoration: underline
}

.go-back-modal * {
    box-sizing: border-box
}

.go-back-modal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    margin: 0;
    width: auto;
    background: 0 0
}

.modal-open .go-back-modal.modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-open .modal-backdrop .in {
    opacity: .9
}

.modal-dialog {
    overflow: auto
}

.go-back-modal .modal-dialog {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 10%;
    position: relative
}

.go-back-modal .modal-dialog .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    max-width: 980px;
    margin: auto
}

.go-back-modal .modal-dialog .modal-inside {
    display: table-cell;
    vertical-align: middle
}

.go-back-modal .modal-header {
    text-align: center;
    padding: 10px 20px;
    border-bottom: 1px solid #dae2e0
}

.go-back-modal .modal-header .close {
    margin-top: 11px;
    opacity: 1;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    float: right
}

.go-back-modal .modal-header i {
    font-size: 28px;
    color: #9a9a9a;
    line-height: 18px
}

.go-back-modal .modal-header i:hover {
    color: #7a7a7a
}

.go-back-modal .modal-header a {
    display: inline-block;
    border: none
}

.go-back-modal .modal-body {
    font-family: Arial;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    max-height: inherit;
    padding: 15px;
    overflow-y: inherit;
    position: relative
}

.go-back-modal .modal-body h4 {
    line-height: 20px;
    font-weight: 700;
    margin: 10px 0;
    font-size: 17.5px
}

.go-back-modal .modal-body form {
    max-width: 600px;
    margin: 20px auto
}

.go-back-modal .modal-body form .form-group .input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

.go-back-modal .modal-body form .input-group .input-group-addon {
    background-color: #fff;
    border: 3px solid #62bcef;
    border-radius: 8px 0 0 8px;
    border-right: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3) inset;
    padding: 6px 12px 6px 20px;
    display: table-cell;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle
}

.go-back-modal .modal-body form .input-group .input-group-addon i {
    font-size: 28px;
    color: #62bcef;
    height: 28px
}

.go-back-modal .modal-body form .input-group .form-control {
    border-radius: 0 8px 8px 0
}

.go-back-modal .modal-body form .form-control {
    font-size: 24px;
    color: #62bcef;
    border: 3px solid #62bcef;
    border-left: none;
    height: 56px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .3) inset;
    padding-left: 5px;
    transition: none;
    line-height: 26px;
    display: table-cell;
    width: 100%
}

.go-back-modal .modal-body form .form-control::-webkit-input-placeholder {
    color: #62bcef;
    opacity: 1
}

.go-back-modal .modal-body form .form-control::-moz-placeholder {
    color: #62bcef;
    opacity: 1
}

.go-back-modal .modal-body form .form-control:-ms-input-placeholder {
    color: #62bcef;
    opacity: 1
}

.go-back-modal .modal-body form .form-group {
    text-align: center
}

.go-back-modal .lead-text {
    font-size: 38px;
    font-weight: 700;
    color: #62bcef;
    line-height: 62px;
    text-transform: uppercase
}

.go-back-modal .secondary-text {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    color: #363636;
    padding-bottom: 20px
}

.go-back-modal .secondary-text span {
    color: #62bcef
}

.go-back-modal .modal-counter-holder {
    margin: 10px auto
}

.go-back-modal .modal-counter-holder span {
    display: inline-block;
    font-size: 20px;
    vertical-align: 28px;
    padding-right: 10px
}

.go-back-modal .modal-counter {
    width: 381px;
    display: inline-block
}

.go-back-modal .modal-counter span {
    float: left;
    background-color: #d3d3d3;
    border-left: 3px solid #fff;
    position: relative;
    color: #262626;
    text-align: center;
    padding: 15px 3px 13px;
    width: 109px;
    height: 68px;
    font-size: 62px;
    line-height: 40px
}

.go-back-modal .modal-counter span:first-child {
    border-radius: 4px 0 0 4px;
    border: none
}

.go-back-modal .modal-counter span:last-child {
    border-radius: 0 4px 4px 0
}

.go-back-modal .for-free {
    position: absolute;
    right: 250px;
    top: 5px
}

.go-back-modal .form-group .input-group .input-group-addon strong {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin: 0 -10px 0 14px;
    color: #2f91c2;
    vertical-align: 1px
}

.go-back-modal ._validation-error {
    color: #e03100;
    font-family: Arial;
    font-size: 20px;
    display: none;
    padding: 5px 0 20px 0
}

.go-back-modal .btn:active {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .24);
    margin-top: 1px
}

.go-back-modal .btn:focus {
    outline: 0 !important
}

.go-back-modal .modal-counter span:after, .go-back-modal .modal-counter span:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    right: -8px;
    top: 18px;
    z-index: 2
}

.go-back-modal .modal-counter span:before {
    top: 41px
}

.go-back-modal .modal-counter span:last-child:after, .go-back-modal .modal-counter span:last-child:before {
    content: none
}

.go-back-modal .modal-body form .input-group.focused .form-control, .go-back-modal .modal-body form .input-group.focused .input-group-addon {
    border-color: #60847d
}

.go-back-modal.go-back-modal-book .secondary-text {
    font-size: 32px
}

.go-back-modal.go-back-modal-book .modal-body {
    padding-top: 50px
}

.go-back-modal .form-error .form-control, .go-back-modal .form-error .input-group-addon {
    border-color: #e03100 !important
}

#goBackModalWithTimer.go-back-modal .lead-text {
    font-size: 33px;
    line-height: 45px
}

#goBackModalWithTimer.go-back-modal .secondary-text {
    padding-bottom: 2px;
    font-size: 24px
}

#goBackModalWithTimer.go-back-modal .modal-body form {
    margin: 0 auto
}

#goBackModalWithTimer.go-back-modal ._validation-error {
    padding: 0 0 10px 0
}

@media (max-width: 767px) {
    tr.categories-list {
        display: flex;
        flex-direction: column;
        margin: 0
    }

    .go-back-modal .modal-counter {
        width: 100%
    }

    .go-back-modal .modal-counter span {
        width: 33%;
        font-size: 53px
    }

    .go-back-modal .modal-header a img {
        width: 100%
    }

    .go-back-modal .modal-header .close {
        margin-right: 0
    }

    .go-back-modal .modal-body form .form-group .btn {
        padding: 10px 50px;
        font-size: 20px;
        line-height: 30px
    }
}

.client-lead-modal .alert-danger {
    margin-top: 15px
}

.client-lead-modal h4 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0
}

.client-lead-modal .form-control {
    height: 35px;
    width: 100% !important
}

.client-lead-modal [data-dismiss=modal] {
    border: none;
    text-decoration: none
}

.client-lead-modal form {
    margin-bottom: 0
}

.client-lead-modal .modal-dialog button.btn {
    margin-right: auto;
    display: block;
    margin-left: auto;
    color: #fff;
    text-shadow: none;
    border: none
}

.client-lead-informer {
    display: none
}

.client-lead-informer.desktop-view {
    top: 50%;
    margin-top: -27px;
    left: 14px;
    border-radius: 5px;
    width: 200px;
    position: fixed;
    background: #545454;
    background: -moz-linear-gradient(top, #545454 0, #232323 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #545454), color-stop(100%, #232323));
    background: -webkit-linear-gradient(top, #545454 0, #232323 100%);
    background: -o-linear-gradient(top, #545454 0, #232323 100%);
    background: -ms-linear-gradient(top, #545454 0, #232323 100%);
    background: linear-gradient(to bottom, #545454 0, #232323 100%);
    opacity: .94;
    color: #fff;
    z-index: 4
}

.client-lead-informer.desktop-view::after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(0, 0, 0, .8);
    border-width: 0 12px 24px 0;
    top: 50%;
    margin-top: -16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

.client-lead-informer.desktop-view.closed {
    width: auto
}

.client-lead-informer.desktop-view .fa-phone {
    font-size: 40px;
    float: left;
    padding: 9px 11px 3px 14px;
    cursor: pointer
}

.client-lead-informer.desktop-view.closed .fa-phone {
    position: relative
}

.client-lead-informer.desktop-view .fa-plus {
    z-index: 999999
}

.client-lead-informer.desktop-view .fa-phone {
    position: absolute
}

.client-lead-informer.desktop-view div {
    width: 190px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 17px
}

.client-lead-informer.desktop-view div span {
    padding-right: 10px;
    padding-left: 55px;
    width: 195px;
    display: inline-block
}

.client-lead-informer.desktop-view div strong {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #048fe2 0, #2989d8 50%, #207cca 50%, #0480cb 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #048fe2), color-stop(50%, #2989d8), color-stop(50%, #207cca), color-stop(100%, #0480cb));
    background: -webkit-linear-gradient(-45deg, #048fe2 0, #2989d8 50%, #207cca 50%, #0480cb 100%);
    background: -o-linear-gradient(-45deg, #048fe2 0, #2989d8 50%, #207cca 50%, #0480cb 100%);
    background: -ms-linear-gradient(-45deg, #048fe2 0, #2989d8 50%, #207cca 50%, #0480cb 100%);
    background: linear-gradient(167deg, #048fe2 0, #2989d8 50%, #207cca 50%, #0480cb 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    cursor: pointer;
    display: block;
    border-radius: 70px;
    padding: 5px 46px;
    margin: 10px 5px 15px 15px
}

.client-lead-informer.desktop-view .fa-minus, .client-lead-informer.desktop-view .fa-plus {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    padding: 4px 4px;
    line-height: 10px;
    opacity: .8;
    cursor: pointer
}

.client-lead-informer.desktop-view .fa-minus:hover, .client-lead-informer.desktop-view .fa-plus:hover {
    background: rgba(255, 255, 255, .3);
    border-radius: 3px
}

/*style PEOPLE ALSO ASK block*/
section.bg_people {
    background: #F3F3F5;
}

.wrap.h_ {
    padding: 15px 0;
    position: relative;
}

.wrap.h_ h2 {
    text-align: center;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.main_block_people {
    display: flex;
    height: 0;
    overflow: hidden;
    justify-content: center;
    transition: all 1s ease 0s;
}

.main_block_people ul li {
    list-style: none;
}

.wrap.h_ h2 span:nth-of-type(1) {
    width: 15px;
    height: 2px;
    background: #000000;
    position: absolute;
    margin: auto;
    left: 25%;
    right: 0;
    top: 48%;
}

.wrap.h_ h2 span:nth-of-type(2) {
    width: 15px;
    height: 2px;
    background: #000000;
    position: absolute;
    margin: auto;
    left: 25%;
    right: 0;
    top: 48%;
    transform: rotate(90deg);
}

/*style PEOPLE ALSO ASK block*/
@media (min-width: 768px) {

    .client-lead-informer.mobile-view {
        display: none !important
    }

    .client-lead-informer.desktop-view {
        top: 450px;
        left: 14px;
        border-radius: 5px;
        width: 200px;
        position: fixed;
        background: #545454;
        background: -moz-linear-gradient(top, #545454 0, #232323 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #545454), color-stop(100%, #232323));
        background: -webkit-linear-gradient(top, #545454 0, #232323 100%);
        background: -o-linear-gradient(top, #545454 0, #232323 100%);
        background: -ms-linear-gradient(top, #545454 0, #232323 100%);
        background: linear-gradient(to bottom, #545454 0, #232323 100%);
        opacity: .94;
        color: #fff;
        z-index: 4
    }

    .client-lead-informer.desktop-view::after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: rgba(0, 0, 0, .95);
        border-width: 0 12px 24px 0;
        top: 50%;
        margin-top: -16px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
    }

    .client-lead-informer.desktop-view.closed {
        width: auto
    }

    .client-lead-informer.desktop-view .fa-phone {
        font-size: 40px;
        float: left;
        padding: 9px 11px 3px 14px;
        cursor: pointer
    }

    .client-lead-informer.desktop-view div {
        width: 190px;
        padding-top: 10px;
        font-size: 13px;
        line-height: 17px
    }

    .client-lead-informer.desktop-view div span {
        padding-right: 10px;
        display: inline-block
    }

    .client-lead-informer.desktop-view div strong {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(-45deg, #048fe2 0, #2989d8 50%, #207cca 50%, #0480cb 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #048fe2), color-stop(50%, #2989d8), color-stop(50%, #207cca), color-stop(100%, #0480cb));
        background: -webkit-linear-gradient(-45deg, #048fe2 0, #2989d8 50%, #207cca 50%, #0480cb 100%);
        background: -o-linear-gradient(-45deg, #048fe2 0, #2989d8 50%, #207cca 50%, #0480cb 100%);
        background: -ms-linear-gradient(-45deg, #048fe2 0, #2989d8 50%, #207cca 50%, #0480cb 100%);
        background: linear-gradient(167deg, #048fe2 0, #2989d8 50%, #207cca 50%, #0480cb 100%);
        color: #fff;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        cursor: pointer;
        display: block;
        border-radius: 70px;
        padding: 5px 46px;
        margin: 10px 5px 15px 15px
    }

    .client-lead-informer.desktop-view .fa-minus, .client-lead-informer.desktop-view .fa-plus {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        font-size: 14px;
        padding: 4px 4px;
        line-height: 10px;
        opacity: .8;
        cursor: pointer
    }

    .client-lead-informer.desktop-view .fa-minus:hover, .client-lead-informer.desktop-view .fa-plus:hover {
        background: rgba(255, 255, 255, .3);
        border-radius: 3px
    }
}

.ac_results {
    padding: 0;
    border: 0;
    background-color: #f1f1f1;
    color: #636363;
    overflow: hidden;
    z-index: 99999
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0
}

.ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: 17px Arial;
    line-height: 18px;
    overflow: hidden;
    background-image: none
}

.ac_loading {
    background: #fff url(indicator.gif) right center no-repeat
}

.ac_over {
    background-color: #ddd;
    color: #000;
    font: 18px Arial
}

.anon {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    background: #fcf1db;
    border: 1px solid #fad990;
    border-radius: 4px;
    color: #666;
    padding: 12px
}

.anon .big_text {
    width: 125px;
    color: #cd6c00;
    margin: 0 auto
}

.anon .big_text div {
    padding-top: 6px;
    padding-left: 40px;
    background: url(/img/question.png) no-repeat
}

.anon-con {
    display: table;
    margin-bottom: 15px
}

.anon-left {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 0;
    border-right: 1px solid #ffcc97
}

.anon-right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

.anon .buttons {
    padding-top: 0;
    text-align: center
}

.anon .buttons a {
    margin-right: 28px
}

.ew__block {
    position: relative;
    display: inline-block;
    margin: 20px auto;
    background: #f8f8f8;
    border: 1px solid #b2b2b2;
    font: 12px/16px Arial;
    color: #333;
    padding: 45px 10px 10px 10px
}

.ew__askmark, .ew__question, .ew__text {
    display: block;
    float: left
}

.ew__text {
    padding-left: 10px;
    margin-top: 20px;
    color: #000
}

.ew__question-con {
    position: absolute;
    top: 10px;
    left: -13px;
    display: inline-block
}

.ew__question {
    position: relative;
    background: #93a51b;
    color: #fff;
    font: bold 22px Arial;
    margin: 0 0 0 13px;
    padding: 10px 20px 10px 10px
}

.ew__question:before {
    position: absolute;
    left: -13px;
    top: 0;
    content: "";
    background: 0 0;
    height: 54px;
    width: 13px
}

.ew__askmark {
    font: bold 20px Arial;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    background: #4682b4;
    padding: 5px 10px 4px;
    width: 12px;
    margin-top: 23px
}

.ew__free_popup {
    position: absolute;
    width: 250px;
    padding: 10px;
    margin-left: 150px;
    margin-top: -13px;
    color: #fff;
    background: #45484d;
    text-transform: none;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    font-weight: 400;
    display: none
}

.ew__free_popup div {
    position: absolute;
    margin-left: -30px;
    margin-top: 13px;
    border: 10px solid transparent;
    border-right-color: #45484d
}

.last-step-order-form-modal .modal-body .text-block {
    margin-top: 10px;
    border: none;
    background: 0 0
}

.last-step-order-form-modal .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px
}

.last-step-order-form-modal .modal-dialog p {
    margin-bottom: 15px
}

.last-step-order-form-modal .modal-dialog p strong.mark {
    color: #659922;
    display: inline-block;
    border: 1px solid #659922;
    border-radius: 4px;
    padding: 2px 5px
}

.last-step-order-form-modal ul {
    margin: 0;
    padding: 0
}

.last-step-order-form-modal ul i {
    color: #659922;
    font-size: 22px
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    text-shadow: none;
    border: none;
    padding: 6px 15px;
    font-weight: 700;
    font-size: 14px;
    background-color: #85b844;
    background-image: -moz-linear-gradient(top, #9bcd5a, #659922);
    background-image: -ms-linear-gradient(top, #9bcd5a, #659922);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9bcd5a), to(#659922));
    background-image: -webkit-linear-gradient(top, #9bcd5a, #659922);
    background-image: -o-linear-gradient(top, #9bcd5a, #659922);
    background-image: linear-gradient(top, #9bcd5a, #659922);
    background-repeat: repeat-x;
    color: #fff;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    cursor: pointer;
    border-radius: 70px
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: -2px
}

.last-step-order-form-modal .modal-dialog .btn.go_to_proc {
    background: #d9d9d9;
    background: -moz-linear-gradient(top, #d9d9d9 0, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9d9d9), color-stop(100%, #b5b5b5));
    background: -webkit-linear-gradient(top, #d9d9d9 0, #b5b5b5 100%);
    background: -o-linear-gradient(top, #d9d9d9 0, #b5b5b5 100%);
    background: -ms-linear-gradient(top, #d9d9d9 0, #b5b5b5 100%);
    background: linear-gradient(to bottom, #d9d9d9 0, #b5b5b5 100%);
    text-shadow: none;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 15px;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    color: #333;
    border-radius: 70px
}

.last-step-order-form-modal .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    background: #75c2ee;
    background: -moz-linear-gradient(top, rgba(117, 194, 238, 1) 0, rgba(65, 152, 205, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(117, 194, 238, 1)), color-stop(100%, rgba(65, 152, 205, 1)));
    background: -webkit-linear-gradient(top, rgba(117, 194, 238, 1) 0, rgba(65, 152, 205, 1) 100%);
    background: -o-linear-gradient(top, rgba(117, 194, 238, 1) 0, rgba(65, 152, 205, 1) 100%);
    background: -ms-linear-gradient(top, rgba(117, 194, 238, 1) 0, rgba(65, 152, 205, 1) 100%);
    background: linear-gradient(to bottom, rgba(117, 194, 238, 1) 0, rgba(65, 152, 205, 1) 100%);
    border: 1px solid #2b8bbb;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    border-radius: 50px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .45);
    font-weight: 700;
    text-decoration: none;
    padding: 3px 11px 6px;
    font-family: arial
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: -1px
}

.last-step-order-form-modal .modal-body {
    padding: 15px
}

.last-step-order-form-modal .modal-sidebar {
    float: left;
    width: 140px
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background: #989594;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 700
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
    padding: 20px 10px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
    color: #707070;
    font-size: 12px
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
    color: #3e3e3e;
    font-size: 14px;
    display: block;
    margin-bottom: 8px
}

.last-step-order-form-modal .modal-header {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    border: none;
    color: #679801;
    margin-top: 25px
}

.last-step-order-form-modal .modal-body .text-block {
    float: left;
    font-size: 14px;
    width: 418px;
    margin-top: 5px !important;
    padding: 0 0 0 10px !important;
    background: 0 0;
    border: none
}

.last-step-order-form-modal .text-block .text-inside {
    font-size: 14px
}

.last-step-order-form-modal .modal-body {
    background: url(../../img/girl-modal.png) no-repeat 97% bottom
}

.last-step-order-form-modal .text-block .under-heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    margin: 25px 0 18px
}

.last-step-order-form-modal .text-block .under-heading .new_price_modal {
    color: #528900;
    font-size: 28px
}

.last-step-order-form-modal .modal-footer .go_to_proc {
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
    float: left
}

.last-step-order-form-modal .modal-footer .go_to_proc:hover {
    text-decoration: none
}

.last-step-order-form-modal .text-block ul {
    width: 290px
}

.last-step-order-form-modal .text-block ul li {
    margin-top: 10px
}

.last-step-order-form-modal .text-block ul li i {
    font-size: 14px;
    color: #9c9c9c;
    padding-right: 4px
}

.last-step-order-form-modal .text-block ul li {
    list-style: none
}

.aboutUs .pre-title {
    color: #3671D9;
}

.aboutUs h2 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
}

.aboutUs h2 span {
    color: #3671D9;
}

.aboutUs .blocks {
    display: flex;
    justify-content: space-between;
    margin: 0 0 83px 0;
}

.aboutUs .blocks .block-item {
    background: #FFFFFF;
    box-shadow: 0 10px 20px rgba(175, 175, 175, 0.2);
    border-radius: 10px;
    height: 185px;
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutUs .blocks .block-item .img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #F2F7FF;
    display: flex;
    justify-content: center;
}

.aboutUs .blocks .block-item p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #080B27;
    margin: 10px 0 0 0;
}

.aboutUs .ourStory {
    display: flex;
    align-items: center;
    margin: 0 0 53px 0;
}

.aboutUs .ourStory .img {
    background: #F2F7FF;
    width: 428px;
    height: 269px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 62px 0 0;
}

.aboutUs .ourStory .info {
    width: 100%;
}

.aboutUs .ourStory h2 {
    text-align: left;
}

.aboutUs .ourTeam .heart {
    position: relative;
    display: flex;
    justify-content: center;
}

.aboutUs .ourTeam .heart span:nth-of-type(1) {
    position: absolute;
    border: 1px solid #E6EEFA;
    width: 43%;
    left: 0;
    top: 50%;
}

.aboutUs .ourTeam .heart span:nth-of-type(2) {
    position: absolute;
    border: 1px solid #E6EEFA;
    width: 43%;
    right: 0;
    top: 50%;
}

.aboutUs .ourTeam .img {
    width: 68px;
    height: 68px;
    background: #F2F7FF;
    display: flex;
    justify-content: center;
    border-radius: 50px;
}

.aboutUs .ourTeam .ourTeam-wrap-block {
    margin: 0 0 47px 0;
}

.aboutUs .ourTeam .ourTeam-wrap-block .ourTeam-block-item p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4F4F4F;
    margin: 0;
    background: #ffffff;
    height: 100%;
    width: 94%;
    justify-content: center;
}

.aboutUs .ourTeam .ourTeam-wrap-block .ourTeam-block-item p.blue {
    color: #3671D9;
}

.aboutUs .ourTeam .ourTeam-wrap-block .ourTeam-block-item {
    border: 1px dashed #A4BEE7;
    box-shadow: 0 10px 20px rgba(175, 175, 175, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 81px;
    margin: 0 16px;
    background: #ffffff;
    z-index: 15;
    position: relative;
}

.aboutUs .ourTeam .ourTeam-wrap-block .block-item-up .ourTeam-block-item:nth-of-type(1):after {
    content: '';
    position: absolute;
    border: 1px dashed #A4BEE6;
    width: 20%;
    top: 88%;
    z-index: -1;
    transform: rotate(90deg);
    left: 42%;
}

.aboutUs .ourTeam .ourTeam-wrap-block .block-item-up .ourTeam-block-item:nth-of-type(2):after {
    content: '';
    position: absolute;
    border: 1px dashed #A4BEE6;
    width: 20%;
    top: 88%;
    z-index: -1;
    transform: rotate(90deg);
    right: 42%;
}

.aboutUs .ourTeam .ourTeam-wrap-block .block-item-up {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 0 56px 0;
    z-index: 12;
}

.aboutUs .ourTeam .ourTeam-wrap-block .block-item-up:after {
    content: '';
    position: absolute;
    border: 1px dashed #A4BEE6;
    width: 20%;
    top: 50%;
    z-index: 0;
}

.aboutUs .ourTeam .ourTeam-wrap-block .block-item-down {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 15;
}

.aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(1):after {
    content: '';
    position: absolute;
    border: 1px dashed #A4BEE6;
    width: 20%;
    top: 7%;
    z-index: -1;
    transform: rotate(90deg);
    right: 16%;
}

.aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(2):after {
    content: '';
    position: absolute;
    border: 1px dashed #A4BEE6;
    width: 20%;
    top: 6px;
    z-index: -1;
    transform: rotate(90deg);
}

.aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(3):after {
    content: '';
    position: absolute;
    border: 1px dashed #A4BEE6;
    width: 20%;
    top: 6px;
    z-index: -1;
    transform: rotate(90deg);
    right: 64%;
}

.aboutUs .ourTeam .ourTeam-wrap-block .block-item-down:after {
    content: '';
    position: absolute;
    border: 1px dashed #A4BEE6;
    width: 80%;
    top: 50%;
    z-index: 0;
}

.aboutUs .ourTeam .ourTeam-wrap-block .block-item-down:before {
    content: '';
    position: absolute;
    border: 1px dashed #A4BEE6;
    width: 52%;
    top: -35%;
    z-index: 0;
}

.aboutUs .list-notebook {
    position: relative;
    width: 752px;
    height: 375px;
    background: #E0E0E0;
    box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.aboutUs .list-notebook .wrap-notebook {
    position: relative;
    width: 724px;
    height: 354px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutUs .list-notebook ul {
    padding: 0;
}

.aboutUs .list-notebook ul li {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 139.2%;
    color: #4F4F4F;
    list-style: none;
    padding: 0 0 18px 0;
    position: relative;
}

.aboutUs .list-notebook ul li:before {
    content: '';
    position: absolute;
    width: 27px;
    left: -36px;
    height: 27px;
    top: -3px;
    background: url(public/img/check.svg);
}

.aboutUs .list-notebook ul li:last-child {
    padding: 0 0 0 0;
}

.aboutUs .list-notebook:before {
    content: '';
    background: url(/img/img-new/element-calc.svg);
    width: 36px;
    height: 44px;
    top: 50px;
    left: -5px;
    position: absolute;
    z-index: 5;
}

.aboutUs .list-notebook:after {
    content: '';
    background: url(/img/img-new/element-calc.svg);
    width: 36px;
    height: 44px;
    top: 280px;
    left: -5px;
    position: absolute;
    z-index: 5;
}

.banner-anonymous.prices-banner {
    margin: 98px 0 0 0;
}

#back-top {
    z-index: 25;
}

@media (max-width: 992px) {
    .aboutUs .main-win .win-img {
        display: none;
    }

    .aboutUs .main-win .win-description {
        width: 100%;
    }

    .aboutUs .blocks {
        margin: 0 0 65px 0;
    }

    .aboutUs .ourStory .img {
        display: none;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-up .ourTeam-block-item:nth-of-type(1):after {
        top: 92%;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-up .ourTeam-block-item:nth-of-type(2):after {
        top: 92%;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(1):after {
        top: -7px;
        right: 63%;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(2):after {
        top: -7px;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(3):after {
        top: -7px;
        right: 17%;
    }

    .aboutUs .list-notebook {
        width: 100%;
    }

    .aboutUs .list-notebook .wrap-notebook {
        width: 97%;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down:before {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .main_block_people {
        flex-direction: column;
    }

    .main_block_people ul {
        margin: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .last-step-order-form-modal .modal-sidebar {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .last-step-order-form-modal .modal-body {
        background: 0 0
    }

    .last-step-order-form-modal .modal-body .text-block {
        width: 100%;
        padding: 0
    }

    .last-step-order-form-modal .text-block ul {
        width: auto
    }

    .last-step-order-form-modal .modal-footer {
        text-align: center
    }

    .last-step-order-form-modal .modal-footer .go_to_proc {
        float: none
    }

    .last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
        display: block;
        margin: 20px auto 0
    }

    .aboutUs .main-win {
        margin: 0 0 0 0;
    }

    .aboutUs .blocks {
        display: flex;
        flex-direction: column;
    }

    .aboutUs .blocks .block-item {
        height: 74px;
        width: 100%;
        flex-direction: unset;
        align-items: center;
        justify-content: flex-start;
        padding: 0 0 0 21px;
        margin: 0 0 10px 0;
    }

    .aboutUs .blocks {
        margin: 0 0 37px 0;
    }

    .aboutUs .blocks .block-item p {
        margin: 0;
    }

    .aboutUs .blocks .block-item .img {
        width: 56px;
        height: 56px;
        margin: 0 26px 0 0;
    }

    .aboutUs .blocks .block-item:nth-of-type(1) .img img {
        width: 21px;
    }

    .aboutUs .blocks .block-item .img img {
        width: 24px;
    }

    .aboutUs .ourStory {
        margin: 0 0 15px 0;
    }

    .aboutUs .ourTeam .heart span:nth-of-type(1) {
        width: 36%;
    }

    .aboutUs .ourTeam .heart span:nth-of-type(2) {
        width: 36%;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-up {
        flex-direction: column;
        margin: 0;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .ourTeam-block-item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down {
        flex-direction: column;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-up:after {
        display: none;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-up:after {
        display: none;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down:before {
        display: none;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(1):after {
        display: none;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-up .ourTeam-block-item:nth-of-type(1):after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-up .ourTeam-block-item:nth-of-type(2):after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(2):after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(3):after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(2):after {
        top: 13px;
    }

    .aboutUs .ourTeam .ourTeam-wrap-block .block-item-down .ourTeam-block-item:nth-of-type(3):after {
        top: 13px;
    }

    .aboutUs .list-notebook {
        height: 475px;
    }

    .aboutUs .list-notebook .wrap-notebook {
        height: 454px;
    }

    .aboutUs .list-notebook ul {
        width: 263px;
    }

    .aboutUs .list-notebook ul {
        padding: 0 0 0 35px;
    }

    .aboutUs .list-notebook ul li:before {
        top: 0;
    }
}

.order-step-first {
    border-right: 1px solid #e6e6e6
}

.order-step-fb {
    margin: 46px 0 0 0
}

.btn-fb {
    position: relative;
    margin: 0 0 10px 0;
    display: inline-block;
    background: #3c5a99;
    color: #fff;
    border-radius: 3px;
    font-size: 14px
}

.btn-fb a {
    padding: 9px 10px 9px 37px;
    display: block
}

.btn-fb a, .btn-fb a:focus, .btn-fb a:hover {
    color: #fff !important;
    margin-left: 3px
}

.btn-fb .fa-facebook-official {
    font-size: 24px;
    position: absolute;
    top: 5px;
    left: 10px
}

.btn-fb .fa-facebook-official:before {
    content: '';
    position: absolute;
    margin: 2px 0;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUEAYAAADdGcFOAAAACXBIWXMAAAsTAAALEwEAmpwYAAA58mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0xMC0wM1QxNDoyNTozMiswMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTEwLTAzVDE0OjI3OjE5KzAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0xMC0wM1QxNDoyNzoxOSswMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpkZjEwNGM1Yi04YjhiLTQ4YzgtOTgxYy1jZDQ3Nzk2NzUyNjM8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMDFmNmI3Zi1jOWVhLTExNzktYTllNy05YmY1YjkyMDBjODE8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDoyMWE4NDY4ZS0zOTkzLTRmNTgtODYxOS0yMTg5YzE1Y2UzYzY8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MjFhODQ2OGUtMzk5My00ZjU4LTg2MTktMjE4OWMxNWNlM2M2PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE2LTEwLTAzVDE0OjI1OjMyKzAzOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6ZGYxMDRjNWItOGI4Yi00OGM4LTk4MWMtY2Q0Nzc5Njc1MjYzPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE2LTEwLTAzVDE0OjI3OjE5KzAzOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PpzklowAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOgAAFIIAAEVWAAAOpcAABdv11ofkAAAAW9JREFUeNpi/P///////zeIMjAwMDAwOC1iGFTg6CfG/1DAMEgBE4T6Mo++1v5jg9In8Kv7UgB14H8p2jpo0hcIbdYLoWWvQ2g5aNJy4Ic6uA5V338PFto6rOE8hG40QpMoQeU+hTnoGo4opjZ424PDYVDAdgtCaxRAaHs+CM2oha6SRiF4fhJ2cbEGCH0mGBrVl6AS/QQyCbUBYwp2cY19aA4jNhdTG4iU4ci9JaSaRGEU/7sAoaOgufONDYR+p4Fd/SVo1Ls8QxU3+AehezIxtECK6U/b/5MF/jTCinnKaOso7OZ/2k5pFBtA09wtyoyxZKFRFDO3QOhDXhD6ZzqEPucAocsiUdWrH4DQU5ejimvhrlEoi2Jc4OZS7FFpl0aaOZRHMQ7w+BB28R8k1/k0ciDVWzOD3oGMswan8xhroA7kWUddg/mX4Sg0TEgzh+cMtJjZsQNCW1PJgc+nQBnxqOI/oTXG5x3EmXNmB2AAe/d5CSlWezkAAAAASUVORK5CYII=)
}

.fb-text {
    margin: 0 0 10px 0
}

.fb-text .fa-plus {
    color: #10a062
}

@media screen and (max-width: 767px) {
    .order-step-fb {
        text-align: center
    }

    .btn-fb {
        font-size: 18px
    }
}

.soc-contact-bl {
    padding: 20px 0;
    border-bottom: 1px solid #d3d3d3
}

.soc-contact-bl i.fa-2x {
    vertical-align: middle
}

.soc-contact-bl .fa-phone-square {
    color: #62bcef
}

.soc-contact-bl .fa-facebook-square {
    color: #3b5998
}

.soc-contact-bl .fa-twitter-square {
    color: #4099ff
}

.cookie-banner-fixed {
    position: fixed;
    opacity: 1
}

.cookie-banner * {
    outline: 0 !important
}

.cookie-banner {
    display: none;
    z-index: 999;
    top: auto;
    bottom: 0;
    width: 100%;
    background: #7FA4E6;
    opacity: 0.9;
}

.cookie-banner.cookie-banner-inner-page {
    position: fixed;
    bottom: 0;
    top: auto
}

.cookie-banner .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px
}

.cookie-banner .wrapper .wrapper__text {
    font-size: 14px;
    text-align: center;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
}

.cookie-banner .wrapper .wrapper__text p {
    margin: 0;
    line-height: 20px;
}

.cookie-banner .wrapper .wrapper__text img {
    margin: 0 15px 0 0;
    width: 41px;
    height: 41px;
}

.cookie-banner .wrapper .wrapper__text a {
    color: #fff;
    text-decoration: underline;
    display: contents;
}

.cookie-banner .wrapper .wrapper__text a:focus, .cookie-banner .wrapper .wrapper__text a:hover {
    color: #fff;
    text-decoration: none
}

.cookie-banner .wrapper .wrapper__buttons button {
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
    font-size: 14px;
    border: none;
    background: #61bcef;
    padding: 6px 10px;
    line-height: 1;
    margin: 5px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #FFFFFF;
    border: 1px solid #4B80DF;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 10px;
    line-height: 12px;
    display: block;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #4B80DF;
    width: 96px;
    height: 24px;
}

/*.cookie-banner .wrapper .wrapper__buttons button:hover {*/
/*    text-decoration: none;*/
/*    background: #61bcef*/
/*}*/

@media screen and (max-width: 767px) {
    .cookie-banner .wrapper {
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .cookie-banner {
        position: fixed;
        top: auto;
        bottom: 0
    }

    @keyframes fadeInOpacity {
        0% {
            opacity: 1
        }
        100% {
            opacity: 1
        }
    }
}

@media screen and (max-width: 768px) {
    .chat-fixed-bottom {
        right: 0
    }
}

@media screen and (max-width: 767px) {
    .cookie-banner.cookie-banner-inner-page .wrapper {
        flex-direction: unset;
        margin: 0;
        max-width: 100%;
    }

    .cookie-banner.cookie-banner-inner-page .wrapper .wrapper__text {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cookie-banner.cookie-banner-inner-page .wrapper {
        display: flex;
        justify-content: left;
        align-items: center;
        max-width: 100%;
        padding: 3px 10px;
        text-align: left;
        margin: 0 auto;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .cookie-banner.cookie-banner-inner-page .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        padding: 3px 10px;
        text-align: left;
        margin: 0
    }
}

.paylater-banner * {
    outline: 0 !important
}

.paylater-banner {
    position: fixed;
    opacity: 1;
    display: none;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background-color: #62bbee
}

.paylater-banner .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    padding: 3px 25px
}

.paylater-banner .wrapper .wrapper__text {
    font-size: 14px;
    text-align: center;
    color: #fff;
    opacity: 1
}

#hide-paylater-banner {
    position: absolute;
    left: 10px;
    top: 9px
}

.hide-paylater-btn {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: url(../img/close-cross.png?v=1) no-repeat right bottom;
    background-size: 12px;
    position: relative;
    z-index: 9
}

.banners-inner-page .cookie-banner.cookie-banner-inner-page, .paylater-banner.paylater-banner-inner-page {
    position: relative;
    z-index: 999
}

.banners-inner-page .cookie-banner.cookie-banner-home-bottom, .banners-inner-page .paylater-banner.paylater-banner-bottom {
    position: relative;
    z-index: 999
}

.banners-inner-page {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0
}

@media screen and (max-width: 767px) {

    .paylater-banner .wrapper .wrapper__text {
        font-size: 12px
    }

    .wrap.h_ h2 span:nth-of-type(1) {

        left: 60%;

    }

    .wrap.h_ h2 span:nth-of-type(2) {

        left: 60%;

    }

    .paylater-banner .wrapper {
        padding: 3px 5px
    }

    #hide-paylater-banner {
        right: 5px
    }

    .hide-paylater-btn {
        width: 10px;
        height: 10px;
        background-size: 10px
    }

    .banners-inner-page .cookie-banner {
        position: relative
    }

    .banners-inner-page #hide-paylater-banner {
        left: auto;
        right: 10px
    }

    .cookie-banner .wrapper.cookie-banner-home-margin {
        margin-bottom: 25px
    }
}

@media (max-width: 1200px) and (min-width: 767px) {
    .paylater-banner .wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        min-height: 30px;
        padding: 3px 25px
    }

    .banners-inner-page .paylater-banner .wrapper {
        justify-content: center
    }
}

.checkbox-gdbr {
    font-size: 14px
}

.alert-danger-gdbr {
    margin-top: 10px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.container-checkbox-gdpr {
    display: inline-block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400 !important;
    padding-top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container-checkbox-gdpr input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.container-checkbox-gdpr .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box
}

.container-checkbox-gdpr input:checked ~ .checkmark {
    background-color: #fff
}

.container-checkbox-gdpr .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container-checkbox-gdpr input:checked ~ .checkmark:after {
    display: block
}

.container-checkbox-gdpr .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box
}

.container-checkbox-gdpr .gdpr-agree-err ~ span.checkmark {
    border-color: red
}

.go-back-modal .alert-danger-gdbr {
    display: block;
    color: #e03100;
    font-family: Arial;
    font-size: 20px;
    padding: 0;
    margin: 0;
    background: 0 0 !important
}

.navbar-nav li a.btn-inquiry {
    display: inline-block;
    background: #93a51b;
    border: 1px solid #93a51b;
    text-decoration: none;
    line-height: 1;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 18px;
    text-shadow: none;
    font-size: 18px;
    color: #fff
}

.navbar-nav li .btn.btn-primary {
    padding: 12px 24px
}

.navbar-nav li a.btn-inquiry:focus, .navbar-nav li a.btn-inquiry:hover {
    color: #fff;
    background: #bad122;
    border: 1px solid #bad122
}

/*breadcrumb*/

.breadcrumb .directory,
.breadcrumb .page_breadcrumb {
    text-transform: capitalize;
}

/*breadcrumb*/
.first-discont-banner {
    position: relative;
    display: none;
    top: 0;
    z-index: 99;
    background: #7F96E6;
    width: 100%;
    padding: 2px 0;
    line-height: 1;
}

.first-discont-banner span {
    display: flex;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-transform: capitalize;
}

.first-discont-banner .close-btn {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 7px 11px;
    -webkit-transition: background ease-out 0.2s;
    -moz-transition: background ease-out 0.2s;
    -o-transition: background ease-out 0.2s;
    transition: background ease-out 0.2s;
}

.first-discont-banner .container {
    display: flex;
    justify-content: center;
}

.first-discont-banner .close-btn i {
    color: #000000;
    font-size: 19px;
    line-height: 1;
    padding: 0px 3px;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.banner-newdesign-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-discont-banner .body {
    max-width: 895px;
    color: white;
    font-size: 13px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
}

.first-discont-banner .body img {
    margin: 0 20px 0 0;
    width: 25px;
}

.first-discont-banner .body span .discount-code {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    padding: 3px 7px;
    background: #6378C2;
    border-radius: 100px;
    font-size: 12px;
    line-height: 0;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 75px;
    height: 20px;
    justify-content: center;
    margin: 0 0 0 20px;
}

/********************************new-design samples********************************/
.samples.discontBanner {
    padding: 160px 0 0 0;
}

.samples {
    padding: 112px 0 0 0;
}

.content.new-design,
.samples + .bg-fixed-banner-exit + .content {
    margin: 0;
    padding: 0;
}

.content.new-design .wrap-post-all {
    overflow-y: auto;
    max-height: 900px;
    margin: 28px 0 85px 0;
}

.content.new-design .wrap-post-all::-webkit-scrollbar {
    width: 5px;
}

.content.new-design .wrap-post-all {
    scrollbar-color: #7FA4E6 #ffffff;
    scrollbar-width: thin;
}

.content.new-design .wrap-post-all::-webkit-scrollbar-thumb {
    background: #7FA4E6;
    border-radius: 50px;
}

.content.new-design .wrap-post-all::-webkit-scrollbar-track {
    background: #DADCDE;
    border-radius: 50px;
}

.content.new-design .post {
    border: none;
    padding: 25px 0;
}

.content.new-design .ew__block,
.content.new-design .back_samples,
.content.new-design .widget-wrapper {
    display: none;
}

.content.new-design .post h2 {
    border: none;
    background: none;
    display: inline-block;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
    position: relative;

}

.content.new-design .post .storycontent {
    border-top: 2px dashed #EFEFEF;
}

.content.new-design .post h2 a {
    position: relative;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    transition: .5s;
    color: #4F4F4F;
}

.content.new-design .post h2 a:hover {
    text-decoration-line: underline;
    transition: .5s;
    color: #0669F7;
}

.content.new-design .post.hover-post {
    background: #DCE5F2;
    transition: .5s;
}

.content.new-design .post {
    background: #E0E0E0;
    box-shadow: 0 10px 20px rgba(175, 175, 175, 0.2);
    border-radius: 10px;
    padding: 4px 11px;
    margin: 0 auto 26px auto;
    position: relative;
    transition: .5s;
    width: 98%;
}

.content.new-design .post:before {
    content: '';
    background: url(/img/img-new/element-calc.svg);
    width: 36px;
    height: 44px;
    top: 25px;
    left: -5px;
    z-index: 5;
    position: absolute;

}

.content.new-design .wp-pagenavi {
    margin-bottom: 40px;
    font-size: 12px;
}

.content.new-design .wp-pagenavi .pages {
    display: none;
}

.content.new-design .wp-pagenavi .nextpostslink, .content.new-design .wp-pagenavi .previouspostslink {
    border: none;
    position: relative;
}


.content.new-design .wp-pagenavi .current {
    width: 22px;
    height: 22px;
    background: #7FA4E6;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 22px;
    padding: 0;
    border: none;
    font-size: 12px;
}

.content.new-design .wp-pagenavi .page {
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    padding: 0;
    border: none;
    font-size: 12px;
    border-radius: 50%;
    color: #828282;
    font-weight: bold;
}

.content.new-design .wp-pagenavi .nextpostslink span, .content.new-design .wp-pagenavi .previouspostslink span {
    border: none;
    font-weight: bold;
    color: #828282;
    text-transform: uppercase;
    position: relative;
}

.content.new-design .wp-pagenavi .nextpostslink span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translate(-50%, -50%) rotate(180deg);
    height: 8px;
    width: 10px;
    background: url('/public/img/arrow_.svg') no-repeat;
}

.content.new-design .wp-pagenavi .nextpostslink:hover span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translate(-50%, -50%) rotate(180deg);
    height: 8px;
    width: 10px;
    background: url('/public/img/arrow_fill.svg') no-repeat;
}

.content.new-design .wp-pagenavi .previouspostslink span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translate(-50%, -50%);
    height: 8px;
    width: 10px;
    background: url('/public/img/arrow_.svg') no-repeat;
}

.content.new-design .wp-pagenavi .previouspostslink:hover span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translate(-50%, -50%);
    height: 8px;
    width: 10px;
    background: url('/public/img/arrow_fill.svg') no-repeat;
}

.content.new-design .wp-pagenavi .nextpostslink:hover span, .content.new-design .wp-pagenavi .previouspostslink:hover span {
    color: #7FA4E6;
}

.content.new-design .post .wrap-post .flag {
    position: absolute;
    top: 19px;
    right: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    justify-content: center;
    background: #7FA4E6;
    width: 173px;
    height: 29px;
    border-bottom-left-radius: 10px;
}

.content.new-design .post .wrap-post {
    background: #FFFFFF;
    box-shadow: 0 10px 20px rgba(175, 175, 175, 0.2);
    border-radius: 10px;
    padding: 39px 25px 32px 45px;
    position: relative;
}

.content.new-design .post .wrap-post .storycontent p {
    margin: 0;
    line-height: 26px;
}

.content.new-design .breadcrumb {
    display: none;
}

.content.new-design h1 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    display: flex;
    align-items: center;
    text-transform: inherit;
    color: #080B27;
    text-align: left;
}

.content.new-design h1 span {
    color: #3671D9;
}

.content.new-design h3 {
    text-transform: inherit;
}

.content.new-design .socials-holder {
    display: none;
}

.content.new-design .widget h3 {
    display: none;
}

.content.new-design .widget {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    background: unset;
    padding: 0;
}

.content.new-design .widget .categories-list .cat-item {
    border-bottom: unset;
    position: relative;
    background: #FAFAFA;
    border-radius: 10px;
    width: 275px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-top: 0;
    transition: .5s;
}

.content.new-design .widget .categories-list .cat-item.current-cat {
    background: #F2F7FF;
    border-radius: 10px;
    transition: .5s;
    position: relative;
}

.content.new-design .widget .categories-list .cat-item.current-cat:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #3671D9;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 0;
    top: 0;
}

.content.new-design .widget .categories-list .cat-item:hover {
    background: #F2F7FF;
    border-radius: 10px;
    transition: .5s;
}

.content.new-design .widget .categories-list .cat-item:hover:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #3671D9;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 0;
    top: 0;
}

.content.new-design .widget .categories-list .cat-item a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    padding: 0;
    color: #4F4F4F;
    width: 100%;
    height: 100%;
}

.content.new-design .widget .categories-list .cat-item a:after {
    display: none;
}

/********************************new-design samples page********************************/
.new-design-page .prev-next-block {
    display: flex;
    justify-content: space-between;
    margin: 57px 0 0 0;
}

.new-design-page .prev-next-block .prev a {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
    border-radius: 10px;
    width: 194px;
    height: 63px;
    display: flex;
    align-items: center;
    padding: 1px 0 0 45px;
    justify-content: flex-start;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #828282;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.new-design-page .prev-next-block .prev a:hover {
    color: #7FA4E6;
    transition: .5s;
}

.new-design-page .prev-next-block .next a {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
    border-radius: 10px;
    width: 194px;
    height: 63px;
    display: flex;
    align-items: center;
    padding: 1px 45px 0 0;
    justify-content: flex-end;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #828282;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.new-design-page .prev-next-block .next a:hover {
    color: #7FA4E6;
    transition: .5s;
}

.new-design-page .prev-next-block .next {
    position: relative;
}

.new-design-page .prev-next-block .next svg {
    position: absolute;
    right: 20px;
    top: 28px;
    transition: .5s;
}

.new-design-page .prev-next-block .next:hover svg path {
    fill: #7FA4E6;
    transition: .5s;
}

.new-design-page .prev-next-block .prev {
    position: relative;
}

.new-design-page .prev-next-block .prev svg {
    position: absolute;
    left: 20px;
    top: 28px;
    z-index: 5;
    transform: rotate(180deg);
    transition: .5s;
}

.new-design-page .prev-next-block .prev:hover svg path {
    fill: #7FA4E6;
    transition: .5s;
}

.writing-services.samples-page {
    padding: 42px 0 70px 0;
}

.writing-services.samples-page ul {
    padding: 22px 0 0 0;
}

.new-design-page .post {
    border: none;
    padding: 0;
}

.new-design-page .back-to-samples a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    color: #4B80DF;
    padding: 0 0 0 25px;
    text-transform: uppercase;
}

.new-design-page .back-to-samples a:after {
    content: "";
    background: url(/public/img/new-img-main/arrow-list.svg);
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 3px;
    color: #62bcef;
    transform: translateY(-50%);
    transition: .5s;
    width: 15px;
    height: 10px;
    transform: rotate(180deg);
}

.new-design-page h1 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #080B27;
    text-transform: inherit;
    text-align: left;
}

.new-design-page h3 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-transform: inherit;
    color: #080B27;
}

.new-design-page h4 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    text-transform: inherit;
    color: #080B27;
}

.new-design-page .banner-proofread .wrap {
    background: #F2F7FF;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 33px 0;
}

.new-design-page .banner-proofread .wrap:after {
    content: '';
    position: absolute;
    background: url("/public/img/boy-page.svg");
    width: 90px;
    height: 108px;
    right: 41px;
}

.new-design-page .banner-proofread .btn-proofread button {
    background: #3671D9;
    box-shadow: 0 4px 10px rgba(54, 113, 217, 0.3);
    border-radius: 100px;
    outline: none;
    border: none;
    width: 335px;
    height: 50px;
    position: relative;
    font-family: Gilroy;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.new-design-page .ew__block,
.new-design-page .back_samples,
.new-design-page .widget-wrapper {
    display: none;
}

/********************************new-design samples page********************************/


/********************************new-design samples********************************/


@media (max-width: 1030px) {
    .wrap.h_ h2 span:nth-of-type(1) {

        left: 40%;

    }

    .wrap.h_ h2 span:nth-of-type(2) {

        left: 40%;

    }
}

@media (max-width: 991px) {
    .navbar-nav li a.btn-inquiry {
        padding: 12px 18px
    }

    .cookie-banner .wrapper {
        width: 80%;
        margin: 0 auto;
    }

    .cookie-banner .wrapper .wrapper__text {
        display: flex;
        text-align: left;
    }

    /********************************new-design samples********************************/
    .content.new-design .container .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .content.new-design .container .row .col-sm-push-4 {
        left: 0;
        width: 100%;
    }

    .content.new-design .container .row .col-sm-pull-8 {
        right: 0;
        width: 100%;
    }

    .content.new-design .widget .categories-list {
        padding: 0;
        margin: 0;
        display: none;
    }

    .content.new-design .widget .categories-list .cat-item {
        width: 100%;
    }

    .content.new-design .widget {
        margin: 0 0 35px 0;
    }

    .content.new-design .post h2 a {
        text-align: left;
    }

    .content.new-design .widget .select-title {
        background: #F2F7FF;
        border-radius: 10px;
        transition: .5s;
        position: relative;
        height: 69px;
        margin: 0 0 8px 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding-left: 15px;
    }

    .content.new-design .widget .select-title:after {
        content: '';
        background: url("/public/img/new-img-main/arrow-mob-tabs.svg");
        position: absolute;
        right: 15px;
        width: 13px;
        height: 8px;
        top: 45%;
    }

    .new-design-page {
        width: 100%;
        left: 0;
    }

    .content.new-design .wrap-post-all {
        margin: 0 0 70px 0;
    }

    .writing-services.samples-cat {
        padding: 67px 0 70px 0;
    }

    .writing-services.samples-cat ul {
        padding: 40px 0 0 0;
    }

    /********************************new-design samples********************************/

}

@media (max-width: 650px) {
    .content.new-design .post {
        width: 97%;
    }

    .content.new-design h1 {
        font-size: 24px;
        line-height: 30px;
        display: block;
    }

    .writing-services.samples-cat h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .writing-services.samples-cat {
        padding: 50px 0 70px 0;
    }

    .writing-services.samples-cat ul {
        padding: 20px 0 0 0;
    }

    .new-design-page .prev-next-block .prev a {
        background: unset;
        box-shadow: unset;
        width: 115px;
        left: 5px;
        padding: 0;
        justify-content: center;
    }

    .new-design-page .prev-next-block .next a {
        background: unset;
        box-shadow: unset;
        width: 115px;
        right: 20px;
        justify-content: flex-end;
        padding: 0 7px 0 0;
        color: #828282;
    }

    .new-design-page .prev-next-block .next a:after {
        right: -15px;
    }

    .writing-services.samples-page {
        padding: 22px 0 70px 0;
    }

    .new-design-page .prev-next-block .prev a:before {
        left: 0;
    }

    .new-design-page .prev-next-block {
        margin: 25px 0 0 0;
    }

    .wrap.h_ h2 span:nth-of-type(1) {

        left: 60%;

    }

    .wrap.h_ h2 span:nth-of-type(2) {

        left: 60%;

    }

    .first-discont-banner .close-btn {
        right: -7px;
        top: calc(50% - 15px);
    }

    .new-design-page h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }

    .new-design-page .back-to-samples {
        margin: 0 0 15px 0;
    }

    .writing-services.samples-page h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .writing-services.samples-page ul {
        padding: 15px 0 0 0;
    }

    .new-design-page .prev-next-block .next svg {
        right: 10px;
    }

    .new-design-page .prev-next-block .prev svg {
        left: 10px;
    }

    /********************************new-design samples********************************/
    .content.new-design .post .wrap-post {
        padding: 39px 25px 32px 25px;
    }

    .content.new-design .post h2 {
        padding: 30px 0 15px 0;
    }

    .new-design-page .banner-proofread .btn-proofread {
        height: 100%;
    }

    .new-design-page .banner-proofread .btn-proofread button {
        width: 300px;
    }

    .new-design-page .banner-proofread .wrap {
        display: flex;
        align-items: end;
        padding: 47px 0 0 0;
        height: 226px;
    }

    .new-design-page .banner-proofread .wrap:after {
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }

    /********************************new-design samples********************************/
}

@media (max-width: 568px) {
    .first-discont-banner .body {
        line-height: 21px;
        width: 90%;
    }
}

@media (max-width: 450px) {
    .wrap.h_ h2 span:nth-of-type(1) {

        left: 80%;

    }

    .wrap.h_ h2 span:nth-of-type(2) {

        left: 80%;

    }
}

/*covid-banner*/
.covid-banner-inner span:before {
    display: none;
}

.covid-banner {
    background: #F9F9F9;
    z-index: 9;
    color: #4F4F4F;
}

.covid-banner-inner {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.covid-banner-inner p {
    display: flex;
    align-items: center;
    margin: 0;
}

.covid-hide_banner {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
}

.covid-hide_banner svg path {
    fill: #fff;
}

.covid-banner-inner span {
    position: relative;
    padding-left: 5px;
    display: block;
}

.covid-banner-inner span:before {
    content: '';
    background: url(img/clock-cov.svg) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    background-size: contain;
    height: 26px;
    width: 26px;
}

.bg-fixed-banner-exit {
    background: rgba(51, 51, 51, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    top: 0;
}

.fixed-banner-exit {
    position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    width: 640px;
    border-radius: 20px;
}

.exit-pop-up {
    width: 640px;
    height: 330px;
    padding: 20px 0 0 30px;
    border-radius: 20px;
    /*background: url(public/img/new-img-main/background-popUpexit.svg) no-repeat;*/
    border: 1px solid #EFEFEF;
}

.exit-pop-up .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exit-pop-up .info-title {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 68px;
    color: #080B27;
}

.exit-pop-up .exit-pop-up-info .firstSpan {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #4F4F4F;
}

.exit-pop-up .exit-pop-up-info .firstSpan span {
    text-transform: uppercase;
    color: #3671D9;
}

.exit-pop-up .btn-order {
    background: #3671D9;
    box-shadow: 0px 4px 10px rgba(54, 113, 217, 0.3);
    border-radius: 100px;
    width: 248px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

.exit-pop-up .btn-order img {
    margin: 0 0 0 20px;
}

.exit-pop-up .close-banner-this {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #4F4F4F;
    cursor: pointer;
    margin: 30px 0 0 0;
}

@media (min-width: 1025px) {
    .covid-banner-holder {
        position: relative;
        top: -97px;
        margin: 0 auto;
    }

    .covid-banner-inner, .covid-banner {
        display: flex;
        align-items: center;
    }

    .covid-banner {
        justify-content: center;
    }

    .covid-banner {
        position: fixed;
        display: inline-flex;
        width: 100%;
        z-index: 999;
        border-radius: 0;
        bottom: auto;
        left: 0;
        top: auto;
        border-top: 1px solid #EFEFEF;
    }

    .covid-banner-inner {
        white-space: nowrap;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .covid-hide_banner {
        top: calc(50% - 11px);
        right: 15px;
        padding: 0;
    }

    .covid-banner-inner span:before {
        top: calc(50% - 14px);
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .covid-banner-inner {
        justify-content: center;
        display: flex;
        min-height: 57px;
        line-height: 36px;
    }
}

@media (max-width: 1024px) {
    .covid-hide_banner {
        top: calc(50% - 20px);
        box-shadow: none;
    }

    /*    .content {
            padding-top: 100px;
        }*/
}

@media (max-width: 767px) {
    .covid-banner-inner {
        padding: 8px 35px 8px 12px;
        font-size: 12px;
        text-align: center;
    }

    .covid-banner-inner span:nth-of-type(1) {
        font-size: 24px;
    }

    .covid-banner-inner span:nth-of-type(2) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        font-size: 11px;
    }

    .covid-banner-inner span {
        line-height: 15px;
    }

    .covid-banner-inner span:before {
        display: none;
    }

    .covid-banner {
        width: 100%;
        position: fixed;
        z-index: 9999;
    }

    .covid-banner strong {
        display: block;

    }

    .covid-hide_banner {
        right: 0;
        top: calc(50% - 25px);
    }

    /*    .content {
            padding-top: 160px;
        }*/
}

/*END covid-banner*/

.widget-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.widget-wrapper .widget {
    width: 230px;
    max-width: 100%;
}

.widget-wrapper .widget .btn {
    font-size: 15px;
}

.widget-wrapper .widget .essay-samples-link span {
    padding-right: 30px;
}

.widget-wrapper .widget .essay-samples-link::after {
    right: 8px;
}

.wrapper .widget-wrapper .read-more {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.wrapper .widget-wrapper .read-more::after {
    right: -30px;
}

.back_samples {
    margin: 10px 0 30px;
}

/*style calc new*/
.calc-holder {
    width: 100%;
    max-width: 470px;
    float: right;
    position: absolute;
    top: -30px;
    right: 0;
}

.calc-block {
    width: 468px;
    /*height: 519px;*/
    padding: 15px 0;
    background: #E0E0E0;
    box-shadow: 0 10px 20px rgba(175, 175, 175, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    font-family: Gilroy;
}

.calc-new {
    background: #ffffff;
    width: 450px;
    /*height: 490px;*/
    padding: 30px 0;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.calc-new:after {
    content: '';
    background: url(/img/img-new/element-calc.svg);
    width: 36px;
    height: 44px;
    bottom: 48px;
    left: -15px;
    position: absolute;
}

.calc-new:before {
    content: '';
    background: url(/img/img-new/element-calc.svg);
    width: 36px;
    height: 44px;
    top: 48px;
    left: -15px;
    position: absolute;
}

.calc-new .calc-new-wrap {
    width: 374px;
    margin: 0 auto;
}

.calc-new .btn-secondary {
    border: none;
}

.calc-new .mainTitle {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #4C4C4C;
    margin: 0;
}

.calc-new .btn-secondary:focus, .calc-new .btn-secondary:hover {
    background: #7FA4E6;
}

.calc-new .js-example-basic-single {
    background: #FFFFFF;
    border: 1px solid #E5EBEC;
    box-sizing: border-box;
    border-radius: 4px;
    width: 374px;
    height: 50px;
    position: relative;
}

.calc-new .arrow-calc {
    top: 46px;
    z-index: 5;
    position: absolute;
    right: 15px;
}

.calc-new .col-proceed a {
    background: #3671D9;
    box-shadow: 0 4px 10px rgba(54, 113, 217, 0.3);
    border-radius: 100px;
    width: 220px;
    height: 50px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;

    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.form-group .title-calc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #4C4C4C;
}

.calc-new .input-group-addon {
    background: #7FA4E6;
}

.calc-new .glyphicon-calendar {
    background: url("/img/img-new/calendar.svg");
    width: 20px;
    height: 20px;
}

.calc-new .glyphicon-calendar:before {
    content: '';
    display: none;
}

.calc-new .date .form-control {
    cursor: pointer;
    height: 50px;
    padding: 0 52px 0 10px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    color: #333;
    background: 0 0;
    box-shadow: none;
    -webkit-appearance: none;
    width: 170px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.calc-new .date {
    display: flex;
    align-items: center;
}

.calc-new .row:after {
    display: none;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}

.select2-container .select2-selection--single {
    border: 1px solid #E5EBEC !important;
    border-radius: 4px !important;
    height: 50px !important;
    outline: 0 !important;
}

.calc-new .form-group {
    margin: 0;
    position: relative;
}

.calc-new .date .icon-close-datetimepicker {
    width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.wrap-inline-block .title-calc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #4C4C4C;
}

.calc-new .wrap-inline-block .d-flex .btn-group-toggle {
    margin: 0 0 0 5px;
}

.calc-new .wrap-inline-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.calc-new .row.wrap-inline-block:before {
    display: none;
}

.calc-new .d-flex {
    display: flex;
    align-items: center;
}

.calc-new .d-flex .form-control {
    width: 60px;
    height: 50px;
    text-align: center;
    padding: 0;
}

.calc-new .btn-group-toggle .btn-custom.active {
    background: #7FA4E6;
    color: #ffffff;
    border-radius: 4px !important;
    height: 60px;
    text-transform: capitalize;
}

.calc-new .wrap-inline-block .btn-group-toggle .btn-custom {
    background: #FAFAFA;
    color: #4C4C4C;
    border-radius: 4px !important;
    height: 50px;
    width: 60px;
    text-transform: capitalize;
}

.calc-new .wrap-inline-block .btn-group-toggle .btn-custom.active {

    background: #7FA4E6;
    color: #ffffff;
}

.calc-new .btn-group .btn + .btn,
.calc-new .btn-group .btn + .btn-group,
.calc-new .btn-group .btn-group + .btn,
.calc-new .btn-group .btn-group + .btn-group {
    margin-left: 0;
}

.calc-new .btn-group-toggle .btn-custom {
    width: 120px;
    height: 50px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4C4C4C;
    border-radius: 4px;
    justify-content: center;
    text-transform: capitalize;
    box-shadow: unset;
}

.calc-new .justify-content-around {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0 0;
}

.calc-new .block-academic-level {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0 30px 0;
    position: relative;
}

.calc-new .justify-content-around:before {
    display: none;
}

.calc-new .price-total {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #333333;
}

.calc-new .btn-deadline-picker .deadline-button.btn {
    text-decoration: none;
    line-height: 1;
    border-radius: 4px;
    text-transform: lowercase;
    font-weight: 700;
    padding: 12px 20px;
    text-shadow: none;
    font-size: 11px;
    color: #6f6f6f;
    margin: 0 0 2px 2px;
    height: 20px;
    width: 61px;
    background: #ffffff;
    padding: 0;
    border: 1px solid;
}

.calc-new .btn-deadline-picker .deadline-button-active.btn {
    background: #7FA4E6;
    color: #ffffff;
}

.calc-new .bootstrap-datetimepicker-widget {
    z-index: 5;
}

.calc-new .bootstrap-datetimepicker-widget .collapse.show{
    visibility: visible;
}

.calc-new .bootstrap-datetimepicker-widget .datetimepicker-confirm {
    background: #7FA4E6;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    padding: 3px 0 3px 0;
    border-radius: 4px;
}

.calc-new .picker-switch.accordion-toggle {
    display: none;
}

.bootstrap-datetimepicker-widget {
    top: auto !important;
    bottom: 47px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    display: none;
}

@media (max-width: 1025px) {
    .calc-holder {
        width: 100%;
        max-width: 470px;
        float: right;
        position: relative;
        top: -20px;
        right: 0;
    }
}

@media (max-width: 767px) {
    .cover {
        min-height: 720px !important;
    }

    .calc-block {
        width: 342px;
        margin: 0 auto;
    }

    .calc-new .calc-new-wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 20px;
    }

    .calc-new {
        width: 92%;
    }

    .calc-new .btn-group-toggle .btn-custom {
        width: 95px;
        height: 45px;
    }

    .calc-new .btn-group-toggle .btn-custom.active {
        width: 95px;
        height: 45px;
    }

    .calc-new .wrap-inline-block {
        flex-direction: column;
    }

    .calc-new .col-md.datetimepicker_wrap.datepricker-new-addon {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .calc-new .d-flex .form-control {
        width: 98px;
    }

    .select2.select2-container {
        width: 98% !important;
    }

    .calc-new .btn-group-toggle .btn-custom.active {
        width: 91px;
        height: 50px;
    }

    .calc-new .wrap-inline-block .btn-group-toggle .btn-custom {
        width: 91px;
        height: 50px;
    }

    .wrap-inline-block .col-md {
        width: 100%;
    }

    .calc-new .js-example-basic-single {
        width: 98%;
    }

    .calc-new .date .form-control {
        width: 97%;
    }

    .calc-new .date .icon-close-datetimepicker {
        right: 9px;
    }

    .calc-new:after {
        bottom: 75px;
        left: -18px;
    }

    .calc-new:before {
        left: -18px;
    }

    .calc-new .justify-content-around {
        margin: 10px 4px 0 0;
    }

    .calc-new .col-proceed a {
        width: 172px;
        height: 60px;
        font-size: 12px;
        line-height: 15px;
    }

    .calc-new .currency {
        font-size: 36px;
    }
}

@media (max-width: 415px) {
    .calc-new .btn-group-toggle .btn-custom {
        width: 105px;
    }

    .calc-new .btn-group-toggle .btn-custom.active {
        width: 105px;
    }

    .calc-block {
        width: 373px;
    }

    .calc-new .date .icon-close-datetimepicker {
        right: 10px;
    }
}

@media (max-width: 380px) {
    .calc-block {
        width: 342px;
    }

    .calc-new .btn-group-toggle .btn-custom {
        width: 95px;
    }

    .calc-new .btn-group-toggle .btn-custom.active {
        width: 95px;
    }

    .calc-new .date .icon-close-datetimepicker {
        right: 9px;
    }
}

/*style calc new*/
@media (max-width: 1080px) {
    .widget-wrapper {
        justify-content: space-evenly;
    }
}

@media (max-width: 767px) {
    .widget-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .widget-wrapper .widget {
        width: 360px;
    }

    .widget-wrapper .widget .btn {
        width: 100%;
    }

    .cookie-banner .wrapper {
        flex-direction: unset;
        margin: 0;
        padding: 5px 0 5px 0;
        width: 100%;
        justify-content: space-between;
    }

    .cookie-banner .wrapper .wrapper__text p {
        font-size: 12px;
        line-height: 14px;
    }

    #cookie-banner .container {
        padding: 0 5px;
    }

    .cookie-banner .wrapper .wrapper__buttons button {
        margin: 5px 5px;
    }

    .cookie-banner .wrapper .wrapper__text img {
        margin: 0 10px 0 0;
        width: 33px;
        height: 33px;
    }
}

@media (max-width: 480px) {
    .navbar-nav .open .dropdown-menu.dropdown-menu--sm > li > a {
        line-height: 12px;
        font-size: 12px;
    }
}

/*tooltip for academic level*/
.block-academic-level .info-tooltip.info-tooltip-active {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFhSURBVHgBjVO7cYNAFDwOFDgjU2hcgbGUOLOoQFYJVGC5AnAHUhmOjCoQBcCYDkxIZkIHfLyrOTzHDWi8Myc97r19u487LGHA9/2N4zjbruueLcvy1HbB1bbtW1EUpV5vaURXShmBtBdXgPyhaRo2qv8akAzVc9/3vvgf6CZgE8knKutkxDXW62KxuEPuAXGIVeqTQjC6OIC6Z9v2l6Gwy/M8oTPELueeqsM4gcRmZJBrRSbhmyQ2YhPDheCLdmjHaCDW6/WZymqcUlN0DQfbqQYs2qg4hcqOL2u1WkVDUw2eFPPgKMHgCGrxVJFDi9qFGQGqMXK3miMTBR2cZpKuIntiHgWOWSYzyRQjhMMYU+DVvtxEzHjA34uRr3nbcIwe4o8J/hHN947qFKPwSYxPxMXep5ixTg4Dmz9VVf0sl8t3jHODx0dxHUeQw9HHpEPdwBjh/eBIndQJK8myLNXrfwHp5KLiCjs3jAAAAABJRU5ErkJggg==);;
}

.info-tooltip-wrap {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
    padding: 20px 16px;
    width: 360px;
    position: absolute;
    z-index: 1050;
    bottom: calc(100% + 16px);
    left: -60px;
}

.block-academic-level .info-tooltip:hover .info-tooltip-wrap {
    display: block !important;
}

.info-tooltip-wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 4px);
}

.info-tooltip-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
}

.info-tooltip-wrap td {
    padding: 10px 12px;
    background: #F5F9FC;
    border-radius: 4px;
}

.info-tooltip-wrap tr td:first-child {
    background: #8BA2F4;
    font-weight: 500;
    color: #fff;
    width: 108px;
}

.info-tooltip-wrap table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}

.close-mob-tooltip {
    background: url(/public/order_form_2020/img/tooltip-Close.svg) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -10px;
    top: -7px;
    display: none;
}

.open-tooltip-lvl #order-form,
.open-tooltip-lvl .order-form-inner {
    z-index: unset;
}

/*calc*/
.info-tooltip-calc {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/public/order_form_2020/img/info-tooltip.svg) no-repeat;
    background-size: cover;
    margin: 0 5px;
    position: relative;
    top: 3px;
    margin-top: -3px;
}

.calc-new-wrap .btn-group-toggle {
    flex-wrap: wrap;
}

.calc-new .block-academic-level .form-group {
    width: 100%;
    position: absolute;
    top: -25px;
}

.calc-new .info-tooltip-wrap {
    z-index: 9999;
}

.open-tooltip-lvl .hero {
    z-index: unset !important;
}

@media (min-width: 768px) {
    .calc-new-wrap .info-tooltip-wrap:after {
        left: calc(50% - 13px);
    }

    .calc-new-wrap .info-tooltip-bottom {
        top: 36px;
        bottom: auto;
        z-index: 9;
    }

    .info-tooltip-bottom:after {
        border-bottom: 10px solid #fff;
        border-top: transparent;
        top: -9px;
        bottom: auto;
    }
}

/*END calc*/

@media (max-width: 767px) {
    .info-tooltip-title {
        padding-top: 4px;
    }

    .close-mob-tooltip {
        display: block;
    }

    .info-tooltip-wrap {
        border-radius: 7px;
        width: 312px;
        padding: 16px 12px;
        left: calc(50% - 155px);
        margin: 0 auto;
        top: calc(50% - 150px);
        bottom: auto;
        display: block;
        position: fixed;
    }

    .open-tooltip-lvl {
        /*position: fixed;*/
        overflow: hidden;
    }

    .open-tooltip-lvl:after {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        outline: 0;
        transition: opacity .15s linear;
        background: rgba(51, 51, 51, 0.2);
    }

    .info-tooltip-wrap:after {
        display: none;
    }

    .info-tooltip-wrap td {
        font-size: 13px;
    }

    .calc-new .info-tooltip-wrap {
        z-index: 999999;
    }
}

/*END tooltip for academic level*/


/* advantages block */

.advantages {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 75px;
}

.btn-main {
    width: 250px;
    height: 50px;
    background: #3671D9;
    box-shadow: 0 4px 10px rgba(54, 113, 217, 0.3);
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    transition: .5s;
}

.advantages-btn.btn-main {
    margin: 25px auto 0;
}

.btn-main:hover {
    transition: .5s;
    border: 0;
    box-shadow: 0px 4px 10px rgba(54, 113, 217, 0.6);
}

.advantages-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    text-transform: inherit;
}

.advantages-right {
    margin-left: 50px;
}

.advantages-image {
    display: block;
}

.advantages-list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.advantages-item {
    flex-basis: 28%;
    max-width: 28%
}

.advantages-icon img {
    display: block;
    margin: 0 auto;
}

.advantages-label {
    text-align: center;
    margin-top: 15px;
}

.how-it-works.triple-column .how-works-item {
    width: 350px;
    height: 240px;
}

.top-writers {
    padding: 80px 0;
    background: #fff;
}

h2 span.colored {
    color: #3671D9;
}

.top-writers .top-writers-sub {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}

.top-writers .writers-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 65px;
}

.top-writers .writers-item {
    flex-basis: 260px;
    max-width: 260px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
    border-radius: 10px;
    padding: 60px 15px 0;
    position: relative;
    margin-right: 30px;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
}

.top-writers .writers-item a.secondary-btn {
    margin-top: auto;
}

.top-writers .writers-item:last-child, .writers-item:nth-child(9) {
    margin-bottom: 0;
}

.top-writers .writers-item:nth-child(4n), .writers-item:last-child {
    margin-right: 0;
}

.top-writers .writers-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #FCFCFD;
    border-radius: 10px;
    border-top: 4px solid #7FA4E6;
}

.writers-face-wrap {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #F2F7FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.writers-face-wrap img {
    max-width: 100%;
}

.writers-info {
    text-align: center;
}

.writers-id .colored {
    color: #3671D9;
}

.writers-numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.writers-numbers:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #eaeaea;
}

.writers-numbers p {
    margin-bottom: 0;
}

.writers-category {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.writers-category span {
    padding: 2px 5px;
    background: #F2F7FF;
    border: 1px solid #DCE5F2;
    border-radius: 100px;
    color: #333;
    margin-right: 2px;
    margin-bottom: 4px;
    font-size: 11px;
}

.top-writers .writers-item a.secondary-btn.writers-btn:hover {
    background: #7FA4E6;
    color: #fff;
    border-color: transparent;
}

.top-writers .writers-item .writers-id {
    margin-bottom: 0;
}

.top-writers .writers-item .rating {
    color: #F2C94C;
    margin-bottom: 15px;
}

.secondary-btn {
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    margin: 30px auto;
    justify-content: center;
    background: #ffffff;
    height: 50px;
    width: 220px;
    border: 1px solid #3671D9;
    border-radius: 50px;
    transition: .5s;
    cursor: pointer;
    font-weight: bold;
}

.top-writers-label {
    margin-top: 60px;
    background: #F2F7FF;
    border-radius: 10px;
    position: relative;
}

.top-writers-label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url('/public/img/attention-icon.svg') center center;
    background-repeat: no-repeat;
}

.top-writers-label p {
    padding: 20px 75px;
}

@media (max-width: 769px) {
    .advantages-image {
        display: none;
    }

    .advantages {
        flex-direction: column;
    }

    .advantages-btn.btn-main {
        margin-top: 0;
    }

    .advantages-right {
        margin-left: 0;
    }

    .advantages-title {
        font-size: 16px;
    }

    .writers-item {
        flex-basis: 350px;
        max-width: 350px;
        margin-right: 15px
    }

    .writers-item:nth-child(4n), .writers-item:last-child {
        margin-right: 15px;
    }

    .top-writers-label {
        margin-top: 0;
    }

    .how-it-works.triple-column {
        padding: 70px 0;
    }

    .how-it-works.triple-column h2 {
        margin-top: 0;
    }
}

@media (max-width: 580px) {
    .top-writers .top-writers-sub {
        max-width: 335px;
    }

    .how-it-works.triple-column h2 {
        font-size: 24px;
        line-height: 30px;
        max-width: 286px;
        margin: 0 auto;
    }

    .top-writers .writers-item {
        margin-right: 0;
    }

    .writers-item:nth-child(4n), .writers-item:last-child {
        margin-right: 0;
    }

    .top-writers-label {
        margin-top: 30px;
    }

    .top-writers .writers-item:nth-child(9) {
        margin-bottom: 70px;
    }

    .banner-anonymous.prices-banner {
        padding: 60px 0 !important;
    }
}


.widget.rds {
    max-width: 260px;
    background: transparent;
    border: none;
    padding: 0;
}

.widget.rds .categories-list li {
    background: #FAFAFA;;
    border-radius: 10px;
    height: 58px;
    width: 100%;
    border: none;
    line-height: 58px;
    padding-left: 25px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    padding-top: 0;
}

.widget.rds .categories-list li:hover {
    background: #F2F7FF;
}

.widget.rds .categories-list li::before {
    transition: all .3s ease;
}

.widget.rds .categories-list li:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #3671D9;
}

.widget.rds .categories-list li a {
    width: 100%;
    height: 100%;
    color: #080B27;
    font-size: 14px;
}

.widget.rds .categories-list li a:after {
    display: none;
}

.essay-samples.rds {
    padding-bottom: 90px;
}

.essay-samples.rds h1 {
    text-align: left;
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 15px;
}

.essay-samples.rds h1 span.colored {
    color: #3671D9;
}

.essay-samples.rds .samples {
    margin-top: 50px;
    padding-top: 0;
}

.essay-samples.rds .s_remark {
    display: none;
}

.essay-samples.rds .s_list {
    overflow-y: scroll;
    padding: 0 25px;
    margin-left: -25px;
    max-height: 1141px;
    padding-bottom: 30px;
}

.essay-samples.rds .s_item {
    background: #E0E0E0;
    background-repeat: no-repeat;
    border-top: 3px solid #E0E0E0;
    border-bottom: 3px solid #E0E0E0;
    border-left: 12px solid #E0E0E0;
    border-right: 12px solid #E0E0E0;
    border-radius: 10px;
    background-size: contain;
    padding: 1px;
    position: relative;
    box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
}

.essay-samples.rds .s_item .s_item_wrap {
    border-radius: 10px;
    background: #fff;
    padding: 30px 180px 30px 60px;
}

.essay-samples.rds .s_item:before {
    content: '';
    position: absolute;
    top: 30px;
    left: -20px;
    background: url('/public/img/sample-label.svg') center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.essay-samples.rds .s_item_top .s_item_title {
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f;
}

.essay-samples.rds .s_item_top .s_item_name span {
    display: block;
}

.essay-samples.rds .s_item_top {
    border-bottom: 1px dashed #EFEFEF;
    padding-bottom: 15px;
}

.essay-samples.rds .s_item_btm {
    padding-top: 15px;
}

.essay-samples.rds .s_item_top .s_item_type {
    position: absolute;
    top: 30px;
    right: 1px;
    border-bottom-left-radius: 6px;
    background: #7FA4E6;
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.essay-samples.rds .s_item_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
}

.essay-samples.rds .s_item_desc {
    color: #080B27;
}

.essay-samples.rds .s_item_desc_name {
    color: #828282;
}

.essay-samples.rds .s_list::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
    max-height: 300px;
}

.essay-samples.rds .s_list::-webkit-scrollbar-track {
    background-color: #DADCDE;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    max-height: 300px;
}

.essay-samples.rds .s_list::-webkit-scrollbar-thumb {
    background-color: #7FA4E6;
    max-height: 25px;
    border-right: none;
    border-left: none;
}

.select-wrapper {
    display: none;
}

.essay-samples-select {
    width: 100%;
    height: 69px;
    padding: 15px;
    background: #F5F9FC;
    border: none;
    border-radius: 6px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:after {
    content: '';
    background: url(/public/img/new-img-main/arrow-mob-tabs.svg);
    position: absolute;
    right: 15px;
    width: 13px;
    height: 8px;
    top: 45%;
}

.essay-samples.rds .s_item_top .s_item_name span a {
    color: #4F4F4F;
}

.content.new-design p, .content.new-design ul li, .content.new-design-page ol li {
    line-height: 26px;
}

.new-design-page ol li, .new-design-page ul li, .new-design-page p {
    line-height: 26px;
}

.item_hidden_btn {
    display: none;
    color: #7FA4E6 !important;
    border: 1px solid #7FA4E6;
}

@media (max-width: 769px) {
    .how-it-works.triple-column .how-works-item {
        height: 100px;
        flex-basis: 100%;
        display: flex;
        align-items: center;
        padding: 0 15px;
    }

    .how-it-works.triple-column .how-works-item img {
        margin-right: 15px;
    }

    .select-wrapper {
        display: block;
    }

    .widget.rds {
        max-width: 100%;
    }
}


@media (max-width: 580px) {
    .advantages-item {
        flex-basis: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #efefef;
        padding: 15px 0;
    }

    .advantages-icon {
        margin-right: 15px;
    }

    .advantages {
        padding-bottom: 0;
    }

    .banner-anonymous .block-img img {
        position: relative;
        z-index: 10;
    }

    .how-it-works.triple-column .how-works-item {
        height: auto;
    }

    .testimonials .thought-balloon {
        display: none;
    }

    .essay-samples.rds .s_item_list {
        flex-wrap: wrap;
    }

    .essay-samples.rds .s_item_desc {
        flex-basis: 50%;
    }

    .essay-samples.rds .s_item .s_item_wrap {
        padding: 30px;
    }

    .essay-samples.rds .s_item_top .s_item_title {
        margin-top: 15px;
    }

    .essay-samples.rds .s_item_desc:nth-child(1) {
        order: 1;
        flex-basis: 65%;
    }

    .essay-samples.rds .s_item_desc:nth-child(2) {
        order: 3;
        flex-basis: 65%;
    }

    .essay-samples.rds .s_item_desc:nth-child(3) {
        order: 2;
        flex-basis: 35%;
    }

    .essay-samples.rds .s_item_desc:nth-child(4) {
        order: 4;
        flex-basis: 35%;
    }

    .essay-samples.rds .s_item_desc_name {
        display: inline-block;
        min-width: 55px;
    }

    .item_hidden_btn {
        display: flex;
    }
}

.writing-service .wrap-tab .tab-item .tab-content h2 {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .calc-new .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }

    .calc-new .date .form-control {
        width: 100%;
    }

    .calc-new .col-datetimepicker {
        padding-left: 10px;
    }
}

/*STEM*/
.calc-new .block-type-of-work {
    margin-top: 23px;
    margin-bottom: 28px;
}

.info-tooltip-calculation {
    position: relative;
    top: 3px;
    cursor: pointer;
    display: none;
    width: 16px;
    height: 16px;
    background: url(../img/info-tooltip.svg) no-repeat;
    background-size: cover;
    margin: 0 5px;
}

.calc-selected-calculations .info-tooltip-calculation {
    display: inline-block;
}

.subject_error_place, .pages_error_place {
    color: #df3131;
    font-size: 12px;
    line-height: 16px;
    padding-top: 8px;
}

.subject-area-error .select2-container .select2-selection--single {
    border-color: #df3131 !important;
}

/*-----tooltip-----*/
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 9px 10px;
    width: 160px;
    background: rgba(53, 56, 57, 0.9);
    content: attr(data-tooltip);
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 8px;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid rgba(53, 56, 57, 0.9);
    border-top: 5px solid rgba(53, 56, 57, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
    visibility: visible;
    opacity: 1;
}

/*-----END tooltip-----*/

.work-calculations-active {
    flex: 1;
}

.work-calculations-active .btn-custom {
    width: 100% !important;
    pointer-events: none;
    background: #F4F4F4 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #2C3E50 !important;
}

.col-problems-count {
    display: none;
    font-size: 12px;
    line-height: 100%;
    color: #828282;
    padding-top: 6px;
    text-align: center;
}

.type-services-bold {
    text-align: left;
}

.group-type-services .btn-custom {
    padding: 12px;
    min-height: 60px;
    border: 1px solid transparent;
    white-space: normal;
}

.group-type-services .btn-custom:not(:last-of-type) {
    border-right: 1px solid #E5E5E5 !important;
}

.group-type-services .btn-custom.active {
    border-color: transparent !important;
}

@media (max-width: 767px) {
    .calc-selected-calculations .col-problems-count {
        display: block;
    }

    .calc-selected-calculations .work-calculations-active {
        width: auto;
        max-width: calc(50% - 10px);
        flex: 0 0 50%;
    }

    .calc-selected-calculations .form-control[name="words"],
    .calc-selected-calculations .form-control[name="pages"] {
        width: calc(50% - 10px);
        margin-right: 10px;
    }
}

/*END STEM*/