.pricing-wrap.classic {
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.pricing-wrap.classic.reverse .content-wrap {
order: 2;
}
.pricing-wrap.classic.reverse .image-wrap {
order: 1;
}
.pricing-wrap.classic .content-wrap {
width: 505px;
padding: 85px 40px 45px;
background: var(--light-main-color);
}
.pricing-wrap.classic .content-wrap .top-info {
position: relative;
}
.pricing-wrap.classic .content-wrap .subtitle {
color: var(--grey-color);
font-size: 70px;
font-weight: 700;
letter-spacing: 2px;
line-height: 1;
position: absolute;
left: 0;
bottom: -7px;
width: 100%;
z-index: 5;
opacity: 0.25;
}
.pricing-wrap.classic .content-wrap .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
padding-left: 35px;
position: relative;
z-index: 10;
}
.pricing-wrap.classic .content-wrap .top-info + .item {
margin-top: 45px;
}
.pricing-wrap.classic .content-wrap .item {
margin-top: 40px;
color: var(--grey-color);
line-height: 1.75;
font-weight: 300;
font-size: 23px;
}
.pricing-wrap.classic .content-wrap .price-wrap {
margin-top: 50px;
}
.pricing-wrap.classic .content-wrap .price-title {
font-size: 17px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
}
.pricing-wrap.classic .content-wrap .price {
color: var(--dark-color);
font-size: 40px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
margin-top: 10px;
}
.pricing-wrap.classic .image-wrap {
background-position: center;
background-size: cover;
height: inherit;
width: calc(100% - 565px);
}
@media only screen and (max-width: 1300px) {
.pricing-wrap.classic .content-wrap {
width: 450px;
}
.pricing-wrap.classic .content-wrap .item {
line-height: 1.5;
}
.pricing-wrap.classic .image-wrap {
width: calc(100% - 510px);
}
}
@media only screen and (max-width: 1199px) {
.pricing-wrap.classic .content-wrap {
width: 430px;
}
.pricing-wrap.classic .content-wrap .item {
margin-top: 30px;
}
.pricing-wrap.classic .content-wrap .title {
letter-spacing: 2px;
}
.pricing-wrap.classic .content-wrap .subtitle {
letter-spacing: 2px;
}
.pricing-wrap.classic .content-wrap .top-info + .item {
margin-top: 40px;
}
.pricing-wrap.classic .content-wrap .price-wrap {
margin-top: 45px;
}
.pricing-wrap.classic .content-wrap .price {
font-size: 36px;
margin-top: 5px;
}
.pricing-wrap.classic .image-wrap {
width: calc(100% - 485px);
}
}
@media only screen and (max-width: 1024px) {
.pricing-wrap.classic .content-wrap .item {
font-size: 22px;
}
}
@media only screen and (max-width: 991px) {
.pricing-wrap.classic .content-wrap {
width: 380px;
}
.pricing-wrap.classic .content-wrap .item {
font-size: 21px;
}
.pricing-wrap.classic .content-wrap .price,
.pricing-wrap.classic .content-wrap .price-title {
letter-spacing: 2px;
}
.pricing-wrap.classic .image-wrap {
width: calc(100% - 420px);
}
}
@media only screen and (max-width: 768px) {
.pricing-wrap.classic .content-wrap {
padding: 70px 35px 40px;
}
.pricing-wrap.classic .content-wrap .top-info + .item {
margin-top: 30px;
}
.pricing-wrap.classic .content-wrap .item {
margin-top: 20px;
font-size: 18px;
}
.pricing-wrap.classic .content-wrap .subtitle {
font-size: 60px;
bottom: -6px;
}
.pricing-wrap.classic .content-wrap .title {
font-size: 26px;
}
.pricing-wrap.classic .content-wrap .price-wrap {
margin-top: 35px;
}
.pricing-wrap.classic .content-wrap .price-title {
font-size: 16px;
}
.pricing-wrap.classic .content-wrap .price {
font-size: 32px;
}
}
@media only screen and (max-width: 767px) {
.pricing-wrap.classic {
flex-direction: column;
}
.pricing-wrap.classic .image-wrap,
.pricing-wrap.classic .content-wrap {
width: 100%;
}
.pricing-wrap.classic .image-wrap {
order: 1;
height: 370px;
}
.pricing-wrap.classic .content-wrap {
order: 2;
}
}
@media only screen and (max-width: 576px) {
.pricing-wrap.classic .image-wrap {
height: 250px;
}
.pricing-wrap.classic .content-wrap {
padding: 55px 20px 25px;
}
.pricing-wrap.classic .content-wrap .top-info + .item {
margin-top: 15px;
}
.pricing-wrap.classic .content-wrap .title {
letter-spacing: 1px;
padding-left: 25px;
font-size: 23px;
}
.pricing-wrap.classic .content-wrap .price-wrap {
margin-top: 20px;
}
.pricing-wrap.classic .content-wrap .item {
margin-top: 10px;
}
.pricing-wrap.classic .content-wrap .subtitle {
font-size: 55px;
bottom: -4px;
}
.pricing-wrap.classic .content-wrap .price {
font-size: 28px;
}
}
.pricing-wrap.creative {
position: relative;
}
.pricing-wrap.creative.left-line::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 1px;
height: 50%;
background: var(--dark-color);
-webkit-transition: all 850ms ease;
-moz-transition: all 850ms ease;
-ms-transition: all 850ms ease;
-o-transition: all 850ms ease;
transition: all 850ms ease;
}
.pricing-wrap.creative.left-line:hover::before {
bottom: 50%;
background: var(--main-color);
}
.pricing-wrap.creative.right-line::before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 1px;
height: 50%;
background: var(--dark-color);
-webkit-transition: all 850ms ease;
-moz-transition: all 850ms ease;
-ms-transition: all 850ms ease;
-o-transition: all 850ms ease;
transition: all 850ms ease;
}
.pricing-wrap.creative.right-line:hover::before {
top: 50%;
background: var(--main-color);
}
.pricing-wrap.creative .content-wrap {
text-align: center;
padding: 65px 15px;
}
.pricing-wrap.creative .content-wrap .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 2.77px;
line-height: 1.3;
}
.pricing-wrap.creative .content-wrap .items-wrap {
margin: 40px auto;
}
.pricing-wrap.creative .content-wrap .item {
color: var(--grey-color);
line-height: 1.75;
font-weight: 300;
font-size: 21px;
}
.pricing-wrap.creative .content-wrap .price-wrap {
margin-top: 30px;
}
.pricing-wrap.creative .content-wrap .price-title {
font-size: 15px;
font-weight: 700;
letter-spacing: 2px;
line-height: 1.3;
margin-top: 15px;
color: var(--grey-color);
}
.pricing-wrap.creative .content-wrap .price {
color: var(--dark-color);
font-family: var(--font2);
font-size: 55px;
font-weight: 700;
letter-spacing: 2.77px;
line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
.pricing-wrap.creative .content-wrap {
padding: 55px 15px;
}
}
@media only screen and (max-width: 1024px) {
.pricing-wrap.creative .content-wrap .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 991px) {
.pricing-wrap.creative .content-wrap {
padding: 50px 15px;
}
.pricing-wrap.creative .content-wrap .price-wrap {
margin-top: 20px;
}
.pricing-wrap.creative .content-wrap .items-wrap {
margin: 30px auto;
}
.pricing-wrap.creative .content-wrap .price {
font-size: 50px;
}
.pricing-wrap.creative .content-wrap .price-title {
margin-top: 20px;
}
}
@media only screen and (max-width: 768px) {
.pricing-wrap.creative.left-line, .pricing-wrap.creative.right-line {
border: 1px solid var(--dark-color);
-webkit-transition: all 600ms ease;
-moz-transition: all 600ms ease;
-ms-transition: all 600ms ease;
-o-transition: all 600ms ease;
transition: all 600ms ease;
}
.pricing-wrap.creative.left-line::before, .pricing-wrap.creative.right-line::before {
display: none;
}
.pricing-wrap.creative.left-line:hover, .pricing-wrap.creative.right-line:hover {
border-color: var(--main-color);
}
.pricing-wrap.creative .content-wrap .title {
font-size: 26px;
}
.pricing-wrap.creative .content-wrap .item {
font-size: 19px;
}
.pricing-wrap.creative .content-wrap .price {
font-size: 45px;
}
}
.pricing-wrap.slider {
margin: -35px 0px;
}
.pricing-wrap.slider .swiper-container {
padding: 35px 0;
}
.pricing-wrap.slider .swiper-slide {
height: auto;
}
.pricing-wrap.slider .swiper-pagination {
position: static;
text-align: center;
}
.pricing-wrap.slider .swiper-pagination-bullet {
background-color: var(--light-color);
border: 1px solid var(--grey-color);
margin: 0 6px;
opacity: 1;
width: 11px;
height: 11px;
}
.pricing-wrap.slider .swiper-pagination-bullet:first-child:last-child {
display: none;
}
.pricing-wrap.slider .swiper-pagination-bullet-active {
border: 1px solid var(--grey-color);
background-color: var(--grey-color);
}
.pricing-wrap.slider .pricing__wrap {
background-color: var(--light-color);
padding: 43px 27px 45px;
-webkit-transition: transform 600ms ease;
-moz-transition: transform 600ms ease;
-ms-transition: transform 600ms ease;
-o-transition: transform 600ms ease;
transition: transform 600ms ease;
text-align: center;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.pricing-wrap.slider .pricing__wrap:hover {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
.pricing-wrap.slider ul {
list-style-type: none;
margin-bottom: 30px;
}
.pricing-wrap.slider ul li {
font-size: 17px;
color: var(--grey-color);
line-height: 20px;
padding: 8px 0;
}
.pricing-wrap.slider .pricing__title {
font-size: 17px;
letter-spacing: 2px;
font-weight: 700;
margin-bottom: 8px;
}
.pricing-wrap.slider .pricing__cost {
font-weight: 700;
font-size: 35px;
letter-spacing: 2px;
font-family: var(--font2);
color: var(--main-color);
margin-bottom: 25px;
}
.pricing-wrap.slider .pricing__wrap.active {
background-color: var(--main-color);
}
.pricing-wrap.slider .pricing__wrap.active ul li {
color: var(--light-color);
}
.pricing-wrap.slider .pricing__wrap.active .pricing__title {
color: var(--light-color);
}
.pricing-wrap.slider .pricing__wrap.active .pricing__cost {
color: var(--light-color);
}
@media only screen and (max-width: 991px) {
.pricing-wrap.slider .pricing__wrap {
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.pricing-wrap.slider .pricing__wrap:hover {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}.contacts-info-wrap.image_form {
max-width: 1595px;
margin: 0 auto;
}
.contacts-info-wrap.image_form .content {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 50px;
}
.contacts-info-wrap.image_form .copy-wrap {
position: absolute;
top: 50%;
height: 100%;
right: 0;
z-index: -1;
left: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100vw;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.contacts-info-wrap.image_form .copy {
display: block;
color: var(--grey-color);
font-size: 17px;
font-weight: 300;
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
white-space: nowrap;
position: absolute;
-webkit-transform: rotate(90deg) translate(50%, 50%);
-ms-transform: rotate(90deg) translate(50%, 50%);
transform: rotate(90deg) translate(50%, 50%);
right: 80px;
top: 50%;
}
.contacts-info-wrap.image_form .socials-wrap a {
color: var(--dark-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
text-decoration: none;
-webkit-transition: opacity 0.35s ease;
-o-transition: opacity 0.35s ease;
transition: opacity 0.35s ease;
margin-right: 45px;
}
.contacts-info-wrap.image_form .socials-wrap a:last-of-type {
margin-right: 0;
}
.contacts-info-wrap.image_form .socials-wrap a:hover {
opacity: 0.5;
}
.contacts-info-wrap.image_form .images-wrap,
.contacts-info-wrap.image_form .form-wrap {
width: -webkit-calc(50% - 70px);
width: calc(50% - 70px);
}
.contacts-info-wrap.image_form .images-wrap .form,
.contacts-info-wrap.image_form .form-wrap .form {
padding: 0 15px;
}
.contacts-info-wrap.image_form .form-wrap span.wpcf7-not-valid-tip {
position: absolute;
bottom: 15px;
}
.contacts-info-wrap.image_form .form-wrap .wpcf7-form-control-wrap {
display: block;
width: 100%;
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit]),
.contacts-info-wrap.image_form .form-wrap textarea {
margin-bottom: 40px;
width: 100%;
border: 0;
outline: none;
padding: 3px 0;
border-bottom: 1px solid rgba(34, 34, 34, 0.2);
background-color: transparent;
font-size: 17px;
font-weight: 300;
line-height: 1.67;
color: var(--dark-color);
-webkit-transition: border 0.35s ease, color 0.35s ease;
-o-transition: border 0.35s ease, color 0.35s ease;
transition: border 0.35s ease, color 0.35s ease;
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit])::-webkit-input-placeholder,
.contacts-info-wrap.image_form .form-wrap textarea::-webkit-input-placeholder {
color: var(--grey-color);
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit])::-moz-placeholder,
.contacts-info-wrap.image_form .form-wrap textarea::-moz-placeholder {
color: var(--grey-color);
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit]):-ms-input-placeholder,
.contacts-info-wrap.image_form .form-wrap textarea:-ms-input-placeholder {
color: var(--grey-color);
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit])::-ms-input-placeholder,
.contacts-info-wrap.image_form .form-wrap textarea::-ms-input-placeholder {
color: var(--grey-color);
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit])::placeholder,
.contacts-info-wrap.image_form .form-wrap textarea::placeholder {
color: var(--grey-color);
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit]):focus,
.contacts-info-wrap.image_form .form-wrap textarea:focus {
border-color: var(--dark-color);
}
.contacts-info-wrap.image_form .form-wrap textarea {
margin-bottom: 50px;
resize: none;
height: 100px;
}
.contacts-info-wrap.image_form .images-wrap {
display: -webkit-box;
display: -webkit-flex;
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;
}
.contacts-info-wrap.image_form .images-wrap .img-wrap {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: -webkit-calc(33.3333% - 10px);
width: calc(33.3333% - 10px);
padding-bottom: -webkit-calc(33.3333% - 10px);
padding-bottom: calc(33.3333% - 10px);
margin-bottom: 10px;
}
@media only screen and (max-width: 1600px) {
.contacts-info-wrap.image_form {
max-width: 1170px;
}
.contacts-info-wrap.image_form .copy {
right: 40px;
}
}
@media only screen and (max-width: 1330px) {
.contacts-info-wrap.image_form {
padding-right: 70px;
}
.contacts-info-wrap.image_form .copy {
right: 0;
}
}
@media only screen and (max-width: 1200px) {
.contacts-info-wrap.image_form {
max-width: 1050px;
}
.contacts-info-wrap.image_form .images-wrap,
.contacts-info-wrap.image_form .form-wrap {
width: -webkit-calc(50% - 20px);
width: calc(50% - 20px);
}
.contacts-info-wrap.image_form .copy {
right: 25px;
}
}
@media only screen and (max-width: 1024px) {
.contacts-info-wrap.image_form {
max-width: 100%;
padding: 0 30px;
}
.contacts-info-wrap.image_form .content {
margin-top: 40px;
}
.contacts-info-wrap.image_form .copy {
right: 5px;
font-size: 13px;
}
.contacts-info-wrap.image_form .images-wrap,
.contacts-info-wrap.image_form .form-wrap {
width: -webkit-calc(50% - 20px);
width: calc(50% - 20px);
}
.contacts-info-wrap.image_form .form-wrap span.wpcf7-not-valid-tip {
bottom: 5px;
}
.contacts-info-wrap.image_form .form-wrap input:not([type=submit]),
.contacts-info-wrap.image_form .form-wrap textarea {
margin-bottom: 25px;
}
.contacts-info-wrap.image_form .form-wrap textarea {
margin-bottom: 30px;
}
.contacts-info-wrap.image_form .images-wrap .img-wrap {
width: -webkit-calc(33.33333% - 5px);
width: calc(33.33333% - 5px);
padding-bottom: -webkit-calc(33.33333% - 5px);
padding-bottom: calc(33.33333% - 5px);
}
}
@media only screen and (max-width: 991px) {
.contacts-info-wrap.image_form .copy {
right: 10px;
}
}
@media only screen and (max-width: 768px) {
.contacts-info-wrap.image_form .content {
margin-top: 30px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.contacts-info-wrap.image_form .images-wrap,
.contacts-info-wrap.image_form .form-wrap {
width: -webkit-calc(50% - 10px);
width: calc(50% - 10px);
}
.contacts-info-wrap.image_form .images-wrap .img-wrap {
width: -webkit-calc(50% - 5px);
width: calc(50% - 5px);
padding-bottom: -webkit-calc(50% - 5px);
padding-bottom: calc(50% - 5px);
}
.contacts-info-wrap.image_form .socials-wrap a {
font-size: 16px;
letter-spacing: 2px;
margin-right: 25px;
}
.contacts-info-wrap.image_form .socials-wrap a:last-of-type {
margin-right: 0;
}
}
@media only screen and (max-width: 576px) {
.contacts-info-wrap.image_form {
padding: 0 15px;
}
.contacts-info-wrap.image_form .content {
margin-top: 25px;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.contacts-info-wrap.image_form .copy-wrap {
margin-top: 20px;
display: block;
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 100%;
line-height: 1.6;
}
.contacts-info-wrap.image_form .copy {
white-space: normal;
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
font-size: 16px;
}
.contacts-info-wrap.image_form .images-wrap,
.contacts-info-wrap.image_form .form-wrap {
width: 100%;
}
.contacts-info-wrap.image_form .form-wrap {
margin-top: 20px;
}
.contacts-info-wrap.image_form .form-wrap .form {
padding: 0;
}
.contacts-info-wrap.image_form .form-wrap textarea,
.contacts-info-wrap.image_form .form-wrap input:not([type=submit]) {
font-size: 16px;
}
.contacts-info-wrap.image_form .images-wrap .img-wrap {
width: -webkit-calc(50% - 5px);
width: calc(50% - 5px);
}
.contacts-info-wrap.image_form .socials-wrap a {
display: inline-block;
margin-right: 15px;
margin-bottom: 5px;
}
.contacts-info-wrap.image_form .socials-wrap a:last-of-type {
margin-right: 0;
}
}
.contacts-info-wrap.info {
margin-left: -15px;
width: calc(100% + 30px);
}
.contacts-info-wrap.info::before, .contacts-info-wrap.info::after {
content: "";
display: table;
clear: both;
}
.contacts-info-wrap.info .main-title {
width: 40%;
float: left;
padding: 0 15px;
}
.contacts-info-wrap.info .main-title span {
display: block;
font-size: 23px;
text-transform: uppercase;
font-weight: 700;
margin-top: -2px;
letter-spacing: 2px;
}
.contacts-info-wrap.info .item-wrap {
width: 30%;
float: left;
padding: 0 15px;
}
.contacts-info-wrap.info .title {
color: var(--dark-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
margin-bottom: 15px;
}
.contacts-info-wrap.info .address {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.contacts-info-wrap.info .phone {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.contacts-info-wrap.info .phone a {
color: var(--grey-color);
text-decoration: none;
margin-left: 5px;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.contacts-info-wrap.info .phone a:hover {
color: var(--dark-color);
}
@media only screen and (max-width: 991px) {
.contacts-info-wrap.info .main-title {
width: 100%;
margin-bottom: 30px;
}
.contacts-info-wrap.info .item-wrap {
width: 50%;
}
}
@media only screen and (max-width: 767px) {
.contacts-info-wrap.info .title,
.contacts-info-wrap.info .main-title {
letter-spacing: 1px;
}
.contacts-info-wrap.info .title span,
.contacts-info-wrap.info .main-title span {
font-size: 21px;
}
}
@media only screen and (max-width: 576px) {
.contacts-info-wrap.info .item-wrap {
width: 100%;
float: none;
}
.contacts-info-wrap.info .item-wrap:not(:first-of-type) {
margin-top: 20px;
}
.contacts-info-wrap.info .main-title span {
font-size: 19px;
}
}.faqs-wrap.simple .faq-item {
display: -webkit-flex;
display: flex;
margin-bottom: 50px;
}
.faqs-wrap.simple .faq-item:last-of-type {
margin-bottom: 0;
}
.faqs-wrap.simple .question {
width: 50%;
font-size: 17px;
font-weight: 700;
letter-spacing: 2px;
padding-right: 25px;
line-height: 1.7;
}
.faqs-wrap.simple .answer {
width: 50%;
font-size: 17px;
line-height: 1.7;
padding-left: 25px;
color: var(--grey-color);
}
@media only screen and (max-width: 991px) {
.faqs-wrap.simple .faq-item {
margin-bottom: 30px;
}
.faqs-wrap.simple .question {
padding-right: 15px;
}
.faqs-wrap.simple .answer {
padding-left: 15px;
}
}
@media only screen and (max-width: 600px) {
.faqs-wrap.simple {
margin-top: -10px;
}
.faqs-wrap.simple .faq-item {
flex-direction: column;
margin-bottom: 25px;
}
.faqs-wrap.simple .faq-item .question {
letter-spacing: 1px;
margin-bottom: 10px;
}
.faqs-wrap.simple .faq-item .question,
.faqs-wrap.simple .faq-item .answer {
padding: 0;
width: 100%;
}
}.a-btn-1,
.a-btn-2,
.a-btn-3,
.a-btn-4,
.a-btn-5,
.a-btn-6,
.a-btn-7,
.a-btn-8,
.a-btn-9,
.comments input[type="submit"],
.comments-form input[type="submit"],
.form input[type="submit"] {
}
a {
}
#topmenu ul li a {
}
#topmenu ul ul li a {
}