html{height: 100%;}
body{height: 100%; min-width: 360px; position: relative; font: 18px/1.4 "OpenSans-Regular"; background: #fff; 
color: #000;}
#container{min-height: 100%; position: relative; overflow: hidden;}
#sticky-footer-wrapper {padding-bottom: 380px;}
#header{position: relative; height: 118px}
#content{min-height: 200px; position: relative; padding-bottom: 50px}
#footer{position: absolute; left: 0; bottom: 0; width: 100%; height: 380px; padding: 70px 0 0 0;
    background: #000000; color: #fff; font-size :14px}
.wrapper-1600{max-width: 1620px; margin: 0 auto; padding: 0 10px}
.wrapper-1200{max-width: 1220px; margin: 0 auto; padding: 0 10px}
.wrapper-900{max-width: 920px; margin: 0 auto; padding: 0 10px}

/*Common styles*/
h1{font: 60px/1.08 OpenSans-Bold; margin: 0 0 40px;}
.index-content h1{font-size: 98px}
h2, .title{font: 36px OpenSans-Bold; text-align: center; margin: 40px 0 30px 0}
.title{font-size: 42px}
h3{font: 30px OpenSans-Bold; text-align: center; margin: 30px 0 20px}
h4{font: 24px OpenSans-Bold; text-align: center; margin: 30px 0 20px}
p{margin-bottom: 12px}
.path{margin: 20px 0; font-size: 13px}
.path a{padding-right: 3px; color: #fff}
.path a::after{content:" / "}
.path a span{color: #fff;}
.pager{text-align: center; margin-bottom: 20px; margin-top: 40px}
.pager a{display: inline-block; padding: 10px 15px; border-bottom: none;}
.pager a.active{color: #fff; background-color: #46afa8}
.no-padding{padding: 0}
.no-padding-top{padding-top: 0!important}
a.underline{display: inline-block; position: relative;}
a.underline::before{display: block; position: absolute; content: ""; height: 1px; width: 30px;
    transition: width .5s ease-in-out, left .5s ease-in-out;
    left: 0; bottom: 0;}
a.underline:hover::before{width: 100%}
a.underline.green{color: #3fd5ae;}
a.underline.green::before{background-color: #3fd5ae;}
a.underline.red{color: #ff4136; margin-right: 6%}
a.underline.red::before{background-color: #ff4136}
a.underline.black{color: #000;}
a.underline.black::before{background-color: #000}
.cursor{position: relative; width: 40px; height: 40px; float: left; position: relative; top: 7.5px}
.dot-1, .dot-2{width: 7px; height: 7px; background: #ff4136; border-radius: 50%; transition: all 0.3s;position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)}
.cursor{position: absolute; z-index: 99999999999999;
    pointer-events: none; transform: translate(-50%, -50%);}
.cursor .dot-1.hovered {border-radius: 0; transform: scale(0.14, 5.7); top: 30%; left: 30%}
.cursor .dot-2.hovered {border-radius: 0; transform: scale(5.7, 0.14); top: 30%; left: 30%}
.big-font{font-size: 24px}

/*Buttons*/
.button{display: block; width: 260px; padding: 15px 0; color: #fff; text-align: center;
    transition: all 0.7s; margin: 20px auto 0}
.button.green{background: #3fd5ae;}
.button.green:hover{background: #32ad8d;}
.button.request-button{background: transparent; border: 1px solid #f5984c; color: #fff}

/*Header*/
.logo{display: block; width: 200px; float: left; margin: 35px 45px 0 0;}
.logo img{display: block; width: 100%}
#header .phones{float: left; margin-top: 25px}
#header .phones a{display: block; margin-bottom: 5px; font-weight: bold; color: #fff}
.top-menu{font-size: 14px; position: absolute; right: 0; top: 0}
.top-menu li{display: inline-block; padding: 0 10px;}
.top-menu li a{display: inline-block; }
.top-menu li a:not(.social-icon):hover{color: #ff4136}
.top-menu li .social-icon{width: 18px; height: 18px; background-repeat: no-repeat; overflow: hidden;
    background-position: center center; background-size: 18px 18px; position: relative; top: 3px;}
.top-menu li .social-icon.instagram{background-image: url("../images/svg/instagram-red.svg")}
.top-menu li .social-icon.facebook{background-image: url("../images/svg/facebook-red.svg")}
.top-menu .menu-button{width: 260px; color: #fff; position: relative; padding: 47px 30px; }
.top-menu .menu-button .green-block{background-color: #3fd5ae; transition: background-color 0.5s; position: absolute;
    left: 0; top: 0; width: 100%; height: 100%}
.top-menu .menu-button .button-name{position: relative; z-index: 1}
.top-menu .menu-button .button-name span{display: inline-block; margin-right: 10px; }
.top-menu .menu-button .button-name img{display: inline-block; position: relative; top: 4px}
.green-block:hover{background: #33b593}

#main-menu{padding: 40px 0; background: #fff; width: 100%; height: 100vh; position: fixed; top: -100vh; left: 0;
    z-index: 999999; overflow-x: hidden; overflow-y: auto; transition: all 0.5s}
#main-menu.showed{top: 0}
#main-menu ul{margin-top: 55px}
#main-menu ul li{margin-bottom: 40px}
#main-menu ul li a{font: 36px/1 OpenSans-Light; display: block;}
#main-menu ul li a:hover{color: #ff4136}
#main-menu #menu-close{float: right;font-size: 14px; color: #3fd5ae; width: 70px; height: 20px;
    background: url("../images/svg/cancel-green.svg")no-repeat center right; background-size: contain;}
#main-menu .wrapper-1600{position: relative; display: flex;}
#main-menu .left-side span{color: #717171}
#main-menu .address{position: absolute; bottom: 0; left: 0}
#main-menu .address p:not(:first-child){margin-bottom: 5px}

#fixed-header{background: #fff; position: fixed; top: 0; left: 0; width: 100%; z-index: 5;
    box-shadow: 0px 6px 17px 1px rgba(140, 140, 140, 0.43); display: none}
#fixed-header .menu-button{padding: 6px 30px 12px}
#fixed-header .logo{width: 150px; margin: 5px 0}

/*Content*/
.page-top{position: relative; display: flex; flex-wrap: wrap; justify-content: flex-start; margin-bottom: 50px}
.page-top .wrapper-1600{position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1620px}
.left-side{width: 50%; position: relative;}
.left-side .red-block{background: #ff4136; height: 100%; width: 100%}
.page-top .right-side{padding: 100px 10px 100px 60px;}
.page-top .right-side p:last-of-type, .page-top .right-side .numerals{margin-bottom: 15px}
.right-side{width: 50%;word-break: break-word; z-index: 1;}
.right-side h1{position: relative; left: -180px; width: calc(100% + 180px);}
.index-content .right-side h1{max-width: 600px}
.right-side h1+p{max-width: 540px;}
.right-side h1+p+a{margin-top: 10px;}
.numerals{max-width: 540px}
.numerals>div{width: 33.3%; padding-right: 15px; float: left;}
.numerals>div span{color: #ff4136; font: 42px OpenSans-Bold; height: 57px; display: block}
.page-bottom{margin: 50px 0; display: flex; flex-wrap: wrap; justify-content: flex-start}
.page-bottom .header{font: 98px/1 OpenSans-Bold; position: relative; right: -95px}
.page-bottom .header+p{font: 42px OpenSans-Bold; position: relative; right: -95px}
.page-bottom .header+p span{display: block; line-height: 1.1}
.page-bottom .left-side{text-align: right; padding: 150px 10px; z-index: 10}
.page-bottom .right-side .pink-block{background: #ff8d86; height: 100%}

/*Projects*/
.project-item{width: calc((100% - 60px)/4); float: left; margin: 0 20px 20px 0; position: relative; overflow: hidden; max-height: 570px}
.project-item:nth-child(4n){margin-right: 0}
.project-item img{display: block; width: 100%; -webkit-filter: grayscale(1); filter: gray; filter: grayscale(1);}
.project-item .services-icons{position: absolute; top: 20px; right: 20px; z-index: 2}
.project-item .services-icons img{width: 30px; height: 30px; display: inline-block; margin: 0 5px}
.project-item .description{position: absolute; top: 72%; left: 35px; right: 35px; z-index: 2; transition: all 1s}
.project-item .description .name{font-size: 24px; color: #fff; margin-bottom: 20px}
.project-item .description p{opacity: 0; transition: all 1s}
.item-hover{position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: #3fd5ae; z-index: 1; transition: all 1s}
.project-item:hover .item-hover{top: 0}
.project-item:hover .description{top: 40%}
.project-item:hover .description p{opacity: 1}
.projects-items+a.underline{float: right; margin-top: 15px}

#myCanvasContainer{width: 630px; margin: 0 auto}
#tags a.copyright{background: url("../images/svg/services/edit-red.svg")no-repeat; background-size: 30px 30px}

.customers-logos img{display: inline-block; margin: 0 20px 5px 0; height: 40px;}

.chess-order .text, .chess-order .image{width: 50%; float: left}
.chess-order>div:nth-child(2n+1) .text{padding-right: 60px}
.chess-order>div:nth-child(2n) .text{padding-left: 60px}
.chess-order>div:nth-child(2n+1) .image{padding-left: 60px}
.chess-order>div:nth-child(2n) .image{padding-right: 60px}
.chess-order>div:nth-child(2n) .text{float: right}
.chess-order>div:not(.video){padding-bottom: 75px}
.chess-order>div:last-child{padding-bottom: 0}
.chess-order .header{font: 36px/1.1 OpenSans-Bold; margin: 0 0 20px}
.project .image img, .about .image img{-webkit-filter: grayscale(1); filter: gray; filter: grayscale(1); transition: all 0.5s}
.project .image img:hover, .about .image img:hover{filter: none;}
.marked{display: inline-block; padding: 2px 4px; margin-bottom: 15px;  color: #fff; background: #3fd5ae; font-size: 14px}
.customers-logos{margin-bottom: 30px}
.red-cross{width: 65px; height: 65px; position: absolute; top: -40px; left: -50px; background: url(../images/red-cross.png)no-repeat; }
.chess-order .numerals{margin: 40px 0; font-size: 24px; position: relative}
.chess-order .numerals p{margin-bottom: 3px}
.chess-order .numerals span{color: #ff4136; font-family: OpenSans-Bold}
.tag{display: inline-block; margin: 0 20px 5px 0}
.tag>*{display: inline-block}
.tag img{width: 22px; height: 22px; position: relative; top: 4px; margin-right: 6px}
/*.service{padding-left: 30px; background-size: 25px 25px; background-position: left center; background-repeat: no-repeat;}*/
.info-block.video{background: #ffd9d7; padding: 75px 0!important}
.info-block .text{margin-top: 50px}
.video-wrapper{position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
.video-wrapper iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.ticker{height: 480px!important; overflow: hidden}
.ticker img{height: 480px!important; margin-left: -5px; -webkit-filter: grayscale(1); filter: gray; filter: grayscale(1);
    transition: all 0.5s}
.ticker img:hover{filter:none}

/*Reviews*/
.review{margin-top: 0}
.review .left-side{width: 25%;}
.reviewer-photo{border-radius: 100%; position: absolute; left: calc(100% - 125px); top: 80px }
.review .right-side{width: 75%;}
.review .right-side .pink-block{background: #ff8d86 url("../images/quotes.png")no-repeat top 30px left 9%;
    padding: 115px 20px 45px 225px; color: #fff}
.review .right-side .pink-block p{max-width: 770px}
a.reviewer-name{display: inline-block; padding: 0 0 0 35px; margin: 25px 0 5px}
a.reviewer-name::before{left: 35px}
a.reviewer-name:hover::before{width: calc(100% - 35px)}
a.reviewer-name.facebook{background: url(../images/svg/facebook-black.svg)no-repeat left center}
a.reviewer-name.instagram{background: url(../images/svg/instagram-black.svg)no-repeat left center}
.projects-links{color: #000; margin-top: 25px}
.projects-links span{color: #fff}
.projects-links a{display: inline-block; margin: 0 0 5px 5px}

.reviews-list .review{margin: 0}
.reviews-list .review .pink-block{background: rgba(255, 141, 134, 0) url("../images/quotes.png")no-repeat top 30px left 9%;
    color: #000; transition: background 1s}
.reviews-list .review .projects-links span{color: #000}
.reviews-list .review a.reviewer-name.facebook{background: url(../images/svg/facebook-green.svg)no-repeat left center}
.reviews-list .review a.reviewer-name.instagram{background: url(../images/svg/instagram-green.svg)no-repeat left center}
.reviews-list .review .right-side:hover .pink-block{background: rgba(255, 141, 134, 1) url("../images/quotes.png")no-repeat top 30px left 9%;
    color: #fff}
.reviews-list .review .right-side:hover a.reviewer-name.facebook{background: url(../images/svg/facebook-black.svg)no-repeat left center}
.reviews-list .review .right-side:hover a.reviewer-name.instagram{background: url(../images/svg/instagram-black.svg)no-repeat left center}
.reviews-list .review .right-side:hover .projects-links span{color: #fff}
.reviews-list .review .right-side:hover a.underline.green{color: #000}
.reviews-list .review .right-side:hover a.underline.green::before{background-color: #000}

/*Services*/
#content.services-list{padding-bottom: 0}
.services-list .row{margin-bottom: 50px}
.services-list .row:not(.pink-row), .services-list .row .wrapper-1600{display: flex; flex-wrap: wrap; justify-content: space-between}
.services-list .service{padding: 0 30px 10px; width: 31%}
.services-list .service .name{font-size: 24px; line-height: 1.1; max-width: 260px; display: flex; flex-wrap: nowrap}
.services-list .service img, .services-list .service span{display: inline-block; margin-right: 10px;}
.services-list .service img{width: 50px; height: 50px}
.services-list .service span{padding-top: 5px}
.services-list .service .description{margin-top: 15px}
.services-list .pink-row{background: #ffd9d7;}
.services-list .pink-row .service{padding: 30px 30px 35px}

/*Clients*/
.clients-list{}
.clients-list .client{width: 14.2%; height: 110px; padding: 0 40px 20px; float: left}
.clients-list .client img{display: block; max-width: 100%; margin: 0 auto; -webkit-filter: grayscale(1); filter: gray; filter: grayscale(1);
    transition: all 0.5s}
.clients-list .client img:hover{filter: none}

/*Slider*/
.swiper-carousel{position: relative; padding: 0 70px;}
.swiper-container{padding: 0!important}
.swiper-slide{height: 55px!important}
.swiper-slide img{display: block; position: relative; top: 50%; transform: translateY(-50%);
    -webkit-filter: grayscale(1); filter: gray; filter: grayscale(1);
    transition: all 0.5s}
.swiper-slide img:hover{filter: none}

/*Contacts*/
.contacts .right-side>div{margin-bottom: 35px; padding-left: 32px; background-repeat: no-repeat; background-position: left top}
.contacts .right-side>div a{display: inline-block; margin-bottom: 5px}
.contacts .address{background-image: url("../images/placeholder.png")}
.contacts .phones{background-image: url("../images/phone.png")}
.contacts .email{background-image: url("../images/communications.png")}
#content.contacts{padding-bottom: 10px}

/*Forms*/
.form-errors, .form-success {margin: 5px 0 15px; padding: 10px 20px; width: 100%;  border-radius: 3px; display: none}
.form-errors p, .form-success p{margin-bottom: 3px}
.form-errors {border: 1px solid #d85a5b; color: #d85a5b; background: #fff0f0}
.form-success{border: 1px solid #84a151; color: #84a151; background: #edf5df}
div.error-field input, div.error-field textarea{border: 2px solid #de553a; background-color: #fce7e3}

input[type="text"], input[type="password"], textarea{width: 100%;   border: 1px solid #507eb8;
    border-radius: 3px; margin-bottom: 15px}
select{min-width: 400px; border: 1px solid #838383; border-radius: 5px; padding: 9px 20px;
    background-image: url("../images/svg/down-arrow.svg"); background-position: right 10px center;
    background-repeat: no-repeat; background-size: 15px 15px; -moz-appearance: none; text-indent: 0.01px;
    text-overflow: '';  appearance: none!important; -ms-appearance: none; -webkit-appearance: none;}
select::-ms-expand {display: none;}
.form-buttons{text-align: center}

#overlay{display: none; width: 100%; height: 100%; position: fixed; background: #131111; opacity: 0.5; z-index: 1001; top: 0; left: 0; }
.modal-window{display: none; position: fixed; background: #fff; width: 600px;
    border-radius: 3px; z-index: 1001; top: 100px; left: 50%; margin-left: -300px; padding: 0 50px 35px; box-shadow: 0 0 10px 5px rgba(0,0,0,0.4)}
.modal-close {position: absolute; top: 13px; right: 15px; width: 20px; height: 20px; z-index: 10;
    background: url("../images/cross.svg") no-repeat; background-size: contain}
.modal-window .title + p{color: #5e294a; margin-bottom: 30px; text-align: center}
.modal-window form {width: 100%; position: relative}
.modal-window form input[type="text"]{height: 42px; line-height: 42px; padding: 0 20px;}
.modal-window form textarea{height: 130px; resize: none; padding: 13px 20px}
.modal-window form div.email{width: 48%; float: left}
.modal-window form div.phone{width: 48%; float: right}
.modal-window form .agreement, .modal-window form .required{font-size: 15px;}
.modal-window form .agreement{margin-bottom: 25px}

/*Footer*/
#footer .left-column{float: left}
.footer-menu li{padding: 8px 0}
.footer-menu li a:hover{color: #ff4036}
#footer .right-column{float: right; text-align: right; padding-top: 160px}
#footer .right-column a{color: #ff4036}
#footer .right-column p{margin-bottom: 3px}
.footer-logo{display: inline-block; margin-bottom: 10px}

#to-top{width: 50px; height: 50px; background: #3fd5ae url("../images/svg/up-arrow.svg") no-repeat center center;
    background-size: 25px 25px; position: fixed; right: 5%; bottom: 5%; display: none; opacity: 0.7}
.fixed-menu{display: none; position: fixed; bottom: 0; left: 0; background: #f5984c; z-index: 1000; width: 100%;
    height: 46px; padding: 10px 0; box-sizing: border-box}
.fixed-menu a{display: block}
.fixed-menu .request-button{display: block; width: 85%; color: #fff;   text-align: center; font: 20px/26px Arial;
    border-right: 1px solid #aa7e32; float: left}
.mobile-to-top{width: 15%; float: left; height: 100%; background: url("../images/arrow-up.svg")no-repeat center center;
    background-size: 20px 20px}