* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul li {
    list-style: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
a {
    text-decoration: none;
}
body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    font-size: 16px;
}
.content {
    max-width: 1030px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.icon-menu {
    display: none;
}
.top-menu {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    background: #002e5b;
    z-index: 900;
    box-shadow: 0 0 2px #000;
}
#fixed-menu .top-menu{
    position: static;
}   
#fixed-menu{
    padding-top: 0;
} 


.phone-big{
    margin-right: 30px;
    background: #0070c9;
    padding: 3px 5px;
    border-radius: 70px;
    width: 210px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.phone-big a{
    color: #fff;
}

.flag-icon{
    background: url(../images/i-flag-us.svg) center no-repeat;
    background-size: 38px 34px;
    width: 34px;
    height: 34px;
    transition: .3s;
    margin-right: 15px;
}
.support-icon{
    background: url(../images/24-7.png);
    width: 34px;
    height: 34px;
    transition: .3s;
    cursor: pointer;
    margin-left: 15px;
}
.support-icon:hover{
    opacity: .7;
}


.top-menu .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #002345;
    border-right: 1px solid #003a72;
}
.top-menu ul li a {
    font-size: 14px;
    color: #3e95e9;
    text-decoration: none;
    font-weight: 300;
    line-height: 40px;
    padding: 0 15px;
    border-left: 1px solid #003a72;
    border-right: 1px solid #002345;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}
.top-menu ul li a:hover {
    color: #fff;
    background: #0062c1;
}
.link-style {
    display: block;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background: #ffa200;
    padding: 0 20px;
    -webkit-transition: .3s;
    transition: .3s;
}
.link-style:hover {
    color: #fff;
    background: #e69200;
}
.home-screen {
    background: url(../images/bg_home.png) center -13px no-repeat;
    padding-bottom: 15px;
}
.row-logo .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    display: block;
}
.logo img {
    display: block;
}
.support {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    padding-right: 15px;
}
.support strong {
    font-weight: 300;
    color: #ffa200;
}
.live-chat {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    display: block;
    padding: 0 20px;
    border: 1px solid #87a8c9;
    border-radius: 3px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
}
.live-chat:hover {
    color: #ffa200;
}
.live-chat strong {
    color: #58ea7e;
    font-weight: 300;
    position: relative;
    padding-left: 21px;
}
.live-chat strong:after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #58ea7e;
    position: absolute;
    left: 8px;
    top: 6px;
}
.button-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-category {
    background: #002e5b;
}
.menu-category .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-category ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #002345;
    border-right: 1px solid #003a72;
}
.menu-category ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-category ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    line-height: 20px;
    padding: 7px 20px;
    border-left: 1px solid #003a72;
    border-right: 1px solid #002345;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-category ul li a:hover {
    color: #fff;
    background: #0062c1;
}
.row-form .content {
    min-height: 525px;
    padding-top: 60px;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.text-left {
    font-size: 48px;
    color: #fff;
    text-align: center;
    max-width: 490px;
}
.text-left p {
    padding-bottom: 25px;
}
.form-home {
    background: rgba(2, 48, 93, 0.9);
    max-width: 330px;
    min-width: 330px;
    padding: 15px 30px 20px 30px;
    border-radius: 5px;
}
.form-home.form{
    max-width: 500px;
    margin: 0 auto 40px auto;
}
.form-home.form .button-s{
    padding: 10px;
}
.form-home.form .order-now-big{
    font-size: 22px;
    display: block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    text-align: center;
    outline: none;
    cursor: pointer;
    margin-top: 15px;
}
.form-home label {
    font-size: 12px;
    font-weight: 300;
    color: #88a4c0;
    text-transform: uppercase;
    padding-top: 10px;
    display: block;
    padding-bottom: 2px;
}
.title-form {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: -20px;
}
select {
    height: 43px;
    width: 100%;
    display: block;
    padding: 0 50px 0 10px;
    background: #ffffff url(../images/select.png) 100% 0 no-repeat;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 300;
    color: #485f75;
    border: 0;
    cursor: pointer;
}
input[type="text"] {
    height: 43px;
    width: 100%;
    display: block;
    padding: 0 10px 0 10px;
    background: #ffffff;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 300;
    color: #485f75;
    border: 0;
    cursor: pointer;
}
.select-cont select::ms-expand {
    display: none;
}
select::-ms-expand {
    display: none;
}
.button-s {
    background: #fff;
    display: block;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    margin-top: 20px;
    outline: none;
    border: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}
.button-s span{
    font-weight: 700;
    color: #ffa200;
    font-size: 24px;
}
.button-s:hover .hover-span {
    width: 100%;
}
.total-price {
    color: #004c97;
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
}
.total-price input{
    color: #004c97;
    font-size: 22px;
    font-weight: 800;
    display: inline-block;
    width: 130px;
    border: 0;
    height: 43px;
}
.hover-span {
    display: block;
    position: absolute;
    width: 140px;
    font-size: 22px;
    color: #fff;
    background: #ffa200;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 43px;
    height: 100%;
    right: 0;
    margin-top: 0;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.number-about {
    background: rgba(2, 48, 93, 0.9);
    margin-top: 10px;
}
.number-about .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.number-item {
    text-align: center;
    width: 25%;
    background: rgba(14, 81, 146, 0.6);
    padding: 34px 0 29px 0;
    position: relative;
}
.number-item:after {
    display: block;
    content: '';
    width: 50%;
    left: 0;
    top: 0;
    border-top: 6px solid #ffa200;
    position: absolute;
}
.number-item div {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 75px;
}
.number-item div small {
    font-size: 35px;
    line-height: 35px;
    position: relative;
    top: -20px;
}
.number-item p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.number-item:nth-child(odd) {
    background: rgba(15, 58, 101, 0.9);
}
.how-it-work {
    padding: 75px 0;
}
.style-text-1 {
    font-size: 16px;
    color: #ffa200;
    padding-bottom: 10px;
    text-align: center;
}
.title-big {
    font-size: 60px;
    line-height: 1;
    color: #002e5b;
    font-weight: 700;
    text-align: center;
    padding-bottom: 35px;
}
.style-text-2 {
    font-size: 18px;
    color: #004c97;
    padding-bottom: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.list-step {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 120px 0 80px 0;
}
.step-item {
    width: 33.33333%;
    text-align: center;
    position: relative;
}
.step-item img {
    position: relative;
    -webkit-transform: translateX(-13px);
    -ms-transform: translateX(-13px);
    transform: translateX(-13px);
}
.step-item:after {
    content: '';
    display: block;
    background: url(../images/how_step_arrow.png) 0 0 no-repeat;
    width: 63px;
    height: 27px;
    position: absolute;
    right: -15px;
    top: 35px;
}
.step-item:nth-child(3):after {
    right: auto;
    left: 30px;
    bottom: -55px;
    top: auto;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.step-item:nth-child(1):before {
    content: '';
    display: block;
    background: url(../images/how_step_arrow.png) 0 0 no-repeat;
    width: 63px;
    height: 27px;
    position: absolute;
    right: 40px;
    top: -85px;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.title-step {
    font-size: 18px;
    color: #002e5b;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 20px;
}
.description-step {
    font-size: 16px;
    color: #485f75;
}
.why-us {
    padding: 70px 0 50px 0;
    background: url(../images/bg_benefits.png) center center no-repeat;
}
.why-us .title-big {
    color: #fff;
}
.list-why {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-why {
    background: #002e5b;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    padding-left: 85px;
    margin-bottom: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px 0 5px 0;
    width: 317px;
}
.item-why:nth-child(1) {
    background: #002e5b url(../images/benefits_icon_1.png) 0 0 no-repeat;
}
.item-why:nth-child(2) {
    background: #002e5b url(../images/benefits_icon_2.png) 0 0 no-repeat;
}
.item-why:nth-child(3) {
    background: #002e5b url(../images/benefits_icon_3.png) 0 0 no-repeat;
}
.item-why:nth-child(4) {
    background: #002e5b url(../images/benefits_icon_4.png) 0 0 no-repeat;
}
.item-why:nth-child(5) {
    background: #002e5b url(../images/benefits_icon_5.png) 0 0 no-repeat;
}
.item-why:nth-child(6) {
    background: #002e5b url(../images/benefits_icon_6.png) 0 0 no-repeat;
}
.our-writers {
    padding: 60px 0 75px 0;
}
.order-now-big, .style-submit, .link-button a{
    display: inline-block;
    color: #fff;
    background: #ffa200;
    border: 0;
    cursor: pointer; 
    border-bottom: 5px solid #c07f0e;
    padding: 0 40px;
    text-decoration: none;
    border-radius: 7px 0 7px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
}
.order-now-big:hover, .style-submit:hover, .link-button a:hover{
    background: #c07f0e;
}
.order-cont {
    text-align: center;
    padding-bottom: 75px;
}
.slider-writers {
    margin: 0 -12px;
}
.slider-writers .slick-slide {
    padding: 0 12px;
}
.img-writers img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px auto;
    border-radius: 7px 0 7px 0;
}
.info-writers {
    border-radius: 7px 0 7px 0;
    padding: 15px;
    background: #002e5b;
    border-bottom: 5px solid #ffa200;
    text-align: right;
}
.info-writers p {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.info-writers a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
}
.info-writers a:hover {
    color: #3e95e9;
}
.our-work {
    padding-bottom: 75px;
}
.work-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.work-item {
    width: 235px;
    position: relative;
}
.work-item:hover .c-work {
    background-color: #00488e;
}
.work-item:hover .c-work:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.drop-work {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffa200;
    padding: 0 15px;
    margin-top: -5px;
    border-radius: 0 0 7px 0;
    display: none;
    z-index: 400;
}
.drop-work ul {
    padding: 0 0 15px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid #ffb941;
}
.drop-work p {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}
.drop-work p a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}
.drop-work p a:hover {
    opacity: .9;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.title-drop {
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}
.c-work {
    padding-left: 67px;
    background: #002e5b url(../images/select_icon.png) 10px center no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    height: 75px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px 0 7px 0;
    border-bottom: 5px solid #ffa200;
    position: relative;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}
.c-work:after {
    content: '';
    display: block;
    background: url(../images/select_2.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.review {
    padding: 80px 0;
    background: url(../images/bg_testimonials.png) center center no-repeat;
}
.review .title-big {
    color: #fff;
}
.review-slider {
    margin: 0 -10px;
}
.review-slider .slick-slide {
    padding: 0 10px;
}
.review-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
.review-slider .slick-dots .slick-active {
    background: #ffa200;
}
.review-text {
    background: #fff;
    border-radius: 7px 0 7px 0;
    font-size: 14px;
    color: #485f75;
    padding: 15px 25px;
    line-height: 25px;
    min-height: 130px;
}
.review-author {
    padding-top: 7px;
    color: #ffa200;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.all-review {
    text-align: center;
    padding-top: 80px;
}
.all-review a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}
.all-review a:hover {
    opacity: .9;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.text-screen {
    padding: 40px 0 55px 0;
}
.entry-content img{
    max-width: 100%;
    height: auto;
}
.entry-content .order-now-big{
    display: block;
    width: 100%;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.entry-content table{
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.entry-content table td{
    width: auto !important;
    height: auto !important;
    padding: 5px;
    border: 1px solid #004c97;
}
.entry-content table{

}
.entry-content table{

}
.entry-content {
    font-size: 14px;
    color: #485f75;
}
.entry-content h1, .h1 {
    font-size: 30px;
    line-height: 1;
    color: #002e5b;
    text-align: center;
    padding-bottom: 35px;
}
.h1{
    font-weight: 600;
}
.entry-content h2, .h2 {
    font-size: 18px;
    color: #004c97;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.entry-content h3, .h3 {
    font-size: 16px;
    color: #004c97;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.entry-content h4, .h4 {
    font-size: 16px;
    color: #004c97;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.entry-content h5, .h5 {
    font-size: 16px;
    color: #004c97;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.entry-content p {
    padding-bottom: 15px;
}
.entry-content ul {
    padding-bottom: 10px;
}
.entry-content ul li {
    padding-left: 35px;
    background: url(../images/list_style.png) 0 0 no-repeat;
    margin-bottom: 10px;
}
.entry-content ol {
    margin-left: 20px;
}
.entry-content ol li {
    margin-bottom: 10px;
}
.bottom-footer {
    text-align: center;
    font-size: 12px;
    color: #596978;
    background: #272d33;
    padding: 10px 0;
}
.top-footer {
    background: #414b55;
    padding: 25px 0;
}
.top-footer .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.column li {
    margin-bottom: 10px;
}
.column li a {
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    background: url(../images/list_style_2.png) 0 2px no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    left: 0;
}
.column li a:hover {
    left: 6px;
    color: #3e95e9;
}
.payments img {
    max-width: 100%;
}
/*=================how====================*/
.in-page {
    padding-bottom: 0;
}
.bread {
    background: #e8eff6;
    padding: 10px 0;
    margin-bottom: 30px;
}
.breadcrumbs {
    color: #8398ad;
    font-size: 12px;
}
.breadcrumbs a {
    color: #8398ad;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .current {
    text-decoration: underline;
    color: #1d60a0;
}
.how-item {
    position: relative;
    min-height: 220px;
    padding-top: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c0c5cb;
    padding-bottom: 30px;
}
.how-item p {
    color: #485f75;
}
.how-item .title-how {
    color: #004c97;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 700;
}
.how-item .well-done {
    font-size: 36px;
    color: #ffa200;
    font-weight: 700;
}
.how-item:nth-child(odd) {
    padding-left: 255px;
}
.how-item:nth-child(odd) img {
    position: absolute;
    left: 0;
    top: 0;
}
.how-item:nth-child(even) {
    padding-right: 255px;
}
.how-item:nth-child(even) img {
    position: absolute;
    right: 0;
    top: 0;
}
.how-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.how-item:last-child:after {
    display: none;
}
.how-item:after {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    background: url(../images/how_separ.png);
    position: absolute;
    left: 50%;
    margin-top: -19px;
    bottom: -19px;
}
.guarantees-item {
    position: relative;
    min-height: 180px;
    padding-top: 2px;
    margin-bottom: 35px;
    border-bottom: 1px solid #c0c5cb;
    padding-bottom: 30px;
    padding-left: 190px;
}
.guarantees-item p {
    color: #485f75;
}
.guarantees-item .title-how {
    color: #004c97;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 700;
}
.guarantees-item img {
    position: absolute;
    left: 0;
    top: 0;
}
.guarantees-item:nth-child(odd) .title-how {
    color: #ffa200;
}
.column-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
}
.column-row-blog .left-content{
    width: calc(100% - 267px);
}
.column-row-blog aside{
    width: 240px;
}
.left-content {
    padding: 30px;
    border-radius: 5px;
    background: #e8eff6;
    width: 64%;
}
.left-content-full{
    width: 100%;
}
aside {
    width: 33%;
}
.widjet {
    background: #e8eff6;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 30px;
}
aside .title {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
    color: #004c97;
    font-weight: 700;
    line-height: 1.2;
}
aside .style-submit2 {
    display: block;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    padding-left: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #002e5b url(../images/arrow_button.png) right 0 no-repeat;
    padding: 15px 55px 15px 10px;
    border-radius: 0 7px 0 7px;
    -webkit-transition: .3s;
    transition: .3s;
}
aside .style-submit2:hover {
    background-color: #0062c1;
}
.score {
    background: #002e5b;
    border-bottom: 5px solid #ffa200;
    padding: 25px 10px;
    border-radius: 7px 0 7px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.score p:last-child {
    font-size: 20px;
    padding-top: 10px;
}
.score img {
    max-width: 100%;
    margin-bottom: 10px;
}
.expert-list {
    font-size: 16px;
    color: #485f75;
    font-weight: 300;
    padding-bottom: 20px;
}
.expert-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    background: url(../images/list_style.png) 0 3px no-repeat;
}
.secure {
    font-size: 16px;
    color: #002e5b;
    font-weight: 700;
}
.secure img {
    float: right;
    margin-top: -10px;
}
.widjet-last {
    margin-bottom: 0;
}
/*===============================
                list-article
===============================*/
.article-this{
    padding-bottom: 30px;
}
.article-this .title{
    font-size: 22px;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 700;
}
.article-this .description{
    font-size: 16px;
    text-align: left;
}
.info-block{
    background: #0060a6;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.info-block div{
    display: inline-block;
    padding: 7px 30px;
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 13px;
}
.info-block div:last-child{
    border-right: 0;
}
.continue-reading{

}
.continue-reading:hover{

}

.button-container{position:fixed;bottom:0;left:0;width:100%;z-index:999999999;background:rgb(65, 75, 85);color:#fff;text-align:center;font-size:18px;font-family:sans-serif;padding:6px 0;box-shadow:0 0 20px rgba(0, 0, 0, 0.3);}
.button-container input{display:inline-block;background:rgb(213, 51, 0);color:#fff;text-transform:uppercase;line-height:21px;border-radius:5px;padding:0 10px;text-decoration:none;-webkit-transition:.3s;transition:.3s;margin:0 15px;box-shadow:0 0 1px rgba(0, 0, 0, 0);-webkit-animation:wiggle 3s infinite;animation:wiggle 3s infinite;border:0;cursor:pointer;font-size:18px;}
.button-container input:hover{background:#c4d114;}
@keyframes wiggle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
                  80%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
                  85%{-webkit-transform:rotate(5deg);transform:rotate(5deg);}
                  95%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg);}
                  100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes wiggle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
                          80%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
                          85%{-webkit-transform:rotate(5deg);transform:rotate(5deg);}
                          95%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg);}
                          100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@media screen and (max-width:580px){.video-block{width:100%;margin-right:0;padding-bottom:50%;}
                                    .button-container input{font-size:12px;}
}
.column-row-blog aside{
    overflow: hidden;
    position: relative;
}
.banner{
    position: static;
}
.banner.fixed{
    position: absolute;
    margin-top: 10px;
}
.link-button a{
    float: left;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 15px;
}
.link-button a[rel="next"]{
    float: right;
}
.banner{

}
.menu-left .menu{
    margin-top: 30px;
}
.banner img{
    max-width: 100%;
    display: block;
    height: auto;
}
.banner button{
    border: 0;
    cursor: pointer;
}
.banner-1{
    width: 100%;
    height: 300px;
    background: #000;
}
@media screen and (max-width: 1000px) {
    .banner.fixed{
        position: static;
        margin-top: 0px;
    }
    .column-row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .column-row-blog .left-content{
        width: 100%;
    }
    .column-row-blog aside{
        width: 240px;
        margin: 0 auto;
    }
    .left-content {
        width: 100%;
        margin-bottom: 20px;
    }
    aside {
        width: 100%;
        max-width: 350px;
    }
    .top-menu ul {
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        display: block;
        background: #002e5b;
        text-align: center;
        border-top: 1px solid #003a72;
        display: none;
        z-index: 900;
    }
    .top-menu ul li {
        display: block;
        width: 100%;
    }
    .top-menu ul li a {
        line-height: 35px;
        border-bottom: 1px solid #003a72;
    }
    .menu-category {
        min-height: 40px;
        position: relative;
    }
    .menu-category ul {
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        display: block;
        background: #002e5b;
        text-align: center;
        border-top: 1px solid #003a72;
        z-index: 600;
        display: none;
    }
    .menu-category ul li {
        display: block;
        width: 100%;
    }
    .menu-category ul li a {
        line-height: 35px;
        border-bottom: 1px solid #003a72;
        padding: 0 15px;
    }
    .menu-category .sw-topper,
    .menu-category .sw-bottom,
    .menu-category .sw-footer {
        background: #fff;
    }
    .text-left {
        font-size: 40px;
    }
    .number-about .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .number-item {
        width: 50%;
    }
    .why-us {
        background-size: cover;
    }
    .home-screen {
        background-size: cover;
        background-position: 0 0;
    }
    .list-why {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .work-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .work-item {
        margin: 0 0 20px 0;
        width: 35%;
    }
    .payments img {
        width: 250px;
    }
    .icon-menu {
        width: 25px;
        height: 26px;
        padding: 5px 0;
        cursor: pointer;
        margin-top: 6px;
        display: block;
    }
    .sw-topper {
        position: relative;
        top: 0;
        width: 25px;
        height: 2px;
        background: #3e95e9;
        border: none;
        transition: transform 0.5s, top 0.2s;
        -moz-transition: transform 0.5s, top 0.2s;
        -webkit-transition: -webkit-transform 0.5s, top 0.2s;
        -o-transition: transform 0.5s, top 0.2s;
    }
    .sw-bottom {
        position: relative;
        width: 25px;
        height: 2px;
        top: 5px;
        background: #3e95e9;
        border: none;
        transition: transform 0.5s, top 0.2s;
        -moz-transition: transform 0.5s, top 0.2s;
        -webkit-transition: -webkit-transform 0.5s, top 0.2s;
        -o-transition: transform 0.5s, top 0.2s;
        transition-delay: 0.2s, 0s;
        -moz-transition-delay: 0.2s, 0s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
    }
    .sw-footer {
        position: relative;
        width: 25px;
        height: 2px;
        top: 10px;
        background: #3e95e9;
        border: none;
        transition: transform 0.5s, top 0.2s;
        -moz-transition: transform 0.5s, top 0.2s;
        -webkit-transition: -webkit-transform 0.5s, top 0.2s;
        -o-transition: transform 0.5s, top 0.2s;
        transition-delay: 0.2s, 0s;
        -moz-transition-delay: 0.2s, 0s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
    }
    .icon-menu.active .sw-topper {
        top: 7px;
        -ms-transform: rotate(140deg);
        transform: rotate(140deg);
        -moz-transform: rotate(140deg);
        -webkit-transform: rotate(140deg);
        -o-transform: rotate(140deg);
    }
    .icon-menu.active .sw-bottom {
        top: 5px;
        -ms-transform: rotate(-140deg);
        transform: rotate(-140deg);
        -moz-transform: rotate(-140deg);
        -webkit-transform: rotate(-140deg);
        -o-transform: rotate(-140deg);
    }
    .icon-menu.active .sw-footer {
        top: 0;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        opacity: 0;
    }
    .item-why {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .home-screen{
        background-size: 700% auto;
    }
    .info-block div{
        padding: 7px 10px;
        font-size: 11px;
    }
    .row-form .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .text-left {
        width: 100%;
    }
    .support {
        font-size: 17px;
    }
    .logo {
        width: 240px;
    }
    .logo img {
        width: 100%;
    }
    .step-item:nth-child(1):before {
        right: 20px;
    }
    .step-item:after {
        right: -30px;
    }
    .work-item {
        width: 45%;
    }
    .top-footer .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .payments {
        padding-top: 30px;
        width: 100%;
        text-align: center;
    }
    .payments img {
        width: auto;
    }
}
@media screen and (max-width: 680px) {
    .row-logo .content {
        display: block;
        height: auto;
        padding: 30px 15px;
        text-align: center;
    }
    .logo {
        margin: 0 auto 15px auto;
    }
    .phone-big{
        margin: 15px 0;
    }
    .button-right {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;	  
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }	
}
@media screen and (max-width: 580px) {
    .list-step {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .step-item {
        width: 100%;
        padding-bottom: 100px;
    }
    .step-item:after {
        right: auto;
        left: 50%;
        bottom: 35px;
        top: auto;
        -webkit-transform: rotate(93deg);
        -ms-transform: rotate(93deg);
        transform: rotate(93deg);
        margin-left: -30px;
    }
    .title-big,
    .entry-content h1 {
        font-size: 36px;
    }
    .text-left {
        font-size: 32px;
    }

    .form-home {
        min-width: 10px;
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .total-price {
    }
    .number-item {
        width: 100%;
    }
    .step-item:last-child {
        padding-bottom: 0;
    }
    .step-item:last-child:after {
        right: auto;
        left: 50%;
        bottom: -55px;
        top: auto;
        -webkit-transform: rotate(93deg);
        -ms-transform: rotate(93deg);
        transform: rotate(93deg);
        margin-left: -30px;
    }
    .step-item:first-child:before {
        right: auto;
        left: 50%;
        top: -75px;
        -webkit-transform: rotate(93deg);
        -ms-transform: rotate(93deg);
        transform: rotate(93deg);
        margin-left: -30px;
    }
    .work-item {
        width: 100%;
    }
    .drop-work {
        position: static;
    }
    .review-author {
        text-align: center;
    }
    .order-now-big {
        font-size: 30px;
        padding: 0 20px;
    }
    .how-item:nth-child(odd),
    .how-item:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .how-item:nth-child(odd) img,
    .how-item:nth-child(even) img {
        position: static;
        display: block;
        margin: 0 auto 20px auto;
    }
    .guarantees-item {
        padding-left: 85px;
    }
    .guarantees-item img {
        width: 70px;
    }
    .left-content,
    .widjet {
        padding-left: 15px;
        padding-right: 15px;
    }
    aside .style-submit {
        font-size: 14px;
    }
}





.list-review{

}
.list-review blockquote{
    padding: 20px 20px 15px 20px;
    font-size: 14px;
    color: #485f75;
    font-weight: 300;
    background: #cadce7;
    margin-bottom: 20px;
    border-radius: 7px 0 7px 0;
}
.list-review blockquote strong{
    display: block;
    padding: 7px 0;
    margin-top: 30px;
    padding-right: 40px;
    font-weight: 700;
    background: url(../images/home_testem_id.png) right center no-repeat;
}
.list-review blockquote p{
    padding-bottom: 0;
}
.video-block{
    text-align: center;
}
.video-block br{
    display: none;
}
.list-contact *{
    box-sizing: border-box;
}
.list-contact{
    padding-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: #404040;
    font-weight: 300;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-contact p{
    font-size: 14px;
    color: #404040;
    font-weight: 300;	
}
.contact-block-1{
    width: 50%;
    padding: 5px 20px 20px 40px;
    font-size: 14px;
}
.contact-block-1 strong{
    font-size: 18px;
}
.contact-block-1 p{
    padding-bottom: 15px;
    padding-top: 0; 
}
.address-m{
    background: url(../images/address-m.png) 3px 0px no-repeat;
    background-size: 27px auto;
}
.phone-m{
    background: url(../images/phone-m.png) 3px 0px no-repeat;
    background-size: 22px auto;
}
.chat-m{
    background: url(../images/chat-m.png) 0px 0px no-repeat;
    background-size: 30px auto;
}
.email-m{
    background: url(../images/mail-m.png) 3px 0px no-repeat;
    background-size: 26px auto;
}
.contact-block-1 p a{
    color: #008ed7;
    text-shadow: none;
}
.contact-block-1 p a:hover{
    text-decoration: none;
}
.map-google{
    box-shadow: 0 3px 10px #b4b4b4;	
}
.map-google iframe{
    width: 100% !important;
    height: 365px;
}
.line-phone	a{
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}
.line-phone	a:hover{
    text-decoration: underline;
}
.line-phone{
    background: #30e1b2;
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
}
.list-sample{
    padding: 15px;
}
.item-sample{
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #002e5b;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #bbb1b1;
}
.item-sample div{
    padding-bottom: 10px;
}
.item-sample .title-sample{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}
.item-sample .style-submit{
    display: block;
    margin: 0 auto;
    width: 220px;
    font-size: 18px;
    text-decoration: none;
    margin-top: 10px;
    line-height: 40px;
}
.flex-box-2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;	
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    margin-bottom: -50px;
}
.flex-box-2 a{
    display: block;
    color: #404040;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
}
.flex-box-2 a img{
    transition: 0.3s;
}
.flex-box-2 a:hover{
    text-decoration: underline;
}
.flex-box-2 a:hover img{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.title-article{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #404040;
    position: relative;	
    padding-bottom: 5px;
}
.description{
    font-size: 18px;
    font-weight: 300;
    color: #404040;	
    padding-top: 8px;
    padding-bottom: 15px;
}
.article-this{
    padding-bottom: 30px;
}
.article-this .style-submit{
    line-height: 40px;
    float: right;
    text-decoration: none;
    font-size: 16px;
    padding-right: 55px;
}
.article-this .style-submit:after{
    width: 35px;
    background-size: 18px auto;
}
.pagination li {
    display: inline-block;
    padding: 0 3px;
}
.pagination .active {
    box-shadow: none;
}
.pagination li a {
    display: block;
    color: #404040;
    padding: 1px 7px;
    border: 1px solid #404040;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}
.pagination li a:hover {
    background: #3185b1;
    border: 1px solid #3185b1;
    color: #fff;
}
.pagination li span {
    display: block;
    padding: 1px 7px;
    -webkit-transition: .2s;
    transition: .2s;
    background: #3185b1;
    border: 1px solid #3185b1;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
}
.banner-block{
    text-align: center;
}
.banner-block a{

}
.banner-block img{
    max-width: 100%;
    height: auto;
}
.banner-test{
    height: 300px;
    width: 100%;
    background: #3185b1;
}


@media screen and (max-width: 767px) {
    .item-sample{
        width: 100%;
    }
    .list-sample{
        padding: 0;
    }
    .flex-box-2{
        display: block;
    }
    .contact-block-1{
        width: 100%;
    }
}



/*=========================faq================================*/
.list-faq{

}
.cont-faq{
    border: 1px solid #e1edf5;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    color: #404040;
}
.question-faq{
    font-size: 14px;
    font-weight: 300;
    color: #404040;
    padding: 13px 15px;
    padding-right: 45px;
    background: #cadce7;
    border-radius: 7px 0 7px 0;
    cursor: pointer;
    transition: .3s;
    position: relative;
}
.question-faq:hover{
    background: #c7dbe9;
}
.question-faq:hover:after{
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);	
}
.question-faq:after{
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/arrow_left_h.png) center center no-repeat;
    background-size: 60% 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: .5s;
}
.cont-faq .text-standart{
    padding: 15px 15px;
    display: none;
}
.activeStyle{
    background: #c7dbe9;
}
.activeStyle:after{
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); 		
}









/*==========================
                form - style
============================*/
.title-2{
    margin-bottom: 30px;
    padding-top: 40px;
    font-size: 30px;
}
.left-cont-input{
    width: 50%;
    float: left;
}
.left-label{
    width: 15%;
    float: left;

    font-size: 18px;
    text-align: right;
    margin: 15px 0 5px 0;
    padding-top: 5px;
    letter-spacing: -0.5px;
}
.left-input{
    width: 85%;
    float: left;
    padding-left: 15px;
    margin: 15px 0 5px 0;
}
.left-label1{
    width: 15%;
    float: left;

    font-size: 18px;
    letter-spacing: -0.5px;
    text-align: right;
    margin: 15px 0 5px 0;
    padding-top: 5px;
}
.left-input1{
    width: 75%;
    float: left;
    padding-left: 15px;
    margin: 15px 0 5px 0;
}
.left-input input{
    width: 80%;
    border: 1px solid rgba(0,0,0,.4);

    font-size: 13px;
    padding: 4px 10px;
}
.left-input1 input{
    width: 105%;
    border: 1px solid rgba(0,0,0,.4);

    font-size: 13px;
    padding: 4px 10px;
}
.left-input select, .left-input1 select{
    width: 80%;
    border: 1px solid rgba(0,0,0,.4);
}
.red{
    color: red;
}
.left-label2{
    width: 15%;
    float: left;

    font-size: 18px;
    text-align: right;
    margin: 15px 0 5px 0;
    padding-top: 5px;
}
.left-label3{
    width: 15%;
    float: left;
    padding-left: 19px;
    margin: 15px 0 5px 0;
}
.left-label3 input{
    width: 100%;
    border: 1px solid rgba(0,0,0,.4);

    font-size: 13px;
    padding: 4px 10px;
}
.total-left{
    width: 15%;
    float: left;

    font-size: 13px;
    text-align: left;
    margin: 15px 0 5px 0;
    padding-top: 5px;	
    padding-left: 15px;
}
.left-input span{
    font-size: 12px;
    color: rgba(0,0,0,.7);

}
.left-label4{
    width: 15%;
    float: left;

    font-size: 12px;
    text-align: right;
    margin: 15px 0 5px 0;
    padding-top: 5px;	
    letter-spacing: -0.5px;
}
.left-label5{
    width: 75%;
    float: left;
    padding-left: 15px;
    margin: 15px 0 5px 0;	
}
.left-label5 input{
    width: 36%;
    border: 1px solid rgba(0,0,0,.4);
    height: 43px;
    display: block;
    padding: 8px 10px 0 10px;
    border-radius: 4px;	
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.left-label55 input{
    padding-top: 0;
}
.left-label5 select{
    width: 36%;
    border: 1px solid rgba(0,0,0,.4);

    font-size: 13px;
    padding: 4px 10px;
}
.left-label5 textarea{
    width: 105%;
    border: 1px solid rgba(0,0,0,.4);

    font-size: 13px;
    padding: 4px 10px;
    display: block;
    padding: 8px 10px 0 10px;
    border-radius: 4px;	
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.left-label5 span{
    font-size: 12px;
    color: rgba(0,0,0,.7);

}
.plus-file{
    width: 10% !important;
    cursor: pointer;
    font-weight: 600;
}
.text-bottom{

    font-size: 13px;
    padding:  10px 0;
}
.text-bottom a{
    color: #1b4b55;
    font-weight: 600;
}
.text-bottom a:hover{
    text-decoration: none;
}
.table-button{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}
.table-button td{
    width: 50% !important;
}
.table-button td:first-child{
    padding-right: 15px;
    text-align: right;
}
.table-button td:last-child{
    padding-left: 15px;
    text-align: left;
}
.button-send{	
    color: #fff;
    background: url(../images/orde2.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
    padding: 13px 60px 20px 14px;  
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
}
.button-send:hover{
    opacity: .8;
}
.back-form{	
    display: inline-block;
    border: 0;
    border-bottom: 5px solid #002e5b;
    border-radius: 7px 0 7px 0;
    padding: 0 16px 0 16px;
    background: #005fa5;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 45px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none;
}
.back-form:hover{
    opacity: .8;
}
.button-send img{
    border: none !important;
}
.preview-send {
    padding-top: 10px; 
    color: rgba(0,0,0,.7);
    font-size: 13px;

}
.left-name{
    width: 50%;
    text-align: right;
    float: left;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #404040;
    margin: 5px 0;
}
.right-name{
    width: 50%;
    text-align: left;
    float: left;
    padding-left: 15px; 
    font-size: 18px;
    font-weight: 300;
    color: #404040;
    margin: 5px 0;
}
.capcha-input{
    font-size: 15px;
    padding: 12px  10px;
    width: 100px;
}
.captcha-text{

    font-size: 12px;
    color: red;
}
.cont-capcha{
    padding: 15px 0 15px 0;
}
.reload{
    color: #e95644 ;

    font-size: 12px;
    cursor: pointer;
    padding-left: 11px;
}

/*-----------------------------------*/
.left-cont-input{
    width: 100%;
}
.left-input select, .left-input1 select{
    width: 90%;
}
.left-label1, .left-label, .left-label2, .left-label4{
    width: 20%;
    font-size: 18px;
    color: #404040;
    font-weight: 300;
    padding-top: 9px;
}
.left-input1, .left-input, .left-input4{
    width: 80%;
}
.left-input1 input{
    width: 90%;
}
.left-label3{
    width: 110px;
}
.left-label5 input{
    width: 96%;
}
.left-label5 select{
    width: 96%;
}
.left-label5 textarea{
    width: 96%;
}
.plus-file{
    width: 60px !important;
}






@media screen and (min-width: 900px){
    .button-send{
        margin: 20px auto 0 auto;
        width: 210px;
        display: block;
        float: none;
    }
    .pad-left{
        padding-left: 0px;
        margin-left: -4px;
    }
}
.pad-left .left-label3{
    position: relative;
}
.pad-left .left-label3 span{
    position: absolute;
    left: 170%;
    width: 500px;
    top: 9px;
    font-size: 18px;
    font-weight: 700;

    color: #e95644;
}
.discont{
    color: #e95644;

    text-align: center;
    font-size: 16px;
}
.discont h2{
    font-size: 16px;

}
.style-submit.btn_preview{
    outline: none;
    margin: 20px 0;
}
.tac{
    text-align: center;
}
.inside input[type="text"]{
    height: 43px;
    display: block;
    padding: 0 10px 0 10px;
    border-radius: 4px;	
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.total-left{
    font-size: 18px;
    color: #404040;
    padding-top: 9px;
    font-weight: 300;
}
@media screen and (max-width: 1200px){
    .pad-left .left-label3 span{
        left: 16px;
        top: 50px;
    }
    .pad-left{
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 767px){ 
    .left-cont-input{
        width: 100%;
    }
    .left-input select, .left-input1 select{
        width: 90%;
    }
    .left-label1{
        width: 31%;
    }
    .left-input1{
        width: 69%;
    }
    .left-input1 input{
        width: 90%;
    }
    .left-label{
        font-size: 11px;
    }
    .left-label3{
        width: 80px;
    }
    .left-label4{
        width: 31%;
    }
    .left-label5{
        width: 69%;
    }
    .left-label5 input{
        width: 90%;
    }
    .left-label5 select{
        width: 90%;
    }
    .left-label5 textarea{
        width: 90%;
    }
    .plus-file{
        width: 30% !important;
    }
    .left-label{
        width: 30%;
    }
    .left-input{
        width: 69%;
    }
    .button-send{
        display: block;
        margin: 30px auto 0 auto;
    }
    .block-new2{
        padding-left: 0 !important;
    }
    .left-label1, .left-label, .left-label4, .left-label2{
        width: 40%;
    }
    .left-input1, .left-input, .left-label5{
        width: 60%;
    }
    .pad-left .left-label3{
        padding-left: 15px;
    }
    .button-send{
        margin: 20px auto 0 auto;
        display: block;
    }
    .left-name {
        width: 50%;
    }
    .right-name {
        width: 50%;
    }
    .pad-left .left-label3 span{
        font-size: 11px;
    }
    .left-label1, .left-label, .left-label2, .left-label4{
        font-size: 12px;
    }
    .inside input[type="text"], .left-input select, .left-input1 select, .left-label5 textarea{
        font-size: 12px;
    }
}
@media screen and (max-width: 767px){
    #ok table{
        display: block;
    }
    #ok table *{
        display: block;
    }	
    #ok table td{
        width: 100% !important;
        padding: 15px 0 0 0 !important;
        text-align: center;
    }
    #ok table .style-submit{
        width: 100% !important;
        max-width: 300px;
        margin: 0 auto;
    }
    .style-submit.btn_preview{
        font-size: 15px;
    }
    .left-name, .right-name{
        font-size: 12px;
    }
    .back-form{
        font-size: 14px;
        max-width: 300px;
        margin: 0 auto;
    }
    .left-label1, .left-label, .left-label4, .left-label2{
        width: 22%;
    }
    .left-input1, .left-input, .left-label5{
        width: 78%;
    }
}
@media screen and (max-width: 540px){
    .left-label1, .left-label, .left-label4, .left-label2{
        width: 25%;
    }
    .left-input1, .left-input, .left-label5{
        width: 75%;
    }	
}
header.not-fixed{
    position: absolute;
}
.style-submit{
    line-height: 49px;
    font-size: 13px;
}




/*--------------review-video-------------*/
.review-video{
    padding: 50px 0;
}
.video-block{
    float: left;
    width: 48%;
    position: relative;
}
.video-block br{
    display: none;
}
.video-block:first-child{
    margin-right: 4%;
}
.video-block img{
    display: block;
    width: 100%;
}
.video-block iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 580px){
    .video-block{
        width: 100%;
        margin-bottom: 20px;
    }
    .video-block:first-child{
        margin-right: 0;
    }
}

.date-review{
    font-size: 12px;
    color: #002e5b;
}
.column-row .title-big{
    font-size: 48px;
}
.title-article{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #404040;
    position: relative;	
    padding-bottom: 5px;
}
.description{
    font-size: 14px;
    font-weight: 300;
    color: #404040;	
    padding-top: 8px;
    padding-bottom: 15px;
}
.article-this{
    padding-bottom: 30px;
}
.article-this .style-submit{
    line-height: 40px;
    float: right;
    text-decoration: none;
    font-size: 16px;
    padding-right: 55px;
}
.article-this .style-submit:after{
    width: 35px;
    background-size: 18px auto;
}
.pagination li {
    display: inline-block;
    padding: 0 3px 10px 3px;
}
.pagination .active {
    box-shadow: none;
}
.pagination li a {
    display: block;
    color: #404040;
    padding: 1px 7px;
    border: 1px solid #002e5b;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}
.pagination li a:hover {
    background: #002e5b;
    border: 1px solid #002e5b;
    color: #fff;
}
.pagination li span {
    display: block;
    padding: 1px 7px;
    -webkit-transition: .2s;
    transition: .2s;
    background: #002e5b;
    border: 1px solid #002e5b;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}
.banner-block{
    text-align: center;
}
.banner-block a{

}
.banner-block img{
    max-width: 100%;
    height: auto;
}
.banner-test{
    height: 200px;
    width: 100%;
    background: #002e5b;
    border-radius: 7px 0 7px 0;
}





















































.c-services {

}
.l-container {
    padding: 0 8px;
    margin: 0 auto;
}
.l-grid {
    margin-left: -7px;
    margin-right: -7px;
}
.l-grid:after, .l-grid:before {
    display: table;
    content: "";
}
.c-services__item {
    margin-bottom: 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d4d9de;
    background-color: #fff;
}

.c-services__btn {
    display: block;
    width: 100%;
    padding: 0 15px 0 15px;
    line-height: 35px;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    background-color: #002e5b;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: 0;
    position: relative;
    line-height: 56px;
}
.c-services__btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -4px;
    background: url(../sprite-pages.png) no-repeat;
}
.c-services__btn--1:before {
    background-position: -47px -183px;
    width: 31px;
    height: 29px;
}
.c-services__btn--2:before {
    background-position: -84px -186px;
    width: 36px;
    height: 21px;
}
.c-services__btn--3:before {
    background-position: -126px -184px;
    width: 28px;
    height: 24px;
}
.collapse.in {
    display: block;
}
.c-services__content {
    padding: 3px 15px;
}
.collapse {
    display: none;
}
.c-link, a {
    text-decoration: none;
    color: #39c36d;
}
.c-services__link {
    display: block;
    margin: 0 -10px;
    line-height: 1.2;
    padding: 8px 10px 8px 27px;
    font-size: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #496073;
    position: relative;
}
.c-services__link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-right: 7px;
    margin-left: -11px;
    background-color: #39c36d;
}
.c-services__link:after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    bottom: 0;
    background-color: #e4eaf1;
}
.c-services__link:hover {
    background-color: #ffa200;
    color: #fff;
    text-decoration: none;
}
.c-services .c-services__col {
    width: 33.333333333333336%;
    padding: 0 10px;
    float: left;
}

.l-grid > div:nth-child(1) {
    padding-left: 0px;
}

.l-grid > div:nth-child(3) {
    padding-right: 0px;
}

.lists_con{
    width: 100%;
    display: table;
    margin-bottom: 30px;
}
.slick-slider, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.c-text-link:hover, a:hover {
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}
.c-services__link:hover:before {
    background-color: #fff;
}

.c-services__link:hover:after{
    height: 0px;
}
.c-services__content {
    padding: 3px 15px;
}
.collapse {
    display: none;
}
.c-link, a {
    text-decoration: none;
    color: #39c36d;
}
.c-services__link {
    display: block;
    margin: 0 -10px;
    line-height: 1.2;
    padding: 8px 10px 8px 27px;
    font-size: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #496073;
    position: relative;
}
.c-services__link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-right: 7px;
    margin-left: -11px;
    background-color: #39c36d;
}
#collpse-services-1{
    background-color: #e8eff6;
}
#collpse-services-2{
    background-color: #e8eff6;
}
#collpse-services-3{
    background-color: #e8eff6;
}

.w-gap {
    margin-bottom: 28px;
}
.w-gap-result {

}
.w-gap-result  h3 {
    margin-top: 27px;
}

.w-gap-result a {
    color: #23282d;
}

.w-gap textarea {
    display: block;
    width: 100%;
    padding: 12px 13px;
}

.s-plagiarism-check {
    background: #ffdb13;
    color: #9a6e03;
    border: none;
    font-size: 20px;
    text-shadow: none;
    padding: 16px 40px;
    border-bottom: 3px solid #efb005;
    text-shadow: 0 1px rgba(255,255,255,.7);
    display: table;
    margin: 0 auto;
    margin-top: 31px;
    text-decoration: none;
}


@media screen and (max-width: 992px){
    .c-services__btn{
        font-size: 14px;

    }
    .c-services__btn:before{
        margin-right: 10px;
    }
}
@media screen and (max-width: 850px){
    .c-services__link{
        font-size: 14px;
    }
    .c-services__btn {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px){
    .c-services__btn {
        font-size: 15px;
    }
    .c-services__link{
        font-size: 15px;
    }
    .c-services .c-services__col{
        width: 100%;
    }
}
@media screen and (max-width: 400px){
    .c-services__btn{
        padding: 0 10px 0 15px;
    }
    .c-services__btn:before{
        margin-right: 10px;
    }
}


.recent-content{
    margin-top: 50px;
}
.recent-content ul li{
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.recent-content ul li a{
    color: #485f75;
    font-weight: 700;
}
.recent-content ul li a:hover{
    text-decoration: none;
}





.pp-r-complaint-text {
    font-size: 1.15385em
}

.pp-r-complaint-title {
    margin-top: -12px
}

.detail-review {
    text-align: left
}

.pp-review-heading {
    min-height: 3.07692em;
    margin-bottom: .61538em
}

.pp-review-heading-title {
    margin-bottom: 0
}

.pp-review-heading-title-inner {
    color: #b2b2b2
}

@media screen and (max-width: 1150px) {
    .pp-review-heading-title .detail-col-comments {
        line-height:28px
    }
}

.detail-two-col .pp-review-heading-title {
    margin-right: 205px
}

@media screen and (max-width: 1500px) {
    .detail-two-col .pp-review-heading-title {
        margin-right:70px
    }
}

.detail-three-col .pp-review-heading-title {
    margin-right: 205px
}

@media screen and (min-width: 1200px) and (max-width:1550px) {
    .detail-three-col .pp-review-heading-title {
        margin-right:70px
    }
}

.multiple-comment .pp-review-heading-title {
    margin-right: 405px
}

@media screen and (max-width: 1080px) {
    .multiple-comment .pp-review-heading-title {
        margin-right:270px
    }
}

.single-comment .pp-review-heading-title {
    margin-right: 140px
}

.pp-review-add {
    float: right;
    margin-top: -.38462em
}

.pp-review-add .btn-link-i {
    font-size: 1.38462em;
    padding: 8px 25px
}

@media screen and (max-width: 1500px) {
    .detail-two-col .pp-review-add .btn-link-i {
        padding:6px 13px 8px 16px
    }
}

@media screen and (min-width: 1200px) and (max-width:1550px) {
    .detail-three-col .pp-review-add .btn-link-i {
        padding:6px 13px 8px 16px
    }
}

@media screen and (max-width: 1080px) {
    .multiple-comment .pp-review-add .btn-link-i {
        padding:6px 13px 8px 16px
    }
}

.pp-review-add-text {
    display: block
}

@media screen and (max-width: 1500px) {
    .detail-two-col .pp-review-add-text {
        display:none
    }
}

@media screen and (min-width: 1200px) and (max-width:1550px) {
    .detail-three-col .pp-review-add-text {
        display:none
    }
}

@media screen and (max-width: 1080px) {
    .multiple-comment .pp-review-add-text {
        display:none
    }
}

.pp-review-add-icon {
    display: none;
    background-position: -595px -834px;
    width: 19px;
    height: 20px
}

.btn-link-i:hover .pp-review-add-icon {
    background-position: -574px -834px;
    width: 19px;
    height: 20px
}

@media screen and (max-width: 1500px) {
    .detail-two-col .pp-review-add-icon {
        display:block
    }
}

@media screen and (min-width: 1200px) and (max-width:1550px) {
    .detail-three-col .pp-review-add-icon {
        display:block
    }
}

@media screen and (max-width: 1080px) {
    .multiple-comment .pp-review-add-icon {
        display:block
    }
}

.pp-review-add-row {
    padding: .76923em 0
}

.pp-review-add-row.flex {
    margin-right: -10px;
    padding-right: 10px
}

.multiple-comment .pp-review-add {
    margin-top: -2px
}

.pp-review-sort-view {
    display: inline-block;
    vertical-align: top;
    margin-top: -7px
}

.detail-review-i {
    border-bottom: 1px solid #eaeaea;
    margin: 1.53846em 0 1.15385em;
    padding-bottom: 1.15385em
}

.detail-review-i:first-child {
    margin-top: 0
}

.pp-tab .pp-review {
    margin-bottom: 2.2em
}

.pp-review-media {
    margin: .9375rem 0 .4375rem 0
}

.pp-review-media-i {
    float: left;
    margin: 0 .3125rem .3125rem 0
}

.pp-review-media-link {
    height: 51px;
    display: inline-block;
    position: relative
}

.pp-review-media-link:before {
    background-position: -193px -289px;
    width: 31px;
    height: 22px;
    top: 14px;
    left: 50%;
    margin-left: -15px;
    z-index: 1
}

.pp-review-media-all {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 3.125rem
}

.pp-review-media-all-heading {
    font-size: .9375rem;
    font-weight: 700;
    padding-bottom: .6875rem
}

.pp-review-media-all-more-link {
    background-color: #f9fbfc;
    border: 1px solid #e2ebf2;
    line-height: 3.125rem;
    text-align: center;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: block
}

.pp-review-i {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: .61538em;
    margin-bottom: 1.4em
}

.pp-review-i-heading {
    padding-right: 1.07692em;
    margin: 0 0 .53846em
}

.pp-replies-vendor-logo,.pp-review-vendor-logo {
    margin-bottom: .5em
}

.pp-replies-author-name,.pp-review-author-name {
    font-size: 1.23077em;
    line-height: 1.25em;
    font-weight: 700
}

.pp-buyer-note .pp-replies-author-name,.pp-buyer-note .pp-review-author-name {
    padding-right: 94px
}

.pp-review-author {
    float: left;
    display: inline-block;
    margin: 0 1em 3px 0
}

.pp-review-long-name .pp-review-author {
    float: none;
    display: block;
    margin-right: 150px
}

.pp-review-inner-with-image .pp-review-author-name {
    font-size: 1.15385em
}

.pp-replies-author {
    display: block;
    margin-right: 118px;
    margin-bottom: 4px
}

.pp-replies-buyer-note,.pp-review-buyer-note {
    display: inline-block;
    padding-left: 19px;
    margin-left: -82px;
    color: #3dc334;
    white-space: nowrap
}

.pp-replies-buyer-note:before,.pp-review-buyer-note:before {
    background-position: -539px -435px;
    width: 13px;
    height: 12px;
    top: 1px;
    left: 0
}

.pp-replies-date,.pp-review-date {
    float: right;
    margin: 3px 0 6px 1em
}

.pp-replies-date-text,.pp-review-date-text {
    display: inline-block;
    color: #999;
    white-space: nowrap
}

.pp-review-inner-with-image .pp-review-author,.pp-review-inner-with-image .pp-review-date {
    margin-bottom: .4em;
    line-height: 15px
}

.pp-review-i-link {
    display: inline-block;
    margin-left: 6px
}

.pp-review-i-link-icon {
    vertical-align: top;
    margin-top: 4px;
    background-position: -881px -734px;
    width: 16px;
    height: 6px
}

.pp-review-i-link:hover .pp-review-i-link-icon {
    background-position: -881px -742px;
    width: 16px;
    height: 6px
}

.pp-comments-author-good-comment,.pp-comments-author-good-vote {
    margin: 3px 10px .6em 0
}

.pp-review-inner .g-rating {
    margin: 0 0 .45em
}

.pp-review-text-i {
    font-size: 1.07692em;
    line-height: 1.43em;
    word-break: break-word;
    margin-bottom: .5em
}

.has-spec-questions .pp-review-text {
    margin-right: 12.2em
}

.pp-replies-text {
    font-size: 1.07692em;
    line-height: 1.43em;
    word-break: break-word;
    margin-bottom: .3em
}

.pp-review-more-link {
    margin-left: 3px
}

.pp-review-tools-wrap {
    margin-top: .69231em
}

@media screen and (max-width: 1199px) {
    .detail-three-col .pp-review-inner.rated .pp-review-tools-wrap {
        margin-right:12.2em
    }
}

.pp-review-tools {
    display: table;
    width: 100%;
    margin-left: -1px
}

.pp-review-tools-i {
    display: table-cell
}

.pp-review-tools-i:nth-child(2) {
    width: 133px;
    text-align: right
}

.pp-review-tools-i:nth-child(3) {
    width: 25px;
    text-align: right
}

.pp-review-tools .m-tabs-i:nth-child(1) .m-tabs-link.active {
    background: #f8f8f8
}

.pp-review-tools .m-tabs-link {
    padding: 0;
    margin: 0
}

.pp-review-tools .m-tabs-link.active {
    cursor: pointer;
    pointer-events: auto;
    z-index: 4
}

.pp-review-tools .m-tabs-link.active:link,.pp-review-tools .m-tabs-link.active:visited {
    color: #3e77aa
}

.pp-review-tools .m-tabs-link.active:hover {
    color: #ff7878
}

.pp-review-reply-add,.pp-review-reply-view {
    display: inline-block
}

.pp-review-reply-add:before,.pp-review-reply-view:before {
    top: 8px
}

.pp-review-reply-add {
    padding: 9px 16px 9px 26px
}

.pp-review-reply-add:before {
    background-position: -334px -479px;
    width: 13px;
    height: 13px;
    left: 6px
}

.m-tabs-link:hover .pp-review-reply-add:before {
    background-position: -216px -479px;
    width: 13px;
    height: 13px
}

.pp-review-reply-view {
    padding: 9px 20px 9px 39px
}

.pp-review-reply-view:before {
    background-position: -881px -542px;
    width: 17px;
    height: 14px;
    left: 15px
}

.m-tabs-link:hover .pp-review-reply-view:before {
    background-position: -881px -433px;
    width: 17px;
    height: 14px
}

.pp-review-vote {
    display: inline-block;
    width: 55px
}

.pp-review-vote:nth-child(1) {
    padding-right: .45em;
    margin-right: .45em;
    border-right: 1px solid #eaeaea;
    text-align: right
}

.pp-review-vote:nth-child(2) {
    text-align: left
}

.pp-review-vote-negative,.pp-review-vote-positive {
    display: inline-block;
    padding-top: 1px
}

.pp-review-vote-negative:link,.pp-review-vote-negative:visited,.pp-review-vote-positive:link,.pp-review-vote-positive:visited {
    color: #999
}

.pp-review-vote-negative:hover,.pp-review-vote-positive:hover {
    text-decoration: none
}

.pp-review-vote-positive .pp-review-vote-icon {
    background-position: -881px -608px;
    width: 16px;
    height: 16px
}

.pp-review-vote-positive:hover .pp-review-vote-icon {
    background-position: -881px -840px;
    width: 16px;
    height: 16px
}

.disable .pp-review-vote-positive .pp-review-vote-icon {
    background-position: -881px -590px;
    width: 16px;
    height: 16px;
    cursor: default
}

.pp-review-vote-negative .pp-review-vote-icon {
    background-position: -881px -680px;
    width: 16px;
    height: 16px
}

.pp-review-vote-negative:hover .pp-review-vote-icon {
    background-position: -881px -644px;
    width: 16px;
    height: 16px
}

.disable .pp-review-vote-negative .pp-review-vote-icon {
    background-position: -881px -662px;
    width: 16px;
    height: 16px;
    cursor: default
}

.pp-review-vote-icon {
    margin-top: -4px
}

.pp-review-vote-count {
    font-size: 11px;
    margin-right: 2px
}

.pp-replies-complaint,.pp-review-complaint {
    display: inline-block
}

.pp-replies-complaint-icon,.pp-review-complaint-icon {
    margin-top: -5px;
    background-position: -881px -487px;
    width: 17px;
    height: 17px
}

.disable .pp-replies-complaint-icon,.disable .pp-review-complaint-icon {
    background-position: -881px -468px;
    width: 17px;
    height: 17px
}

.pp-replies-complaint:hover .pp-replies-complaint-icon,.pp-replies-complaint:hover .pp-review-complaint-icon,.pp-review-complaint:hover .pp-replies-complaint-icon,.pp-review-complaint:hover .pp-review-complaint-icon {
    background-position: -881px -449px;
    width: 17px;
    height: 17px
}

.pp-replies-complaint {
    margin-bottom: 1em
}

.pp-reply-f {
    position: absolute;
    max-width: 540px;
    padding: 11px 28px 23px;
    margin-left: -1px;
    font-size: 15px;
    background: -webkit-linear-gradient(top,rgba(255,255,255,.37),rgba(246,246,246,.37));
    background: -ms-linear-gradient(top,rgba(255,255,255,.37),rgba(246,246,246,.37));
    background: -moz-linear-gradient(top,rgba(255,255,255,.37),rgba(246,246,246,.37));
    background: linear-gradient("to bottom", rgba(255,255,255,.37),rgba(246,246,246,.37));
    background-color: #f6f6f6;
    border: 1px solid #ededed;
    border-radius: 0 4px 4px 4px;
    box-shadow: inset 0 -5px 0 0 rgba(0,0,0,.2),3px 3px 7px 0 rgba(200,200,200,.5);
    z-index: 3
}

.pp-reply-f .double-auth-f .message {
    max-width: 100%
}

.pp-reply-f-i {
    margin-bottom: .8em
}

.pp-reply-f-i-title-vert {
    margin-bottom: 6px
}

.pp-reply-f-textarea {
    height: 96px;
    font-size: 15px
}

.pp-reply-f-input-text {
    width: 100%;
    height: 37px;
    box-sizing: border-box;
    font-size: 15px
}

.pp-reply-f-checkbox {
    font-size: 14px;
    margin-top: .68em
}

.pp-reply-f-label:before {
    top: 50%;
    margin-top: -12px
}

.pp-reply-f-btn-wrap {
    margin-top: 18px
}

.pp-reply-f-btn .btn-link-i {
    padding: 10px 24px 12px
}

.pp-reply-f-link {
    margin-left: 1em
}

.pp-reply-f-hint {
    font-size: .86667em
}

.pp-reply-f-hint .auth-message {
    margin-right: -1.15385em
}

.pp-reply-f-hint .auth-message:after,.pp-reply-f-hint .auth-message:before {
    left: 60px
}

.pp-reply-f-auth {
    font-size: .86667em
}

.pp-reply-f-auth .f-i-title-vert {
    margin-bottom: 6px
}

.pp-reply-f-auth .temp-pass-auth .auth-remember-pass-link {
    display: inline-block;
    margin-top: 10px
}

.pp-reply-f-auth .auth-input-text {
    width: 100%;
    height: 37px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pp-reply-f-auth .auth-message {
    margin-right: -1.15385em
}

.pp-reply-f-auth .auth-message:after,.pp-reply-f-auth .auth-message:before {
    left: 60px
}

.pp-reply-f-auth .auth-remember-pass-submit {
    margin-top: 18px
}

.pp-reply-f-auth .auth-remember-pass-submit .btn-link-i {
    padding: 10px 0 12px
}

.pp-reply-f-auth .auth-remember-pass {
    margin-top: 14px;
    margin-bottom: 26px
}

.pp-reply-f-auth .auth-f-submit {
    padding-bottom: 0
}

.pp-replies-wrapper {
    font-size: 13px;
    max-width: 540px;
    padding: 1.5em 0 .35em;
    margin-left: -1px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: inset 0 -5px 0 0 rgba(0,0,0,.2),3px 3px 7px 0 rgba(200,200,200,.5);
    z-index: 3;
    position: absolute
}

.width-fix {
    height: 0
}

.width-fix:after,.width-fix:before {
    display: inline-block;
    content: '';
    width: 400px
}

.pp-replies-wrap {
    position: relative
}

.pp-replies-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 16px;
    bottom: 0;
    height: 13px;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff 100%,#fff 10%,#fff);
    background: -ms-linear-gradient(top,rgba(255,255,255,0),#fff 100%,#fff 10%,#fff);
    background: -moz-linear-gradient(top,rgba(255,255,255,0),#fff 100%,#fff 10%,#fff);
    background: linear-gradient("to bottom", rgba(255,255,255,0),#fff 100%,#fff 10%,#fff);
    z-index: 2
}

.pp-replies-box {
    max-height: 32em;
    overflow-x: hidden;
    overflow-y: auto
}

.pp-replies {
    padding: 0 1em 0 1.7em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eaeaea
}

.pp-replies:first-child {
    padding-top: 0
}

.pp-replies:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.pp-comments-replies .pp-replies {
    padding: 0
}

.pp-replies-all {
    border-top: 1px solid #eaeaea
}

.pp-replies-all-link {
    display: block;
    font-size: 16px;
    padding: 1.3em .81em 1.25em 1.38em
}

.pp-comments-header {
    padding-bottom: 1em
}

.pp-comments-header .detail-tab-i-title {
    padding-top: .4em
}

.pp-comments-controls {
    float: right
}

.btn-link-go-to-form {
    font-size: 1.35em;
    padding: .4em 1em;
    border-radius: 4px;
    vertical-align: bottom
}

.pp-comments-sort {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 2px 1.28em
}

.pp-comments-sort .popup-dropdown {
    width: 15em;
    margin-left: 0
}

.pp-comments-sort-box {
    width: 182px
}

.pp-comments-sort-box-sort {
    width: 203px;
    margin: 4px 0
}

@media screen and (max-width: 1150px) {
    .pp-comments-sort-box-sort {
        width:172px
    }
}

.pp-comments-drop-l {
    position: absolute;
    width: 210px
}

.pp-comments-sort-b {
    width: 15.6em;
    padding-left: 0;
    visibility: inherit;
    margin: 2px 0 0 0
}

.pp-comments-replies-all-link {
    display: inline-block;
    margin-bottom: 1.35em;
    font-size: 1.071em
}

.pp-comments-replies {
    border-top: 1px dotted #eaeaea
}

.pp-comments-replies-head-all-link {
    float: right;
    font-size: 1.15385em;
    padding-top: .5em
}

.pp-comments-answer,.pp-comments-replies-all-link {
    margin-left: 35px
}

.pp-comments-answer {
    padding-top: 1em;
    border-bottom: 1px dotted #eaeaea
}

.pp-comments-answer:last-child {
    border-bottom: none
}

.pp-tab .pp-comments-answer {
    margin-bottom: 2em
}

.pp-comments-i-answer-form-i-help {
    font-size: 13px;
    line-height: 1.38462em;
    margin: 1.53846em 0 .38462em;
    color: #797878
}

.paginator-comments {
    margin: 2em 0 6em;
    text-align: center
}

.detail-review-more {
    float: left;
    margin-top: .38462em
}

.detail-review-more-link {
    font-size: 1.38462em
}

.detail-review-more-count {
    color: #ccd4e0;
    font-size: 1.38462em;
    vertical-align: middle
}

.detail-review-l {
    margin-bottom: 5em;
    margin-top: 1.84615em
}

.pp-comments-b {
    margin-bottom: .76923em
}

.pp-review-inner {
    padding-bottom: .61538em
}

.pp-review-inner-with-image {
    margin-left: 105px
}

.pp-review-inner.rated .detail-review-aside {
    margin: 3px 0 1em 0
}

.pp-tab .pp-review-inner {
    overflow: hidden;
    padding-left: 1px
}

.aligned-right {
    text-align: right
}

.myBox {
border: none;
padding: 5px;
width: 100%;
height: 290px;
overflow-y: scroll;
}


::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
border: 1px solid #002e5b;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: #002e5b;  
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: #002e5b;  
}

.preview-send:after {
    display: table;
    clear: both;
    content: "";
}
.prices-discount {
    font-size: 24px;
    font-weight: bold;
    clear: both;
}
.prices-discount__table{
    margin: 15px auto 15px;
    width: 350px;
    table-layout:fixed
}
.prices-discount__table td {
    width: 50%;
}
.prices-discount__table td:nth-child(1) {
    text-align: right;
}
.striked td {
    text-decoration: line-through;
}
.prices-discount__table tr:nth-child(2) td {
    color: red;
}
.or-delimiter {
    text-align: center;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.or-delimiter:after {
    position: absolute;
    display: block;
    content: "";
    height: 0;
    border-bottom: dashed 2px;
    top: 50%;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}
.or-delimiter span {
    background: #fff;
    z-index: 5;
    position: relative;
    display: inline-block;
    width: 60px;
}
.pad-left .left-label3 span {
    width: 240px;
}
.review-buttons {
    display: flex;
    flex-wrap: nowrap;
}

.review-buttons__btn {
    margin: 0 10px;
    width: 214px;
    height: 73px;
    display: block;
}

.review-buttons__btn[href*="trustpilot"] {
	background: url(/wp-content/uploads/2020/11/promo-pilot-1.png) center center no-repeat;
	background-size: contain;
}


.review-buttons__btn[href*="sitejabber"] {
	background: url(/wp-content/uploads/2020/11/promo-jabber-1.png) center center no-repeat;
	background-size: contain;
}

@media (max-width: 1000px) {
	.review-buttons {
		margin-bottom: 20px;
	}
	.review-buttons__btn {
		margin: 0 auto 10px;
		width: 153px;
		height:53px;
	}
	.review-buttons__btn[href*="trustpilot"] {
		background: url(/wp-content/uploads/2020/11/promo-pilot-mob.png) center center no-repeat;
		background-size: contain;
	}


	.review-buttons__btn[href*="sitejabber"] {
		background: url(/wp-content/uploads/2020/11/promo-jabber-mob.png) center center no-repeat;
		background-size: contain;
	}
}