/*! Place your custom styles here */

.color--tooplay {
  color: #c33154;
}

.rakamlar {
  background-color: white !important;
}
p.sayilar {
  color: #c33154 !important;
}
.bar .logo {
  max-height: 3em;
}

.sayilar {
  padding: 0.5em 0em;
  font-size: 3em;
}

.bg--primary {
  background-color: #1cbcb4 !important;
}

.bar.bar--sm {
  background: #1cbcb4;
}

.view-demo {
  float: right;
  clear: both;
  margin-right: 32px;
  margin-top: 18px;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #f22c56;
}

.screenshot-list {
  position: relative;
  /* float: right; */
  width: 510px;
  height: 560px;
}
.screenshot-list:after {
  content: "";
  position: absolute;
  top: 50px;
  right: -75px;
  z-index: 1000;
  display: block;
  width: 238px;
  height: 238px;
  background: url("../images/icon-circle.png") center center no-repeat;
}

.screenshot {
  position: absolute;
  background: center center no-repeat;
}
.screenshot img {
  max-width: 100%;
}
.screenshot > div {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff top center no-repeat;
  background-size: 100% auto;
}
.screenshot .demonstration {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.75);
}
.screenshot .anim {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

.anim-on-scroll.fadeInBottom .anim {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  animation-name: fadeInBottom;
  animation-delay: 0.5s;
  animation-duration: 0.45s;
  animation-fill-mode: forwards;
}
.anim-on-scroll.cover img {
  opacity: 0;
  animation-name: cover;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.anim-on-scroll.flip .front {
  animation-name: flipFront;
}
.anim-on-scroll.flip .back {
  animation-name: flipBack;
}
.anim-on-scroll.tip-anim .tip {
  animation-name: tips;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.screenshot-desktop {
  z-index: 100;
  top: 140px;
  right: 2px;
  width: 499px;
  height: 402px;
  padding: 14px 15px 113px;
  background-image: url("http://imonomy.com/wp-content/themes/imonomy/images/img-desktop.png");
}
.screenshot-desktop img {
  display: block;
}

.screenshot-tablet {
  z-index: 1000;
  top: 298px;
  right: -86px;
  width: 179px;
  height: 247px;
  padding: 18px 5px 29px;
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/img-tablet.png");
}
.screenshot-tablet img {
  z-index: 1000;
}

.screenshot-mobile {
  z-index: 1000;
  top: 363px;
  right: 99px;
  width: 86px;
  height: 182px;
  padding: 26px 6px;
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/img-mobile.png");
}
.screenshot-mobile img {
  z-index: 1000;
}

.my-strips .screenshot-desktop .demonstration {
  width: 294px;
  height: 147px;
  margin-top: 80px;
  margin-left: 11px;
}
.my-strips .screenshot-tablet .demonstration {
  width: 157px;
  height: 78px;
  margin-top: 28px;
  margin-left: 6px;
}
.my-strips .screenshot-mobile .demonstration {
  width: 67px;
  height: 33px;
  margin-top: 12px;
  margin-left: 3px;
}

.my-cover img {
  opacity: 0;
}
.my-cover .screenshot-desktop img {
  width: 122px;
  margin-top: 125px;
  margin-left: 120px;
}
.my-cover .screenshot-tablet img {
  width: 90px;
  margin-top: 60px;
  margin-left: 38px;
}
.my-cover .screenshot-mobile img {
  width: 36px;
  margin-top: 48px;
  margin-left: 18px;
}

.my-flip:after {
  top: auto;
  right: auto;
  left: -40px;
  bottom: 0;
}
.my-flip img {
  position: absolute;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation-delay: 0.5s;
  animation-duration: 1s;
}
.my-flip .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.my-flip .screenshot-desktop img {
  width: 230px;
  margin-left: 23px;
  margin-top: 97px;
}
.my-flip .screenshot-desktop .back {
  height: 153px;
}
.my-flip .screenshot-tablet img {
  width: 155px;
  margin-top: 36px;
  margin-left: 8px;
}
.my-flip .screenshot-tablet .back {
  height: 103px;
}
.my-flip .screenshot-mobile img {
  width: 68px;
  margin-top: 16px;
  margin-left: 3px;
}
.my-flip .screenshot-mobile .back {
  height: 45px;
}

.my-tips .tip {
  position: absolute;
}
.my-tips .screenshot-desktop .main {
  width: 270px;
  margin-top: 37px;
  margin-left: 46px;
}
.my-tips .screenshot-desktop .tip {
  top: 75px;
  left: 14px;
  width: 132px;
}
.my-tips .screenshot-tablet .main {
  width: 160px;
  margin-top: 22px;
  margin-left: 5px;
}
.my-tips .screenshot-tablet .tip {
  top: 80px;
  left: 13px;
  width: 80px;
}
.my-tips .screenshot-mobile .main {
  width: 70px;
  margin-top: 10px;
  margin-left: 2px;
}
.my-tips .screenshot-mobile .tip {
  top: 30px;
  left: 7px;
  width: 40px;
}

.example-1-lg > div {
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/iframe-lg-1.png");
}

.example-1-md > div {
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/iframe-md-1.png");
}

.example-1-sm > div {
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/iframe-sm-1.png");
}

.example-2-lg > div {
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/iframe-lg-2.png");
}

.example-2-md > div {
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/iframe-md-2.png");
}

.example-2-sm > div {
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/iframe-sm-2.png");
}

.example-3-lg > div {
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/iframe-lg-3.png");
}

.example-3-md > div,
.example-3-sm > div {
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/iframe-md-3.png");
}

.example-4-lg > div {
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/iframe-lg-4.png");
}

.example-4-md > div,
.example-4-sm > div {
  background-image: url("http://imonomy.com/wp-content/themes/imonomy//images/iframe-md-4.png");
}

.fourth .page-name,
.fourth .page-number {
  margin-top: 180px;
}
.fourth .screenshot-list {
  height: 515px;
}
.fourth .screenshot-desktop {
  top: 100px;
}
.fourth .screenshot-tablet {
  top: 258px;
}
.fourth .screenshot-mobile {
  top: 323px;
}

.screenshot-mystrip {
  margin-top: -140px;
}
.screenshot-mycover {
  margin-top: -100px;
  float: left;
}
@media screen and (max-width: 800px) {
  .screenshot-mycover {
    margin-top: 0px;
    float: left;
  }
}
.screenshot-myflip {
  margin-top: -100px;
  float: left;
}

@media screen and (max-width: 1600px) {
  .contact-form-container .right p.info {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1440px) {
  .header-page {
    background-size: 85%;
  }

  .slogan {
    padding-top: 128px;
  }

  .slogan h1 {
    font-size: 121px;
    line-height: 100px;
  }

  .slogan h1 b {
    font-size: 66px;
    line-height: 52px;
    padding: 9px 12px 0 12px;
  }

  .slogan p {
    letter-spacing: 0.5px;
    font-size: 32px;
    line-height: 42px;
  }

  .advantages-img:before,
  .advantages-img:after,
  .advantages-img:before,
  .advantages-img:after {
    bottom: -7px;
  }

  .advantages-img {
    border-bottom: 2px solid #636363;
  }
}
@media screen and (max-width: 1366px) {
  .contact-form-container {
    padding-top: 0;
  }

  .header-page {
    background-position-x: 67%;
    background-size: 73%;
  }

  .slogan h1 {
    font-size: 111px;
    line-height: 100px;
  }

  .slogan h1 b {
    font-size: 56px;
    line-height: 49px;
    padding: 7px 10px 0 10px;
  }

  .slogan p {
    letter-spacing: 0.4px;
    font-size: 28px;
    line-height: 40px;
  }

  .view-360 {
    bottom: 60px;
  }

  .link-wizard {
    padding-top: 0px;
  }

  .contact-form-container.contacts .right .field_item .btn {
    bottom: 34px;
  }

  .contact-form-container.contacts .right .field_item.textarea span.alert {
    bottom: 15px;
  }
}
@media screen and (max-width: 1240px) {
  .header-page {
    background-position-y: 115px;
    background-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .view-360 {
    bottom: 30px;
  }

  .resize {
    width: 970px;
  }

  .resize {
    width: 970px;
  }

  .page-heading {
    top: 50px;
  }

  .page-number {
    margin-left: 0;
    margin-top: 60px;
  }

  .page-name {
    margin-top: 60px;
  }

  #product_1 {
    padding-top: 66px;
  }

  .screenshot-list {
    width: 490px;
  }

  .page-name {
    margin-left: 10px;
  }

  .page-number ul {
    display: none;
  }

  .page-number h3 {
    margin-left: 0;
  }

  .products-pager {
    display: none;
  }

  .screenshot-desktop {
    top: 36px;
  }

  .screenshot-tablet {
    top: 190px;
  }

  .screenshot-mobile {
    top: 255px;
  }

  .product-modal .bx-prev {
    right: calc(100% + 10px);
  }
  .product-modal .bx-next {
    left: calc(100% + 10px);
  }

  .page-publisher .resize {
    padding-right: 0;
  }

  .publisher-heading h1 {
    font-size: 45px;
  }
  .publisher-heading .resize {
    padding-right: 20px;
  }

  .description {
    width: 400px;
  }
  .description h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .page-about .resize {
    width: 970px;
  }
}
@media screen and (max-width: 1167px) {
  .header-page {
    background-position-x: 70%;
    background-size: 90%;
  }
}
@media screen and (max-width: 1152px) {
  .view-360 {
    margin-right: 0;
    right: 20px;
  }
}
@media screen and (max-width: 1076px) {
  .numbers-list li {
    width: 150px;
  }

  .numbers-list h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .numbers-list h3 b {
    font-size: 28px;
  }

  .numbers-list p {
    font-size: 22px;
    line-height: 40px;
  }

  .numbers-list img {
    width: 30%;
  }
}
@media screen and (max-width: 1044px) {
  .contact-form-container.contacts .right .field_item textarea {
    width: calc(100% - 250px);
  }

  .header-page {
    background-position-x: 80%;
    background-size: 131%;
  }

  .slogan h1 {
    font-size: 90px;
    ine-height: 94px;
  }

  .slogan h1 b {
    font-size: 56px;
    line-height: 48px;
    padding: 8px 8px 0 8px;
  }

  .slogan p {
    letter-spacing: 0.4px;
    font-size: 22px;
    line-height: 35px;
  }

  .section.first:not(.fp-section) {
    padding-top: 440px;
  }
}
@media screen and (max-width: 993px) {
  .wizard-features-container {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .contact-form-container {
    padding-top: 35px;
  }
}
@media screen and (max-width: 992px) {
  #product_1,
  #product_3 {
    background-position-x: 50%;
  }

  #product_2 {
    background-position-x: 50%;
  }

  #product_4 {
    background-position-x: 50%;
  }

  .page-publisher .link-next {
    display: none;
  }
  .page-publisher .section:last-of-type {
    padding-top: 0;
  }

  .page-publisher .advantages {
    display: none;
  }

  .publisher-heading h1 {
    color: #363636;
  }

  .description {
    padding-bottom: 30px;
  }

  div[id^="product"]:before {
    content: none;
  }

  .fourth {
    display: block;
  }

  #product_1 .page-name {
    margin-top: 90px;
  }

  .page-heading {
    top: 70px;
  }

  .demo-mobile iframe {
    width: 100%;
  }

  .section {
    padding-top: 0;
  }

  .resize {
    width: auto;
    padding: 0 20px;
  }

  .header-page {
    height: calc(100vh - 20px);
  }
  .header-page header > .resize {
    padding-bottom: 100px;
  }

  .product-modal header > .resize {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-product .resize {
    width: auto;
  }

  .product-modal {
    position: fixed;
  }
  .product-modal > .resize {
    padding: 0 50px;
  }

  .view-demo {
    position: relative;
    z-index: 1000;
    float: left;
    margin-top: -40px;
    margin-left: 30px;
  }

  .logo {
    float: none;
  }

  .main-menu {
    padding-left: 0;
  }
  .main-menu li {
    margin-right: 15px;
  }

  .language {
    margin-right: 5px;
  }

  .see-how {
    left: 20px;
  }

  .next-copy {
    display: none;
  }

  .link-wizard {
    margin-bottom: 30px;
    text-align: left;
  }

  .link-next {
    left: 20px;
  }

  .advantages-page .resize {
    width: 750px;
  }

  .advantages-img:before,
  .advantages-img:after {
    content: none;
    display: none;
  }

  .numbers-list {
    margin-bottom: 40px;
  }
  .numbers-list li {
    margin-bottom: 70px;
  }

  .third .resize {
    width: 750px;
  }

  .fourth .resize {
    width: 750px;
  }

  .advantages-block:before {
    left: 0;
  }
  .advantages-block:nth-of-type(even) {
    padding-left: 0;
  }
  .advantages-block:nth-of-type(even) .advantages-img {
    float: left;
    margin-left: 0;
  }
  .advantages-block h3 {
    clear: both;
    padding-top: 16px;
  }

  .press li {
    max-width: 24%;
  }
  .press img {
    max-width: 100%;
  }

  .bx-prev {
    right: calc(100% + 5px);
  }

  .bx-next {
    left: calc(100% + 5px);
  }

  footer {
    padding-left: 0;
  }

  .page-heading .btn {
    width: auto;
  }

  .page-number {
    display: none;
  }

  .page-name {
    margin-left: 80px;
  }

  .fourth .page-name,
  .fourth .page-number {
    margin-top: 60px;
  }

  #product_4 .resize {
    width: auto;
  }

  .screenshot-list:after {
    top: -30px;
    right: 140px;
  }

  #product_1 {
    padding-top: 109px;
  }

  #product_2,
  #product_3,
  #product_4 {
    padding-top: 66px;
  }

  .screenshot-list {
    width: 582px;
  }

  .fourth .screenshot-desktop {
    top: auto;
  }

  .my-flip:after {
    left: auto;
  }

  .screenshot-desktop {
    right: auto;
    left: 0;
  }

  .screenshot-mobile {
    right: auto;
    left: 316px;
  }

  .screenshot-tablet {
    right: auto;
    left: 408px;
  }

  .text-page .resize {
    width: auto;
  }

  .page-publisher .resize {
    padding-right: 20px;
  }
  .page-publisher .section {
    padding-top: 0;
  }
  .page-publisher .section:first-of-type {
    padding-top: 125px;
  }

  .publisher-heading .resize {
    padding-right: 20px;
  }
  .publisher-heading h1 {
    font-size: 32px;
  }

  .thumbnail {
    float: none;
  }

  .description {
    float: none;
    clear: both;
    width: auto;
    margin-left: 0;
  }

  .page-about .resize {
    width: auto;
  }

  .heading {
    margin-top: 84px;
    padding: 40px 20px;
  }
  .heading p {
    width: auto;
  }

  .about-list {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px;
  }
  .about-list > div {
    margin-bottom: 30px;
  }
  .about-list img {
    float: none !important;
    margin: 0 0 26px;
  }
  .about-list p {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }

  .publisher-heading-top {
    display: block;
  }

  .publisher-heading {
    display: none;
  }
}
@media screen and (max-width: 949px) {
  .header-page {
    background-position-x: 85%;
  }
}
@media screen and (max-width: 880px) {
  .page-heading h1 {
    padding-left: 0;
  }

  .page-heading .btn {
    margin-right: 0;
  }

  .page-name {
    margin-left: 0px;
  }
}
@media screen and (max-width: 808px) {
  .numbers-list li {
    width: 130px;
  }

  .numbers-list h3 {
    font-size: 22px;
    line-height: 10px;
  }

  .numbers-list h3 b {
    font-size: 24px;
  }

  .numbers-list p {
    font-size: 18px;
    line-height: 30px;
  }

  .numbers-list img {
    width: 30%;
  }

  .numbers-list div {
    min-height: 84px;
  }

  .wo-text h3 {
    margin-bottom: 9px;
  }

  .wo-text h3:after {
    top: calc(100% + 8px);
  }

  .numbers-list {
    margin-bottom: 0px;
  }

  .page-name {
    float: none;
  }

  .page-name {
    float: none;
    width: 180px;
    margin-left: 79px;
    margin-top: 10px;
  }

  .screenshot-list {
    float: none;
  }

  .view-demo {
    margin-top: -40px;
  }

  .screenshot-list {
    height: 446px;
  }

  .fourth .screenshot-list {
    height: 446px;
    margin-top: 40px;
  }

  #product_1 {
    padding-top: 62px;
  }

  #product_2,
  #product_3,
  #product_4 {
    padding-top: 10px;
  }

  .fourth .screenshot-tablet {
    top: 153px;
  }

  .fourth .screenshot-mobile {
    top: 220px;
  }

  .fourth .view-demo {
    margin-top: -78px;
  }

  .fourth .page-name,
  .fourth .page-number {
    margin-top: 10px;
  }
}
@media screen and (max-width: 769px) {
  .see-how {
    bottom: 90px;
  }

  .slogan {
    padding-top: 130px;
  }

  .view-360 {
    margin-right: 0;
    right: 20px;
  }

  .advantages-block:first-of-type {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .advantages-block:nth-of-type(even) {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .advantages-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-wizard {
    text-align: center;
  }

  .fourth {
    display: block;
  }

  .reviews-inner:before {
    display: none;
  }

  .reviews-inner {
    padding-left: 0;
  }

  .reviews-box {
    width: 90%;
  }

  .wizard-features-container {
    margin-top: 0px;
  }

  .header-page {
    background-size: auto 61vh;
  }

  .see-how .btn {
    width: 50%;
  }

  .link-wizard .btn {
    width: 51%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  footer {
    background: #fff;
  }

  .contact-form-container.contacts .right .field_item input[type="text"],
  .contact-form-container.contacts .right .field_item input[type="email"],
  .contact-form-container.contacts .right .field_item input[type="url"] {
    width: calc(100% - 74px);
  }

  .contact-form-container.contacts .right .field_item textarea {
    width: 100%;
  }

  .contact-form-container.contacts .right .field_item .btn {
    width: 56%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .contact-form-container .right .field_item.textarea span.alert {
    bottom: auto;
    top: 251px;
    left: 0;
  }

  .contact-form-container {
    padding-top: 70px;
    width: 70%;
    margin: 0 auto;
  }

  .contact-form-container.contacts {
    padding-top: 70px;
    width: 70%;
    margin: 0 auto;
  }

  .wizard-features-container {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 10px;
    padding-top: 20px;
  }

  .wizard-features-container .item {
    margin-top: 25px;
  }

  .wizard-features-container.contacts {
    display: none;
  }

  .contact-form-container .left .title {
    font-size: 40px;
  }

  .contact-form-container .left {
    float: none;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 58px;
  }

  .contact-form-container.contacts .left {
    padding-top: 60px;
  }

  .contact-form-container .right {
    float: none;
    width: 100%;
  }

  .contact-form-container .right .orange_line_container {
    border-left: 0px solid red;
    padding-left: 0;
  }

  .contact-form-container .right .title {
    padding-bottom: 40px;
  }

  .contact-form-container .right .field_item {
    border-left: 3px solid #ff9c00;
    padding-left: 16px;
    margin-top: 0;
    padding-bottom: 86px;
  }
  .contact-form-container .right .field_item:last-of-type {
    padding-bottom: 0;
  }

  .contact-form-container .right .field_item input {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .contact-form-container .right .field_item span.alert {
    bottom: auto;
    top: 47px;
    left: 85px;
    font-size: 15px;
  }

  .contact-form-container .right p.info {
    padding-top: 138px;
    font-size: 16px;
    padding-left: 6px;
  }

  .contact-form-container form {
    position: relative;
  }

  .contact-form-container .link-wizard {
    position: absolute;
    bottom: 48px;
    width: 100%;
    text-align: center;
  }
  .contact-form-container .link-wizard input {
    width: 297px;
  }

  .contact-form-container .right.thank .orange_line_container {
    padding-bottom: 150px;
  }

  .contacts .field_item.website {
    padding-bottom: 24px;
  }

  .contacts .field_item.textarea {
    border-left: 0px solid #ff9c00;
    margin-top: 35px;
    padding-left: 0;
  }

  .contacts .field_item.textarea span.digit {
    display: none;
  }

  .contacts .field_item.textarea textarea {
    width: 100%;
    height: 242px;
  }

  .contact-form-container.contacts .right .field_item .btn {
    position: relative;
    width: 297px;
    margin: 40px auto 50px auto;
    bottom: auto;
    right: auto;
    display: block;
  }

  .contact-form-container.contacts .left img {
    display: inline-block;
  }

  .contact-form-container.contacts .left .title_container {
    display: inline-block;
    margin-left: 30px;
  }

  .contact-form-container .right .field_item {
    padding-bottom: 46px;
  }

  .contact-form-container.contacts .right .field_item .btn {
    width: 50%;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
  }

  .heading .btn {
    width: auto;
    padding: 12px 30px;
  }

  .about-result .resize {
    display: flex;
    align-items: center;
  }
  .about-result p {
    margin-left: 30px;
  }

  .page-heading {
    padding: 5px 0;
  }

  .selectric-language {
    display: none;
  }

  .text-page {
    padding-top: 86px;
  }

  .reviews {
    min-height: auto;
    padding: 40px 0;
  }

  .reviews-slider {
    width: auto;
  }

  .reviews-box {
    width: auto;
    font-size: 18px;
  }

  .show-sm {
    display: block;
  }

  .btn {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .header-top {
    padding: 24px 0;
  }

  .menu-switch {
    float: right;
    display: block;
  }
  .menu-switch span {
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 7px;
    background-color: #ff9c00;
  }
  .menu-switch span:last-of-type {
    margin-bottom: 0;
  }

  .menu-open {
    overflow: hidden;
  }
  .menu-open .responsive-nav {
    -webkit-transform: translateX(100%);
    transform: translateX(0);
  }

  .responsive-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 430px;
    max-width: 100%;
    height: calc(100vh - 44px);
    margin-top: 32px;
    padding-top: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.4s;
    overflow: scroll;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .responsive-nav li {
    position: relative;
    margin-right: 0;
    text-align: center;
    line-height: 64px;
  }
  .responsive-nav li:nth-of-type(4),
  .responsive-nav li:nth-of-type(7) {
    margin-bottom: 18px;
    padding-bottom: 22px;
  }
  .responsive-nav li:nth-of-type(4):after,
  .responsive-nav li:nth-of-type(7):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 230px;
    position: absolute;
    margin-left: -115px;
    height: 1px;
    background-color: #d9d9d9;
  }
  .responsive-nav .log-in {
    position: relative;
    float: none;
    display: block;
    margin-bottom: 60px;
    padding-top: 85px;
    font-size: 26px;
  }
  .responsive-nav .log-in:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    display: block;
    width: 45px;
    height: 45px;
    margin-left: -22px;
    background: url("../images/icon-login.png") center center no-repeat;
  }
  .responsive-nav .selectric-language {
    float: none;
    display: inline-block;
    margin-bottom: 50px;
    text-align: center;
  }
  .responsive-nav .selectric-language .label {
    margin-right: 40px;
    font-size: 34px;
    line-height: 40px;
    color: #636363;
  }
  .responsive-nav .selectric-language .button {
    width: 40px;
    height: 40px;
  }
  .responsive-nav .selectric-items li {
    padding: 5px;
    font-size: 18px;
  }
  .responsive-nav a {
    font-size: 34px;
  }

  .main-menu > ul {
    display: none;
  }

  .logo {
    float: left;
  }

  .header-page {
    background: url("../images/head-bg-sm.jpg") center bottom no-repeat;
    background-size: auto 70vh;
  }

  .view-360 {
    width: 110px;
  }

  .advantages-page h2 {
    font-size: 36px;
  }

  .third .resize {
    width: auto;
  }

  .language {
    display: none;
  }

  .log-in {
    display: none;
  }

  .slogan {
    padding-top: 90px;
  }
  .slogan h1 {
    width: auto;
    font-size: 120px;
  }

  .see-how .btn {
    width: 50%;
    padding: 10px 15px;
  }

  .advantages-page .resize {
    width: auto;
  }
  .advantages-page h2 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .advantages-block {
    padding: 10px 0 10px;
  }
  .advantages-block:before {
    width: 100%;
  }
  .advantages-block:first-of-type {
    padding-top: 10px;
  }
  .advantages-block:first-of-type h3 {
    margin: 0 0 3px;
  }
  .advantages-block:nth-of-type(even) h3 {
    margin-top: 0px;
    padding-top: 5px;
  }
  .advantages-block:nth-of-type(even):before {
    width: 100%;
  }
  .advantages-block br {
    display: none;
  }
  .advantages-block h3 {
    font-size: 35px;
    padding: 5px 0;
    margin: 0;
  }
  .advantages-block p {
    font-size: 20px;
    line-height: 1.2em;
  }

  .bx-controls {
    display: none !important;
  }

  .line:before,
  .line:after {
    content: none;
  }

  .section-header {
    width: 100%;
  }
  .section-header span {
    width: calc(100% - 50px);
  }

  .numbers-list {
    margin-bottom: 2%;
  }
  .numbers-list li {
    width: calc(47% - 6px);
    padding-top: 24px;
    border: 3px solid #636363;
    border-left: none;
    border-right: none;
  }
  .numbers-list div {
    min-height: 154px;
    padding-bottom: 3px;
    border-bottom: 3px solid #636363;
  }
  .numbers-list h3 {
    font-size: 60px;
    line-height: 70px;
  }
  .numbers-list h3 b {
    font-size: 70px;
    line-height: 65px;
  }
  .numbers-list p {
    font-size: 50px;
    line-height: 75px;
  }
  .numbers-list img {
    max-height: 180px;
  }

  .wo-text h3:after {
    height: 16px;
    top: calc(100% + 27px);
  }

  .third .section-header {
    margin-bottom: 50px;
  }

  .fourth .resize {
    width: auto;
  }
  .fourth .section-header {
    display: none;
  }

  .press,
  .load-more,
  .footer-menu {
    display: none;
  }

  .social {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .social ul {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .social h3 {
    display: inline-block;
    vertical-align: middle;
  }
  .social i {
    font-size: 24px;
  }

  .copyright {
    margin-left: 0;
  }
  .copyright p {
    font-size: 18px;
  }

  .reviews-inner {
    padding-top: 40px;
  }

  .reviews-inner:before {
    width: 75px;
    height: 53px;
    left: 50%;
    margin-left: -37px;
  }

  .reviews-slider {
    margin-bottom: 0;
  }

  .reviews-box {
    width: 550px;
    font-size: 22px;
    line-height: 26px;
  }

  .section {
    display: block;
  }

  .section.first:not(.fp-section) {
    padding-top: 203px;
  }

  .product-modal .bx-controls {
    display: block !important;
  }

  .page-heading h1 {
    font-size: 45px;
  }
  .page-heading .btn {
    padding: 10px 15px;
  }

  .screenshot-list:after {
    right: 0;
  }

  .page-publisher .screenshot-list {
    margin-bottom: 5px;
  }

  .publisher-heading {
    padding-top: 30px;
  }
  .publisher-heading h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .publisher-heading br {
    display: inline-block;
  }
  .publisher-heading .btn {
    width: auto;
    margin-top: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .description {
    margin-left: 12px;
  }
  .description h2 {
    font-size: 50px;
  }
  .description p {
    margin-top: 20px;
  }

  .contact-form-container .left .title {
    font-size: 25px;
  }

  .contact-form-container .left {
    padding-bottom: 34px;
  }

  .contact-form-container .right .title {
    font-size: 14px;
  }

  .contact-form-container .right .field_item span.digit {
    font-size: 28px;
  }

  .contact-form-container .right .field_item input {
    font-size: 13px;
    padding: 0 1px;
  }

  .contact-form-container .right .field_item span.digit {
    padding-right: 33px;
    margin-right: 9px;
  }

  .contact-form-container .right .field_item {
    padding-left: 10px;
    padding-bottom: 35px;
  }

  .contact-form-container .right .field_item span.alert {
    bottom: auto;
    top: 26px;
    left: 66px;
    font-size: 12px;
  }

  .contact-form-container .link-wizard input {
    width: 100%;
  }

  .contact-form-container .right p.info {
    padding-top: 97px;
    font-size: 12px;
  }

  .contact-form-container .link-wizard {
    bottom: 37px;
  }

  .wizard-features-container .item img {
    width: 50px;
  }

  .wizard-features-container .item p {
    font-size: 11px;
    line-height: 18px;
  }

  .contact-form-container.contacts .left img {
    width: 70px;
    margin-bottom: 0;
  }

  .contact-form-container.contacts .left .title_container {
    margin-left: 10px;
  }

  .contact-form-container.contacts .left .title {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-form-container.contacts .left {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .contact-form-container.contacts .right .field_item {
    border-left: 2px solid #ff9c00;
  }

  .contact-form-container .right .field_item span.digit.name {
    background-size: 40%;
  }

  .contact-form-container .right .field_item span.digit.email {
    background-size: 40%;
  }

  .contact-form-container .right .field_item span.digit.company {
    background-size: 40%;
  }

  .contact-form-container .right .field_item span.digit.site {
    background-size: 40%;
  }

  .contact-form-container .right .field_item span.digit {
    padding-right: 22px;
  }

  .contact-form-container .right .field_item input[type="text"],
  .contact-form-container .right .field_item input[type="email"],
  .contact-form-container .right .field_item input[type="url"] {
    font-size: 12px;
    padding: 2px 1px;
  }

  .contact-form-container .right .field_item span.alert {
    top: 29px;
    left: 54px;
    font-size: 10px;
  }

  .contact-form-container.contacts .right .field_item {
    padding-bottom: 25px;
  }

  .contact-form-container.contacts .right .field_item.textarea {
    border-left: 0px solid red;
    margin-top: 10px;
    padding-left: 0;
  }

  .contacts .field_item.textarea textarea {
    height: 142px;
    font-size: 12px;
  }

  .contact-form-container.contacts .right .field_item .btn {
    padding-right: 0;
    margin: 40px auto 24px auto;
    -webkit-appearance: none;
  }

  .contacts .field_item input[type="submit"] {
    padding: 10px 0;
  }

  .contact-form-container.contacts .right .field_item.textarea span.alert {
    top: 147px;
    left: 0;
    bottom: auto;
  }

  .contact-form-container.contacts .right .field_item textarea {
    width: 100%;
  }

  .contact-section-wrapper {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .page-product .section {
    background: top center repeat-y;
    background-size: 100% auto;
  }

  .numbers-list {
    margin-bottom: 2%;
  }
  .numbers-list li {
    width: calc(47% - 6px);
    padding-top: 14px;
    border: 3px solid #636363;
    border-left: none;
    border-right: none;
  }
  .numbers-list div {
    min-height: 104px;
    padding-bottom: 3px;
    border-bottom: 3px solid #636363;
  }
  .numbers-list h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .numbers-list h3 b {
    font-size: 50px;
    line-height: 45px;
  }
  .numbers-list p {
    font-size: 40px;
    line-height: 55px;
  }
  .numbers-list img {
    max-height: auto;
    max-width: 60px;
  }

  .wo-text h3:after {
    height: 14px;
    top: calc(100% + 13px);
  }

  .view-demo {
    display: none;
  }

  .demo-top {
    background: white;
  }
  .demo-top h2 {
    margin-left: 0px;
  }

  .page-heading {
    top: 75px;
  }
}
@media screen and (max-width: 659px) {
  .wizard-features-container .item {
    width: 32%;
    margin-right: 0;
  }

  .reviews {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .logo img {
    display: none;
  }
  .logo .mobile-logo {
    display: block;
    width: 160px;
  }

  .page-publisher div.section {
    padding-top: 60px;
  }

  .page-product .screenshot-list:after {
    top: 20px;
    right: 20px !important;
    left: auto !important;
  }

  #product_4 .screenshot-list:after {
    top: 0;
    right: 20px;
  }

  #product_1,
  #product_3 {
    background-position-x: 50%;
  }

  #product_2,
  #product_4 {
    background-position-x: 50%;
  }

  .heading p {
    font-size: 16px;
    line-height: 20px;
  }

  .about-list p {
    font-size: 16px;
    line-height: 20px;
  }

  .about-result {
    padding: 40px 0;
  }
  .about-result img {
    width: 100px;
  }
  .about-result p {
    font-size: 16px;
    line-height: 20px;
  }

  div.page-heading {
    padding-top: 12px;
  }

  .copyright p {
    line-height: 30px;
  }

  .slogan h1 {
    font-size: 96px;
    line-height: 96px;
  }
  .slogan p {
    font-size: 28px;
  }

  .advantages-block h3 {
    font-size: 32px;
  }

  .page-heading h1 {
    padding-top: 5px;
    font-size: 30px;
  }

  .screenshot-list {
    height: 330px;
  }

  .view-demo {
    margin-left: 0;
  }

  .screenshot {
    background-position: top center;
    background-size: 100% auto;
  }

  .screenshot-desktop {
    width: 350px;
    height: 280px;
    padding: 9px 10px 76px;
  }

  .screenshot-tablet {
    top: 124px;
    left: auto;
    right: 20px;
    width: 140px;
    height: 196px;
    padding: 14px 4px 24px;
  }

  .screenshot-mobile {
    top: 135px;
    left: auto;
    right: 170px;
  }

  .my-strips .screenshot-desktop .demonstration {
    width: 210px;
    height: 105px;
    margin-top: 56px;
    margin-left: 8px;
  }

  .my-strips .screenshot-tablet .demonstration {
    width: 120px;
    height: 55px;
  }

  .my-cover .screenshot-desktop img {
    width: 85px;
    margin-top: 90px;
    margin-left: 85px;
  }

  .my-cover .screenshot-tablet img {
    width: 70px;
    margin-top: 48px;
    margin-left: 30px;
  }

  .my-flip .screenshot-desktop img {
    width: 170px;
    margin-left: 15px;
    margin-top: 66px;
  }

  .my-flip .screenshot-tablet img {
    width: 124px;
    margin-top: 27px;
    margin-left: 4px;
  }

  .my-tips .screenshot-desktop .main {
    width: 186px;
    margin-top: 29px;
    margin-left: 32px;
  }

  .my-tips .screenshot-tablet .main {
    width: 124px;
    margin-top: 18px;
    margin-left: 4px;
  }

  .fourth .screenshot-list {
    height: 398px;
  }
  .fourth .page-name {
    margin: 90px 0 5px;
  }
  .fourth .screenshot-mobile {
    top: 199px;
  }
  .fourth .screenshot-tablet {
    top: 189px;
  }

  .page-publisher .section {
    padding-top: 140px;
  }

  .publisher-heading {
    padding-top: 19px;
  }
  .publisher-heading h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .publisher-heading .btn {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .thumbnail {
    width: 100%;
    margin-left: 0;
  }

  .description {
    margin-left: 0;
  }
  .description p {
    margin-top: 10px;
  }

  .copyright {
    margin-top: 5px;
  }

  .numbers-list {
    margin-bottom: 2%;
  }
  .numbers-list li {
    width: calc(47% - 6px);
    padding-top: 12px;
    border: 2px solid #636363;
    border-left: none;
    border-right: none;
  }
  .numbers-list div {
    min-height: 100px;
    padding-bottom: 2px;
    border-bottom: 2px solid #636363;
  }
  .numbers-list h3 {
    font-size: 30px;
    line-height: 45px;
  }
  .numbers-list h3 b {
    font-size: 40px;
    line-height: 40px;
  }
  .numbers-list p {
    font-size: 30px;
    line-height: 50px;
  }
  .numbers-list img {
    max-height: auto;
    max-width: 50px;
  }

  .wo-text h3 {
    border-bottom: 2px solid #636363;
  }

  .wo-text h3:after {
    height: 10px;
    top: calc(100% + 15px);
  }

  .screenshot-list {
    width: 480px;
  }

  .fourth .screenshot-list {
    height: 280px;
  }

  .fourth .screenshot-tablet {
    top: 86px;
  }

  .fourth .screenshot-mobile {
    top: 98px;
  }

  .fourth .view-demo {
    margin-top: -29px;
  }

  .page-heading {
    top: 80px;
  }
}

@media screen and (max-width: 480px) {
  div.heading {
    padding: 20px 13px;
    margin-top: 56px;
  }

  #product_1 .page-name {
    margin-top: 70px;
  }

  .page-heading {
    top: 56px;
  }

  .text-page {
    padding-top: 66px;
  }

  .header-top {
    padding: 12px 0;
  }

  .responsive-nav li {
    line-height: 28px;
  }
  .responsive-nav li:nth-of-type(4),
  .responsive-nav li:nth-of-type(7) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .responsive-nav a {
    font-size: 18px;
  }
  .responsive-nav .log-in {
    margin: 0 0 20px;
  }
  .responsive-nav .language {
    margin-bottom: 0;
    font-size: 24px;
  }

  .slogan h1 {
    font-size: 76px;
    line-height: 76px;
  }
  .slogan h1 b {
    font-size: 55px;
    line-height: 58px;
  }
  .slogan p {
    font-size: 22px;
  }

  .see-how + img {
    width: 100px;
  }

  .advantages-page h2 {
    padding: 0 20px;
    font-size: 25px;
    line-height: 60px;
  }

  .advantages-block h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .advantages-block p {
    font-size: 14px;
  }

  .numbers-list li {
    margin-bottom: 30px;
  }

  .section-header {
    height: 90px;
    font-size: 40px;
    line-height: 96px;
  }

  .numbers-list h3 {
    font-size: 7vw;
    line-height: 12vw;
  }
  .numbers-list h3 b {
    font-size: 8vw;
    line-height: 6vw;
  }
  .numbers-list img {
    max-width: 35%;
  }
  .numbers-list p {
    font-size: 6vw;
  }

  .social h3 {
    font-size: 24px;
  }
  .social ul li:first-of-type {
    margin-left: 10px;
  }

  .copyright p {
    font-size: 3vw;
  }

  .text-page h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .text-page p {
    font-size: 14px;
    line-height: 20px;
  }

  .page-heading {
    padding-top: 10px;
  }
  .page-heading h1 {
    padding-top: 0;
    font-size: 28px;
  }
  .page-heading .btn {
    padding: 5px 10px;
    font-size: 10px;
  }

  .page-name {
    margin-top: 30px;
    margin-left: 30px;
  }

  .screenshot-list {
    height: 248px;
  }
  .screenshot-list:after {
    top: 0;
    width: 100px;
    height: 100px;
    background-size: cover;
  }

  .screenshot-desktop {
    width: 240px;
    height: 195px;
    padding: 7px 7px 55px;
  }

  .screenshot-tablet {
    top: 78px;
    right: 0;
    width: 110px;
    height: 152px;
    padding: 11px 3px 18px;
  }

  .screenshot-mobile {
    top: 103px;
    right: 115px;
    width: 60px;
    height: 128px;
    padding: 18px 4px;
  }

  .view-demo {
    font-size: 10px;
  }

  .my-strips .screenshot-desktop .demonstration {
    width: 138px;
    height: 70px;
    margin-top: 38px;
  }

  .my-strips .screenshot-tablet .demonstration {
    width: 94px;
    height: 47px;
  }

  .my-cover .screenshot-desktop img {
    width: 66px;
    margin-top: 58px;
    margin-left: 56px;
  }

  .my-cover .screenshot-tablet img {
    width: 58px;
    margin-top: 37px;
    margin-left: 22px;
  }

  .my-cover .screenshot-mobile img {
    width: 26px;
    margin-top: 34px;
    margin-left: 12px;
  }

  .my-flip .screenshot-desktop img {
    width: 120px;
    margin-left: 8px;
    margin-top: 44px;
  }

  .my-flip .screenshot-tablet img {
    width: 94px;
  }
  .my-flip .screenshot-tablet .back {
    height: 60px;
  }

  .my-flip .screenshot-mobile img {
    width: 46px;
  }
  .my-flip .screenshot-mobile .back {
    height: 30px;
  }

  .my-tips .screenshot-desktop .main {
    width: 128px;
    margin-top: 25px;
    margin-left: 22px;
  }

  .my-tips .screenshot-desktop .tip {
    top: 64px;
    width: 72px;
  }

  .my-tips .screenshot-tablet .main {
    width: 96px;
  }

  .my-tips .screenshot-tablet .tip {
    top: 42px;
    width: 54px;
  }

  .my-tips .screenshot-mobile .main {
    width: 48px;
  }

  .my-tips .screenshot-mobile .tip {
    width: 26px;
  }

  .fourth .screenshot-list {
    height: 212px;
  }
  .fourth .screenshot-tablet {
    top: 44px;
  }
  .fourth .screenshot-mobile {
    top: 68px;
  }

  .product-modal iframe {
    height: 410px;
  }

  .demo-mobile {
    width: 200px;
    height: 420px;
    padding: 59px 12px;
    background-size: 100% auto;
  }

  .page-publisher .section {
    padding-top: 115px;
  }
  .page-publisher .screenshot-list {
    height: 236px;
  }
  .page-publisher .screenshot-desktop {
    width: 280px;
    height: 226px;
    padding: 8px 9px 63px;
  }
  .page-publisher .screenshot-tablet {
    bottom: 4px;
    width: 120px;
    height: 168px;
    padding: 12px 4px 20px;
  }
  .page-publisher .screenshot-mobile {
    right: 124px;
    bottom: 4px;
    width: 60px;
    height: 129px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .page-publisher .my-strips .screenshot-desktop .demonstration {
    width: 164px;
    height: 82px;
    margin-top: 44px;
  }
  .page-publisher .my-strips .screenshot-tablet .demonstration {
    width: 102px;
    height: 50px;
  }

  .publisher-heading {
    padding-top: 5px;
  }
  .publisher-heading h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .publisher-heading .btn {
    padding: 5px;
    font-size: 14px;
  }

  .description h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .description p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .screenshot-list {
    width: 100%;
  }

  .page-name {
    border-top: 1px solid #636363;
    width: 100px;
  }

  .page-name img {
    width: 21%;
  }

  .page-name p {
    font-size: 40px;
    line-height: 44px;
    border-bottom: 1px solid #636363;
    padding-top: 0;
  }

  .page-name p:last-of-type {
    letter-spacing: -1px;
  }

  #product_1 .page-name {
    margin-top: 40px;
  }

  #product_3 .page-name p,
  #product_4 .page-name p {
    line-height: 44px;
    font-size: 40px;
    padding-top: 0px;
  }

  #product_3 .page-name p:last-of-type,
  #product_4 .page-name p:last-of-type {
    font-size: 70px;
    line-height: 64px;
    padding-top: 0;
  }

  .fourth .page-name {
    margin-left: 30px;
    margin-top: 0px;
  }

  .fourth .view-demo {
    margin-top: -39px;
  }
}
@media screen and (max-width: 462px) {
  .contact-form-container .left .title {
    font-size: 24px;
    line-height: 26px;
  }

  .contact-form-container .left {
    padding-top: 55px;
  }

  .see-how .btn {
    font-size: 14px;
    width: 63%;
  }

  .see-how {
    bottom: 66px;
  }

  .link-wizard .btn {
    width: 64%;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  .third .resize {
    width: 100%;
  }

  .slogan {
    padding-top: 90px;
  }

  .third .btn {
    display: none;
  }

  .reviews-box {
    font-size: 14px;
  }

  .contact-form-container {
    padding-top: 48px;
  }
}

@media screen and (max-width: 414px) {
  .page-heading {
    top: 50px;
  }

  .slogan {
    padding-top: 77px;
  }

  .slogan h1 b {
    font-size: 39px;
    line-height: 36px;
    padding: 6px 15px 0 15px;
  }

  .resize {
    padding: 0 13px;
  }

  .slogan h1 strong {
    display: block;
    margin-left: -3px;
  }

  .slogan h1 {
    line-height: 62px;
  }

  .slogan p {
    line-height: 36px;
  }

  .view-360 {
    width: 60px;
    bottom: 12px;
  }

  .see-how {
    bottom: 42px;
  }

  .see-how .btn {
    font-size: 7px;
    width: 52%;
  }

  .advantages-img {
    width: 18%;
    border-bottom: 2px solid #636363;
  }

  .advantages-img img {
    width: 100%;
  }

  .advantages-block:nth-of-type(even) .advantages-img img {
    width: 120%;
  }

  .link-wizard .btn {
    width: 52%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .section-header {
    height: 70px;
    font-size: 29px;
    line-height: 76px;
  }

  .third .section-header {
    margin-bottom: 25px;
  }

  .numbers-list li {
    width: 169px;
    margin-bottom: 46px;
  }

  .numbers-list li {
    border: 1px solid #636363;
    border-left: none;
    border-right: none;
  }

  .numbers-list h3 b {
    font-size: 31px;
  }

  .numbers-list h3 {
    font-size: 26px;
  }

  .numbers-list p {
    font-size: 24px;
  }

  .numbers-list div {
    border-bottom: 1px solid #636363;
    min-height: 88px;
  }

  .numbers-list {
    margin-bottom: 0px;
  }

  footer {
    background-color: #fff;
  }

  .social h3 {
    font-size: 17px;
  }

  .social i {
    font-size: 20px;
  }

  .advantages-block h3 {
    font-size: 25px;
  }

  .advantages-page h2 {
    line-height: 43px;
    padding-top: 3px;
  }

  .contact-form-container.contacts .right .field_item .btn {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 10px;
  }

  .contact-section-wrapper {
    height: auto;
  }

  .contacts .field_item.textarea textarea {
    height: 84px;
  }

  .contact-form-container.contacts .right .field_item.textarea span.alert {
    top: 88px;
  }

  .contact-form-container.contacts .right .field_item .btn {
    margin: 13px auto 0px auto;
  }

  .contact-form-container.contacts .right .field_item.textarea span.alert {
    top: 88px;
  }

  .contact-form-container .left {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .contact-form-container .right .title {
    padding-bottom: 20px;
  }

  .contact-form-container .link-wizard {
    bottom: 1%;
  }

  .wizard-features-container .item p {
    font-size: 12px;
  }

  .contact-form-container .link-wizard input {
    width: 50%;
  }

  .contact-form-wrapper {
    height: auto;
  }

  .contact-form-container .right .field_item {
    padding-bottom: 20px;
  }

  .contact-form-container .right p.info {
    padding-top: 48px;
    margin-bottom: 10px;
  }

  .wizard-features-container .item {
    margin-top: 0;
  }

  .numbers-list {
    margin-bottom: 2%;
  }
  .numbers-list li {
    width: calc(47% - 6px);
    padding-top: 8px;
    border: 2px solid #636363;
    border-left: none;
    border-right: none;
  }
  .numbers-list div {
    min-height: 90px;
    padding-bottom: 2px;
    border-bottom: 2px solid #636363;
  }
  .numbers-list h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .numbers-list h3 b {
    font-size: 30px;
    line-height: 25px;
  }
  .numbers-list p {
    font-size: 25px;
    line-height: 47px;
  }
  .numbers-list img {
    max-height: auto;
    max-width: 50px;
  }

  .wo-text h3 {
    border-bottom: 2px solid #636363;
  }

  .wo-text h3:after {
    height: 8px;
    top: calc(100% + 20px);
  }

  .link-next {
    bottom: 21px;
  }

  .link-next a {
    display: block;
    width: 60px;
    height: 12px;
    background: url("../images/icon-scroll.png") 0 0 no-repeat;
    background-size: cover;
  }

  .advantages-block:first-of-type h3 {
    margin: 0 0 0px;
  }

  .advantages-block h3 {
    padding-top: 3px;
  }

  .advantages-block:nth-of-type(even) .advantages-img {
    padding: 8px 15px 8px;
  }

  .advantages-block:nth-of-type(even) {
    padding-top: 3px;
  }

  .advantages {
    padding-bottom: 5px;
  }

  .wizard-features-container {
    height: 129px;
  }
}
@media screen and (max-width: 395px) {
  .contact-form-container .left .title {
    font-size: 27px;
    line-height: 29px;
  }

  .contact-form-container {
    padding-top: 30px;
  }

  .contact-form-container .left {
    padding-top: 35px;
  }

  .contact-form-container .right .title {
    padding-bottom: 20px;
  }

  .header-page {
    background-size: auto 62%;
  }

  .numbers-list {
    margin-bottom: 2%;
  }
  .numbers-list li {
    width: calc(47% - 6px);
    padding-top: 8px;
    border: 2px solid #636363;
    border-left: none;
    border-right: none;
  }
  .numbers-list div {
    min-height: 70px;
    padding-bottom: 2px;
    border-bottom: 2px solid #636363;
  }
  .numbers-list h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .numbers-list h3 b {
    font-size: 22px;
    line-height: 20px;
  }
  .numbers-list p {
    font-size: 18px;
    line-height: 40px;
  }
  .numbers-list img {
    max-height: auto;
    max-width: 40px;
  }

  .wo-text h3 {
    border-bottom: 2px solid #636363;
  }

  .wo-text h3:after {
    height: 6px;
    top: calc(100% + 15px);
  }
}

@media screen and (max-width: 380px) {
  .heading h1 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .heading .btn {
    margin-top: 4px;
    padding: 5px 15px;
  }

  .page-heading h1 {
    font-size: 22px;
  }

  .slogan {
    margin-bottom: 40px;
  }
  .slogan h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .slogan h1 b {
    font-size: 48px;
    line-height: 52px;
  }
  .slogan h1 strong {
    margin-left: 0;
  }
  .slogan p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 320px) {
  .advantages-block h3 {
    font-size: 18px;
  }

  .advantages-block:first-of-type h3 {
    margin: 0 0 5px;
  }

  .advantages-block h3 {
    padding-top: 11px;
  }

  .link-wizard .btn {
    font-size: 10px;
  }

  .numbers-list p {
    font-size: 19px;
  }

  .numbers-list h3 b {
    font-size: 24px;
  }

  .numbers-list h3 {
    font-size: 22px;
  }

  .see-how {
    bottom: 93px;
  }

  .link-next {
    bottom: 51px;
  }

  .reviews {
    padding: 10px 0;
  }

  .contact-form-container.contacts .right .field_item {
    margin-top: 0;
    padding-bottom: 15px;
  }

  .contact-form-container.contacts {
    padding-top: 30px;
  }

  .contact-form-container.contacts .left {
    padding-bottom: 0px;
  }

  .contact-form-container.contacts .left .title {
    font-size: 16px;
  }

  footer {
    padding-top: 0px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .view-360 {
    bottom: 62px;
  }

  .see-how {
    bottom: 92px;
  }

  .link-next {
    bottom: 71px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .view-360 {
    bottom: 62px;
  }

  .see-how {
    bottom: 92px;
  }

  .link-next {
    bottom: 71px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .view-360 {
    bottom: 62px;
  }

  .see-how {
    bottom: 92px;
  }

  .link-next {
    bottom: 71px;
  }
}

.bar--transparent {
  background: none;
}

.bar--absolute,
.pos-fixed {
  z-index: 99;
  width: 100%;
}

.bar--absolute {
  position: absolute;
}

@media only screen and (max-device-width: 800px) {
  #orta-yazi {
    padding-top: 100px;
  }

  .ugur {
    margin-top: 0px;
  }
}
