@media screen and (min-width: 1280px), print {
    /* ========================================
                #all pages style
    ======================================== */
    .main-page .container {
        width: 1200px;
    }
    .container {
        width: 1100px;
    }
    .h-wrap {
        margin-bottom: 40px;
    }
    h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .page-wrapper .pad {
        width: 1160px;
        margin-left: -580px;
    }
    .page-content .h-wrap {
        top: -110px;
    }
    .page-content {
        margin-top: 184px!important;
    }
    /* internal pages */
    .contacts-page .page-content .right-col {
        width: 25%;
    }

	.reg-page .left-col {
		width: 66%;
	}

    .login-block #recaptchaContainer {
        transform: scale(0.83);
        margin-bottom: -10px;
    }

    /* end internal pages */

    /* ========================================
                    #main page
    ======================================== */
    .main-page h2.light {
        font: 300 40px/44px NeoSansCyr;
    }
    /* ========================================
                   #first block
    ======================================== */
    .first-block .statistic-block {
        margin-top: 125px;
        height: 100px;
    }
    .first-block .statistic-block.with-captcha {
        margin-top: 210px;
    }
    .first-block .statistic-block .container {
        width: 1150px;
    }
    .first-block .statistic-block .registration {
        margin-top: 18px;
    }
    .first-block .info-block {
        padding: 0 7%;
    }
    .first-block .header {
        margin-bottom: 35px;
    }
	.first-block .login-block .field-wrap#rememberMeContainer {
		width: auto;
	}
	.first-block .login-block .field-wrap#gAuthContainer {
		float: none;
		clear: left;
		margin-left: 0;
	}
	.first-block .login-block .field-wrap .smart-captcha {
        transform: scale(0.83);
		transform-origin: 0 0;
        margin-bottom: -10px;
	}
    .first-block .last-placing {
        padding-bottom: 20px;
    }
    .first-block .last-placing .table {
        width: 1200px;
        margin: 0 auto;
    }
    .first-block .statistic-block .statistic .desktop{
        padding-top: 25px;
    }
	.first-block .statistic-block .record .caption {
		font-size: 18px;
	}
	.first-block .statistic-block .record .caption .cut-off {
		display: inline;
	}

    .first-block .last-placing .table .inner-wrap {
        width: 1100px;
    }
    .first-block .last-placing .tbody {

    }

    /* ========================================
                   #article slide
    ======================================== */
    .article-block {
        margin-top: 800px;
    }
	.article-block.new-year {
		margin-top: 1280px;
	}

    .article-block .article-wrap {
        height: 540px;
    }
    /* ========================================
                   #benefits slide
    ======================================== */
    .benefits-block .tabs .tab {
        background-size: auto;
    }
    .benefits-block .tabs .spn {
        background-image: url(/images/public/spn-benefits-bg-1920.jpg);
    }
    .benefits-block .tabs .webm {
        background-image: url(/images/public/webmaster-benefits-bg-1920.jpg);
    }

    .benefits-block .tabs .item {
        width: 26%;
        margin-left: 7.33%!important;
        clear: none;
        margin-bottom: 35px;
    }
    .benefits-block .tabs .item:nth-child(3n + 1) {
        clear: left;
    }
    .benefits-block h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .benefits-block .captions {
        width: 1200px;
    }
    .benefits-block .item h3:before {
        width: 50px;
        height: 50px;
        margin-left: -65px;
        top: -10px;
    }
    .benefits-block .item.question h3:before {
        background-position: 0 -60px;
    }
    .benefits-block .item.question {
		height: 322px;
    }

    /* ========================================
                  #reviews block
    ======================================== */

    /* ========================================
                  #clients block
    ======================================== */
    .clients-block {
        background-image: url(/images/public/atoms-bg-full.png);
        background-position: left top;
    }
    .clients-block .slick-list {
        padding: 0 8% 0 21%;
    }
    .clients-block .slick-slider .slick-next {
        right: 8.8%;
    }
    .clients-block .client {
        cursor: default;
        width: 88%;
        margin: 12% 6% 0 6%;
    }
    /* ========================================
                 #media reviews block
    ======================================== */
    .media-review-block {
        padding-bottom: 40px;
    }
    .media-review-block .h-wrap {
        text-align: left;
    }

    .media-review-block .item .caption {
        font-size: 24px;
        line-height: 28px;
    }
    .media-review-block .item .image {
        margin-left: 0;
    }
    .media-review-block .item {
        width: 28%;
        margin-right: 8%;
    }
    /* ========================================
             #additional services block
    ======================================== */
    .add-services-block {
        padding: 60px 0;
        background-position: 110% 50%;
    }
    .add-services-block h2.light {
        font-weight: 500;
    }
    .add-services-block .services {
        margin-left: 31%;
    }
    .add-services-block .h-wrap {
        left: 5%;
    }

    /* ========================================
                #projects block
    ======================================== */
    .projects-block {
        -webkit-transition: .5s cubic-bezier(0.215, 0.61, 0.355, 1) top;
        transition: .5s cubic-bezier(0.215, 0.61, 0.355, 1) top;
        top: 0;
    }
    .projects-block h2 {
        margin: 0;
        font-size: 34px;
    }
    .projects-block .fox {
        display: block;
        background-image: url(/images/public/fox.png);
        width: 750px;
        height: 596px;
        background-size: cover;
        position: absolute;
        top: 0;
        left: -140px;
        z-index: 0;
    }
    .projects-block .projects-wrap {
        padding-bottom: 0;
    }
    .projects-block .projects {
        width: 65%;
        margin-left: 35%;
        height: 300px;
    }
    .projects-block .item {
        height: 300px;
    }
    .projects-block .inner-wrap {
        margin-top: 30px;
    }
    .projects-block .item hr {
        margin-top: 0;
    }
    .projects-block .item .text {
        font-size: 14px;
        line-height: 22px;
    }
    .projects-block .footer {
        bottom: -240px;
    }
    .projects-block.show-footer {
        top: -240px;
    }
    /* ========================================
                         Footer
    ======================================== */
    .footer .caption {
        font-size: 17px;
        margin: 10px 0 0px;
    }
    .footer .footer-menu {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer .payments-system {
        width: 80%;
        margin-top: 20px;
    }
    .footer .payments-system-wrap {
        float: left;
        width: 25%;
    }
    .footer .ps-wrapper:nth-child(2n+1) {
        clear: left;
        margin-left: 0;
    }
    .footer .ps-wrapper:nth-child(n+3) {
        margin-top: 5%;
    }
    .footer .ps-wrapper {
        width: 47%;
        height: 45px;
        margin-left: 5%;
    }
    .footer .info-block {
        margin: 15px 0 20px;
    }
    .footer .info-block .copyright-and-social {
        margin-top: 20px;
        width: 68%;
    }
	.footer .info-block .copyright-and-social .payment-cards {
		display: flex;
		align-items: center;
		justify-content: left;
		margin-bottom: 8px;
	}
	.footer .info-block .copyright-and-social .payment-cards img {
		width: 30px;
		margin-right: 10px;
	}
	.footer .company-details {
		margin: 15px 0;
		font-size: 12px;
		text-align: left;
	}
    .footer .copyright-wrap {
        float: left;

    }
    .footer .social-links-wrap {
        float: left;
        margin: -5px 0 0 80px;
    }
    .footer .info-block .maker-wrap {
        width: 25%;
    }

    .page-wrapper:after {
        height: 330px;

    }
    .footer {
        padding-bottom: 30px;
        height: auto;
        min-height: 300px;
        margin-top: -330px;
    }
	/* ========================================
				  #newbie landing
		======================================== */

	.newbie-landing .promo-block .item {
		width: 22%;
		margin-left: 1.5%!important;
		margin-right: 1.5%!important;
	}
	.newbie-landing .promo-block .item .text {
		font-size: 16px;
		line-height: 1.5;
	}

	/* ========================================
			  #mr-quality landing
	======================================== */

	.mr-landing {
		width: 1160px;
	}
}
