@media only screen and (max-width: 1600px) {
  header.main-head::after {
    width: 800px;
    bottom: -120px;
  }

  section.partners .tiles-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.partners .tiles-group .tile-company {
    margin-left: 0;
    margin-top: -50px;
  }

  section.about-us .tiles-group .tile {
    padding: 45px 40px 60px 40px;
  }

  section.login-bottom {
    margin-top: 0;
  }

  .integration .tiles-wrapper .tile {
    margin-bottom: 100px !important;
  }

  header.rtb-go::after {
    width: 975px;
    height: 624px;
    top: 100px;
  }

  header.mail-go::after {
    width: 975px;
    height: 624px;
    top: 100px;
  }
  header.mail-go .services-list .item {
    margin-right: 80px;
  }

  header.similar-go::after {
    top: 200px;
    width: 975px;
    height: 520px;
  }
  header.similar-go .services-list.short .item {
    margin-right: 80px;
  }
  header.similar-go .services-list .item {
    margin-right: 80px;
  }

  header.video-go .video-wrapper {
    margin-right: 50px;
  }
  header.video-go .video-wrapper::after {
    width: 1058px;
    height: 361px;
    bottom: -170px;
    right: -250px;
  }
  header.video-go .video-wrapper .video {
    width: 584px;
    height: 329px;
  }
}
@media only screen and (max-width: 1400px) {
  section.about-us .tiles-group .tile {
    padding: 30px 20px 30px 20px;
    height: auto;
  }
  section.about-us .tiles-group .tile .content p.description {
    line-height: 25px;
  }

  section.contact .wrapper-form-title .form-wrapper {
    width: 600px;
    max-width: 600px;
  }

  header.about .partners {
    padding: 0;
  }
  header.about .partners ul li {
    margin: 0 20px;
  }

  header.rtb-go::after {
    width: 900px;
    height: 576px;
    top: 110px;
  }

  header.mail-go {
    min-height: 800px;
  }
  header.mail-go::after {
    width: 900px;
    height: 576px;
    top: 100px;
  }

  header.similar-go {
    min-height: 800px;
  }
  header.similar-go::after {
    width: 900px;
    height: 450px;
    top: 150px;
  }
}
@media only screen and (max-width: 1299px) {
  section.our-tools .tiles-group {
    padding-top: 0;
  }

  section.login-bottom {
    margin-top: 50px;
  }

  section.integrate .tile-wrapper {
    justify-content: center;
  }

  .info-sect .info-tiles .tile:nth-of-type(2), .info-sect .info-tiles .tile:nth-of-type(4), .info-sect .info-tiles .tile:nth-of-type(6) {
    margin-right: 0;
  }

  header.mail-go .services-list .item {
    margin-right: 45px;
  }

  header.similar-go .services-list .item {
    margin-right: 45px;
  }

  header.similar-go .services-list.short .item {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .desk-main-menu,
header .wrapper-hero-menu .nav-bar-right ul {
    display: none;
  }

  header .wrapper-hero-menu {
    padding: 20px;
  }

  header .wrapper-hero-menu .nav-bar-right a.navi-hamburger {
    position: absolute;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    top: 17px;
    z-index: 40;
    right: 15px;
    border-radius: 5px;
    float: right;
    height: 38px;
    width: 40px;
    cursor: pointer;
    padding: 8px;
    background-color: transparent;
  }
  header .wrapper-hero-menu .nav-bar-right a.navi-hamburger.open span {
    left: -3px;
    width: 28px;
  }
  header .wrapper-hero-menu .nav-bar-right a.navi-hamburger.open span.top {
    top: -1px;
  }
  header .wrapper-hero-menu .nav-bar-right a.navi-hamburger.open span.bottom {
    top: 1px;
  }
  header .wrapper-hero-menu .nav-bar-right a.navi-hamburger.open span:first-child {
    transform: rotate(45deg) translate(8.4px, 7.4px);
  }
  header .wrapper-hero-menu .nav-bar-right a.navi-hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  header .wrapper-hero-menu .nav-bar-right a.navi-hamburger.open span:last-child {
    transform: rotate(-45deg) translate(7.4px, -6.4px);
  }
  header .wrapper-hero-menu .nav-bar-right a.navi-hamburger span {
    position: relative;
    display: block;
    top: 1px;
    height: 3px;
    width: 100%;
    border-radius: 6px;
    transition: all 0.25s;
    background-color: #fff;
  }

  .nav-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    z-index: 1500;
    width: 100%;
    height: 100vh;
    left: -100%;
    top: 0;
    background-color: #fff;
    transition-property: left;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    overflow: auto;
  }
  .nav-mobile .head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
  }
  .nav-mobile .head a.logo img {
    display: block;
  }
  .nav-mobile .head a.navi-hamburger {
    position: absolute;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    top: 17px;
    z-index: 40;
    right: 11px;
    border-radius: 5px;
    float: right;
    height: 38px;
    width: 40px;
    cursor: pointer;
    padding: 8px;
    background-color: transparent;
  }
  .nav-mobile .head a.navi-hamburger.inside span {
    left: -3px;
    width: 28px;
  }
  .nav-mobile .head a.navi-hamburger.inside span.top {
    top: -1px;
  }
  .nav-mobile .head a.navi-hamburger.inside span.bottom {
    top: 1px;
  }
  .nav-mobile .head a.navi-hamburger.inside span:first-child {
    transform: rotate(45deg) translate(8.4px, 7.4px);
  }
  .nav-mobile .head a.navi-hamburger.inside span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .nav-mobile .head a.navi-hamburger.inside span:last-child {
    transform: rotate(-45deg) translate(7.4px, -6.4px);
  }
  .nav-mobile .head a.navi-hamburger span {
    position: relative;
    display: block;
    top: 1px;
    height: 3px;
    width: 100%;
    border-radius: 6px;
    transition: all 0.25s;
    background-color: #191f32;
  }
  .nav-mobile.open {
    left: 0;
  }
  .nav-mobile #collapse ul {
    margin: 0;
    padding: 0;
  }
  .nav-mobile #collapse ul li > ul {
    display: none;
  }
  .nav-mobile #collapse ul li.first-item-menu.open .link i.fa-chevron-right {
    transform: rotate(90deg);
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }
  .nav-mobile #collapse ul li.first-item-menu .link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #d1d7db;
    cursor: pointer;
  }
  .nav-mobile #collapse ul li.first-item-menu .link span, .nav-mobile #collapse ul li.first-item-menu .link a {
    width: 100%;
    display: flex;
    font-size: 14px;
    line-height: 15px;
    color: #191f32;
    font-weight: 600;
  }
  .nav-mobile #collapse ul li.first-item-menu .link span {
    font-weight: 600;
  }
  .nav-mobile #collapse ul li.first-item-menu .link i.fa-chevron-right {
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    color: #191f32;
    font-size: 15px;
  }
  .nav-mobile #collapse ul li.first-item-menu ul.submenu li a {
    display: flex;
    padding: 20px 40px;
    border-bottom: 1px solid #d1d7db;
    background-color: rgba(197, 202, 220, 0.2);
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    color: #191f32;
  }
  .nav-mobile .admittance {
    margin-top: 4rem;
  }
  .nav-mobile .admittance ul {
    margin: 0;
    padding: 0;
  }
  .nav-mobile .admittance ul li {
    list-style-type: none;
  }
  .nav-mobile .admittance ul li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #191f32;
    background-color: #f1f5f8;
    border-top: 1px solid #fff;
  }
  .nav-mobile .admittance ul li a.login {
    background: -moz-linear-gradient(25deg, #cc1039 0%, #e6224d 100%);
    background: -webkit-linear-gradient(25deg, #cc1039 0%, #e6224d 100%);
    background: -ms-linear-gradient(25deg, #cc1039 0%, #e6224d 100%);
    color: #fff;
  }

  h1.hero {
    font-size: 28px;
    line-height: 50px;
  }

  h1.hero strong {
    font-size: 45px;
  }

  header.main-head::after {
    bottom: -155px;
  }

  header.main-head .main-info {
    padding-top: 70px;
  }

  section.why-we .tiles-group .tile {
    max-width: 100%;
  }

  section.about-us .tiles-group .tile {
    min-height: auto;
  }
  section.about-us .tiles-group .tile:nth-of-type(1) {
    padding-left: 0;
  }
  section.about-us .tiles-group .tile:nth-of-type(3) {
    padding-right: 0;
  }

  section.platforma .wrapper-tile-content {
    flex-direction: column;
  }
  section.platforma .wrapper-tile-content .first-line {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }
  section.platforma .wrapper-tile-content .tiles {
    max-width: 100%;
  }
  section.platforma .wrapper-tile-content .tiles .tile {
    width: 260px;
    height: 260px;
  }
  section.platforma .wrapper-tile-content .tiles .tile::after {
    width: 260px;
    height: 260px;
    bottom: -30px;
    right: -30px;
  }
  section.platforma .wrapper-tile-content .tiles .second-line {
    display: none;
  }

  section.platforma .wrapper-tile-content .content {
    margin-bottom: 20px;
  }

  section.contact-us {
    background-position: -250px 0;
  }

  section.contact .wrapper-form-title .form-wrapper {
    width: 450px;
    max-width: 450px;
  }

  header.about .partners ul {
    justify-content: center;
  }
  header.about .partners ul li {
    margin: 20px 20px;
  }

  footer .wrapper-footer ul {
    flex-direction: column;
  }

  header.rtb-go::after {
    width: 730px;
    height: 468px;
    top: 160px;
  }

  header.mail-go::after,
header.similar-go::after {
    right: 0;
    width: 730px;
    height: 468px;
    top: 100px;
  }
  header.mail-go .services-list,
header.similar-go .services-list {
    justify-content: center;
    align-items: center;
  }
  header.mail-go .services-list .item,
header.similar-go .services-list .item {
    margin-top: 25px;
    margin-right: 15px;
    margin-left: 15px;
  }

  header.similar-go::after {
    height: 386px;
  }

  header.video-go {
    min-height: 1000px;
  }
  header.video-go .main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  header.video-go .wrapper-container .wrapper {
    flex-direction: column;
  }

  header.video-go .video-wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  header.main-head::after {
    width: 650px;
    bottom: -210px;
  }

  section.partners .tiles-group .tile-advertising::after {
    width: 0;
  }
  section.partners .tiles-group .tile-company {
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: inherit;
    height: inherit;
  }
  section.partners .tiles-group .tile-company .line {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  section.partners .tiles-group .tile-company .line a {
    width: 150px;
    margin: 60px 3.5em;
  }
  section.partners .tiles-group .tile-company .line > img {
    width: 150px;
    max-height: 75px;
    margin: 60px 3.5em;
  }

  section.about-us .tiles-group {
    flex-direction: column;
  }
  section.about-us .tiles-group .tile {
    max-width: 500px;
    margin: 25px 0;
  }
  section.about-us .tiles-group .tile .content .head {
    margin-top: 20px;
  }
  section.about-us .wrapper-hero-head .hero-head {
    margin-bottom: 0;
  }

  section.login-bottom .wrapper-content {
    flex-direction: column;
    align-items: center;
  }
  section.login-bottom .wrapper-content .content {
    align-items: center;
    margin-left: 0;
    margin-top: 50px;
  }
  section.login-bottom .wrapper-content .content h4 {
    text-align: center;
  }

  section.our-tools .tiles-group {
    padding-bottom: 60px;
  }

  section.contact-us {
    background-position: -320px 0;
  }

  section.contact .wrapper-form-title {
    flex-direction: column;
    align-items: flex-start;
  }
  section.contact .wrapper-form-title .form-wrapper {
    width: auto;
    max-width: inherit;
  }
  section.contact .wrapper-form-title .form-wrapper form .form-group {
    flex-direction: column;
  }
  section.contact .wrapper-form-title .form-wrapper form .form-group.button-wrapper {
    align-items: flex-start;
  }
  section.contact .wrapper-form-title .form-wrapper form .form-group.one-half .input-wrapper {
    width: 100%;
    margin-bottom: 23px;
  }
  section.contact .wrapper-form-title .form-wrapper form .form-group.one-half .input-wrapper:last-of-type {
    margin-bottom: 0;
  }
  section.contact .wrapper-form-title .tile-contact {
    margin-top: 120px;
    margin-left: 0;
  }

  section.integrate .tile-wrapper .tile-body {
    margin-right: 0;
  }

  section.platforma .wrapper-tile-content .content {
    max-width: inherit;
    margin-bottom: 35px;
  }
  section.platforma .wrapper-tile-content .content h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  section.platforma .wrapper-tile-content .content p {
    text-align: center;
  }

  header.center .main-info h1.hero {
    font-size: 28px;
    line-height: 48px;
  }
  header.center .main-info p {
    line-height: 26px;
  }
  header.center .timer .timer-body .number-item .number {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  section.posts {
    padding: 100px 0;
  }
  section.posts .wrapper-p .post-body {
    margin-bottom: 100px;
  }
  section.posts .wrapper-p .post-body .body {
    flex-direction: column;
  }
  section.posts .wrapper-p .post-body .body .list {
    margin-top: 35px;
    margin-left: 25px;
  }
  section.posts .wrapper-p .post-body .body .content .card-wrapper .img-wrapper {
    margin-bottom: 0;
  }
  section.posts .wrapper-p .post-body .body .content .card-wrapper span.name,
section.posts .wrapper-p .post-body .body .content .card-wrapper span.position {
    display: none;
  }
  section.posts .wrapper-p .post-body .body .content .start {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  section.posts .wrapper-p .post-body .body .content .start .position-wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }

  header.rtb-go::after {
    background-image: none;
  }
  header.rtb-go .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header.rtb-go .wrapper .main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header.rtb-go .wrapper .main-info p {
    text-align: center;
  }
  header.rtb-go .ratings-wrapper {
    justify-content: space-between;
  }
  header.rtb-go .ratings-wrapper .item {
    margin: 0 25px;
  }

  .main-info {
    margin: 50px 0;
  }
  .main-info .img-wrapper {
    margin-bottom: 50px;
  }
  .main-info .img-wrapper img {
    max-width: 100%;
  }

  .info-sect {
    padding: 105px 0;
  }

  .main-title-info {
    text-align: center;
  }

  .info-sect .info-tiles {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .info-sect .info-tiles .tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: inherit;
    width: inherit;
    margin-right: 0;
    text-align: center;
  }
  .info-sect .info-tiles .tile.little-t {
    max-width: 100%;
    width: auto;
    margin: 0;
  }

  header.mail-go {
    min-height: 600px;
  }
  header.mail-go::after {
    background-image: none;
  }

  .text-section .wrapper {
    display: flex;
    justify-content: center;
  }
  .text-section .wrapper .main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .text-section .wrapper p {
    text-align: center;
  }

  header.video-go.center .main-info h1.hero,
header.rtb-go.center .main-info h1.hero,
header.mail-go.center .main-info h1.hero,
header.similar-go.center .main-info h1.hero {
    font-size: 50px;
    line-height: 48px;
  }

  header.similar-go {
    min-height: 740px;
  }
  header.similar-go::after {
    background-image: none;
  }
  header.similar-go .services-list.short .item {
    margin-right: 0;
  }

  header.about .partners ul li {
    width: 100px;
  }

  header.about.center .main-info h1.hero {
    font-size: 50px;
    margin-bottom: 35px;
  }

  .integration .tiles-wrapper .tile {
    margin-bottom: 70px !important;
  }
}
/**/
@media only screen and (max-width: 768px) {
  header.main-head::after {
    max-width: 480px;
    bottom: -280px;
    right: calc(50% - 240px);
  }

  header.main-head {
    background-position: -275px 0;
  }
  header.main-head .main-info {
    max-width: 440px;
  }
  header.main-head .main-info p {
    font-size: 15px;
  }

  h1.hero {
    font-size: 20px;
    line-height: 40px;
  }

  h1.hero strong {
    font-size: 30px;
  }

  section.partners .tiles-group .tile-advertising {
    padding: 40px 25px 70px 25px;
    height: inherit;
  }
  section.partners .tiles-group .tile-advertising h3 {
    font-size: 28px;
    line-height: 45px;
  }
  section.partners .tiles-group .tile-company .line a {
    margin: 50px 2.5em;
  }
  section.partners .tiles-group .tile-company .line > img {
    margin: 50px 2.5em;
  }

  section.why-we .tiles-group .tile {
    flex-direction: column;
  }
  section.why-we .tiles-group .tile.main-tile {
    align-items: center;
    padding: 60px 30px 65px 30px;
  }
  section.why-we .tiles-group .tile.main-tile p {
    text-align: center;
  }
  section.why-we .tiles-group .tile.secondary {
    padding: 35px 20px 60px 20px;
  }
  section.why-we .tiles-group .tile.secondary .head {
    align-items: center;
    justify-content: center;
  }
  section.why-we .tiles-group .tile.secondary .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    text-align: center;
    margin-left: 0;
    width: auto;
  }

  section.platforma .wrapper-tile-content .tiles .first-line {
    align-items: center;
  }

  section.contact-us {
    background-position: -480px 0;
  }

  section.contact .wrapper-form-title .tile-contact::after {
    top: -14%;
    right: -25%;
  }

  header.center {
    min-height: 740px;
  }
  header.center .main-info h1.hero {
    font-size: 21px;
    line-height: 36px;
  }
  header.center .timer .timer-body .number-item {
    padding: 0 33px;
  }
  header.center .timer .timer-body .number-item:first-of-type {
    padding-left: 0;
  }
  header.center .timer .timer-body .number-item:last-of-type {
    padding-right: 0;
  }
  header.center .timer .timer-body .number-item .number::after {
    right: -33px;
  }

  section.posts {
    padding: 80px 0;
  }
  section.posts .wrapper-p .post-body .head h5 {
    font-size: 27px;
  }
  section.posts .wrapper-p .post-body .body .start {
    margin-left: 40px;
  }

  header.about.center .main-info h1.hero {
    font-size: 35px;
    margin-bottom: 30px;
  }

  section.about-us.about-p .tiles-group,
section.about-us .tiles-group {
    padding-top: 0;
  }

  header.about.center .main-info h1.hero {
    font-size: 50px;
    line-height: 48px;
  }

  header.rtb-go .main-info {
    margin: 50px 0;
  }
  header.rtb-go .ratings-wrapper {
    justify-content: center;
  }
  header.rtb-go .ratings-wrapper .item {
    margin: 20px;
  }

  .text-section .wrapper .main-info.m-t {
    margin-top: 50px;
  }

  .integration .tiles-wrapper .tile:nth-of-type(2) {
    margin: 0 0;
  }

  header.mail-go {
    min-height: 650px;
  }
  header.mail-go .services-list {
    flex-direction: column-reverse;
  }

  section.about-us.about-p {
    padding-top: 80px;
  }

  header.video-go .video-wrapper::after {
    background-image: none;
  }

  header.video-go .video-wrapper {
    width: 100%;
    max-width: 580px;
  }
  header.video-go .video-wrapper .video {
    box-sizing: border-box;
    width: auto;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding-top: calc(28.125% - 55px);
    padding-bottom: calc(28.125% - 55px);
  }

  .info-sect {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .button {
    width: 100% !important;
  }

  h2.main-title {
    font-size: 30px;
  }

  h2.secondary-title {
    font-size: 35px;
  }

  h1.hero {
    font-size: 17px;
    line-height: 33px;
  }

  h1.hero strong {
    font-size: 21px;
    line-height: 40px;
  }

  header.main-head {
    min-height: 640px;
  }

  header.main-head::after {
    max-width: 100%;
    right: calc(50% - 160px);
    width: 320px;
    bottom: -350px;
    display: none;
  }

  section.partners .tiles-group .tile-advertising {
    padding: 40px 25px 50px 25px;
    height: inherit;
  }
  section.partners .tiles-group .tile-advertising h3 {
    font-size: 25px;
    line-height: 40px;
  }
  section.partners .tiles-group .tile-advertising p {
    font-size: 15px;
    line-height: 28px;
  }
  section.partners .tiles-group .tile-company {
    margin-top: -35px;
  }
  section.partners .tiles-group .tile-company .line a {
    width: 100px;
    margin: 40px 4.5rem;
  }
  section.partners .tiles-group .tile-company .line > img {
    width: 100px;
    max-height: 50px;
    margin: 40px 4.5rem;
  }

  section.why-we .tiles-group .tile.main-tile {
    padding: 60px 25px 65px 25px;
  }

  section.about-us .tiles-group .tile .bottom-title {
    align-items: flex-start;
    flex-direction: column;
  }
  section.about-us .tiles-group .tile .bottom-title .position {
    margin-bottom: 10px;
  }

  section.platforma .wrapper-tile-content .content h3 {
    text-align: center;
    font-size: 35px;
  }
  section.platforma .wrapper-tile-content .content p {
    text-align: center;
  }
  section.platforma .wrapper-tile-content .tiles .tile::after {
    bottom: -20px;
    right: -20px;
  }

  section.login-bottom .wrapper-content .content h4 {
    font-size: 30px;
    line-height: 48px;
  }

  section.contact-us {
    background-position: -700px 0;
  }
  section.contact-us .content-wrp h4 {
    text-align: center;
    line-height: 35px;
  }

  header.about .partners ul li {
    width: 100px;
    margin: 15px;
  }

  footer .wrapper-footer {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .wrapper-footer ul {
    width: 50%;
    align-items: center;
  }
  footer .wrapper-footer ul li {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    align-items: center;
  }
  footer .wrapper-footer ul li:last-of-type {
    margin-bottom: 0;
  }
  footer .wrapper-footer ul li a {
    text-align: center;
  }
  footer .wrapper-footer ul span {
    text-align: center;
  }

  section.contact .wrapper-form-title .tile-contact {
    width: 100%;
    max-width: 100%;
  }
  section.contact .wrapper-form-title .tile-contact::after {
    background-image: none;
    position: inherit;
  }

  section.faq #accordion .card .card-header h5 {
    width: 80%;
  }

  header.center .timer .timer-body .number-item {
    padding: 0 15px;
  }
  header.center .timer .timer-body .number-item .number {
    font-size: 32px;
    line-height: 25px;
  }
  header.center .timer .timer-body .number-item .number::after {
    right: -15px;
  }

  section.posts .wrapper-p .post-body .body .content {
    flex-direction: column;
  }
  section.posts .wrapper-p .post-body .body .content .start {
    margin-left: 0;
  }
  section.posts .wrapper-p .post-body .body .content .start .date {
    max-width: inherit;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
  }
  section.posts .wrapper-p .post-body .body .content .start .date .wrapper-date {
    margin-bottom: 0;
    margin-right: 30px;
  }
  section.posts .wrapper-p .post-body .body .content .start .date .time {
    width: 70px;
  }
  section.posts .wrapper-p .post-body .body .content .start .position-wrapper {
    padding: 0;
  }
  section.posts .wrapper-p .post-body .body .card-wrapper .img-wrapper::before {
    border: none;
  }
  section.posts .wrapper-p .post-body .body .list {
    margin-left: 0;
  }

  .text-section .main-info h1 {
    margin-bottom: 25px;
  }

  .info-sect .info-tiles h4 {
    line-height: 32px;
  }

  .main-title-info h3 {
    line-height: 40px;
  }
  .main-title-info p {
    line-height: 25px;
  }

  header.video-go .main-info {
    margin-bottom: 90px;
  }
  header.video-go .video-wrapper .video {
    height: auto;
    padding-top: calc(28.125% - 40px);
    padding-bottom: calc(28.125% - 40px);
  }
  header.video-go .video-wrapper .video img {
    width: 80px;
  }

  header.rtb-go .ratings-wrapper .item {
    margin: 20px 0;
  }

  header.video-go.center .main-info h1.hero,
header.rtb-go.center .main-info h1.hero,
header.similar-go.center .main-info h1.hero {
    font-size: 38px;
  }

  section.about-us.about-p .wrapper-hero-head .hero-head h2.secondary-title {
    margin-bottom: 0;
  }
}
/**/
@media only screen and (min-width: 480px) {
  section.our-tools .tiles-group .tile {
    height: 388px;
  }
}
@media only screen and (min-width: 768px) {
  section.our-tools .tiles-group .tile {
    max-width: 315px;
    margin: 15px;
  }
}
@media only screen and (min-width: 993px) {
  section.our-tools .tiles-group .tile {
    max-width: 380px;
    margin: 20px;
  }

  .main-info .img-wrapper {
    display: none !important;
  }
}
@media only screen and (min-width: 1199.9px) {
  .nav-mobile {
    display: none !important;
  }

  section.platforma .wrapper-tile-content .tiles .first-line .tile.red {
    display: none;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1250px;
  }

  section.our-tools .tiles-group .tile {
    max-width: 320px;
    height: 370px;
    margin: 0;
  }
  section.our-tools .tiles-group .tile:first-of-type {
    z-index: 100;
    margin-top: -130px;
    margin-right: -18px;
  }
  section.our-tools .tiles-group .tile:nth-of-type(2) {
    margin-right: -18px;
  }
  section.our-tools .tiles-group .tile:nth-of-type(3) {
    z-index: 100;
    margin-top: -85px;
  }
  section.our-tools .tiles-group .tile:nth-of-type(4) {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media only screen and (min-width: 1600px) {
  section.our-tools .tiles-group .tile {
    max-width: 380px;
  }

  .max-p-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .container {
    max-width: 1490px;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  section.integrate .tile-wrapper .tile-body:nth-of-type(3), section.integrate .tile-wrapper .tile-body:nth-of-type(6) {
    margin-right: 0;
  }
}
/**/
@media only screen and (min-width: 1920px) {
  header.main-head {
    background-image: url(https://go.pl/img/big-bg-img-main.png);
  }

  .container-fluid {
    max-width: 1920px;
  }
}
@media screen and (max-width: 1365px) {
  .addon-info-card {
    width: 50%;
    padding: 25px 36px;
  }
  .addon-info-card.addon-info-card--highlighted {
    filter: drop-shadow(-25px -25px 0 #fef1d7);
  }
  .addon-info-card.addon-info-card--with-icon {
    padding-left: 100px;
    padding-top: 37px;
  }
  .addon-info-card .addon-info-card__icon {
    position: absolute;
    left: 18px;
    top: 25px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 1279px) {
  .addon-info-cards__box {
    width: 90%;
    margin: 90px 0 60px 0;
  }

  .addon-partners__shadowed-box {
    width: 90%;
  }
  .addon-partners__shadowed-box::before {
    width: 70%;
    right: -25px;
  }

  .addon-partners__box {
    width: 100%;
    flex-wrap: wrap;
  }

  .addon-info-sect__box {
    width: 90%;
  }

  .addon-info-tile {
    width: 48%;
  }

  .addon-infobox::before {
    position: absolute;
    left: -30px;
    top: -30px;
    width: calc( 50% + 30px );
    height: calc( 56% + 30px );
  }
}
@media screen and (max-width: 1023px) {
  .addon-partners__shadowed-box {
    width: 90%;
  }
  .addon-partners__shadowed-box::before {
    width: 50%;
    right: -25px;
  }

  .addon-partners__box {
    justify-content: center;
  }

  .addon-partner {
    margin: 20px 30px;
  }

  .addon-info-tiles {
    flex-flow: column nowrap;
  }

  .addon-info-tile {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .addon-info-cards__box {
    flex-flow: column nowrap;
  }

  .addon-info-card {
    width: 100%;
  }
  .addon-info-card.addon-info-card--highlighted {
    filter: drop-shadow(-10px -25px 0 #fef1d7);
  }
  .addon-info-card.addon-info-card--highlighted .addon-info-card__title {
    font-size: 28px;
    line-height: 1.5;
  }

  .addon-partners__shadowed-box::before {
    width: 95%;
    right: -15px;
    height: calc( 100% - 80px );
  }

  .addon-partners__box {
    flex-flow: column nowrap;
  }

  .addon-goodies__box {
    width: 90%;
  }

  .goodie-card {
    width: 100%;
    max-width: 420px;
    margin: 0 0 90px 0;
  }

  .addon-testimonials__box {
    width: 90%;
  }

  .addon-testimonials__text {
    width: 90%;
  }

  .testimonial-card {
    width: 100%;
    padding: 20px 30px 30px 30px;
  }

  .testimonial-card__topbox {
    flex-flow: column nowrap;
    align-items: flex-start;
    height: auto;
  }

  .testimonial-card__logo, .testimonial-card__rating {
    margin-bottom: 15px;
  }

  .testimonial-card__footer {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .addon-infobox__bigimage {
    display: none;
  }

  .addon-infobox__notes {
    width: 100%;
    max-width: 100%;
  }

  .addon-infobox {
    width: 90%;
  }
  .addon-infobox::before {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 100%;
    height: 80%;
  }
}

/*# sourceMappingURL=media.css.map */

/*
     FILE ARCHIVED ON 21:03:30 Jun 30, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:25:30 Jul 18, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.863
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.03
  esindex: 0.017
  cdx.remote: 5.491
  LoadShardBlock: 145.954 (3)
  PetaboxLoader3.datanode: 187.363 (5)
  PetaboxLoader3.resolve: 224.689 (3)
  load_resource: 295.211 (2)
*/