/*******Fonts*******/
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
/**font-family: 'Droid Serif', serif;**/
@import url(https://fonts.googleapis.com/css?family=Roboto:500,400,300,100,500italic,100italic,700);
/**font-family: 'Roboto', sans-serif;**/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600); /*font-family: 'Open Sans', sans-serif;*/
/******************/
html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    /*padding: 0 0 350px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

select, input, button, textarea, img {
    font-family: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

.container {
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}

.content-right__item {
    margin-bottom: 40px;
}

section#header {
    padding-top: 10px;
    /*overflow: hidden;*/
}

div.zopim {
    display: none !important;
}

div.zopim.showZopim {
    display: block !important;
}

.discText span {
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: center
}

.hidden {
    display: none;
}

.content-block p {
    line-height: 1.75em;
    color: #818181;
}

.content-block h1 {
    margin-top: 0;
}

.content-block a {
    color: #4797e8;
    text-decoration: none;
}

.content-block a:hover {
    text-decoration: underline;
}

.content-all:before,
.content-all:after {
    content: '';
    display: block;
    clear: both;
}

/*Buttons*/
.btn-order__wrp {
    margin: 30px 0;
    text-align: center;
}

.btn-order {
    display: inline-block;
    border-radius: 6px;
    border: none;
    background-color: rgb(242, 109, 0);
    text-decoration: none;
    color: #fff;
    padding: 12px 60px;
    font-size: 19px;
}

.btn-order:hover {
    background: #ff7d1a;
}

#spend_credit,
#skip_credit {
    display: inline-block;
    margin: 5px 0;
    border-radius: 6px;
    border: none;
    background-color: rgb(242, 109, 0);
    text-decoration: none;
    color: #fff;
    padding: 12px 60px;
    font-size: 19px;
}

#spend_credit:hover,
#skip_credit:hover {
    background: #ff7d1a;
}


.btn-live-chat {
    display: inline-block;
    padding: 13px 40px;
    border-radius: 5px;
    background: #199a0c;
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: default;
}

.btn-live-chat:hover {
    background: #1a960e;
}

.btn-live-chat:active {
    background: #199a0c;
}

.icon-check {
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(/images/v1/icon/check-mid.png) no-repeat;
}

pre {
    padding: 9.5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

/*******Header Css*******/
.cont-h3 {
    font-family: 'Droid Serif', serif;
    font-size: 19px;
    font-weight: 400;
    color: #000;
}

.logo-head {
    display: block;
}

.headerItem {
    float: left;
    width: 33%;
}

.headerItem-block {
    position: relative;
}

.headerItem-block > a {
    text-decoration: none;
    padding: 10px 20px;
}

.headerItem-block > .logout {
    padding-right: 0;
    padding-left: 0;
    color: #8d8d8d;
    font-size: 13px;
}

.secondSplitSecond {
    display: none;
}

.secondSplitFirst {
    vertical-align: middle;
    padding: 50px 0;
}

.morePhones {
    position: relative;
    z-index: 1;
}

.containerPhones {
    display: none;
    position: absolute;
    text-align: left;
    max-width: 300px;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 0.36);
    padding-top: 40px;
    top: 1px;
    left: 94px;
    padding-bottom: 5px;
    background: #fff;
}

.containerPhones.animated {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.containerPhones > div {
    margin-left: 10px;
    margin-top: 10px;
}

.morePhones .iconPhone {
    background: url('/images/splitV2/contactPhone.png') no-repeat left center;
    padding-left: 17px;
    font-weight: 300;
    color: #696969;
}

.morePhones .iconArrow {
    border-bottom: 1px dashed #8d8d8d;
    margin-left: 10px;
    color: #8d8d8d;
    font-size: 13px;
    cursor: pointer;
}

.morePhones .arrow {
    background: url('/images/splitV2/arrowMorePhones.png') no-repeat center;
    display: inline-block;
    width: 7px;
    height: 4px;
    margin-left: 7px;

}

.morePhones-item {
    margin-left: 27px;
    margin-top: 21px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.morePhones a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #000;
}

.morePhones {
    text-align: center;
}

.login {
    text-align: right;
    margin-top: 10px;
    width: 27%;
}

.morePhones {
    width: 40%;
}

.liveChatButton {
    background: url('/images/splitV2/liveChat.png') no-repeat left center;
    padding-right: 16px;
    display: inline-block;
    color: #199a0c;
}

.LoginButton {
    background: url('/images/splitV2/loginIcon.png') no-repeat left center;
    padding-right: 0 !important;
    display: inline-block;
    color: #1f63a8;
}

.userName {
    background: url('/images/splitV2/loginIcon.png') no-repeat left center;
    padding-right: 0px;
    display: inline-block;
    color: #1f63a8;
}

.loginBlockmobile {
    top: 15%;
}

.loginBlockmobile ul {
    padding: 0;
    margin: 0;
}

.loginBlockmobile li {
    list-style-type: none;
}

.loginBlockmobile a {
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    text-decoration: none;

}

.loginBlockmobile .bottomButtons a {
    color: #696969;
    font-size: 16px;
}

.mobileUserName {
    float: left;
    background: url('/images/splitV2/mobileUserIcon.png') no-repeat left center;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loginBlockmobile .logout {
    float: right;
    border: 1px solid #696969;
    border-radius: 5px;
    padding: 10px;
}

.loginBlockmobile .mobileOrder {
    color: #f26600;
    font-weight: 700;
}

.liveChatButton span:hover {
    border-bottom: 1px solid #199a0c;
}

a.LoginButton span:hover {
    border-bottom: 1px solid #1f63a8;
}

.menu {
    background: #f1f1f1;
}

.menu {
    margin-top: 10px;
}

.mainMenu-block.js-show {
    display: block;
}

.mobileMenuButtons .selectric {
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
}

div.mobileMenu .mobileMenuButtons .selectric .label {
    background: url("/images/splitV2/contactPhone.png") no-repeat 2px center;
    margin: 0 30px 0 10px;
    font-size: 15px;
    line-height: 32px;
    color: #000;
    height: 32px;
    border-right: 1px solid #000;
    padding: 5px 20px;
}

div.mobileMenu .mobileMenuButtons .selectric .button:after {
    top: 7px;
    right: 6px;
    color: #000;
    border-top-color: #000;
}

#mainMenu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: table;
    text-align: center;
}

#mainMenu li {
    display: table-cell;
    table-layout: fixed;
}

#mainMenu a {
    padding: 13px 29px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #343434;
    border-top: 2px solid #f1f1f1;
    border-left: 1px solid #e0e0e0;

    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;

    -webkit-transition: border 300ms ease-out;
    -moz-transition: border 300ms ease-out;
    -o-transition: border 300ms ease-out;
    transition: border 300ms ease-out;
}

#mainMenu li:nth-of-type(9n) a {
    color: #f26600;
    font-weight: 400;
    background-image: -moz-linear-gradient(-90deg, rgba(241, 241, 241, 0.1) 0%, rgba(241, 241, 241, 0.1) 32%, rgba(242, 109, 0, 0.1) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(241, 241, 241, 0.1) 0%, rgba(241, 241, 241, 0.1) 32%, rgba(242, 109, 0, 0.1) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(241, 241, 241, 0.1) 0%, rgba(241, 241, 241, 0.1) 32%, rgba(242, 109, 0, 0.1) 100%);

}

#mainMenu .active {

    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;

    -webkit-transition: border 300ms ease-out;
    -moz-transition: border 300ms ease-out;
    -o-transition: border 300ms ease-out;
    transition: border 300ms ease-out;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    border-top: 2px solid #b30000;
    background: #f7f7f7;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mobileMenuButtons .mobilePhones select {
    padding: 11px;
    background: url('/images/splitV2/contactPhone.png') no-repeat 6px center;
    padding-left: 21px;
    padding-right: 32px;
    border-radius: 5px;
    border: 0;
    width: 110%;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13px;

}

select:focus::-ms-value {
    background: none;
    outline: none;
}

select::-moz-focus-inner {
    border: 0;
    outline: none;
}

select:focus::-moz-value {
    background: none;
}

.loginBlock {
    background: rgba(255, 255, 255, 0.95);
    width: 195px;
    padding: 10px 15px;
    position: absolute;
    right: 0px;
    z-index: 99;
    display: none;
    top: 50px;
    border: 1px solid #1f63a8;
}

.loginBlock.animated.popup {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.loginBlock:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background: url('/images/splitV2/loginArrow.png') no-repeat;
    top: -8px;
    right: 20%;

}

.loginBlock input {
    display: block;
    color: #333;
    border: 1px solid #555555;
    background: rgba(255, 255, 255, 0.85);
    outline: none;
    padding: 5px;
    width: 94%;
    margin-bottom: 10px;
}

.BlockLogPopUp {
    position: relative;
}

.loginBlock .btn.enter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background: #198abf;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.forgot {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #066b9a;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
}

.userlogin {
    display: none;
}

.userlogin {
    display: inline-block;
}

.userNotlogin {
    display: none;
}

.sub-header-home {
    background: url('/images/splitV2/calcBg.jpg') no-repeat center top 43px;
    background-size: cover;
    min-height: 415px;
}

.sub-header-home__col-2 {
    position: absolute;
    width: 100%;
}

.home-head-content {
    width: 60%;
    padding-top: 40px;
    color: #ffffff;
}

.home-head-content > h1 {
    margin: 10px 0;
    font: 50px 'Droid Serif', serif;
    color: #ffffff;
}

.home-head-content > h2 {
    font: 300 19px/29px 'Roboto', sans-serif;
    color: #ffffff;
    margin-bottom: 25px;
}

.home-head-content > h2 > span {
    display: inline-block;
}

.home-head-content__link {
    display: inline-block;
    position: relative;
    font-size: 19px;
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.home-head-content__link:hover {
    border-bottom: 1px solid transparent;
}

.home-head-content__link:after {
    content: '';
    display: block;
    position: absolute;
    right: -17px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#calculator .left h1 {
    font-size: 28px;
    color: #fff;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    margin: 0;

}

.loginBlockmobile {
    position: absolute;
    z-index: 10;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 10%;
    display: none;
}

.loginBlockmobile.js-show {
    display: block;
    position: fixed;
}

.mobileFade {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9;
}

#mobileLogin.closeButton span, #mobileMenu.closeButton span {
    position: relative;
    z-index: 9;
    background: url('/images/splitV2/closeMobile.png') no-repeat center;
}

.popupmobile__h {
    padding: 0.8em 0;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-size: 33px;
    color: #333;
    text-align: center;
    text-transform: capitalize;
}

.loginBlockmobile input {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #333;
    padding: 10px;
    width: 95%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.loginBlockmobile .enter {
    border: 0;
    background: #198abf;
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.loginBlockmobile .forgot {
    display: block;
    text-align: center;
    margin-top: 35px;
    color: #066b9a;
}

#header {
    position: relative;
}

.mobileMenu {
    position: absolute;
    z-index: 10;
    top: 15%;
    left: 50%;
    display: none;
    width: 310px;
    margin-left: -155px;
}

.mobileMenuButtons .mobilePhones {
    float: left;
}

.mobileMenuButtons .chatItem {
    float: right;
}

.mobileMenuButtons .showAll {
    display: none;
    padding-left: 5px;
}

#header .showAll p {
    margin-bottom: 8px;
}

#header div.mobileMenu a.mobileOrder {
    color: #f26600;
    font-weight: 700;
}

#header div.mobileMenu ul {
    padding: 0;
    margin: 0;
}

#header div.mobileMenu li {
    list-style-type: none;
}

#header div.mobileMenu a {
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.mobileMenuButtons p {
    margin: 0;
}

.mobileMenuButtons .mobileMenuClick {
    background: url("/images/splitV2/contactPhone.png") no-repeat 2px center;
    border: 1px solid #000;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 13px;

}

.mobileChat {
    background: url('/images/split_v2/mobileChat.png') no-repeat 3px center #3fad0e;
    padding: 13px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
}

.mobilePhones {
    background: url('/images/splitV2/mobileArrow.png') no-repeat 95% center;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 5px;
}

.price-calc__loader {
    display: block;
    border: none;
    margin: 20px auto;
}

#calculator .left {
    max-width: 840px;
    width: 100%;
    padding-top: 95px;
}

#calculator .right {
    max-width: 300px;
    width: 100%;
    padding-top: 35px;
}

#calculator .left p, #calculator .left a {
    font-size: 19px;
    width: 76%;
    color: #fff;
    text-decoration: none;
}

#calculator .left a span {
    border-bottom: 1px solid #fff;
}

#calculator .left a {
    padding: 0 15px 0 0;
    background: url('/images/splitV2//rightArrow.png') no-repeat right 10px;

}

#calculator .left a:hover {
    -webkit-animation: Arrow 700ms infinite ease-in-out;
    -moz-animation: Arrow 700ms infinite ease-in-out;
    -o-animation: Arrow 700ms infinite ease-in-out;
    animation: Arrow 700ms infinite ease-in-out;
}

#calculator .left a span:hover {

}

#calculator .right h2 {
    font-size: 33px;
    color: #fff;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.calcBody .selectric-wrapper {
    max-width: 280px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#calculator .selectArrow {
    max-width: 280px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #b1b9bf;
    border-radius: 3px;
    height: 31px;
    background: url('/images/splitV2/selectArrow2.png') no-repeat right center;
}

#calculator .selectArrow:hover {
    border: 1px solid #fff;
}

#calculator select {
    max-width: 320px;
    width: 120%;
    background: transparent;
    background-image: -moz-linear-gradient(90deg, rgba(242, 242, 242, 0.2) 0%, rgba(224, 224, 224, 0.2) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(242, 242, 242, 0.2) 0%, rgba(224, 224, 224, 0.2) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(242, 242, 242, 0.2) 0%, rgba(224, 224, 224, 0.2) 100%);
    border: none !important;
    outline: none !important;
    color: #fff;
    padding: 6px;
    height: 31px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 65px;
}

#calculator select::-ms-expand {
    display: none;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Good browsers :) */
    opacity: 0;
}

#calculator select:focus {
    -moz-outline: none !important;
    outline: none !important;
}

select:-moz-focusring {
    background: none;
}

select:focus::-ms-value {
    background: none;
}

select:focus::-moz-value {
    background: none;
}

#calculator select option {
    color: #333;
    font-size: 12px;
    background: #ededed;
}

.hint {
    width: 13px;
    height: 13px;
    background: url('/images/splitV2//hint.png') no-repeat center;
    display: block;
    float: right;
    position: relative;
    top: -25px;
    cursor: pointer;
}

div.hintText {
    background: rgba(255, 255, 255, 0.90);
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 10px;
    white-space: nowrap;
    visibility: hidden;
    padding: 10px;
    font-size: 12px;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hint:hover > .hintText {
    visibility: visible;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.calcBody .chekBox {
    max-width: 280px;
    text-align: center;
    margin-bottom: 20px;
}

.calcBody .Procced {
    border: 1px solid #f26d00;
    border-radius: 5px;
    max-width: 280px;
    margin-top: 10px;
    position: relative;
}

.calcBody .ProccedItem {
    float: left;
    width: 50%;
    text-align: center;
}

.calcBody .ProccedItem span {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    display: block;
    padding: 10px 0;
}

.calculator #discount_text {
    display: none;
}

.calcBody .pull-left.ProccedItem a,
.calculator__price {
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    display: block;
    padding: 10px 0;
}

.calcBody .pull-right.ProccedItem a,
#prices_order_button {
    text-decoration: none;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    background: url('/images/splitV2/rightArrow.png') no-repeat 85% 50% #f26d00;
    display: block;
    padding: 10px 0;
    width: 100%;
}

.mobileBanner {
    display: none;
}

#prices_order_button {
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear;
}

#prices_order_button:hover {
    background: url('/images/splitV2/rightArrow.png') no-repeat 90% 50% #ff7d1a;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear;
}

.calcBody input[type="checkbox"] {
    width: 19px;
    height: 19px;
    position: relative;
    left: 22px;
    top: 4px;
    opacity: 0;
    cursor: pointer;
}

.calcBody input[type="checkbox"] + label {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    margin: 15px 0;
}

.calcBody input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-top: -5px;
    background: url("/images/splitV2/sprite.png");
    vertical-align: middle;
    cursor: pointer;

}

.calcBody input[type="checkbox"]:checked + label::before {
    background-position: 0px 19px;

}

.calcBody input[type="checkbox"] + label::before {
    margin-right: 10px;
}

.calcBody .form_element:first-child .selectric {
    margin-top: 0;
}

#startOrder {

}

.calcBody .selectric {
    background: transparent;
    background-image: -moz-linear-gradient(90deg, rgba(242, 242, 242, 0.2) 0%, rgba(224, 224, 224, 0.2) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(242, 242, 242, 0.2) 0%, rgba(224, 224, 224, 0.2) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(242, 242, 242, 0.2) 0%, rgba(224, 224, 224, 0.2) 100%);

    border: 1px solid #b1b9bf;
    margin-top: 10px;
    border-radius: 3px;
}

.calcBody .selectric:first-child {
    margin-top: 0;
}

.about-main {
    background: #f1f1f1;
}

.satisfaction {
    padding: 20px 47px;
    margin: 0;
    list-style-type: none;
}

.satisfaction b {
    font-weight: 500;
}

.satisfaction > li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    color: #686868;
}

.satisfaction-item {
    min-height: 40px;
    margin-left: 75px;
}

.about-main .star {
    background: url('/images/splitV2/star.png') no-repeat;
    padding-left: 50px;
}

.about-main .hat {
    background: url('/images/splitV2/hat.png') no-repeat left 8px;
    padding-left: 50px;
}

.about-main .sec {
    background: url('/images/splitV2/sec.png') no-repeat left 2px;
    padding-left: 50px;
}

@-webkit-keyframes Arrow {
    0% {
        padding: 0 15px 0 0;
    }
    25% {
        padding: 0 18px 0 0;
    }
    50% {
        padding: 0 20px 0 0;
    }
    75% {
        padding: 0 23px 0 0;
    }
    100% {
        padding: 0 25px 0 0;
    }
}

@-moz-keyframes Arrow {
    0% {
        padding: 0 15px 0 0;
    }
    25% {
        padding: 0 18px 0 0;
    }
    50% {
        padding: 0 20px 0 0;
    }
    75% {
        padding: 0 23px 0 0;
    }
    100% {
        padding: 0 25px 0 0;
    }
}

@-o-keyframes Arrow {
    0% {
        padding: 0 15px 0 0;
    }
    25% {
        padding: 0 18px 0 0;
    }
    50% {
        padding: 0 20px 0 0;
    }
    75% {
        padding: 0 23px 0 0;
    }
    100% {
        padding: 0 25px 0 0;
    }
}

@keyframes Arrow {
    0% {
        padding: 0 15px 0 0;
    }
    25% {
        padding: 0 18px 0 0;
    }
    50% {
        padding: 0 20px 0 0;
    }
    75% {
        padding: 0 23px 0 0;
    }
    100% {
        padding: 0 25px 0 0;
    }
}

/**********End**********/

/**********Section mission css**********/
#mission {
    position: relative;
}

.cont-h2 {
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    color: #333333;
    font-size: 28px;
    margin-top: 37px;
}

#mission h2 span {
    font-weight: 700;
}

#mission .cont {
    height: 100%;
    max-width: 900px;
    /*left: calc(50% - 450px);*/
    padding: 0;
    margin: 0 auto;
    position: relative;
}

#mission #progress-bar {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    max-width: 900px;
    width: 100%;
    color: #b92626;
    height: 1px;
    margin: 0 auto;
    background: #d3d3d3;
    border: 0;
}

.cont span {
    height: 11px;
    width: 57px;
    border-radius: 100%;
    margin-left: -24px;
    background: url('/images/splitV2/ProgresNotActive.png') no-repeat;
    position: absolute;
    left: 0;
    top: 9px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.input-wrap {
    position: relative;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
}

.selectWrap {
    position: relative;
}

.address-icon {
    position: absolute;
    right: 10px;
    top: 13px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;

}

.address-no-ok {
    background: url('/images/splitV2/mail-no.png') no-repeat;
}

.address-ok {
    display: block;
    background: url('/images/splitV2/mail-ok.png') no-repeat;
}

#mission .second {
    left: 300px;
}

#mission .third {
    left: 600px;
}

#mission .fourth {
    left: 900px;
}

#mission .cont-h2 {
    text-align: center;
}

#mission span.fourth.border-change {
    /*background: url('/images/splitV2/done.png') no-repeat center;*/
    width: 24px;
    height: 24px;
    background: #199a0c;
    left: auto;
    right: -30px;
    top: 0;
}

#mission span.fourth.border-change:after {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 9px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

#mission #progress-bar::-moz-progress-value { /* Changes line color */
    background: #b92626;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#mission #progress-bar::-moz-progress-bar { /* Changes background color */
    background: #b92626;
}

#mission #progress-bar::-webkit-progress-bar { /* Changes background color */
    background: #d3d3d3;
}

#mission #progress-bar::-webkit-progress-value { /* Changes line color */
    background-color: #b92626;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cont .border-change {
    background: url('/images/splitV2/ProgresActive.png') no-repeat;
    transition: all 0.2s ease-in-out;
}

.cont span.border-change.hoverBg {
    height: 57px;
    width: 57px;
    top: -14px;
    margin-left: -24px;
}

.cont .border-change.hoverBg {
    background: url('/images/splitV2/progrHover.png') no-repeat !important;

}

.missionText {
    padding-top: 20px;
}

.missionText .missionTextItem {
    float: left;
    width: 25%;
    max-width: 250px;
    padding: 0 2%;
}

.missionTextItem > .cont-h3 {
    text-align: center;
    min-height: 2.2em;
}

.missionTextItem {
    padding-bottom: 20px;
}

.missionText .missionTextItem:first-child {
    padding-left: 0;
}

.missionText .missionTextItem:last-child {
    padding-right: 0;
}

.missionTextItem.active p.title {
    text-align: center;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
    color: #333333;

}

.missionTextItem.active ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.missionTextItem.active li {
    color: #b92626;

}

.missionTextItem.active li span {
    text-align: left;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #333;
    display: inline-block;
    background: url('/images/splitV2/dotActive.png') no-repeat left center;
    padding-left: 10px;
}

.missionTextItem.active .title {
    text-align: center;
    font-weight: 400;
    color: #333333;

}

.missionTextItem .title {
    color: #a1a1a1;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.missionText ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.missionText h3 {
    font-family: 'Droid Serif', serif;
    font-size: 20px;
    font-weight: 400;
    color: #a1a1a1;
    text-align: center;

}

.missionText li {
    color: #a1a1a1;
    /*list-style-position: inside;*/
}

.missionText li span {
    text-align: left;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #a1a1a1;
    display: inline-block;
    background: url('/images/splitV2/dotnotActive.png') no-repeat left center;
    padding-left: 10px;

}

.missionText .text {
    min-height: 160px;
    padding: 0 15px;
    background: url('/images/splitV2/missionItemNoActive.png') no-repeat bottom center;
}

.missionTextItem.active .text {
    background: url('/images/splitV2/missionItem.png') no-repeat bottom center;
}

/*Lst blockquote*/
.list-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.list-block__box {
    position: relative;
    min-height: 125px;
    padding: 0 15px;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
}

.list-block__item {
    width: 45%;
    margin: 0 0 20px;
}

.list-block__box:before {
    content: '';
    display: block;
    position: absolute;
    width: 94%;
    height: 1px;
    top: -1px;
    left: 3%;
    background: #fff;
}

.list-block__box:after {
    content: '';
    display: block;
    position: absolute;
    width: 94%;
    height: 1px;
    bottom: -1px;
    left: 3%;
    background: #fff;
}

.list-block__h {
    min-height: 2.2em;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.list-block__title {
    text-align: center;
    font-weight: 400;
    color: #333333;
}

.list-block__list {
    margin: 10px 0;
    padding-left: 20px;
    font-weight: 300;
    line-height: 22px;
    list-style: disc;
    color: #b92626;
}

.list-block__list span {
    color: #333;
}

/*Order*/
.order {
    margin: 40px 0 80px;
    text-align: center;
}

div.order a, a.order {
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear;
    font-weight: 300;
}

div.order a:hover, a.order:hover {
    background: #ff7d1a;
    -webkit-transition: background 300ms linear;
    -moz-transition: background 300ms linear;
    -o-transition: background 300ms linear;
    -ms-transition: background 300ms linear;
    transition: background 300ms linear;
}

.orderNow {
    border-radius: 6px;
    background-color: rgb(242, 109, 0);
    text-decoration: none;
    color: #fff;
    padding: 12px 60px;
    font-size: 19px;
    font-weight: 400;
}

#mainContent .right h2:nth-child(3) {
    margin-top: 65px;
}

/**********End**********/

/***Slider & activity css***/
#slider .left {
    max-width: 545px;
    width: 100%;
}

#slider {
    padding: 60px 0;
    background: rgba(241, 241, 241, 1);
    background: -moz-linear-gradient(left, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 50%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241, 241, 241, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(50%, rgba(233, 233, 233, 1)), color-stop(71%, rgba(233, 233, 233, 1)), color-stop(100%, rgba(233, 233, 233, 1)));
    background: -webkit-linear-gradient(left, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 50%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
    background: -o-linear-gradient(left, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 50%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
    background: -ms-linear-gradient(left, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 50%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
    background: linear-gradient(to right, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 50%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e9e9e9', GradientType=1);
    margin-bottom: 45px;
}

.slider {
    background: url('/images/splitV2/sliderBg.png') no-repeat center 68px;
}

.slider {
    text-align: center;
}

.flex-caption {
    width: 80%;
    padding: 8% 0 2%;
    left: 0;
    text-align: center;
    bottom: 0;
    color: #818181;
    font-style: italic;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.65em;
    margin: 0 auto;
}

span.raiting {
    background: url('/images/splitV2/raiting.png') no-repeat center;
    margin-top: 5px;
    height: 14px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

span.raiting5 {
    background: url('/images/splitV2/raiting5.png') no-repeat center;
    margin-top: 5px;
    height: 14px;
    display: block;
    text-align: center;
}

span.customerName {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-top: 20px;
}

#slider .right {
    max-width: 530px;
    width: 100%;
    text-align: center;
}

#slider .right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#slider .right li {
    width: 49%;
    float: left;
}

#slider .right h1 {
    color: #333333;
    font-family: 'Droid Serif', serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
}

#slider .right span {
    color: #818181;
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 16px;
    display: block;
}

#slider .right .infoActivity.margTop span {
    margin-bottom: 0;
}

#slider .right li.borderYes {
    border-bottom: 1px solid #d3d3d3;
}

#slider .right li.borderR {
    border-right: 1px solid #d3d3d3;
}

.wrapperActivity .titleBlock {
    display: none;
}

#slider .wrapperActivity .splitNo {
    display: none;
}

.wrapperActivity .group {
    width: 49%;
    float: left;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
}

.wrapperActivity {
    width: 100%;
    text-align: center;
}

.wrapperActivity .infoActivity b {
    color: #333333;
    font-family: 'Droid Serif', serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
    display: inline-block;
}

#slider .wrapperActivity .infoActivity span {
    color: #333333;
    font-family: 'Droid Serif', serif;
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
}

.wrapperActivity .nameActivity {
    color: #818181;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0px;
}

.wrapperActivity .group:first-child {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.wrapperActivity .group:nth-child(2) {
    border-bottom: 1px solid #d3d3d3;
}

.wrapperActivity .group:nth-child(3) {
    border-right: 1px solid #d3d3d3;
}

/***********End**********/

/*****Content css***/
#mainContent {
    margin-bottom: 10px;
}

#mainContent .left {
    width: 840px;
}

#mainContent .right .accempt {
    margin-top: 40px;
}

h1, h2, h3 {
    font-family: 'Droid Serif', serif;
    font-size: 24px;
    color: #333;
    font-weight: 300;
    margin-bottom: 10px;
}

.firstTime {
    margin-top: 35px;
    position: relative;

}

.firstTime h1 {
    font-size: 39px;
    color: #fff;
    font-weight: 400;
    font-family: 'Droid Serif', serif;
    float: left;
    margin: 0;
    margin-right: 60px;
}

.textSave {
    padding-top: 25px;
}

.firstTime {
    margin-top: 35px;
}

#mainContent .left p {
    color: #818181;
    /*font-weight: 100;*/
    line-height: 1.75em;
}

#mainContent .left .textSave p {
    color: #333;
}

#mainContent .container {
    padding-bottom: 53px;
}

.firstTime span.firstSpan {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
}

div.firstTime span.bgFirst {
    background: url('/images/splitV2/bgFirst.png') no-repeat center;
    display: inline-block;
    width: 110px;
    color: #293646;
    padding: 1%;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.order {
    border-radius: 6px;
    background: #ff9000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    padding: 2% 4%;
    float: left;
    margin-top: 15px;
}

div.firstTime a.order {
    position: absolute;
    right: 21%;
    margin-right: -126px;
    margin-top: 60px;

}

.textSave__h {
    font-family: 'Droid Serif', serif;
    color: #010101;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    max-width: 120px;
}

.textSave .first .textSave__h {
    background: url('/images/splitV2/pen.png') no-repeat left center;
    padding: 10px 0 10px 40px;
}

.textSave .second .textSave__h {
    background: url('/images/splitV2/circle.png') no-repeat left center;
    padding: 10px 0 10px 40px;

}

.textSave .third .textSave__h {
    background: url('/images/splitV2/date.png') no-repeat left center;
    padding: 10px 0 10px 40px;

}

.textSave p {
    color: #333;
    font-weight: 300;
    line-height: 1.75em;
    margin-top: 5px;
}

.textSave .itemSave {
    background: url('/images/splitV2/textSave.png') no-repeat center;
    max-width: 264px;
    float: left;
    width: 32%;
    margin-right: 24px;
    min-height: 210px;
}

.textSave .itemSave:last-child {
    margin-right: 0;
}

.textSave .itemSave div {
    padding: 10px;
}

#mainContent .right {
    max-width: 260px;
    padding-left: 40px;
}

#mainContent .right ul,
.why_choose__list {
    padding: 10px 0 0 12px;
    margin: 0;
    list-style-image: url('/images/splitV2/dotActive.png');
}

#mainContent .right span {
    color: #818181;
    font-weight: 300;
    padding-left: 5px;
}

#mainContent .right li,
.why_choose__list li {
    margin-bottom: 5px;
    color: #818181;
    font-weight: 300;
    padding-left: 5px;
}

#mainContent .right strong,
.why_choose__list strong {
    color: #4c4c4c;
    font-weight: 400;
}

#mainContent ul.social {
    list-style-type: none;
    text-align: center;
}

#mainContent ul.social a {
    text-decoration: none;
}

#mainContent ul.social li {
    margin-right: 10px;
    display: inline-block;
}

/*****End****/

/*******Subscrib css********/
#subscrib {
    background: url('/images/splitV2/sub.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    text-align: center;
    padding: 90px 0;
}

#subscrib h1 {
    font-family: 'Droid Serif', serif;
    font-size: 33px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;

}

#subscrib p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 10px;
}

#subscrib input {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 6px 11px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 310px;
    width: 100%;
    outline: none;
    color: #fff;
}

input[type="text"]::-moz-input-placeholder {
    color: #b5b5b5;
}

input[type="text"]::-webkit-input-placeholder {
    color: #b5b5b5;
}

input[type="text"]::placeholder {
    color: #b5b5b5;
}

/*placeholde hover*/
input[type="text"]:focus::-moz-input-placeholder {
    color: transparent;
}

input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="text"]:focus::placeholder {
    color: transparent;
}

.progress-button, .customConfirm {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    outline: none;
    border: none;
    background: #3fad0e;
    color: #fff;
    border-radius: 6px;
    font-size: 19px;
    line-height: 40px;
}

.progress-button[disabled],
.progress-button[disabled].state-loading {
    cursor: default;
}

.progress-button .content {
    position: relative;
    display: block;
}

.progress-button .content::before,
.progress-button .content::after {
    position: absolute;
    right: 20px;
    color: #0e7138;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.progress-button .content::before {
    content: "\e600"; /* Checkmark for success */
    color: #fff;
    background: url('/images/splitV2/ok.png') no-repeat center;
    width: 100%;

}

.progress-button .content::after {
    content: ""; /* Cross for error */
}

.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
    opacity: 1;
}

.notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.progress-button .progress {
    background: #148544;
}

.progress-button .progress-inner {
    position: absolute;
    left: 0;
    background: #0e7138;
}

.progress-button[data-horizontal] .progress-inner {
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.3s, opacity 0.3s;
    transition: width 0.3s, opacity 0.3s;
}

.progress-button[data-vertical] .progress-inner {
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.3s, opacity 0.3s;
    transition: height 0.3s, opacity 0.3s;
}

#subscrib .confirmText {
    display: none;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-weight: 300;
    color: #fff;
}

.confirmWrap {
    position: relative;
}

/* Shrink horizontal */
/* ====================== */

.progress-button[data-style="shrink"] { /* common for horizontal and vertical */
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.progress-button[data-style="shrink"][data-horizontal] .content {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.progress-button[data-style="shrink"][data-horizontal] .content::before,
.progress-button[data-style="shrink"][data-horizontal] .content::after {
    top: 100%;
    right: auto;
    left: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.progress-button[data-style="shrink"][data-horizontal].state-loading {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
}

.progress-button[data-style="shrink"][data-horizontal].state-loading .content {
    opacity: 0;
}

.progress-button[data-style="shrink"][data-horizontal].state-success .content,
.progress-button[data-style="shrink"][data-horizontal].state-error .content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/**********end********/

/******footer css*****/
footer {
    width: 100%;
    bottom: 0;
    padding-top: 30px;
    background: #06253f;
}

.divider-footer {
    height: 60px;
}

.copy-r {
    color: #67859e;
    font-size: 14px;
    margin: 0;

}

footer .right a {
    float: left;
    color: #67859e;
    font-size: 14px;
}

footer a:hover {
    text-decoration: none;
}

.right ul.social {
    float: right;
    float: right;
    margin: 0;

}

.copy {
    padding: 17px 0;
}

.dis {
    color: #3b5a74;
    font-size: 12px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    background: #00172f;
}

.disclamer-footer {
    color: #67859e;
    font-size: 12px;
}
.disclamer-footer::before {
    content: "DISCLAIMER: The completed product is for research purposes only. The company bears no responsibility for the use of research work, not intended for education use, the work is sold as-is with the highest quality and service available and written by freelancers";
}

.footerMenu {
    padding: 45px 0;
    border-bottom: 1px solid #193852;
    padding-bottom: 17px;
}

.footerMenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 24%;
    display: inline-block;
}

.footerMenu li {
    margin-bottom: 18px;
}

.footerMenu a {
    color: #fff;
}

ul.social {
    list-style-type: none;
    text-align: center;
}

ul.social a {
    text-decoration: none;
}

ul.social li {
    margin-right: 10px;
    display: inline-block;
}

.mobile {
    display: none;
}

/*******End*******/
/*==page title==*/
.page-title {
    height: 85px;
    background-color: #5490cd;
    background-repeat: no-repeat;
    background-position: right top;
}

.page-title--content {
    padding: 35px 0;
    position: relative;
    background-position: center;
    background-size: cover;
}

.page-title-big {
    height: 484px;
    background: url(/images/v1/bg/title-bg-contact.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-title-big__h {
    padding-top: 115px;
    font-size: 48px;
    font-weight: normal;
    font-family: 'Droid Serif', serif;
    color: #FFFFFF;
}

.page-title__content {
    width: 70%;
    margin: 15px 0;
    font: italic 300 18px/1.6em 'Roboto', sans-serif;
    color: #ffffff;
}

.page-title--content > .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title__text {
    padding-top: 25px;
    font-family: 'Droid Serif', serif;
    font-size: 30px;
    color: #fff;
}

.page-title__text-content {
    font: 33px 'Droid Serif', serif;
    color: #FFFFFF;
}

.page-title__link-right {
    padding-left: 23px;
    background: url("/images/v1/icon/calc-1.gif") no-repeat left center;
}

.page-title__link-right > a {
    line-height: 17px;
    color: #FFFFFF;
}

.page-title__link-right > a:hover {
    text-decoration: none;
}

.page-title-big .btn-live-chat {
    margin-top: 25px;
}

.page-title__pre-order {
    width: 60%;
}

/*ORDER*/
.l-content {
    margin-top: 25px;
    margin-bottom: 90px;
}

.row-content {
    margin-top: 45px;
    margin-bottom: 130px;
    min-height: 246px;
}

.row:before,
.row:after {
    content: '';
    display: table;
    height: 0;
}

.row:after {
    clear: both;
}

.l-col {
    float: left;
    box-sizing: border-box;
    min-height: 1px;
}

/*STEP*/
.order-step {
    background: #fbfbfb;
    display: flex;
}

.order-step__item {
    width: 33.33%;
    padding: 10px 0;
    position: relative;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    color: #333333;
}

.order-step__title {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
}

.order-step--active-1 {
    background: #f77b00;
    color: #ffffff;
    border: 1px solid #f77b00;
    position: relative;
    border-radius: 2px 0 0 2px;
    text-shadow: -1px -1px 0 #c65200;
    border-right: none;
}

.order-step--active-1:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -22px;
    height: 0;
    border-left: 22px solid #f77b00;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.order-step-1 {
    border-left: 1px solid #e5e5e5;
    border-radius: 2px 0 0 2px;
}

.order-step-2 {
    border-right: none;
    padding-left: 10px;
}

.order-step-3 {
    border-right: 1px solid #e5e5e5;
    border-radius: 0 2px 2px 0;
}

.order-step--triangle:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -21px;
    height: 0;
    border-left: 22px solid #fbfbfb;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.order-step--triangle:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -22px;
    height: 0;
    border-left: 22px solid #e5e5e5;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.order-step-2__active {
    position: relative;
    border: 1px solid #f77b00;
    border-radius: 2px 0 0 2px;
    text-shadow: -1px -1px 0 #c65200;
    color: #ffffff;
    background: #f77b00;
}

.order-step-2__active:after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: -22px;
    height: 0;
    border-left: 22px solid #f77b00;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.order-step-2__active:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    height: 0;
    border-left: 22px solid #fbfbfb;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

/*ORDER TABLE*/
.order-table a {
    color: #1d76bb;
    text-decoration: none;
}

.order-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.order-table {
    width: 100%;
    border-collapse: collapse;
    vertical-align: top;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.orderform-wrp {
    margin: 25px 0;
    /*padding: 10px 25px 0;*/
}

#order_details,
#personal_info {
    background: #f7f7f7;
}

.orderform__title {
    margin: 0 25px;
    padding: 20px 0 6px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4em;
    text-align: left;
    color: #333333;
    border-bottom: 1px solid #d1d1d1;
}

/*ORDER TD*/
#row_curr {
    display: none;
}

.order-details__td-1 {
    width: 240px;
    padding: 6px 16px 6px 0;
    vertical-align: top;
    font-size: 13px;
    text-align: right;
    color: #696969;
}

.order-details__td-2 {
    padding: 4px 8% 4px 0;
    position: relative;
    vertical-align: top;
    color: #000;
    width: 65%;
}

.order-details__row-2 > div {
    width: 49%;
    float: left;
}

.order-details__row-2 > div:first-child {
    margin-right: 2%;
}

/*LABEL*/
.label-required:before {
    content: '*';
    font-size: 12px;
    color: #dc0f0f;
    margin-right: 4px;
    vertical-align: top;
}

.order-details__label {
    /*width: 240px;*/
    display: inline-block;
}

.order-details__label > .required_star {
    display: none;
}

.label_comment {
    display: block;
}

#cost_per_page {
    font-weight: 600;
}

/*INPUT*/
.order-table input {
    margin: 0;
    font-family: inherit;
}

.order-table input[type='text'],
.order-table textarea,
.order-table select {
    padding: 1px 8px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    font-size: 13px;
    line-height: 17px;
    font-family: inherit;
}

.order-table #urgency,
.order-table #style,
.order-table #numberOfSources {
    width: 140px;
}

.order-table textarea {
    height: 90px;
}

.order-table input[type='text'],
.order-table select {
    height: 25px;
}

.order-table select[multiple] {
    height: auto;
}

.order-table select {
    padding-right: 20px;
    line-height: 1.2em;
    text-indent: 0;
    text-overflow: ellipsis;
    /* for FF */
    -moz-appearance: none;
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
    -webkit-appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAH1JREFUGJWNzb0NgmAUheGHj46e5lvAAShYwcYBTIwbMI4MYGOPjSswiz0d0eaSiD+JJzk5OXnvzSmaphGqccYRd0gBKlyxjawWWOKCNg7b6GWZcz7hYK0N6uJl80PpJ/kH9nh8cZ/QYXh7GtAlzNhjDDBGn5fNCTvcIid4AlmhGCj/i0XuAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: right 7px center;
}

.order-table select::-ms-expand {
    display: none;
}

.order-details__input > .select2-container {
    display: block;
}

.order-details__input .select2-choice {
    background: #ffffff;
}

.order-details__input .select2-choice .select2-arrow {
    border: none;
    background: #ffffff;

}

.order-details__input .select2-choice .select2-arrow > b {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAH1JREFUGJWNzb0NgmAUheGHj46e5lvAAShYwcYBTIwbMI4MYGOPjSswiz0d0eaSiD+JJzk5OXnvzSmaphGqccYRd0gBKlyxjawWWOKCNg7b6GWZcz7hYK0N6uJl80PpJ/kH9nh8cZ/QYXh7GtAlzNhjDDBGn5fNCTvcIid4AlmhGCj/i0XuAAAAAElFTkSuQmCC') no-repeat center !important;
}

.order-table input[type='checkbox'] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.order-table input[type='text']:hover,
.order-table textarea:hover,
.order-table select:hover {
    -webkit-box-shadow: 0 0 8px #c3c3c3;
    box-shadow: 0 0 8px #c3c3c3;
}

.order-table input[type='text']:focus,
.order-table textarea:focus,
.order-table select:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.vas_price {
    display: inline-block;
    vertical-align: middle;
}

.order-table input.js-valid-no {
    border: 1px solid #ee8686;
    background: #ffdddd;
}

#email.js-valid,
#retype_email.js-valid {
    border: 1px solid #20a028;
    background: #f8fff8 url('/images/v1/icon/check-1.png') no-repeat right 10px center;
}

#phone2_type {
    width: 100px;
}

/*LINEAR SELECT*/
.linear-select {
    display: block;
}

#linear-select-wrlevel {
    display: flex;
}

.linear-select > a,
.select-curr__item {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #b3b3b3;
    border-left: none;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    color: #146aac;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #dbdbdb 100%);
    background: -webkit-linear-gradient(top, #ffffff 1%, #dbdbdb 100%);
    background: linear-gradient(to bottom, #ffffff 1%, #dbdbdb 100%);
}

.linear-select > a:first-child,
.select-curr__item:first-child {
    border-left: 1px solid #b3b3b3;
    border-radius: 2px 0 0 2px;
}

.linear-select > a:last-child,
.select-curr__item:last-child {
    border-radius: 0 2px 2px 0;
}

.linear-select > .selected,
.select-curr__item.selected {
    color: #000;
    background: #fff;
    box-shadow: inset 0 2px 7px rgba(45, 120, 191, 0.7);
}

#preff_wrt {
    width: 230px;
}

.prefflist img {
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}

.prefflist input {
    margin-bottom: 5px
}

.contact-phone {
    max-width: 415px;
    display: flex;
    position: relative;
}

.contact-phone > div {
    padding: 0 2px;
}

.contact-phone__col-2 {
    width: 30%;
}

.contact-phone__col-3 {
    width: 83%;
}

.phone-col-2 {
    width: 65px;
}

.contact-phone__type {
    display: none;
}

.contact-phone__add {
    position: absolute;
    right: -20px;
    top: 4px;
}

.contact-phone__remove {
    position: absolute;
    right: -22px;
    top: 4px;
}

/*ERROR ORDER*/
div.validation_error {
    color: #b30000;
}

#prefwriter_urgency_attention {
    color: #b30000;
}

.validation_error-text {
    display: none;
    padding-top: 2px;
}

.prefflist div.validation_error {
    display: none;
}

.brdata {
    font-size: 12px;
    text-align: justify;
}

/*ORDER TOTAL*/
.order-total {
    padding: 30px 9px;
    box-shadow: 0 1px 6px rgba(24, 24, 24, 0.24);
    text-align: center;
    background: #fff;
}

.order-total__h {
    font-size: 20px;
}

.order-total__h-title {
    display: inline-block;
    position: relative;
}

.order-total__price {
    font-size: 35px;
    color: #333333;
}

#total {
    display: inline-block;
    vertical-align: middle;
}

.price-old {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    color: #979797;
    /*text-decoration: line-through;*/
    position: relative;
}

.price-old:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 105%;
    background: #979797;
    transform: rotate(-15deg);
}

.discount_span {
    display: block;
    margin: 9px 0;
    font-size: 13px;
    font-weight: bold;
    color: #22a022;
}

/*ORDER TOTAL*/
.order-total__curr {
    margin: 9px 0 20px;
}

/*Orde Submit*/
.order-details__submit {
    width: 312px;
    padding: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    border: none;
    overflow: visible;
    /*border gradient*/
    background: #236ec0;
    background: -moz-linear-gradient(top, #236ec0 0%, #145fae 100%);
    background: -webkit-linear-gradient(top, #236ec0 0%, #145fae 100%);
    background: linear-gradient(to bottom, #236ec0 0%, #145fae 100%);
    cursor: pointer;
}

.order-details__submit > span {
    display: block;
    position: relative;
    padding: 9px 18px;
    background: #2b86e1;
    background: -moz-linear-gradient(top, #2b86e1 0%, #2775c4 100%);
    background: -webkit-linear-gradient(top, #2b86e1 0%, #2775c4 100%);
    background: linear-gradient(to bottom, #2b86e1 0%, #2775c4 100%);
}

.order-details__submit:hover {
    background: #3c7ed2;
    background: -moz-linear-gradient(top, #3c7ed2 0%, #3574c5 100%);
    background: -webkit-linear-gradient(top, #3c7ed2 0%, #3574c5 100%);
    background: linear-gradient(to bottom, #3c7ed2 0%, #3574c5 100%);
}

.order-details__submit:hover > span {
    background: #4094f1;
    background: -moz-linear-gradient(top, #4094f1 0%, #357ecf 100%);
    background: -webkit-linear-gradient(top, #4094f1 0%, #357ecf 100%);
    background: linear-gradient(to bottom, #4094f1 0%, #357ecf 100%);
}

.order-details__submit:active {
    text-shadow: 0 1px 0 #0055a1;
    background: #3c7ed2;
    background: -moz-linear-gradient(top, #3c7ed2 0%, #3574c5 100%);
    background: -webkit-linear-gradient(top, #3c7ed2 0%, #3574c5 100%);
    background: linear-gradient(to bottom, #3c7ed2 0%, #3574c5 100%);
}

.order-details__submit:active > span {
    background: #357ecf;
    background: -moz-linear-gradient(top, #357ecf 0%, #4094f1 100%);
    background: -webkit-linear-gradient(top, #357ecf 0%, #4094f1 100%);
    background: linear-gradient(to bottom, #357ecf 0%, #4094f1 100%);
}

/*validetion submit order*/
.order-details__submit.js-validation {
    background: #9ba7b4;
    background: -moz-linear-gradient(top, #9ba7b4 0%, #a1a7af 100%);
    background: -webkit-linear-gradient(top, #9ba7b4 0%, #a1a7af 100%);
    background: linear-gradient(to bottom, #9ba7b4 0%, #a1a7af 100%);
}

.order-details__submit.js-validation > span {
    background: #abbcce;
    background: -moz-linear-gradient(top, #abbcce 0%, #cedeef 100%);
    background: -webkit-linear-gradient(top, #abbcce 0%, #cedeef 100%);
    background: linear-gradient(to bottom, #abbcce 0%, #cedeef 100%);
}

.order-details__submit.js-validation > span:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -30px;
    right: 3px;
    background: url('/images/splitV2/loader-animation-v1.gif') center;
    background-size: contain;
}

.loader-wrapper {
    height: 490px;
    background: url('/images/splitV2/loader-animation-v1.gif') no-repeat center;
}

/*disabled*/
.order-details__submit[disabled] {
    cursor: progress;
}

.order-details__submit.deactive span {
    background: gray;
}

.submit-arrow {
    display: inline-block;
    margin-bottom: 1px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 5px;
    width: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.order-preview__top {
    text-align: center;
    margin-bottom: 23px;
}

.order-preview__top:after {
    content: '';
    display: block;
    clear: both;
}

.order-preview__top__btn-wrp > .order-preview__edit {
    float: left;
}

.order-preview__top__btn-wrp > .order-details__submit {
    float: right;
}

/*END Orde Submit*/
#order_btn_block {
    text-align: right;
}

.accept-table__td {
    padding-top: 30px;
    color: #696969;
}

.order-promo__btn {
    margin-top: 15px;
    padding: 9px 0;
    text-align: center;
    text-decoration: none;
    color: #1d76bb;
    background: #e1eef6 no-repeat center;
    cursor: default;
}

.order-promo__btn:hover {
    background-color: #cae6f7;
}

.order-promo__btn.js-show {
    background-image: url("/images/v1/icon/arrow-top.png");
}

.order-promo__btn.js-show > span {
    opacity: 0;
}

.order-promo__col-1 {
    width: 41%;
    text-align: right;
}

.order-promo__col-2 {
    width: 59%;
}

.order-promo__wrp {
    display: none;
}

/*HINT Default*/
.hint-def {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 5px;
    right: 25px;
    background: url("/images/v1/icon/hint-1.png") no-repeat center;
    z-index: 1;
}

.hint-def--order-total {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    top: 1px;
    right: -30px !important;
    margin-left: 3px;
}

.hint-def--warn {
    background-image: url("/images/v1/icon/hint-2.png");
}

.hint-def.js-show {
    z-index: 2;
}

.hint-def__left {
    left: 80px;
    right: auto;
}

.hint-def__preview {
    left: 100px;
    right: auto;
}

.hint-def__block {
    visibility: hidden;
    opacity: 0;
    width: 180px;
    padding: 10px;
    position: absolute;
    left: 18px;
    top: 14px;
    border: 1px solid #b1a26c;
    -webkit-box-shadow: 0 2px 9px rgba(11, 11, 11, 0.15);
    -moz-box-shadow: 0 2px 9px rgba(11, 11, 11, 0.15);
    box-shadow: 0 2px 9px rgba(11, 11, 11, 0.15);
    background: #fff3c9;
    transition: opacity 0.25s;
    font-size: 11px;
    line-height: 13px;
}

.hint-def__block a {
    display: inline-block;
}

.hint-def--order-total > .hint-def__block {
    left: auto;
    right: 14px;
}

.hint-def__btn {
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -7px;
    right: -7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #b1a26c;
    background: #fff3c9;
    z-index: 1;
}

.hint-def__btn:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff3c9 url("/images/v1/icon/hint-cross.png") no-repeat center;
    z-index: 1;
}

.hint-def__btn:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    background: #fff3c9;
}

.hint-def__block > p {
    margin: 0;
}

.accept_container__total {
    margin-top: 25px;
    color: #696969;
}

.wrlevel-hint {
    display: none;
    width: 210px;
    padding: 10px;
    position: absolute;
    top: 35px;
    left: 50px;
    border: 1px solid #dad4be;
    background: #fff3c9;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    z-index: -1;
}

.wrlevel-hint.js-show {
    display: block;
    z-index: 2;
}

.wrlevel-triangle {
    position: absolute;
    top: -7px;
    left: 30px;
    border-bottom: 6px solid #dad4be;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.wrlevel-triangle:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -6px;
    border-bottom: 6px solid #fff3c9;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.wrlevel-hint__2 > .wrlevel-triangle {
    left: 100px;
}

.wrlevel-hint__3 {
    left: 100px;
}

.wrlevel-hint__3 > .wrlevel-triangle {
    left: 160px;
}

/*list*/
ul.wrlevel-list {
    padding-left: 15px;
    font-size: 11px;
    list-style: none;
    text-align: left;
}

.wrlevel-list > li {
    position: relative;
}

.wrlevel-list > li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -10px;
    top: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #8f7312;
}

.wrlevel-cost {
    margin: 10px -10px 0;
    padding: 5px 0;
    background: #fff;
    text-align: center;
}

#wrlevel-cost {
    font-weight: 600;
}

#row_additional_142 {
    display: none;
}

/*ORDER PREVIEW*/
.order-preview__td-1 {
    width: 41%;
    padding: 4px 16px 4px 10%;
    vertical-align: top;
    text-align: right;
    color: #696969;
}

.order-preview__label > label {
    display: inline-block;
}

.order-preview__label .required_star {
    float: left;
    margin-right: 3px;
    color: #dc0f0f;
}

.order-preview__td-2 {
    padding: 4px 8% 4px 0;
    position: relative;
    vertical-align: top;
    font-weight: normal;
    color: #000;
}

.feature-result {
    color: #199a0c;
    font-weight: bold;
}

.order-preview__divider {
    height: 22px;
}

.order-preview__edit {
    width: 162px;
    padding: 1px;
    font: 600 16px 'Open Sans', sans-serif;
    color: #647180;
    border: none;
    border-radius: 4px;
    background: #c4ceda;
    background: -moz-linear-gradient(top, #c4ceda 0%, #b7bfc7 100%);
    background: -webkit-linear-gradient(top, #c4ceda 0%, #b7bfc7 100%);
    background: linear-gradient(to bottom, #c4ceda 0%, #b7bfc7 100%);
    cursor: pointer;
}

.order-preview__edit-wrp {
    display: block;
    position: relative;
    border-radius: 4px;
    padding: 9px 18px;
    background: #ecf2f8;
}

.order-preview__edit-wrp:hover {
    background: #f7f7f7;
}

.order-preview__edit-wrp:before {
    content: '';
    display: inline-block;
    margin: 0 10px 2px 0;
    border-left: 2px solid #647180;
    border-bottom: 2px solid #647180;
    height: 5px;
    width: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accept-preview__row {
    margin-top: 25px;
}

.accept-preview__row:after {
    content: '';
    display: block;
    clear: both;
}

.accept-preview__left {
    float: left;
}

.accept-preview__right {
    float: right;
}

/*FOOTER MENU*/
.footer-menu {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
    border-bottom: 1px solid #193852;
}

.footer-menu:after {
    content: '';
    display: block;
    clear: both;
}

.footer-menu a {
    display: inline-block;
    padding: 8px 0;
    color: #fff;
}

.footer-menu a:hover {
    text-decoration: none;
}

.footer-menu > li {
    width: 25%;
    float: left;
}

/*SERVICES*/
.blockServices-wrp {
    margin: 27px 58px;
    padding: 23px 60px;
    border: 1px solid #999999;
    border-radius: 4px;
    position: relative;
}

.blockServices-wrp:before,
.blockServices-wrp:after {
    content: '';
    display: block;
    width: 95%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 2.5%;
    background: #FFFFFF;
}

.blockServices-wrp:after {
    top: auto;
    bottom: -1px;
}

.blockServices {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
}

.blockServices__name {
    font-family: 'Droid Serif', serif;
    font-size: 20px;
    font-weight: normal;
}

.blockServices__list {
    padding-left: 24px;
    margin: 5px 0;
}

.blockServices__list > li {
    padding: 3px 0;
}

.blockServices__list a {
    color: #4797e8;
    text-decoration: none;
}

.blockServices__list a:hover {
    text-decoration: underline;
}

.blockServices__list-in {
    padding-left: 15px;
    list-style: none;
}

.blockServices__list-in > li {
    padding: 3px 0;
    position: relative;
}

.blockServices__list-in > li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -10px;
    background: #2669ac;
}

/*Feature free*/

.feature-free__h,
.why_choose_h,
.accempt__h {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d3d3d3;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.feature-free__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-free__item {
    padding: 4px 0;
}

.feature-free__label {
    display: inline-block;
    padding: 1px 5px 0;
    margin-right: 17px;
    position: relative;
    border-radius: 2px 0 0 2px;
    background: #199a0c;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.feature-free__label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    border-left: 8px solid #199a0c;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.feature-free__label:after {
    content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFFFFF;
}

.feature-free__text {
    font-weight: normal;
}

.feature-free__pricce {
    width: 25px;
    float: right;
    font-weight: 700;
    color: #199a0c;
}

.feature-free__total {
    padding: 8px 0;
    margin: 8px 0 0;
    display: block;
    border: 1px solid #199a0c;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.feature-free__total:hover {
    border: 1px solid #178e0b;
    box-shadow: 1px 1px 7px #ddd;
}

.feature-free__total__price {
    color: #199a0c;
}

/*DISCOUNT*/
.discount-banner {
    height: 204px;
    margin-bottom: 40px;
    position: relative;
    background: url(/images/v1/img/discount-banner-1.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.discount-banner__btn {
    display: block;
    padding: 18px 33px 16px;
    position: absolute;
    left: 42px;
    bottom: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 29px #fdffba;
    -moz-box-shadow: 0 0 29px #fdffba;
    box-shadow: 0 0 29px #fdffba;
    background: #199a0c;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.discount-banner__btn:hover {
    background: #0c8600;
    -webkit-box-shadow: 0 0 15px #fdffba;
    -moz-box-shadow: 0 0 15px #fdffba;
    box-shadow: 0 0 15px #fdffba;
}

.discount-block {
    display: flex;
    margin: 25px 0 50px;
}

.discount-block__item {
    width: 31%;
    height: 450px;
    margin-left: 3.5%;
    padding: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f7f7f7;
}

.discount-block__item:first-child {
    margin-left: 0;
}

.discount-block__item-2 {
    border: 1px solid #f26d00;
}

.discount-block__item-3 {
    border: 4px solid #f26d00;
}

.discount-block__item:before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: -20px;
    top: -21px;
    background: url("/images/v1/icon/discount-sp-1.png") no-repeat;
    background-position: -191px 0;
}

.discount-block__img {
    height: 91px;
    margin: 5px auto;
    background: url("/images/v1/icon/discount-sp-1.png") no-repeat;
}

.discount-block__img-1 {
    width: 55px;
}

.discount-block__img-2 {
    width: 60px;
    background-position: -56px 0;
}

.discount-block__img-3 {
    width: 73px;
    background-position: -117px 0;
}

.discount-block__persent {
    font: 65px 'Droid Serif', serif;
    text-align: center;
    color: #000;
}

.discount-block__h {
    font: 24px 'Droid Serif', serif;
    text-align: center;
    color: #000;
}

.discount-block__text {
    color: #6d6d6d;
    line-height: 1.6em;
}

.discount-block__text-3 {
    color: #333333;
}

/*==Samples==*/
.sample-wrp {
    margin: 40px 0;
}

.sample__h {
    font-family: 'Droid Serif', serif;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}

.sample__item {
    display: flex;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
}

.sample__img {
    display: block;
    width: 60px;
    padding: 75px 0 0 2px;
    margin-right: 24px;
    background: url("/images/v1/icon/icon-pdf.png") no-repeat;
    text-align: center;
    color: #1f63a8;
}

.sample__img:hover {
    text-decoration: none;
}

.sample__item__h-wrp {
    margin-bottom: 11px;
}

.sample__item__h {
    display: inline-block;
    border-bottom: 1px solid #1f63a8;
    font-family: 'Droid Serif', serif;
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    color: #1f63a8;
    text-decoration: none;
}

.sample__item__h:hover {
    border-bottom: 1px solid transparent;
}

.sample-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.sample-table tr:nth-child(odd) {
    background: #eaeaea;
}

.sample-table td,
.sample-table th {
    padding: 4px 10px 5px;
}

.sample-table td {
    color: #4c4c4c;
}

.sample-table th {
    color: #000000;
    text-align: right;
}

.sample__col-2 {
    width: 90%;
}

.sample__col-3 {
    width: 49%;
}

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

/*==FAQ==*/
.faq-block {

}

.faq__item:first-child {
    border-top: 1px solid #d3d3d3;
}

.faq__item {
    padding: 14px 0;
    border-bottom: 1px solid #d3d3d3;
    cursor: pointer;
}

.faq__h {
    padding-left: 35px;
    position: relative;
    font: 16px/21px 'Droid Serif', serif;
    color: #333333;
}

.faq__h:before {
    content: '?';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background: #d3d3d3;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    color: #9b9b9b;
}

.faq__h--mes:before {
    content: '';
    background-image: url(/images/v1/icon/check-1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.faq__item.is-show > .faq__h:before {
    background-color: #4e4e4e;
    color: #FFFFFF;
}

.faq__text {
    display: none;
    padding: 10px 0 0 35px;
}

.faq__text > p {
    margin: 0;
    color: #818181;
}

/*==Contact==*/
.contact-block {
    display: flex;
    font: 18px 'Droid Serif', serif;
}

.contact__h {
    font-size: 28px;
    color: #333333;
}

.contact__item {
    display: flex;
}

.contact__col-2 {
    margin-left: 14%;
    width: 36%;
}

.contact__icon {
    width: 66px;
}

.contact__icon:before {
    content: '';
    display: block;
    width: 46px;
    height: 50px;
    background: url("/images/v1/icon/contact-sp.png") no-repeat;
}

.contact__icon--mail:before {
    width: 55px;
    background-position: -46px 0;
}

.contact__content {
    margin: 15px 0;
    font: 16px 'Droid Serif', serif;
    color: #5d5d5d;
}

.contact__content__item {
    margin: 5px 0;
}

.contact__label {
    color: #818181;
}

.contact__link {

    color: #006ca0;
    text-decoration: none;
}

.contact__link:hover {
    text-decoration: underline;
}

.contact-footer {
    padding: 42px 0;
    background: #ececec;
}

.contact-footer__content {
    color: #818181;
    text-align: center;
}

.contact-footer__content a {
    color: #006ca0;
    text-decoration: none;
}

.contact-footer__content a:hover {
    text-decoration: underline;
}

/*Forgot*/
.forgot-page {
    padding-top: 60px;
    text-align: center;
}

.forgot-page__text {
    color: #818181;
    line-height: 1.75em;
}

.forgot-label {
    display: inline-block;
    vertical-align: top;
    margin: 6px;
}

.forgot-label__name {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.forgot-form__email {
    width: 261px;
    padding: 6px 9px;
    border-radius: 2px;
    border: 1px solid #b2b2b2;
    font-size: 16px;
}

.forgot-form__col-right {
    display: inline-block;
}

.forgot-submit__block {
    display: block;
    margin: 20px 0;
}

.forgot-form__submit,
.login-form__submit {
    min-width: 207px;
    padding: 14px 40px;
    border: none;
    border-radius: 5px;
    background: #198abf;
    font-size: 19px;
    color: #FFFFFF;
    font-weight: normal;
}

.forgot-form__submit:hover,
.login-form__submit:hover {
    background: #027bb3;
}

.forgot-form__submit:active,
.login-form__submit:active {
    background: #198abf;
}

.forgot-page__text-error {
    font-size: 19px;
    line-height: 2em;
    color: #b30000;
}

/*LOGIN*/
.login-block {
    max-width: 846px;
    margin: auto;
}

.login-form {
    padding-top: 40px;
    text-align: center;
}

.login-form__item {
    margin-bottom: 10px;
}

.login-message,
.login-error {
    background: #ff5021;
    font-weight: 500;
    text-align: center;
    line-height: 2.2em;
    color: #FFFFFF;
}

.form-input {
    width: 261px;
    padding: 6px 9px;
    border-radius: 2px;
    border: 1px solid #b2b2b2;
    font-size: 16px;
}

.login-form__label {
    display: inline-block;
    position: relative;
}

.login-form__label__name {
    width: 105px;
    padding-right: 15px;
    position: absolute;
    left: -120px;
    top: 8px;
    text-align: right;
    color: #000;
}

.login-form__submit-b {
    margin: 20px 0;
}

.login-form__link {
    font-size: 14px;
    color: #198abf;
}

.login-form__link:hover {
    text-decoration: none;
}

/*ERROR*/
.site-error {
    height: 585px;
    padding-top: 100px;
    background: url("/images/v1/bg/site-error-bg.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
}

.site-error__h1 {
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    font-size: 347px;
    color: #ffffff;
    opacity: 0.4;
}

.site-error__h2 {
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    font-size: 77px;
    line-height: 2em;
    color: #ffffff;
    opacity: 0.4;
}

.site-error__text {
    font-size: 26px;
    color: #FFFFFF;
}

.site-error__text a {
    color: #71b7ff;
}

.site-error__text a:hover {
    text-decoration: none;
}

.site-error__text > span {
    display: inline-block;
}

/*Prices*/
.list-content {
    padding: 0 0 0 12px;
    list-style-image: url(/images/splitV2/dotActive.png);
    line-height: 1.8em;
    color: #818181;
}

.price__divider {
    margin: 40px 0;
    padding: 12px 30px;
    border: 1px solid #999999;
    border-radius: 4px;
    position: relative;
}

.price__divider:before,
.price__divider:after {
    content: '';
    display: block;
    width: 95%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 2.5%;
    background: #FFFFFF;
}

.price__divider:after {
    top: auto;
    bottom: -1px;
}

.currency:after {
    content: '';
    display: block;
    clear: both;
}

.price__h {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Droid Serif', serif;
}

.price__lang {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    white-space: nowrap;
    font-size: 13px;
}

.price__lang > li {
    padding-left: 10px;
    display: inline-block;
    cursor: default;
}

.price-lang__item {
    color: #146aac;
    display: inline-block;
    border-bottom: 1px dashed #146aac;
    text-decoration: none;
}

.price-lang__item:hover {
    border-bottom: 1px dashed transparent;
}

.price-lang__item.curr {
    color: #000000;
    border-bottom: 1px dashed transparent;
}

.price__filter {
    margin: 10px 0 30px;
    padding: 15px 10px 22px;
    position: relative;
    border-radius: 2px;
    background: #f0f0f0;
    text-align: center;
}

.price__filter:after {
    content: '';
    display: block;
    margin-left: -14px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    border-top: 15px solid #f0f0f0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;

}

.price__divider-number {
    display: inline-block;
    width: 120px;
    padding: 0 6px;
}

.price__label {
    display: inline-block;
    padding: 0 6px;
    margin-bottom: 9px;
    text-align: left;
}

.price__label__name {
    display: block;
    padding-bottom: 3px;
    font-size: 13px;
    color: #696969;
}

.price__select {
    width: 230px;
    padding: 3px 9px;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

#price-area .select2-container .select2-choice {
    background: none;
    border: none;
    background: none;
    box-shadow: none;
    padding: 0px 7px;
}

#price-area .select2-container {
    padding: 0;
}

.price__input {
    width: 120px;
    padding: 4px 9px;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

.price-area {
    position: relative;
}

.price__label-number {
    /*position: absolute;*/
    top: -94px;
    left: 570px;
}

.price-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 13px;
}

.price-table td {
    padding: 0;
    position: relative;
}

.price-table__head {
    font-family: 'Droid Serif', serif;
    font-size: 16px;
}

.price-table__h {
    padding: 0;
    vertical-align: bottom;
    font-weight: normal;
    color: #ffffff;
}

.price-table__h-1 > div {
    padding: 12px 0;
    color: #bcbcbc;
}

.price-table__h-2:last-child .price-table__h_block-2 {
    border-top-right-radius: 4px;
    margin-right: -1px;
}

.price-table__h_block-2,
.price-table__h_block-4 {
    padding: 12px 0;
    background: #198abf;
}

.price-table__h_block-2 {
    margin-right: 2px;
    border-top-left-radius: 4px;
}

.price-table__h_block-4 {
    margin-left: 2px;
    border-top-right-radius: 4px;
}

.price-table__h_block-3 {
    padding: 17px 0;
    font-size: 1.1em;
    border-radius: 4px 4px 0 0;
    background: #f26d00;
}

.price-table__urgency {
    padding: 0;
    color: #000;
    width: 17%;
}

.price-table__urgency > div {
    border-left: 1px solid #d1d1d1;
    background: #f7f7f7;
    position: relative;
}

.price-table__urgency > div:after {
    content: '';
    display: block;
    width: 95%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    background: #d1d1d1;
}

.price-table__tr-last > .price-table__urgency > div:after {
    display: none;
}

.price-table__urgency > div,
.price-table__price > a,
.price-table__price__empty {
    height: 31px;
    padding-top: 8px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.price-table__tr-first > .price-table__urgency > div {
    border-top: 1px solid #d1d1d1;
    border-top-left-radius: 4px;
}

.price-table__tr-last > .price-table__urgency > div {
    border-bottom: 1px solid #d1d1d1;
    border-bottom-left-radius: 4px;
}

/*price-*/
.price-table__price > a {
    display: block;
    text-decoration: none;
}

.price-table__price-2 {
    background: #fff2e9;
}

.price-table__price-2 > a,
.price-table__price-2 > .price-table__price__empty {
    border-left: 1px solid #f77b00;
    border-right: 1px solid #f77b00;
    color: #df5900;
}

.price-table__price-2 > a:after,
.price-table__price-2 > .price-table__price__empty:after {
    background: #f6dcd0;
}

.price-table__tr-last > td {
    vertical-align: top;
}

.price-table__tr-last > .price-table__price-2 > a,
.price-table__tr-last > .price-table__price-2 > .price-table__price__empty {
    height: 39px;
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #f77b00;
}

.price-table__tr-last > .price-table__price-2 {
    height: 39px;
}

.price-table__tr-last > .price-table__price-2 > a:after,
.price-table__tr-last > .price-table__price-2 > .price-table__price__empty:after {
    display: none;
}

/*price -1 */
.price-table__price-1:last-child {
    border-right: 1px solid #198abf;
}

.price-table__price-1 > a,
.price-table__price-1 > .price-table__price__empty {
    border-left: 1px solid #198abf;
    color: #006ca0;
}

.price-table__price > a:after,
.price-table__price__empty:after {
    content: '';
    display: block;
    width: 97%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 1.5%;
}

.price-table__price__empty:before {
    content: '';
    display: inline-block;

}

.price-table__price-1 > a:after,
.price-table__price-1 > .price-table__price__empty:after {
    background: #efefef;
}

.price-table__tr-last .price-table__price-1 > a,
.price-table__tr-last .price-table__price-1 > .price-table__price__empty {
    border-bottom: 1px solid #198abf;
    border-radius: 0 0 0 4px;
}

.price-table__tr-last .price-table__price-1 > a:after,
.price-table__tr-last .price-table__price-1 > .price-table__price__empty:after {
    display: none;
}

/*price -3 */
.price-table__price-3 > a,
.price-table__price-3 > .price-table__price__empty {
    border-right: 1px solid #198abf;
    color: #006ca0;
}

.price-table__price-3 > a:after,
.price-table__price-3 > .price-table__price__empty:after {
    background: #efefef;
}

.price-table__tr-last > .price-table__price-3 > a,
.price-table__tr-last > .price-table__price-3 > .price-table__price__empty {
    border-bottom: 1px solid #198abf;
    border-radius: 0 0 4px 0;
}

.price-table__tr-last > .price-table__price-3 > a:after,
.price-table__tr-last > .price-table__price-3 > .price-table__price__empty:after {
    display: none;
}

.price-table__tr:hover > .price-table__urgency > div {
    background-color: #ffffff;
}

.price_tb_buy {
    display: inline-block;
    display: none;
    padding: 5px 10px;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #FFFFFF;
    color: #007fb4;
}

.price-table__price-2 .price_tb_buy {
    color: #f77b00;
}

.price-table__price:hover > a {
    position: absolute;
    width: 105%;
    height: 140%;
    left: -2.5%;
    top: -20%;
    z-index: 1;
    border: none;
    background: #198abf;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.price-table__price-2:hover > a {
    background: #f77b00;
}

.price-table__price:hover > a:after {
    display: none;
}

.price-table__price:hover .price_tb_buy {
    display: inline-block;
    font-size: 15px;
}

#price-wrap {
    position: relative;
}

/*==quality level==*/
.tableGuality-wrp {
    margin: 40px 0;
    padding: 12px 30px;
    border: 1px solid #999999;
    border-radius: 4px;
    position: relative;
}

.tableGuality-wrp:before,
.tableGuality-wrp:after {
    content: '';
    display: block;
    width: 95%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 2.5%;
    background: #FFFFFF;
    font-weight: 300;
}

.tableGuality-wrp:after {
    top: auto;
    bottom: -1px;
}

.tableGuality {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    font-size: 13px;
    text-align: center;
}

.tableGuality__h {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Droid Serif', serif;
}

.tableGuality th {
    padding: 0;
    vertical-align: bottom;
    font-family: 'Droid Serif', serif;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 16px;
}

.tableGuality td {
    padding: 0;
}

.tableGuality__th-standart,
.tableGuality__th-platinum {
    padding: 12px 0;
    background: #198abf;
}

.tableGuality__th-standart {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.tableGuality__th-platinum {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.tableGuality__th-premium {
    padding: 17px 0;
    font-size: 1.13em;
    border-radius: 4px 4px 0 0;
    background: #f26d00;
}

.tableGuality__title {
    height: 31px;
    padding: 8px 0 0 10px;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid #d1d1d1;
    background: #f7f7f7;
    font-weight: 500;
    text-align: left;
}

.tableGuality__title--first {
    border-top: 1px solid #d1d1d1;
    border-radius: 4px 0 0 0;
}

.tableGuality__title--last {
    border-bottom: 1px solid #d1d1d1;
    border-radius: 0 0 0 4px;
}

.tableGuality__title:after {
    content: '';
    display: block;
    width: 95%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    background: #d1d1d1;
}

.tableGuality__title--last:after {
    display: none;
}

.tableGuality__td-standart--last {
    border-radius: 0 0 0 4px;
    border-bottom: 1px solid #198abf;
}

/*BLock TD*/
.tableGuality__td-standart,
.tableGuality__td-platinum,
.tableGuality__td-premium {
    height: 31px;
    padding-top: 8px;
    box-sizing: border-box;
    position: relative;
}

.tableGuality__td-standart {
    border-left: 1px solid #198abf;
}

.tableGuality__td-premium {
    border-left: 1px solid #f26d00;
    border-right: 1px solid #f26d00;
    background: #fff2e9;
}

.tableGuality__td-platinum {
    border-right: 1px solid #198abf;
}

.tableGuality__td-premium:after,
.tableGuality__td-standart:after,
.tableGuality__td-platinum:after {
    content: '';
    display: block;
    width: 97%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 1.5%;
}

.tableGuality__td-standart:after,
.tableGuality__td-platinum:after {
    background: #efefef;
}

.tableGuality__td-premium:after {
    background: #f6dcd0;
}

/*--last*/
.tableGuality__td-premium--last,
.tableGuality__td-standart--last,
.tableGuality__td-platinum--last {

}

.tableGuality__td-premium--last:after,
.tableGuality__td-standart--last:after,
.tableGuality__td-platinum--last:after {
    display: none;
}

.tableGuality__td-platinum--last {
    border-bottom: 1px solid #198abf;
    border-radius: 0 0 4px 0
}

.tableGuality__td-premium--last {
    height: 39px;
    border-bottom: 1px solid #f26d00;
    border-radius: 0 0 4px 4px
}

.tableGuality__tr--last > td {
    vertical-align: top;
}

/*priceFeature*/
.priceFeature {
    margin: 15px 0 30px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.priceFeature__item {
    width: 48%;
    padding: 5px 15px 30px;
    border: 1px solid #999999;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
}

.priceFeature__item:before,
.priceFeature__item:after {
    content: '';
    display: block;
    width: 95%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 2.5%;
    background: #FFFFFF;
    font-weight: 300;
}

.priceFeature__item:after {
    top: auto;
    bottom: -1px;
}

.priceFeature__h {
    margin-bottom: 10px;
    font: 20px 'Droid Serif', serif;
}

.priceFeature__format {
    list-style: none;
    margin: 0;
    padding: 0;
}

.priceFeature__format > li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.priceFeature__format > [class*="icon-"]:before {
    content: '';
    display: block;
    width: 18px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/v1/icon/price-feature.png") no-repeat;
}

.priceFeature__format > .icon-2:before {
    background-position: 0 -20px;
}

.priceFeature__format > .icon-3:before {
    background-position: 0 -40px;
}

/*priceFeature__discount*/
.priceFeature__discount {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
}

.priceFeature__discount > li {
    width: 33.3%;
}

.priceFeature__discount [class*="icon-"] {
    min-height: 65px;
}

.priceFeature__discount [class*="icon-"]:before {
    content: '';
    display: inline-block;
    width: 52px;
    height: 60px;
    background: url("/images/v1/icon/price-discount.png") no-repeat 0 8px;
}

.priceFeature__discount .icon-2:before {
    background-position: 0 -56px;
}

.priceFeature__discount .icon-3:before {
    background-position: 0 -120px;
}

.priceFeature__discount .title {
    font-weight: 500;
    padding: 2px 0;
}

.priceFeature__discount .discount {
    display: inline-block;
    width: 88px;
    padding: 2px 0;
    border-radius: 2px;
    background: #f26d00;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

/*PRICE CALCULATOR*/
.side-calculator {
    padding: 20px 20px 30px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    background: #f3f3f3;
}

.side-calculator__h {
    padding-bottom: 12px;
    border-bottom: 1px solid #d1d1d1;
    font: 23px 'Droid Serif', serif;
}

.side-calculator__item {
    padding: 2px 30px 2px 0;
}

.side-calculator__label {
    padding-bottom: 2px;
    font: 15px 'Open Sans', sans-serif;
    color: #696969;
}

.side-calculator__select {
    width: 100%;
    height: 32px;
    padding: 1px 8px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    font: 15px 'Open Sans', sans-serif;
    line-height: 17px;
    font-family: inherit;
}

/*Discount price*/
.product-price {
    font-family: 'Open Sans', sans-serif;;
    text-align: center;
}

.product-price__value {
    display: inline-block;
}

.price-value_total {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    color: #979797;
    position: relative;
}

.price-value_total:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #979797;
    position: absolute;
    top: 50%;
    left: 0;
}

.product-price_heading {
    font-size: 30px;
    font-weight: 300;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}

.price-value_discounted {
    display: inline-block;
    font-size: 44px;
    font-weight: normal;
}

.product-price__discount {
    font-size: 15px;
    font-weight: normal;
    color: #199a0c;
}

.product-filters__select-transformer {
    display: block;
    text-align: center;
    position: relative;
}

.product-filters__select-transformer > .wrlevel-hint__block {
    right: -28px;
}

.btn-wrl {
    display: block;
    padding: 6px;
    border: 1px solid #b3b3b3;
    background: #ffffff;
    border-radius: 2px;
    background: -moz-linear-gradient(top, #ffffff 1%, #dbdbdb 100%);
    background: -webkit-linear-gradient(top, #ffffff 1%, #dbdbdb 100%);
    background: linear-gradient(to bottom, #ffffff 1%, #dbdbdb 100%);
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #146aac;
    cursor: pointer;
}

.btn-wrl-1 {
    border-left: 1px solid #b3b3b3;
}

.btn-wrl.active {
    color: #000;
    background: #fff;
    box-shadow: inset 0 2px 7px rgba(45, 120, 191, 0.7);
}

.product-price__proceed-btn {
    display: inline-block;
    padding: 15px 60px;
    border-radius: 5px;
    background: #199a0c;
    font: 23px 'Roboto', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
}

.price__label-hide {
    display: none;
}

.order-preview__row-country {
    display: none;
}

/*Testimonials*/
.testimonials-wrp {
    display: flex;
    flex-direction: column;
}

.testimonials__item {
    width: 71%;
    margin-bottom: 20px;
}

.testimonials__item-2 {
    align-self: flex-end;
}

.testimonials__cont {
    padding: 15px 20px;
    position: relative;
    border-radius: 2px;
    background: #f0f0f0;
    color: #818181;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonials__cont:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    right: 36px;
    border-top: 14px solid #f0f0f0;
    border-right: 14px solid transparent;
}

.testimonials__data {
    margin-right: 54px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: right;
}

.testimonials__name {
    font-weight: 600;
}

.testimonials__title {
    color: #818181;
}

/*About*/
.sub-header-about {
    height: 515px;
    background: url('/images/v1/bg/title-bg-about.jpg') no-repeat center;
    background-size: cover;
}

.about-effect-wrp {
    padding: 60px 0 100px;
    font-family: 'Droid Serif', serif;;
    text-align: center;
}

.about-effect__h {
    padding: 25px 0;
    font-size: 28px;
}

.about-effect {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.about-effect__item {
    width: 185px;
}

.about-effect__num {
    font-size: 65px;
}

.about-effect__title {
    font-size: 16px;
    color: #9a9a9a;
}

.about-effect__img {
    display: inline-block;
    width: 90px;
    height: 100px;
    background: url("/images/v1/icon/about-effect.png") no-repeat;
}

.about-effect__img-2 {
    background-position: -90px 0;
}

.about-effect__img-3 {
    background-position: -180px 0;
}

/*writer*/
.about-writer-wrp {
    padding: 30px 0;
    background: #ececec;
}

.about-writer__item-2 {
    padding-right: 16%;
}

.about-writer__h {
    padding-bottom: 10px;
    font: 28px 'Droid Serif', serif;
}

.about-writer__cont {
    color: #818181;
    line-height: 1.7em;
}

.about-writer {
    display: flex;
    align-items: center;
}

.about-writer__img {
    width: 300px;
    height: 430px;
    margin-right: 35px;
    background: url("/images/v1/img/about-writer.png") no-repeat right top;
}

/*about support*/
.about-support-wrp {
    height: 411px;
    padding-top: 74px;
    background: url("/images/v1/bg/about-support.jpg") no-repeat center;
    background-size: cover;
}

.about-support {
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.about-support__item-1 {
    padding: 0 13%;
}

.about-support__h {
    font: 28px 'Droid Serif', serif;
    padding-bottom: 10px;
}

.about-support__cont {
    line-height: 1.7em;
}

.about-support__img {
    width: 224px;
    height: 411px;
    background: url("/images/v1/img/about-support.png") no-repeat;
}

/*about quality*/
.about-quality-wrp {
    padding-top: 70px;
    margin-bottom: 30px;
}

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

.about-quality__item {
    width: 48%;
}

.about-quality__h {
    margin: 10px 0;
    font: 24px 'Droid Serif', serif;
}

.about-quality__cont {
    line-height: 1.7em;
    color: #818181;
}

.about-quality__img {
    display: inline-block;
    width: 51px;
    height: 47px;
    background: url("/images/v1/icon/about-quality.png") no-repeat;
}

.about-quality__img-2 {
    background-position: -51px 0;
}

/*Product*/
.prod-choose-wrp {
    margin: 25px 0 40px;
    padding: 0;
    list-style: none;
}

.prod-choose__item {
    display: table;
    width: 100%;
    height: 74px;
    margin-bottom: 10px;
}

.prod-choose__name {
    display: table-cell;
    vertical-align: middle;
    width: 225px;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 1%, #95ccf4 100%);
    background: -webkit-linear-gradient(left, #ffffff 1%, #95ccf4 100%);
    background: linear-gradient(to right, #ffffff 1%, #95ccf4 100%);
    font: 16px 'Droid Serif', serif;
    text-align: center;
    color: #333333;
}

.prod-choose__name:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    border-left: 21px solid #97cdf4;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    line-height: 18px;
}

.prod-choose__title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 33px;
    padding-right: 15px;
    border-radius: 0 2px 2px 0;
    background: #f0f0f0;
    color: #696969;
}

/*prod-guarantee*/
.prod-guarantee {
    margin: 15px 0 30px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod-guarantee__item {
    width: 48%;
    margin-bottom: 30px;
    padding: 10px 10px 10px 70px;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #999999;
}

.prod-guarantee__item:before,
.prod-guarantee__item:after {
    content: '';
    display: block;
    width: 95%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 2.5%;
    background: #FFFFFF;
    font-weight: 300;
}

.prod-guarantee__item:after {
    top: auto;
    bottom: -1px;
}

.prod-guarantee__img {
    display: block;
    width: 46px;
    height: 36px;
    position: absolute;
    left: 10px;
    top: 15px;
    background: url(/images/v1/icon/prod-guarantee.png) no-repeat 0 0;
}

.prod-guarantee__img-2 {
    background-position: 0 -38px;
}

.prod-guarantee__img-3 {
    background-position: 0 -76px;
}

.prod-guarantee__img-4 {
    background-position: 0 -112px;
}

.prod-guarantee__h {
    font: 20px 'Droid Serif', serif;
}

.prod-guarantee__list {
    padding: 0 0 0 12px;
    list-style-image: url(/images/splitV2/dotActive.png);
    color: #333333;
}

/*SITEMAP*/
#sitemap > h2 {
    font-family: 'Droid Serif', serif;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.content_sitemap {
    display: flex;
    justify-content: center;
}

#sitemap_ul {
    /*font-size: 1.2em;*/
    margin: auto;
    padding: 23px 60px;
    border: 1px solid #999999;
    border-radius: 4px;
    position: relative;
}

#sitemap_ul:after,
#sitemap_ul:before {
    content: '';
    display: block;
    width: 95%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 2.5%;
    background: #FFFFFF;
}

#sitemap_ul:after {
    top: auto;
    bottom: -1px
}

#sitemap_ul li {
    padding: 3px 0;
}

#sitemap_ul a {
    color: #4797e8;
    text-decoration: none;
}

#sitemap_ul a:hover {
    text-decoration: underline;
}

/*===Sample===*/
.sample-item {
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
}

.sample-h {
    margin: 0 0 15px;
}

.sample-h a {
    color: #4797e8;
    text-decoration: none;
}

.sample-h a:hover {
    text-decoration: underline;
}

.sample-info__item-2 {
    text-align: right;
}

.sample-more {
    color: #4797e8;
    text-decoration: none;
}

.sample-more:hover {
    text-decoration: underline;
}

.sample-info__links a {
    font-weight: 400;
    text-decoration: none;
    color: #4797e8;
}

.sample-info__links a:hover {
    text-decoration: underline;
}

.sample-info__links > div {
    margin-bottom: 5px;
}

#row_accept {
    display: none;
}

/*for deadline*/
input.payment-but {
    float: none;
    background-color: transparent;
    border: none;
}

.payment-resubmit-wrap {
    padding-bottom: 25px;
}

.credit-form {
    margin-bottom: 25px;
    line-height: 1.8em;
}

.credit-form input {
    padding: 2px 9px;
}

div.pr-butwrap p {
    width: auto;
    float: none;
    overflow: visible;
}

div.pr-butwrap {
    overflow: visible;
}

div.payment-resubmit-wrap p {
    display: inline-block;
    margin-bottom: 30px;
    padding-right: 20px;
    position: relative;
}

/*Hint*/
div.payment-resubmit-wrap .field_hint {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: inline-block;
    margin-left: 10px;
}

.hint__title-light {
    position: absolute;
    padding: 3px;
    width: 200px;
    top: 16px;
    right: 10px;
    border: 1px solid #d3d3d3;
    background: #ffffff;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    z-index: 1;
}

/*Payment method*/
.payment-method {
    list-style: none;
    text-align: center;
    margin: 15px auto;
}

.payment-method__h {
    color: #696969;
}

.payment-method > li {
    display: inline-block;
}

.payment-method__label {
    display: inline-block;
}

.payment-method__radio {
    margin: 0 5px;
    vertical-align: middle;
}

.payment-method__title {
    display: inline-block;
    vertical-align: middle;
}

#secondary_email {
    display: none;
}

/*--- Pre Order ---*/
.pre-order {
    font-size: 14px;
    padding: 25px;
    background: #2d4163;
}

.pre-order__form {
    display: flex;
    justify-content: flex-end;
}

.pre-order__select {
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    padding: 2px 30px 2px 8px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    color: #333;
    border: 1px solid #fff;
    background: rgba(255, 2550, 255, 0.7);

    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
}

.pre-order__select::-ms-expand {
    display: none;
}

.pre-order__select:focus::-ms-value {
    color: #333;
}

.pre-order__box-select {
    position: relative;
    width: 220px;
    margin-right: 10px;
}

.pre-order__select-arrow {
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 28px;
    height: 100%;
    border-left: 1px solid #fff;
}

.pre-order__select-arrow:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 45%;
    right: 11px;
    border-top: 4px solid #333333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.pre-order__select-arrow:before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    box-sizing: border-box;
    right: 2px;
    top: 2px;
    width: 25px;
    height: 29px;
    border-radius: 0 2px 2px 0;
    opacity: 0.7;
    background-image: -moz-linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.51) 49%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.51) 49%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.51) 49%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.51) 49%, rgba(255, 255, 255, 0) 100%);
}

/**/
.pre-order__doctypes {

}

.pre-order__submit {
    width: 145px;
    height: 33px;
    font-size: 1.15em;
    font-weight: normal;
    border: none;
    border-radius: 2px;
    color: #fff;
    background: #f67b00;
}

.pre-order__submit:hover {
    background: #ff6b11;
}

.pre-order__submit:active {
    background: #f67b00;
}

/*Loader min*/
.loader-min-item {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 2px solid #555;
    border-left-color: #ddd;
    border-bottom: 0;
    border-radius: 50%;
    -webkit-animation: loader-min 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-min 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-min {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-min {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**********media query*********/

@media (min-width: 1160px) {
    .order-total.js-fix {
        width: 346px;
    }
}

@media (min-width: 981px) {

    .col-content-left {
        width: 74%;
        margin-right: 3%;
    }

    .col-content-right {
        width: 23%;
    }

    .col-order-6 {
        width: 64%;
        margin-right: 4%;
    }

    .col-order-4 {
        width: 32%;
    }

    .order-total.js-fix {
        position: fixed;
        top: 5px;
    }

    .accept_container__total {
        display: none;
    }

    .hint-def:hover > .hint-def__block {
        visibility: visible;
        opacity: 1;
    }

    .hint-wrl {
        display: none;
    }

    .order-preview__top {
        display: none;
    }

    .order-preview__submit-block > .order-preview__edit {
        display: none;
    }
}

@media (min-width: 728px) {
    .price__label--mob,
    .product-price__value,
    .product-price__discount,
    .product-price__proceed-btn {
        display: none;
    }

    .price__currency {
        position: absolute;
        top: 0;
        right: 0;
    }

    .side-calculator {
        display: none;
    }
}

/*MEDIA MAX*/
@media (max-width: 1160px) {
    .price__label-number {
        left: 510px;
    }

    .price__input {
        width: 95px;
    }

    .site-error__h2 {
        font-size: 65px;
    }

    .site-error__h1 {
        font-size: 300px;
    }

    .site-error__text {
        font-size: 22px;
    }

    .order-details__submit {
        width: 290px;
        font-size: 15px;
    }

    .page-title__link-right {
        right: 100px;
    }

    .feature-free__label {
        margin-right: 7px;
    }
}

@media (max-width: 980px) {

    .site-error__h2 {
        font-size: 38px;
    }

    .site-error__h2-text {
        display: block;
        font-size: 65px;
    }

    .morePhones-item {
        text-align: right;
    }

    .page-title__text-content {
        font-size: 33px;
    }

    .page-title__link-right {
        top: 36px;
        right: 55px;
    }

    .satisfaction-item {
        margin: 0;
    }

    .satisfaction {
        padding: 20px 0;
    }

    .order-details__submit {
        font-size: 15px;
    }

    .content-right__item:first-child {
        margin-left: 0;
    }

    .l-col {
        float: none;
    }

    .col-order-6 {
        width: auto;
        margin-right: 0;
    }

    .col-order-4 {
        width: auto;
    }

    .order-total {
        padding: 25px 0;
        box-shadow: none;
    }

    #accept_table {
        display: none;
    }

    .orderform-wrp {
        margin-bottom: 0;
    }

    .hint-def__block {
        width: 320px;
        font-size: 13px;
        right: 10px;
        left: auto;
        top: 10px;
    }

    .hint-def.js-show > .hint-def__btn {
        display: block;
    }

    .hint-def.js-show > .hint-def__block {
        visibility: visible;
        opacity: 1;
    }

    .hint-def--order-total > .hint-def__block {
        width: 180px;
    }

    /*WR HITN*/
    .wrlevel-hint__block {
        position: absolute;
        right: 25px;
    }

    .wrlevel-hint__block-1 {
        top: 7px;
    }

    .wrlevel-hint__block-2 {
        top: 35px;
    }

    .wrlevel-hint__block-3 {
        top: 65px;
    }

    .hint-wrl {
        top: 0;
        right: 0;
    }

    /*___*/
    .linear-select > a {
        padding: 4px 15px;
        border-left: 1px solid #b3b3b3;
        text-align: center;
    }

    #linear-select-wrlevel > a,
    #linear-select-academic_level > a {
        display: block;
    }

    .hint-wrl.js-show {
        z-index: 3;
    }

    .wrlevel-hint {
        width: 240px;
        top: 11px;
        right: 11px;
        left: auto;
    }

    .wrlevel-triangle {
        display: none;
    }

    .accept-preview__row {
        display: none;
    }

    .order-preview__submit-block > .order-preview__edit {
        float: left;
    }

    .order-preview__submit-block > .order-details__submit {
        float: right;
    }

}

@media (max-width: 727px) {
    body {
    }

    #mission span.fourth.border-change {
        right: -7px;
    }

    .missionTextItem > .cont-h3 {
        padding-top: 15px;
    }

    .prod-choose__name {
        width: 170px;
        font-size: 14px;
    }

    .prod-choose__item {
        height: 148px;
    }

    .prod-choose__name:after {
        border-top: 74px solid transparent;
        border-bottom: 74px solid transparent;
    }

    .prod-choose__title {
        padding-left: 30px;
    }

    .prod-guarantee {
        display: block;
    }

    .prod-guarantee__item {
        width: auto;
        padding: 10px 10px 10px 50px;
        margin-bottom: 0;
        border: none;
    }

    .prod-guarantee__img {
        left: 0;
    }

    .about-effect__h {
        max-width: 300px;
        margin: auto;
        font-size: 24px;
    }

    .about-effect {
        display: block;
        text-align: left;
    }

    .about-effect__item {
        width: auto;
        padding-bottom: 30px;
        overflow: hidden;
    }

    .about-effect__img {
        float: left;
        margin-right: 25px;
    }

    .about-effect__num {
        font-size: 55px;
    }

    .about-effect__title {
        font-size: 18px;
    }

    .about-writer {
        margin: 0 -15px;
    }

    .about-writer-wrp > .container {
        width: auto;
    }

    .about-writer__img {
        width: 185px;
        margin-right: 15px;
    }

    .about-writer__item-2 {
        padding-right: 5px;
    }

    .about-writer__h {
        font-size: 24px;
    }

    .about-support {
        margin: 0 -15px;
    }

    .about-support__item-1 {
        padding: 0 15px;
    }

    .about-support__img {
        width: 150px;
    }

    .about-support-wrp > .container {
        width: auto;
    }

    .about-quality {
        display: block;
    }

    .about-quality__item {
        width: auto;
        margin-bottom: 35px;
    }

    .testimonials__item {
        width: 87%;
    }

    .priceFeature {
        display: block;
    }

    .priceFeature__item {
        width: auto;
        margin-bottom: 28px;
    }

    .price__divider {
        padding: 0;
    }

    .price__filter:after {
        margin-left: -25px;
        bottom: -27px;
        border-top: 28px solid #f0f0f0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
    }

    .price__filter:before {
        content: '';
        display: block;
        margin-left: -25px;
        position: absolute;
        left: 50%;
        bottom: -28px;
        border-top: 28px solid #d1d1d1;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
    }

    .price__lang {
        display: flex;
        width: 280px;
        padding: 0;
        margin: 20px auto;
    }

    .price__lang > li {
        width: 25%;
        padding: 0;
        border: 1px solid #b3b3b3;
        border-left: none;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 1%, #dbdbdb 100%);
        background: -webkit-linear-gradient(top, #ffffff 1%, #dbdbdb 100%);
        background: linear-gradient(to bottom, #ffffff 1%, #dbdbdb 100%);
        font-size: 15px;
        font-weight: normal;
        text-decoration: none;
        color: #146aac;
        cursor: pointer;
    }

    .price__lang > li:first-child {
        border-left: 1px solid #b3b3b3;
        border-radius: 2px 0 0 2px;
    }

    .price__lang > li:last-child {
        border-radius: 0 2px 2px 0;
    }

    .price__lang > .curr {
        color: #000;
        background: #fff;
        box-shadow: inset 0 2px 7px rgba(45, 120, 191, 0.7);
    }

    .price-lang__item {
        display: block;
        padding: 6px;
        border: none;
    }

    .price__divider {
        border: none;
    }

    .price__divider:before,
    .price__divider:after {
        display: none;
    }

    .price__label {
        display: block;
        margin-bottom: 9px;
        padding: 0;
    }

    .price__select,
    .price__input {
        width: 100%;
        font-size: 16px;
        box-sizing: border-box;
        padding: 5px 8px;
    }

    .price__filter {
        margin: 0 0 35px;
        padding: 10px 50px 50px 20px;
        border: 1px solid #d1d1d1;
        border-top: none;
        text-align: left;
    }

    .price__h {
        padding: 25px 20px 0;
        border: 1px solid #d1d1d1;
        border-bottom: none;
        background: #f0f0f0;
        border-radius: 2px 2px 0 0;
    }

    .price__h:after {
        content: '';
        display: block;
        height: 15px;
        border-bottom: 1px solid #d1d1d1;
    }

    #prices,
    .tableGuality-wrp {
        display: none;
    }

    .site-error__h1 {
        font-size: 160px;
    }

    .site-error__text {
        font-size: 18px;
        padding: 0 10px;
    }

    .site-error__text-divider {
        display: block;
    }

    .login-form__label__name {
        display: block;
        padding: 2px 0;
        width: auto;
        position: static;
        text-align: left;
    }

    .forgot-label {
        display: block;
        text-align: left;
    }

    .forgot-form__wrp {
        display: inline-block;
    }

    .page-title__content {
        width: 63%;
    }

    .sub-header-about .page-title__content {
        width: auto;
    }

    .page-title-big {
        height: 536px;
        background-image: url(/images/v1/bg/title-bg-contact-728.jpg);
    }

    .page-title-big__h {
        font-size: 33px;
    }

    .page-title__content {
        font-size: 16px;
    }

    .contact-block {
        display: block;
    }

    .contact__col-2 {
        width: auto;
        margin-left: 0;
    }

    .discount-block {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .discount-block__item {
        width: auto;
        height: auto;
        padding-right: 10px;
        margin: 15px 20px !important;
    }

    .discount-block__img {
        float: left;
    }

    .discount-block__persent,
    .discount-block__text,
    .discount-block__h {
        text-align: left;
        margin-left: 70px;
    }

    .discount-block__persent {
        font-size: 55px;
    }

    .discount-block__h {
        font-size: 20px;
    }

    .discount-block__text {
        font-size: 12px;
    }

    .page-title__link-right {
        display: none;
    }

    .satisfaction .satisfaction-item {
        padding: 40px 0 0;
        background-position: center top;
        font-size: 12px;
        text-align: center;
    }

    .order-preview__td-1 {
        width: 41%;
        padding-left: 10px;
        text-align: left;
    }

    .order-preview__td-2 {
        padding-right: 10px;
    }

    .order-details__vas-ppt {
        width: auto !important;
    }

    .order-details__vas-ppt-wrapper {
        display: flex !important;
        flex-direction: column;
    }

}

@media (min-width: 729px) {

    .mobileMenuButtons {
        display: none;
    }

    #mainMenu a:hover {

        -webkit-transition: background 500ms ease-out;
        -moz-transition: background 500ms ease-out;
        -o-transition: background 500ms ease-out;
        transition: background 500ms ease-out;

        -webkit-transition: border 300ms ease-out;
        -moz-transition: border 300ms ease-out;
        -o-transition: border 300ms ease-out;
        transition: border 300ms ease-out;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;

        border-top: 2px solid #b30000;
        background: #f7f7f7;
    }
}

@media ( max-width: 728px) {
    .page-title--content > .container {
        flex-direction: column;
    }

    .page-title__pre-order {
        width: auto;
        min-height: 129px;
        margin-top: 20px;
    }

    .loader-min-item {
        margin-top: 30px;
    }

    .pre-order__form {
        flex-direction: column;
    }

    .pre-order__box-select {
        width: 100%;
        margin-right: 0;
    }

    .pre-order__item {
        margin: 5px 0;
    }

    .pre-order__submit {
        width: 100%;
    }

    #linear-select-wrlevel {
        display: block;
    }

    .list-block__item {
        width: 100%;
    }

    .logo-head {
        padding: 0 25px;
    }

    #header > .header {
        padding-bottom: 10px;
    }

    #header .logo {
        padding: 0;
    }

    .order-preview__personal-info {
        display: table;
        width: 100%;
    }

    .order-preview__th > .orderform__title {
        margin: 0 10px;
    }

    .order-preview__personal-info .order-preview__td-1 {
        padding-left: 20px;
    }

    .sub-header-home {
        background-position: center;
    }

    .home-head-content {
        display: none;
    }

    .sample__h {
        font-size: 21px;
    }

    .sample__item {
        padding: 10px;
    }

    .sample__img {
        margin-right: 10px;
    }

    .sample__block {
        display: block;
    }

    .sample__col-3 {
        width: auto;
    }

    .sample-table {
        font-size: 12px;
    }

    .sample-table td,
    .sample-table th {
        padding: 5px;
    }

    .blockServices-wrp {
        margin: 25px 0;
        padding: 20px 5px;
    }

    .blockServices {
        float: none;
        width: 280px;
        margin: 0 auto;
    }

    .footer-menu > li {
        width: 50%;
    }

    .mainMenu-block {
        display: none;
        background: transparent;
        position: absolute;
        z-index: 10;
        top: 65px;
        left: 50%;
        width: 310px;
        margin-left: -155px;
    }

    .mainMenu-block > .container {
        width: auto;
    }

    #mainMenu {
        display: block;
    }

    #mainMenu > li {
        display: block;
    }

    #mainMenu a {
        display: block;
        padding: 0;
        margin-bottom: 15px;
        border: none;
        background: transparent;
        font-size: 15px;
        text-decoration: none;
        text-align: center;
        color: #000;
    }

    #mainMenu .active {
        border: none;
        background: transparent;
    }

    #mainMenu li:last-child a {
        background: transparent;
        font-weight: 600;
    }

    .order-table {
        display: block;
        font-size: 15px;
    }

    #order_details,
    .content-personal-info {
        display: block;
        padding: 0 10px;
    }

    .order-details__row,
    .order-promo__td-1 {
        display: block;
    }

    .order-details__td-1 {
        display: block;
        width: auto;
        padding: 5px 0 0;
        text-align: left;
    }

    .order-details__td-2 {
        display: block;
        width: auto;
    }

    .hint-def,
    .wrlevel-hint__block {
        right: 0;
        left: auto;
    }

    .hint-def__preview {
        left: 100px;
        right: auto;
    }

    .order-details__row-small {
        display: table-row;
    }

    .order-details__row-small > td {
        display: table-cell;
    }

    .order-details__row-small > .order-details__td-1 {
        width: 240px;
    }

    .order-details__row-small > .order-details__td-2 {
        width: 100px;
    }

    #row_doctype .order-details__td-2 .order-details__input,
    #row_order_category .order-details__td-2 .order-details__input {
        min-height: 28px;
    }
    #row_numpages .order-details__td-2 .order-details__input {
        min-height: 48px;
    }
    #row_wrlevel .order-details__td-2 .order-details__input {
        min-height: 90px;
    }
    #row_o_interval .order-details__td-2 .order-details__input,
    #row_langstyle .order-details__td-2 .order-details__input {
        min-height: 30px;
    }
    #row_academic_level .order-details__td-2 .order-details__input {
        min-height: 120px;
    }

    .order-promo__btn {
        margin-left: -10px;
        margin-right: -10px;
    }

    .order-details__th {
        display: block;
    }

    .orderform__title {
        margin: 0;
    }

    .order-step__item {
        height: 44px;
    }

    .order-step__title {
        padding-left: 10px;
    }

    .order-step--active-1:after {
        right: -18px;
        border-left: 18px solid #f77b00;
        border-top: 33px solid transparent;
        border-bottom: 33px solid transparent;
    }

    /*.order-step--triangle:before {*/
        /*border-left: 18px solid #e5e5e5;*/
        /*border-top: 33px solid transparent;*/
        /*border-bottom: 33px solid transparent;*/
    /*}*/

    /*.order-step--triangle:after {*/
        /*border-left: 18px solid #fbfbfb;*/
        /*border-top: 33px solid transparent;*/
        /*border-bottom: 33px solid transparent*/
    /*}*/

    .order-step-2__active:before {
        border-left: 22px solid #fbfbfb;
        border-top: 33px solid transparent;
        border-bottom: 33px solid transparent;
    }

    .order-step-2__active:after {
        border-left: 22px solid #f77b00;
        border-top: 33px solid transparent;
        border-bottom: 33px solid transparent;
    }

    .copy-r {
        padding-bottom: 5px;
    }

    footer .right a {
        float: none;
    }
}

@media (max-width: 480px) {
    .logo-head {
        padding: 10px 20px 0;
    }

    .about-writer {
        margin: 0 -5px;
    }

    .about-writer__img {
        width: 145px;
        margin-right: 5px;
    }

    .about-writer__cont {
        font-size: 13px;
    }

    .about-effect-wrp {
        padding: 20px 0;
    }

    .about-effect__h {
        font-size: 21px;
    }

    .about-effect__num {
        font-size: 40px;
    }

    .testimonials__item {
        font-size: 13px;
    }

    .product-price_heading {
        font-size: 16px;
    }

    .price-value_discounted {
        font-size: 28px;
    }

    .price__h {
        /*padding: 0;*/
        /*font-size: 20px;*/
        /*border:none;*/
        /*background: transparent;*/
    }

    .price__filter {
        /*padding: 10px 30px  0 0;*/
        /*border: none;*/
        /*background: transparent;*/
    }

    .price__filter:before,
    .price__filter:after {
        display: none;
    }

    .contact__h {
        font-size: 21px;
    }

    .contact__content {
        font-size: 14px;
    }

    .page-title-big {
        height: 330px;
    }

    .page-title-big .btn-live-chat {
        margin-top: 0;
    }

    .page-title-big__h {
        font-size: 23px;
        padding-top: 35px;
    }

    .page-title__content {
        font-size: 13px;
        /*line-height: ;*/
    }

    .faq__h {
        font-size: 14px;
    }

    .faq__text {
        font-size: 13px;
    }

    .page-title__text-content {
        font-size: 23px;
    }

    .discount-banner {
        height: 164px;
        background-image: url("/images/v1/img/discount-banner-1-480.jpg");
    }

    .discount-banner__btn {
        padding: 10px;
        left: 20px;
        bottom: 20px;
        font-size: 16px;
    }

    .order-promo__col-2 {
        width: auto;
    }

    .hint-def__block {
        width: 230px;
        font-size: 11px;
    }

    .order-details__row-small > .order-details__td-1 {
        width: 190px;
    }

    .order-step__title {
        font-size: 11px;
    }

    .order-preview__top__btn-wrp > .order-preview__edit,
    .order-preview__submit-block > .order-preview__edit {
        width: 100px;
    }

    .order-preview__top__btn-wrp > .order-details__submit,
    .order-preview__submit-block > .order-details__submit {
        width: 200px;
    }

    .order-preview__td-1,
    .order-preview__td-2 {
        font-size: 11px;
    }

    body .order-step--active-1:after {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        right: -22px;
        height: 0;
        border-left: 22px solid #f77b00;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
    }

    body .order-step__item {
        height: 100%;
    }

}

@media (max-width: 479px) {
    .prod-choose__name {
        width: auto;
        text-align: left;
    }

    .prod-choose__title {
        font-size: 13px;
    }

    .prod-guarantee__item {
        padding: 10px 0;
    }

    .prod-guarantee__img {
        position: static;
        margin-bottom: 10px;
    }

    .about-support__h {
        font-size: 21px;
    }

    .about-support__cont {
        font-size: 13px;
    }

    .about-support {
        margin: 0 -5px;
    }

    .about-support__img {
        width: 130px;
    }

    .about-support__item-1 {
        padding: 0 5px;
    }

    .sub-header-about .page-title-big__h {
        padding-top: 85px;
    }

    .sub-header-about {
        height: 360px;
    }

    /*Slider*/
    div.left.slider {
        background-position: 0 40px;
    }

    .flex-caption {
        width: 220px;
        margin-left: 55px;
        padding: 10px 0 0;
        font-size: 14px;
        text-align: justify;
    }
}

@media only screen and (max-width: 1160px) and (min-width: 981px) {

    .missionTextItem > .cont-h3 {
        min-height: 46px;
    }

    .discount-banner {
        background-image: url("/images/v1/img/discount-banner-1-980.jpg");
    }

    .order-total.js-fix {
        width: 292px;
    }

    div.container {
        width: 990px;
        padding: 0 5px;
    }

    #calculator .left {
        max-width: 650px;
    }

    #mainMenu a {
        padding: 13px 21px;
    }

    .morePhones {
        width: 30%;
    }

    .login {
        width: 30%;
        text-align: right;
    }

    div.containerPhones {
        left: 24px;
    }

    .Logined section#header div.login .liveChatButton {
        padding-right: 5px;
    }

    .Logined section#header div.login .userlogin {
        padding: 0;
    }

    .Logined section#header div.login a.userName {
        padding-left: 15px;
    }

    .missionText .missionTextItem {
        padding-right: 0;
        padding-left: 0;
    }

    .missionTextItem.active .text {
        background: url('/images/splitV2/missionItem980.png') no-repeat bottom center;
    }

    .missionText .text {
        background: url('/images/splitV2/missionItemNoActive980.png') no-repeat bottom center;
        padding: 0px 17px;

    }

    #mainContent .left {
        width: 728px;
    }

    #slider .left {
        max-width: 480px;
    }

    #slider .right {
        max-width: 470px;
    }

    footer, section {
        min-width: 980px;
    }

    select {
        /*max-width: 280px;*/
    }

    #mainContent .right {
        max-width: 214px;
        padding-left: 10px;
    }

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

    #mainContent ul.social {
        width: 100%;
    }

    a.order {
        margin-left: 3%;
    }

    .textSave .itemSave {
        background: url('/images/splitV2/textSave980.png') no-repeat top;
        min-height: 235px;
        margin-right: 10px;
    }

    footer .footerMenu {
        padding: 15px 0;
    }

    footer div.copy {
        padding: 10px 5px;
    }
}

@media only screen and (min-width: 728px) and (max-width: 980px) {
    .discount-banner {
        background-image: url("/images/v1/img/discount-banner-1-768.jpg");
    }

    .content-right__item {
        width: 30.6%;
        margin-left: 4%;
        float: left;
    }

    div.container {
        width: 740px;
    }

    .descBanner {
        display: none;
    }

    .mobileBanner {
        display: block;
    }

    .morePhones {
        width: 43%;
    }

    .login {
        width: 55%;
    }

    .Logined section#header div.login {
        width: 45%;
    }

    #calculator .hint {
        right: -21px;
    }

    #header .logo.headerItem {
        margin-top: 10px;
    }

    .Logined section#header div.login .liveChatButton {
        padding-right: 5px;
    }

    .Logined section#header div.login .userlogin {
        padding: 0;
    }

    .Logined section#header div.login a.userName {
        padding-left: 15px;
    }

    #mainMenu {
        margin: 0 auto;
    }

    #calculator select {
        padding-right: 74px;
    }

    #mainMenu a {
        font-size: 11px;
        padding: 13px 12px;
    }

    #calculator .left h1 {
        font-size: 23px;
    }

    #calculator .left p, #calculator .left a {
        font-size: 16px;
    }

    #calculator .left {
        max-width: 435px;
    }

    footer, section {
        min-width: 728px;
    }

    #mainContent .left {
        width: 525px;
    }

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

    #mainContent .right {
        padding-left: 10px;
        max-width: 170px;
        margin-left: auto;
        margin-right: auto;
    }

    #mission .cont {
        max-width: 545px;
    }

    #mission #progress-bar {
        max-width: 545px;
    }

    #mission .second {
        left: 175px;
    }

    #mission .third {
        left: 350px;
    }

    #mission .fourth {
        left: 530px;
    }

    .missionText h3, .missionTextItem.active h3 {
        font-size: 14px;
    }

    p.title, .missionTextItem.active p.title {
        font-size: 11px;
    }

    .missionText li {
        font-size: 11px;
    }

    .missionText .missionTextItem {
        max-width: 168px;
        padding: 0 1%;
    }

    .missionTextItem.active .text {
        background: url('/images/splitV2/missionItem728.png') no-repeat bottom center;
    }

    .missionText .text {
        background: url('/images/splitV2/missionItemNoActive728.png') no-repeat bottom center;
        min-height: 171px;
    }

    select {
        /*max-width: 255px;*/
    }

    .calcBody .selectric-wrapper {
        max-width: 255px;
    }

    #calculator .right {
        max-width: 271px;
    }

    #calculator .left a {
        background: url('/images/splitV2/rightArrow.png') no-repeat right 8px;
    }

    div.containerPhones {
        left: auto;
        right: 0;
        max-width: 286px;
    }

    #header .morePhones {
        float: right;
        position: relative;
        top: 30px;
        margin-bottom: -15px;
    }

    #header .headerItem {
        width: 45%;
    }

    section#header div.login {
        float: right;
        position: relative;
        top: -37px;
        margin-top: 0;
    }

    #slider .left {
        max-width: 364px;
    }

    .left.slider {
        background: url('/images/splitV2/sliderBg728.png') no-repeat 50%;
    }

    #slider .right {
        max-width: 335px;
    }

    div.firstTime a.order {
        top: 50%;
        right: 50%;
        margin-top: 15px;
        float: none;
        margin-right: -126px;
    }

    div.firstTime {
        text-align: center;
    }

    .textSave .itemSave {
        background: url('/images/splitV2/textSave728.png') no-repeat top;
        margin-right: 10px;
        min-height: 231px;
    }

    .textSave h3 {
        font-size: 14px;
    }

    .textSave .itemSave div {
        padding: 0 10px;
    }

    .textSave p {
        font-size: 13px;
    }

    footer div.copy {
        padding: 10px 5px;
    }

    .footerMenu {
        padding: 15px 0;
    }

    div.firstTime span.firstSpan {
        font-size: 17px;
    }
}

@media only screen and (max-width: 360px) {
    .payment-method__label {
        font-size: 14px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 727px) {
    .container {
        min-width: 320px;
        padding: 0 5px;
        overflow: hidden;
    }

    .sample-item {
        padding: 10px;
    }

    .sample-h {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .sample-info__item-1 {
        font-size: 12px;
        margin: 0;
        padding: 10px;
    }

    .sample-info__item-1 > p {
        margin: 0;
    }

    div.firstTime a.order {
        font-size: 16px;
        margin-right: 0;
    }

    .mobileBanner {
        display: block;
    }

    .descBanner {
        display: none;
    }

    #calculator .hint {
        display: none;
    }

    #header #mobileMenu, #header #mobileLogin {
        width: 15%;
    }

    #header .logo {
        width: 65%;
        text-align: center;
    }

    #mobileMenu span {
        width: 48px;
        height: 48px;
        background: url('/images/splitV2/mobileMenu.png') no-repeat center;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #mobileLogin span {
        width: 48px;
        height: 48px;
        background: url('/images/splitV2/mobileUser.png') no-repeat center;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #calculator .left {
        display: none;
    }

    #calculator .right {
        max-width: 290px;
    }

    #mission .cont {
        max-width: 300px;
    }

    #mission #progress-bar {
        max-width: 285px;
    }

    #mission .second {
        left: 95px;
    }

    #mission .third {
        left: 190px;
    }

    #mission .fourth {
        left: 285px;
    }

    .left {
        float: none;
    }

    .right {
        float: none;
    }

    #mainContent .left {
        width: 315px;
    }

    .missionText .missionTextItem {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .about-main p {
        font-size: 12px;
        text-align: center;
    }

    .about-main p.star {
        background: url('/images/splitV2/star.png') no-repeat top center;
        padding-top: 40px;
        padding-left: 0;
    }

    .about-main p.hat {
        background: url('/images/splitV2/hat.png') no-repeat top center;
        padding-top: 40px;
        padding-left: 0;
    }

    .about-main p.sec {
        background: url('/images/splitV2/sec.png') no-repeat top center;
        padding-top: 40px;
        padding-left: 0;
    }

    section#header div.morePhones {
        display: none;
    }

    .headerItem-block {
        display: none;
    }

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

    footer, section {
        min-width: 320px;
    }

    .login {
        margin: 0;
        position: absolute;
    }

    #subscrib input {
        max-width: 85%;
    }

    .textSave .itemSave {
        float: none;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .textSave .itemSave:last-child {
        margin-right: auto;
    }

    .orderNow {
        padding: 10px 40px;
    }

    #mainContent .right {
        padding-left: 0;
        max-width: 100%;
    }

    .desctop {
        display: none;
    }

    .mobile {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .right ul.social {
        margin: 10px 0;

    }

    div.firstTime h1 {
        font-size: 30px;
        text-align: center;
    }

    div.firstTime span.firstSpan {
        font-size: 12px;
    }

    #calculator .right {
        padding-top: 20px;
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    #slider {
        padding: 20px 0;
        background: rgba(241, 241, 241, 1);
        background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 51%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 241, 241, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(233, 233, 233, 1)), color-stop(71%, rgba(233, 233, 233, 1)), color-stop(100%, rgba(233, 233, 233, 1)));
        background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 51%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
        background: -o-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 51%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
        background: -ms-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 51%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
        background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 51%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e9e9e9', GradientType=0);
    }

    .left.slider {
        background: url('/images/splitV2/sliderBg-480.png') no-repeat 50%;
        background-size: contain;
    }

    #slider .right {
        padding: 60px 0 50px;
    }

    #slider .right h1 {
        font-size: 35px;
    }

    .textSave p {
        padding-left: 40px;
    }

    .textSave .itemSave {
        background: none;
        max-width: 100%;
        min-height: 100px;
    }

    .footerMenu ul {
        width: 49%;
    }

    div.copy {
        text-align: center;
    }

    #subscrib {
        background: url('/images/splitV2/sendEmail320.png') no-repeat;
        background-size: 100% 100%;
        background-position: 100% 100%;
        padding: 20px 0;
    }

    .missionText .missionTextItem {
        max-width: 100%;
        padding: 0;
    }

    .missionTextItem.active .text {
        background: none;
    }

    .missionText .text {
        background: none;
        min-height: 50px;
        padding: 0;
    }

    .missionTextItem.active p.title, .missionTextItem.active p.title, p.title {
        text-align: left;
    }

    .textSave .itemSave {
        margin-bottom: 0px;
    }

    .textSave .itemSave div {
        padding-bottom: 0;
        padding-top: 0;
    }

    footer div.container {
        padding: 10px 5px;
    }

}

@media all and (max-width: 375px) {
    .order-step__title {
        font-size: 9px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 727px) {

    .discount-banner {
        height: 238px;
        background-image: url("/images/v1/img/discount-banner-1-480.jpg");
    }

    .container {
        width: 470px;
        padding: 0 15px;
        overflow: hidden;
    }

    .firstTime a.order {
        top: 50%;
        right: 50%;
        margin-top: 15px;
        float: none;
        margin-right: 0;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #header #mobileMenu, #header #mobileLogin {
        width: 10%;
    }

    #header .logo {
        width: 75%;
        padding: 0;
        text-align: center;
    }

    #mobileMenu span {
        width: 48px;
        height: 48px;
        background: url('/images/splitV2/mobileMenu.png') no-repeat center;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #mobileLogin span {
        width: 48px;
        height: 48px;
        background: url('/images/splitV2/mobileUser.png') no-repeat center;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #calculator .left {
        display: none;
    }

    #mission .cont {
        max-width: 305px;
    }

    #mission #progress-bar {
        max-width: 285px;
    }

    #mission .second {
        left: 95px;
    }

    #mission .third {
        left: 190px;
    }

    #mission .fourth {
        left: 285px;
    }

    .left {
        float: none;
    }

    .right {
        float: none;
    }

    #mainContent .left {
        width: 475px;
    }

    .missionText .missionTextItem {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .about-main p {
        font-size: 12px;
        text-align: center;
    }

    .about-main p.star {
        background: url('/images/splitV2/star.png') no-repeat top center;
        padding-top: 40px;
        padding-left: 0;
    }

    .about-main p.hat {
        background: url('/images/splitV2/hat.png') no-repeat top center;
        padding-top: 40px;
        padding-left: 0;
    }

    .about-main p.sec {
        background: url('/images/splitV2/sec.png') no-repeat top center;
        padding-top: 40px;
        padding-left: 0;
    }

    .about-main ul {
        padding: 10px 0;
    }

    section#header div.morePhones {
        display: none;
    }

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

    footer, section {
        min-width: 320px;
    }

    #header .headerItem {

    }

    #subscrib input {
        max-width: 85%;
    }

    .textSave .itemSave {
        float: none;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0px;
    }

    .textSave .itemSave div {
        padding-bottom: 0;
        padding-top: 0;
    }

    .textSave .itemSave:last-child {
        margin-right: auto;
    }

    .orderNow {
        padding: 10px 40px;
    }

    #mainContent .right {
        padding-left: 0;
        max-width: 100%;
    }

    .desctop {
        display: none;
    }

    .mobile {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .right ul.social {
        margin: 10px 0;
    }

    div.firstTime h1 {
        font-size: 30px;
        text-align: center;
    }

    div.firstTime span.firstSpan {
        font-size: 12px;
    }

    #calculator .right {
        padding-top: 20px;
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    #slider {
        padding: 20px 0;
        background: rgba(241, 241, 241, 1);
        background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 51%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 241, 241, 1)), color-stop(50%, rgba(241, 241, 241, 1)), color-stop(51%, rgba(233, 233, 233, 1)), color-stop(71%, rgba(233, 233, 233, 1)), color-stop(100%, rgba(233, 233, 233, 1)));
        background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 51%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
        background: -o-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 51%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
        background: -ms-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 51%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
        background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(233, 233, 233, 1) 51%, rgba(233, 233, 233, 1) 71%, rgba(233, 233, 233, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e9e9e9', GradientType=0);
    }

    #slider .right h1 {
        font-size: 35
    }

    .textSave p {
        padding-left: 40px;
    }

    .textSave .itemSave {
        background: none;
        max-width: 100%;
        min-height: 100px;
    }

    div.copy {
        text-align: center;
    }

    .footerMenu ul {
        width: 49%;
    }

    #subscrib {
        background: url('/images/splitV2/sendEmail480.png') no-repeat;
        background-size: 100% 100%;
        background-position: 100% 100%;
        padding: 20px 0;
    }

    .missionText .missionTextItem {
        max-width: 100%;
        padding: 0;
    }

    .missionTextItem.active .text {
        background: none;
    }

    .missionText .text {
        background: none;
        min-height: 50px;
        padding: 0;
    }

    .missionTextItem.active p.title, .missionTextItem.active p.title, p.title {
        text-align: left;
    }

    footer div.container {
        padding: 10px 5px;
    }

}

/*************end*************/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .PopUpMobile .loginBlockmobile {
        width: 400px;
        margin-left: -200px;
    }

    div.mobileMenu {
        width: 400px;
        margin-left: -200px;
    }

    #header .mobileMenuButtons a.mobileChat {
        font-size: 14px;
        padding-left: 35px;
        padding-right: 35px;
        background: url('/images/split_v2/mobileChat.png') no-repeat 10px center #3fad0e;

    }

    #calculator .selectArrow {
        height: 30px;
    }

    .mobileMenuButtons .mobilePhones select {
        padding: 13px;
        padding-left: 25px;
        padding-right: 35px;
        font-size: 14px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    div.mobileMenu {
        width: 318px;
        margin-left: -159px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .PopUpMobile .loginBlockmobile {
        width: 330px;
        margin-left: -165px;
    }

    div.mobileMenu {
        width: 330px;
        margin-left: -165px;
    }

    div.mobileMenu .mobileMenuButtons .selectric .label {
        margin: 0 28px 0 10px;
        font-size: 13px;
        line-height: 28px;
        height: 28px;
        padding: 5px 17px;
    }

    #header .mobileMenuButtons a.mobileChat {
        font-size: 12px;
        background: url('/images/split_v2/mobileChat.png') no-repeat 5px center #3fad0e;
        padding: 13px;
        padding-right: 20px;
        padding-left: 30px;
    }

    #calculator .selectArrow {
        height: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    div.mobileMenu .mobileMenuButtons .selectric .label {
        margin: 0 30px 0 10px;
        font-size: 12px;
        line-height: 27px;
        height: 27px;
        padding: 5px 20px;
        padding-right: 5px;
    }

    #header .mobileMenuButtons a.mobileChat {
        font-size: 12px;
        background: url('/images/split_v2/mobileChat.png') no-repeat 5px center #3fad0e;
        padding: 13px;
        padding-right: 17px;
        padding-left: 27px;
    }

    #calculator .selectArrow {
        height: 30px;
    }

    .PopUpMobile input {
        width: 90%;

    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    div.mobileMenu .mobileMenuButtons .selectric .label {
        font-size: 15px;
        line-height: 32px;
        height: 32px;
        border-right: 1px solid #000;
        padding: 5px 20px;
    }

    #header .mobileMenuButtons a.mobileChat {
        font-size: 14px;
        padding-right: 30px;
        padding-left: 30px;
        background: url('/images/split_v2/mobileChat.png') no-repeat 7px center #3fad0e;
    }

    .mobileMenuButtons .mobilePhones select {
        padding: 13px;
        padding-right: 45px;
        padding-left: 25px;
    }

    #calculator .selectArrow {
        height: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .mobileMenuButtons .mobilePhones select {
        padding: 13px;
        padding-left: 23px;
        padding-right: 33px;
        font-size: 12px;
    }
}

@media only screen and (device-width: 360px) and (device-height: 640px) and (orientation: landscape) {
    div.mobileMenu {
        width: 400px;
        margin-left: -200px;
    }
}

.tooltip {
    position: relative;
    display: table-cell;
    cursor: pointer;
    padding-left: 18px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 121%;
    left: 22%;
    margin-left: -59px;
    opacity: 0;
    transition: opacity 0.5s;
    line-height: 18px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip::after {
    content: url(/images/v1/icon/hint-1.png);
    position: absolute;
    top: 6px;
    z-index: 1;
}

.tableGuality tr:nth-child(2) .tooltip::after {
    left: 130px !important;
}

.tableGuality tr:nth-child(3) .tooltip::after {
    left: 95px !important;
}

.tableGuality tr:nth-child(4) .tooltip::after {
    left: 116px !important;
}

.tableGuality tr:nth-child(5) .tooltip::after {
    left: 122px !important;
}

.tableGuality tr:nth-child(6) .tooltip::after {
    left: 175px !important;
}

.tableGuality tr:nth-child(7) .tooltip::after {
    left: 211px !important;
}

#remember_me, #remember_me_login, #remember_me_mob {
    opacity: 0;
    display: none;
}

#remember_me_login + .remember_me_label {
    display: inline;
    position: relative;
    top: 5px;
}

.remember_me_label {
    display: block;
    color: #3a3165;
    margin-bottom: 13px;
    font-size: 13px;
    height: 22px;
    line-height: 24px;
    padding-left: 22px;
    background: url(/images/remember_me.png) no-repeat;
    cursor: pointer;
    background-position: left center;
    font-family: "Roboto";
    text-align: left;
}

#remember_me:checked + label, #remember_me_login:checked + label {
    background: url(/images/remember_me_checked.png) no-repeat;
    background-position: left center;
}

@media only screen and (max-width: 727px) {
    #remember_me + .remember_me_label, #remember_me_mob + .remember_me_label {
        background: url(/images/remember_me_mob.png) no-repeat;
        color: #333333;
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        background-position: 28% !important;
    }

    #remember_me:checked + label, #remember_me_mob:checked + label {
        background: url(/images/remember_me_mob_checked.png) no-repeat;
    }
}

#row_additional_204 {
    display: none !important;
}

.bcFloat img {
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .6));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .6));
}

.bt_chat_like_form__btn[type="submit"] {
    background: #3ead32;
}

@media only screen and (max-width: 736px) {
    .bc-wrap > .bcFloat {
        position: static !important;
    }

    .bcFloat img {
        display: none;
    }

    .bcFloat {
        width: 6em !important;
        height: 6em !important;
    }

    .bc-minimize-state.bc-minimize-state-idle {
        display: block;
        width: 6em;
        height: 6em;
        background: url('/res/img/chat/chat_ico--mobile_2.png') center center/100% 100% no-repeat;
        opacity: 1 !important;
    }

    .bc-minimize-state-message {
        background-image: url('/res/img/chat/chat_ico_message--mobile_2.png');
    }

    .bc-minimize-state-message:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -4px;
        margin-left: -13px;
        width: 24px;
        height: 8px;
        background: url(/res/img/chat/gif-only-dots_2.gif) center center/contain no-repeat;
    }
}

.fb-messager {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.headerItem-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-messager__link {
    display: flex!important;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #4189ff;
}

.fb-messager__img {
    margin-right: 7px;
}

@media (max-width:730px){
    .headerItem-block {
        display: none!important;
    }
}

@media (min-width:730px){
    #mainMenu .fb-messager{
        display: none;
    }
}

@media only screen and (max-width: 1160px) and (min-width: 981px){
    .login {
        width: 37%;
    }
}

.login{
    width:auto;
    float:right;
}

.morePhones{
    width:auto;
}

.fb-messager__text{
    margin: 0;
    color:#4189ff!important;
}

.ppt-container, .ppt-wrapper {
    display: flex;
}
.ppt-container {
    justify-content: space-between;
}

.ppt-wrapper {
    align-items: baseline;
}