
html.js .loader {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999; }
html.js .loader .loader_inner {
    background-image: url("../img/preloader.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
    position: absolute; }

body {
    font-family: "RobotoRegular", sans-serif;
    font-weight: normal;
    font-size: 14px;
    min-width: 320px;
    position: fixed;
    line-height: 1.6;
    -webkit-font-smoothing: antialised;
    overflow: hidden; }

.hidden {
    display: none; }

*, *:before, *:after {
    box-sizing: border-box; }

button {
    outline: none; }

.js-choose-block {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

#js-main-logo,
#js-main-text,
#js-company-name {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

.main-container-partners{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0% / 100% auto;
}
.main-container {
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    position: relative;}

.main-logo {
    width: 215px;
    margin: 0 auto;
    margin-top: 4%; }
.main-logo img {
    width: 100%; }

.company-name {
    text-align: center;
    font-family: "MyriadProBold", Arial;
    font-size: 70px;
    color: #ffec00; }

.wrapper-main-text {
    text-align: center; }
.wrapper-main-text .main-text {
    padding: 17px 27px;
    display: inline;
    text-align: center;
    font-family: "MyriadProRegular", Arial;
    font-size: 36px;
    line-height: 1;
    background: #ffec00; }

.main-text2 {
    padding: 17px 27px;
    display: inline;
    text-align: center;
    font-family: "MyriadProRegular", Arial;
    font-size: 36px;
    line-height: 1;
    background: #ffec00; }

.main-menu {
    float: left;
    width: 69px;
    height: 69px;
    margin: 2% 0 0 2%;
    border: none;
    border-radius: 50%;
    -webkit-transition: opacity 1s ease 0s, visibility 0s linear 1s;
    transition: opacity 1s ease 0s, visibility 0s linear 1s; 
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer; }

.main-menu:hover{
    background-color: rgba(232, 237, 40, 0.4);
}
canvas {
    position: absolute;
    top: 0;
    left: 0; }

.page-logo {
    margin: 2% 0 0 2%;
    float: left; }

.templates-title {
    margin: 0px;
    font-family: "MyriadProBold",Arial;
    font-size: 6rem;
    padding-top: 3%;
    text-align: center; }

.header-templates{
    margin-bottom: 20px;}

.choose-block {
    margin-left: 2%;
    margin-top: 7%;
    position: relative;
    float: left;
    width: 20%;
    max-width: 285px;
    padding: 1%;
    padding-top: 18px;
    background-color: #ffec00; }
.choose-block::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -50px;
    width: 98px;
    height: 98px;
    background: #ffec00;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1; }
.choose-block .text-choose {
    margin: 0;
    font-family: "MyriadProBold", Arial;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase; }

.templates-block {
    min-height: 300px;
    float: right;
    width: 70%;
    height: 48vh;
    overflow: auto; }

.wrapper-templates {
    height: 99%;
    padding-bottom: 1%;
}

.site-type {
    display: none; }

.site-type + label {
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: "MyriadProRegular",Arial;
    font-size: 18px;
    color: #323232;
    line-height: 1.8em;
    background: #FFEC00 none repeat scroll 0% 0%;
    cursor: pointer;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 50px; }

.site-type + label::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: 0;
    background: #fff;
    border: 5px solid #ffec00;
    border-radius: 50%; }

.site-type + label::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    display: inline-block;
    height: 32px;
    width: 32px;
    margin: 0;
    background: #ffec00;
    border-radius: 50%; }

.site-type:checked + label::before {
    background: #323232; }

.filter-templates-block {
    margin: 2%;
    margin-top: 4%; }
.filter-templates-block p {
    font-family: "MyriadProBold", Arial;
    font-size: 24px;
    color: #323232;
    letter-spacing: 2px; }

.submit-templates {
    position: relative;
    display: inline-block;
    margin-left: -20px;
    text-align: right;
    text-transform: uppercase;
    font-family: "MyriadProRegular",Arial;
    font-size: 20px;
    color: #FFEC00;
    line-height: 1.5;
    background: #323232 none repeat scroll 0% 0%;
    cursor: pointer;
    border: medium none;
    width: auto;
    padding-left: 17px;
    padding-right: 17px;}
.submit-templates:hover {
    color: #fff;
    text-decoration: none; }
.submit-templates::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%; }
.submit-templates::after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 30px;
    height: 30px;
    background: #323232;
    border-radius: 50%;
    z-index: -1; }

.wrapper-tags {
    text-align: center; }

.partners-top {
    background: #ffec00; }
.partners-top .main-menu {
    margin: 0; }
.partners-top .main-menu img.works-logo,
.partners-top .main-menu img.hamburger-logo {
    top: 2em;
    left: 2em; }
.partners-top .partners-title {
    margin: 0;
    font-family: "MyriadProBold", Arial;
    font-size: 7rem;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 1%; 
	padding-left: 10%;
	}

.partner-list-text{
    word-wrap: break-word;
    z-index: 5;
    font-size: 1.2em;
    color: #FFEC00;
}

.partner-list-text-p{
    text-indent: 5px;
    margin: 1% !important;
}

.partner-list-background{
    height: 100%;
    position: absolute;
    top: 0px;
    background: transparent url("../img/code.png") no-repeat scroll 0% 0% / auto 100%;
    z-index: 1;
    width: 748px;
    right: 0px;
    background-repeat: no-repeat;
}
.bgvideo {
    background: url(../img/partners-theme.jpg);
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.partners-list {
    background-size: 100% auto;
    position: relative;
    overflow-y: auto;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
.partners-list .partner-item {
    position: relative;
    width: 95%;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    margin-right: 1%;
    margin-bottom: 2%;
    border: 2px solid #ffec00;
    height: 290px; }
.partners-list .partner-item img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 45%;
    max-height: 45%; }
.partners-list .partner-item figcaption::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, visibility 0s linear 0.3s; }
.partners-list .partner-item h2 {
    position: relative;
    text-align: center;
    font-family: "MyriadProRegular", Arial;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0.9em;
    width: 100%;
    opacity: 0;
    font-size: 3rem; }
.partners-list .partner-item figcaption::before, .partners-list .partner-item p {
    opacity: 0.35s;
    -webkit-transform: 0.35s;
    -ms-transform: 0.35s;
    transform: 0.35s; }
.partners-list .partner-item p {
    text-align: center;
    font-family: "MyriadProRegular", Arial;
    color: #fff;
    padding: 1em;
    width: 90%;
    margin: 0 auto;
    margin-top: 9em;
    border-top: 2px solid #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
.partners-list .partner-item:hover h2 {
    opacity: 1;
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }
.partners-list .partner-item:hover figcaption::before, .partners-list .partner-item:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }

.button-wrapper {
    text-align: center; }
.simple-button {
    text-align: center;
    display: inline-block;
    padding: 14px 23px 11px;
    font-family: "MyriadProRegular",Arial;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    color: #FFEC00;
    border: 2px solid #FFEC00;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;}
.simple-button:hover, .simple-button:active{
    text-decoration: none;
    color: #2E2E2E;
    background: #FFEC00 }

.simple-button:nth-child(2){
    margin-left: 10px;
}

.white-background {
    height: 100%;
    background: #000; }

.wrapper_portfolio {
    width: 80%;
    margin: 2em auto 0px;
    height: calc(98vh - 2em);}

.title-portfolio {
    font-family: "MyriadProBold",Arial;
    font-size: 5rem;
    border-bottom: 7px solid #FFEC00;
    margin-bottom: 5px;
    width: auto;
    display: inline-block;}

.gallery-wrap {
    text-align: center;
    margin-bottom: 1.5em; }
.gallery-wrap .item {
    height: 60%;
    position: relative;
    width: 100%;
    float: left;
    cursor: pointer;}
.gallery-wrap .item img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    }
.gallery-wrap .flleft {
    height:100%;
    width: 50%;
    float: left; }
.gallery-wrap .flright {
    height:100%;
    width: 50%;
    float: right; }
.gallery-wrap .gallery-img {
    float: left;
    width: 50%;
    height: 27vh; }
.gallery-wrap .gallery-img img {
    width: 100%; }

.loading-bar {
    position: relative;
    width: 100%;
    height: 3vh;
    background: #323232; }
.loading-bar .load-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 3vh;
    background: #ffec00; }

.main-nav {
    position: relative;
    margin-top: 5em;
    text-align: center; }
.main-nav ul {
    height: calc(100vh - 64px - 100px);
    min-height: 400px;
    padding: 0;
    list-style-type: none;
    font-size: 0; }
.main-nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-right: 2em;
    margin-bottom: 2em;
    height: calc(45% - 2em);
    width: 22%;}
.main-nav li:nth-child(2) {
    margin-right: 0; }
.main-nav li:last-child {
    margin-right: 0; }
.main-nav a {
    text-align:center;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    padding: 1em;
    background: rgba(255, 255, 0, 0.9);
    color: #000;
    text-decoration: none;
    letter-spacing: 2px; }

.main-nav a h4{
    font-size: 1.3em;
    font-weight: bold;
}
.main-nav a span {
    display: inline-block;
    width: 50%;
    height: 50%; }
.main-nav a .home-icon {
    background: transparent url("../img/house-icon.svg") no-repeat scroll 50% 0% / contain; }
.main-nav a .templates-icon {
    background: transparent url("../img/computer-icon.svg") no-repeat scroll 43% 0% / contain;}
.main-nav a .portfolio-icon {
    background: transparent url("../img/pencil-icon.svg") no-repeat scroll 78% 0% / contain;}
.main-nav a .partners-icon {
    background: transparent url("../img/partner-icon.svg") no-repeat scroll 56% 0% / contain;
}

.contacts {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #000; }

.contacts-inner{
    height: 100%;
}

.contacts a{
    position: relative;
    display: inline-block;
    font-family: "MyriadProSemiBold", Arial;
    font-size: 2rem;
    letter-spacing: 3px;
    color: #ffec00;
    padding-left: 50px; 
}
.contacts p {
    margin: 5px;
    position: relative;
    display: inline-block;
    font-family: "MyriadProSemiBold",Arial;
    font-size: 2rem;
    letter-spacing: 3px;
    color: #FFEC00;
    left: -12px;
    padding-left: 34px;}

.contacts a:nth-child(2){
    padding-left: 0px;
}
.contacts p:nth-child(2) {
    margin-right: 15px; }

.contacts .phone-footer-elem-1::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    left: 0px;
    top: 3px;
    background: transparent url("../img/footer-sprite.png") no-repeat scroll 8px 0px; }

.email-footer{
    width: 100%;
    max-width: 320px;
    display: inline-block;
    margin-left: -15px;
}

.email-footer img{
    width: 100%;
    height: auto;
}

.contacts .skype-footer::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 25px;
    left: 0px;
    top: 4px;
    background: url("../img/footer-sprite.png") no-repeat;
    background-position: -50px 0; }
.contacts .skype-footer a{
    padding-left: 0px;
}
.new-line{
    display: inline-block;
}
.works-menu{
    position: absolute;
}
.works-menu .main-menu {
    z-index: 1;
    left: 2em;
    width: 15em;
    position: absolute;
    height: 10em;
    display: block;
    background: none; }
.works-menu .main-menu img {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
.works-menu .main-menu .works-logo {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
.works-menu .main-menu:hover img.works-logo {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100); }
.works-menu .main-menu:hover img.hamburger-logo,
.works-menu .main-menu img.hamburger-logo:hover {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }

.template-item {
    float: left;
    width: 400px;
    max-width: 100vw;
    height: 48vh;
    margin-right: 50px;
    overflow: hidden;
    white-space: nowrap; 
    position: relative;
    /*height: 100%;*/
    height: 99%;
    display: none;}
.template-item img {
    width: 100%;
    display: inline-block;
    width: 100%;
}

.menu-list li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear; }
.menu-list li:hover span {
    -webkit-animation: smallToBig 900ms ease;
    animation: smallToBig 900ms ease;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear; }
.menu-list li:hover .menu-text {
    -webkit-animation: smallToBig 500ms ease;
    animation: smallToBig 500ms ease;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(0.1); }
    to {
        -webkit-transform: scale(1); } }
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9); }
.overlay .overlay-close {
    font-size: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 34px;
    height: 34px;
    background: url("../img/exit-button.png") no-repeat;
    background-position: center top;
    cursor: pointer;
    border: none;
    outline: none;
    z-index: 100; }

.overlay-door {
    visibility: hidden;
    z-index: 1000;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    transition: width 0.5s 0.3s, visibility 0s 0.8s; }
.overlay-door.open {
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s; }
.overlay-door.open nav,
.overlay-door.open footer {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
.overlay-door.open .overlay-close {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
.overlay-door nav,
.overlay-door footer {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s; }
.overlay-door .overlay-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s; }
.overlay-door.close nav {
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
.overlay-door.close .overlay-close {
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }

@media screen and (max-height: 30.5em) {
    .overlay nav {
        font-size: 34px; }
    .overlay ul li {
        min-height: 34px; } }
.owl-carouselle .partner-item {
    margin: 3px; }

.owl-carouselle .partner-item img {
    object-fit: corner;
    display: block;
    width: 100%;
    height: auto; }

.owl-pagination {
    display: none; }

.customNavigation .btn {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: block;
    font-size: 0;
    width: 60px;
    height: 60px;
    background: url("../img/left-arrow.png");
    background-size: 100%;
    cursor: pointer; }
.customNavigation .prev {
    left: 40px; }
.customNavigation .next {
    background: url("../img/right-arrow.png");
    background-size: 100%;
    right: 40px; }
.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }

/*======================= form partners ============================ */
.modal_window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); 
    z-index: 9999;
}

.modal-wrapper {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 33%;
    height: 55%;
    min-height: 460px;
    max-width: 400px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-top: 5px solid #ffec00;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.modal-wrapper .partners-form {
    padding: 0 40px 20px; }
.modal-wrapper .partners-form1 {
    padding: 0 40px 20px; }
.modal-wrapper fieldset {
    border: none; }
.modal-wrapper .form-exit {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    width: 27px;
    height: 27px;
    background: #ffec00; }
.modal-wrapper .form-text {
    margin: 20px;
    font-family: "MyriadProRegular", Arial;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 1px;
    color: #323232;
    line-height: 1.3; }
.modal-wrapper input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
.modal-wrapper input:focus {
    border: 1px solid #ffec00;
    color: #323232; }
.modal-wrapper .btn-form {
    text-transform: uppercase;
    cursor: pointer;
    background: #ffec00;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
.modal-wrapper .btn-form:hover {
    background: #b3a500; }

.show-modal_window {
    display: block; }

.slider-wrapper {
    height: 65%;
    margin-bottom: 30px;
    position: relative; }

/*============calculate=============*/

.block-calculation-main{

    background: white;
}

.block-calculation-mainbackground{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
}

.block-calculation-inner-calculate{
    border: 4px solid #FFEC00;
    text-align: center;
    display: inline-block;
}

.block-calculation-title{
    background: #FFF none repeat scroll 0% 0%;
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #202020;
    top: -62px;
    position: relative;
    display: inline-block;
    padding: 0px 20px;
}

.block-calculation-imgcalculation{
    background: #FFF none repeat scroll 0% 0%;
    right: -100px;
    float: right;
    margin: 58px 0px;
    padding: 5px 0px;
    position: absolute;
    display: inline-block;
}
.block-calculation-getrequest{
    background: #FFF none repeat scroll 0% 0%;
    text-align: center;
    font-size: 24px;
    color: #202020;
    bottom: -28px;
    position: relative;
    display: inline-block;
    padding: 4px 29px;
    border: 4px solid #FFEC00;
    transition: all 0.3s ease 0s;
}

.block-calculation-getrequest:hover{
    text-decoration: none;
    background: #FFEC00 none repeat scroll 0% 0%;
}

.block-calculation-checktype{
    background: #FFF none repeat scroll 0% 0%;
    text-align: center;
    font-size: 14px;
    color: #000;
    bottom: -22px;
    position: relative;
    display: inline-block;
    padding: 4px 29px;
    border: 4px solid #FFEC00;    
}

.block-calculation-inner-main-all{
    width: calc(100% + 60px);
    background: transparent url("../img/calculate.png") repeat scroll 0% 0%;
    background-position: 100%;
    background-size: auto 100%;
    display: inline-block;
    margin-bottom: 50px;
    background-repeat: no-repeat;
}

.block-calculation-inner-main{
    float: left;
    position: relative;
    text-align: left;
    background: white;
    padding: 5px 0px;
    width: 50%;
}
.block-calculation-inner-main-left{
    left: -30px;
    background: white;
}

.block-calculation-inner-main-right{
    background: none;
}

.calculate-checkbox{
    display: none;
}

.calculate-checkbox + label{
    position: relative;
    padding-top: 9px;
    padding-left: 37px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    color: #202020;
    margin-bottom: 10px;
    -moz-hyphens: auto;
    float: left;
}

.calculate-checkbox + label::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    height: 25px;
    width: 25px;
    border: 1px solid #FFEC00;
    background: rgb(32, 32, 32) none repeat scroll 0% 0%;
}

.calculate-checkbox:checked + label::after{
    content: "";
    background: transparent url("../img/check.png") repeat scroll 0% 0%;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 22px;
    height: 22px;
    background-size: 100%;
}

.block-calculation-cost{
    background: transparent url("../img/cost.png") no-repeat scroll 0% 0% / 100% auto;
    display: inline-block;
    float: right;
    padding: 7px 23px 32px 18px;
    right: 13px;
    position: absolute;
    bottom: 0px;
}

.block-calculation-cost-textcost{
    color: #202020;
    margin-left: 51px;
    font-weight: bold;
    margin-right: 14px;
}

.maxwidth{
    max-width: 1024px;
}

#answerModal .modal-wrapper{
    height: auto;
    top: calc(50% - 67px);
    bottom: auto;
    min-height: 0px;
}

.first-page {
    height: 100%;
    display: block;
}

.second-page {
    height: 100%;
    display: block;
}

.third-page {
    display: block;
}

.portfolio-slider li{
    height: 100%;
}


.btn-works {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #FFEC00;
    background: #fff;
    color: #000;
    font-family: "MyriadProRegular", Arial;
    letter-spacing: 1px;
}

.btn-works:first-child {
    margin-right: 15px;
}

.btn-works:hover {
    background: #FFEC00;
    color: #fff;
    text-decoration: none;
}

.btn-works:focus {
    text-decoration: none;
    color: #000;
}

.wraprer-btn {
    text-align: center;
}

.gallery-wrap {
    height: 99%;
    max-width: 1200px;
}

.wrapp-slider{
    height: 87%;
}

.flexbox-container {
    display: table;
    height: 100%;
    width: 100%;
}
.template-active{
    border: 2px solid yellow;
    box-shadow: -1px 8px 3px 3px black;
}

.template-last-item{
    margin-right: 0px;
}
.modal-wrapper .modalform {
    padding: 0 40px 20px; }

.template-item{
    cursor: pointer;
}

.template-item:hover{
    border: 2px solid yellow;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.63);   
}

.img-more{
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    top: -8px;
    cursor: pointer;
    float: left;
}

.img-more img{
    width: 100%;
    height: 100%;
}

.select-number{
    width: 68px;
    position: relative;
    float: left;
    left: 10px;
    float:left;
}

.number-label{
    float: left;
    font-size: 10px;
    margin-top: 9px;
}

#block-advertising{
    display: inline-block;
}

#block-advertising-border-text{
    color: #F00;
    font-weight: bold;
    top: calc(100% + 14px);
    position: relative;
    float: right;
}
#block-advertising-border{
    border: solid red;
    border-width: 2px;
    opacity: 0;
    position: absolute;
    left: -5px;
}

#calculate20-offset{
    display: inline-block;
}

.template-item-link{
    height: 100px;
    display: inline-block;
    z-index: 5;
    width: 100px;
    margin: 0px;
    left: calc(50% - 50px);
    top: calc(50% - 60px);
    position: absolute;
}

.template-item-link:hover{
    transform: scale(1.1);
}

.template-item-link-button{
    padding: 8px 16px;
    border: 2px solid #FF0;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
    margin-left: 20px;
    position: fixed;
    right: 22px;
    bottom: 0;
    font-size: 20px;
    color: black;
    background: #FFEC00 none repeat scroll 0% 0%;
}

.template-item-link-button:hover{
    text-decoration: none;
    color: #FFEC00;
    background: black none repeat scroll 0% 0%;
}

.template-item-mask{
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    /* z-index: 200; */
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

#ImageModal .modal-Loader {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0% 0%;
    min-height: 100vh;
    width: 100vw;
    left: 0px !important;
    margin: 0px;
    outline: 0px none;
    display: inline-block;
    position: absolute;
    padding-bottom: 50px;
}

#ImageModal .modal-Loader .imageModal-header{
    display: inline-block;
    width: 100%;
    position: fixed;
    text-align: center;
}

#ImageModal .modal-Loader .imageModal-header .close{
    float: right;
    font-size: 58px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.9;
    position: relative;
    margin-right: 30px;
    color: #FF0;
}  
#ImageModal .modal-Loader .imageModal-header .close:hover{
    opacity: 1;
}

#ImageModal .modal-Loader .imageModal-body{
    text-align: center;
}

#ImageModal .modal-Loader .imageModal-body .block-header-bottom-arrows{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: #FF0;
    opacity: 0;
    cursor: pointer;
    position: fixed;
    margin-top: calc(50vh - 25px);
    background: none;
    border: none;
}
#ImageModal .modal-Loader .imageModal-body .block-header-bottom-arrows-prev{
    margin-left: -50px;
}

#ImageModal .modal-Loader .imageModal-body .block-header-bottom-arrows:hover{
    opacity: 1;
}

#ImageModal .modal-Loader .imageModal-body img{
    max-width: calc(100% - 150px);
    cursor: zoom-in; 
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in;
}

#ImageModal .modal-backdrop{
    height: 0px !important;
}

.number-block{
    display: none;
}

.main-text{
    cursor: pointer;
}

.portfolio-slider-main{
    width: 200%;
}
.portfolio-slider-main li{
    width: 50%;
}
.portfolio-slider-mobile{
    display: none;
    width: 1000%;
    left: 0px;
}

.portfolio-slider-mobile li{
    width: 10%;
}

.portfolio-slider-500height{
    display: none;
    width: 500%;
}
.portfolio-slider-500height li{
    width: 20%;
}


.portfolio-slider-mobile li{
    /*width: 100% !important;*/
}

.portfolio-item{
    overflow: hidden;
}

.gallery-wrap  .item-type-1{
    height: 60%;
}

.item-type-by-height img {
    width: auto !important;
    height: 100% !important;
}

.gallery-wrap   .item-type-2{
    height: 40%;
}
.gallery-wrap   .item-type-3{
    height: 40%;
    width: 50%;
}

.item-by-height img {
    width: 100% !important;
    height: 100% !important;
}

.item-by-width img {
    width: 100% !important;
    height: 100% !important;
}


.item-type-3 .portfolio-item-text-div{
    font-size: 11px;

}
.gallery-wrap .item-type-mobile{
    height: 100%; 
}

.portfolio-item-mask{
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 200;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    left: 0px;
}

.portfolio-item-link{
    height: 100px;
    position: relative;
    display: inline-block;
    z-index: 5;
    width: 100px;
    z-index: 9;
}

.portfolio-item-link:hover{
    transform: scale(1.1);
}
.gallery-wrap  .portfolio-item p {
    font-family: "MyriadProRegular",Arial;
    font-size: 1.2em;
    padding: 0px 3px;
    color: #FFF;
    left: 10px;
    /* line-height: 1em; */
    }
    
    .gallery-wrap  .portfolio-item p.mini {
        font-size: 1.1em;
    }
    
.gallery-wrap  .portfolio-item h2 {
    display: inline-block;
    text-align: center;
    font-family: "MyriadProRegular",Arial;
    top: 0px;
    width: 100%;
    opacity: 1;
    left: 0px;
    color: white;
    padding-bottom: 4px;}

.gallery-wrap  .item-type-3 h2 {
    margin-top: 20px;}

.galery-wrap .item-type-mobile h2 {
    margin-top: 5px;}

.gallery-wrap  .item-type-2 .portfolio-item-link, .gallery-wrap  .item-type-mobile .portfolio-item-link, .gallery-wrap  .item-type-3 .portfolio-item-link {
    height: 50px;
    position: absolute;
    display: inline-block;
    width: 50px;
    right: 0px;
    top: 5px;
}

.portfolio-item-offlink{
    z-index: 10;
    position: absolute;
    color: yellow;
    left: 5px;
}

.portfolio-item-offlink:hover{
    text-decoration: underline;
    color: yellow;
}

.portfolio-slider-outer{
    height: calc(100% - 100px - 5em);
    padding: 3% 0px 0px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.social-likes{
    display: inline-block;
    position: absolute;
    right: 0px;
    text-align: center;
    top: calc(50% - 154px);
}

.socials{
    height: 40px;
    width: 40px;
    float: top;
    background: url(../img/sprite-socials.png);
    background-repeat: no-repeat;
    background-position: -1px 0px;
    background-size: auto 100%;
    cursor: pointer;
    margin-top: 5px;
}

.socials:hover{
    transform: scale(1.2);
}
.socials:first-of-type{
    margin-top: 0px;
}

.social-twitter {
    background-position: -40px 0px;
}

.social-mailru {
    background-position: -84px 0px;
}

.social-vkontakte {
    background-position: -127px 0px;
}

.social-odnoklassniki {
    background-position: -170px 0px;
}

.social-plusone{
    background-position: -213px 0px;
}
.social-linkedin{
    background-position: 76.3% 0px;
}
.social-instagram{
    background-position: 89.4% 0px;
}

.cotnacts-recall{
    z-index: 5;
    bottom: 10px;
    right: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
}
.cotnacts-recall:hover{
    transform: scale(1.2);
}

.cotnacts-recall img{
    height: 100%;
}

.recall-div{
    position: absolute;
    right: 0px;
    background: #000 none repeat scroll 0% 0%;
    border: 2px solid #FF0;
    z-index: 1;
    width: 370px;
    padding: 15px;
    text-align: center;
    bottom: -350px;
}

.recall-div p{
    margin: 5px;
    position: relative;
    display: inline-block;
    font-family: "MyriadProSemiBold",Arial;
    font-size: 2rem;
    letter-spacing: 3px;
    color: #FFEC00;
    left: -12px;
    padding-left: 34px;
}

.recall-div input {
    outline: medium none;
    display: block;
    width: 90%;
    border: 1px solid #D9D9D9;
    padding: 10px 15px;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    margin-left: 5%;
}
.recall-div input:focus {
    border: 2px solid #ffec00;
    color: #323232; 
}
.recall-submit_button {
    padding: 8px 16px;
    border: 2px solid #FF0;
    color: #FF0;
    background: transparent none repeat scroll 0% 0%;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
    width: 80%;
}
.recall-submit_button:hover {
    text-decoration: none;
    color: #000;
    background: #FFEC00 none repeat scroll 0% 0%;
}

.calculate-title{
    max-height: 100%;
}

#filter-templates-block-mobile{
    display: none;
}

.type-site-select-value{
    position: relative;
    text-align: left;
    border: 1px solid black;
    padding: 5px;
    display: inline-block;
    width: 100%;
    color: #323232;
    background-color: yellow;
}

.type-site-select{
    list-style: outside none none;
    display: none;
    padding: 5px;
    width: 100%;
    text-align: left;
    background-color: yellow;
    color: black;
    border: 1px solid #323232;
}

.type-site-select li{
    cursor: pointer;
}
.type-site-select li:hover{
    background: #323232;
    color: yellow;
}

.type-site-glyphicon{
    padding-left: 5px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    border-left: 1px solid #323232;
    top: 10px;
}

.type-site-select-value-block{
    margin-left: -15px;
    display: inline-block;
    text-align: center;
    width: 370px;
}

.simple-button-select_type {
    background: #323232;
    color: #FFEC00;
    margin: 10px 0px;
}

.partners-outer{
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
}


.withoutpadding{
    padding-left: 0px !important;
}

.IN-widget span, .IN-widget a{
    background: none !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.recall-div-close{
    font-size: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: transparent url("../img/exit-button.png") no-repeat scroll center top;
    cursor: pointer;
    border: medium none;
    outline: medium none;
    z-index: 100;
    background-size: 100% auto;
    margin: 0px !important;
    padding: 0px !important;
}


.portfolio-item-text-div{
    display: inline-block;
}

.must_be_pverflow{
    height: 100vh;
}

.must_be_pverflow-inner{
    position: relative; 
    height: 100%;
    overflow: hidden;
}

.jspPane{
    height: 100% !important;
}

.partners-top .main-menu{
    top: 0px;
}

.portfolio-item-link-imglink{
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 8;
    left: 0px;
}


#partner-list-text-inner{padding:0px 0px 0px 0px;display:none;}
#partner-list-text-inner .new{opacity: 0;}
#partner-list-text-inner .div_opacity{
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    opacity: 1;}

.unset_animation{
    display:none;
    background: none;
    float:right;
    font-size: 14px;
    margin-right: 10px;
}

.unset_animation:hover{
    background: yellow;
    color: #232323;
}

.portfolio-buttons{
    font-size: 14px;
    padding: 8px 24px 7px;
    color: #323232;
}

.wrapp-slider {
    list-style: outside none none;
    position: absolute;
    padding: 0px;
}

.wrapp-slider  li{
    float: left;
    margin: 0px;
}

.portfolio-buttons-wrapper{
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}