@import url("reset.css");

/*****
********************
********************

ИСПОЛЬЗУЕМЫЕ СТИЛИ

********************
********************
*****/

    @font-face {
			font-family: "LatoRegular";
			src: url("../fonts/LatoRegular/LatoRegular.eot");
			src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoRegular/LatoRegular.woff") format("woff"),
			url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LatoBold";
			src: url("../fonts/LatoBold/LatoBold.eot");
			src: url("../fonts/LatoBold/LatoBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoBold/LatoBold.woff") format("woff"),
			url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LatoItalic";
			src: url("../fonts/LatoItalic/LatoItalic.eot");
			src: url("../fonts/LatoItalic/LatoItalic.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoItalic/LatoItalic.woff") format("woff"),
			url("../fonts/LatoItalic/LatoItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LatoLight";
			src: url("../fonts/LatoLight/LatoLight.eot");
			src: url("../fonts/LatoLight/LatoLight.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoLight/LatoLight.woff") format("woff"),
			url("../fonts/LatoLight/LatoLight.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LatoBoldItalic";
			src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot");
			src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoBoldItalic/LatoBoldItalic.woff") format("woff"),
			url("../fonts/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LatoLightItalic";
			src: url("../fonts/LatoLightItalic/LatoLightItalic.eot");
			src: url("../fonts/LatoLightItalic/LatoLightItalic.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoLightItalic/LatoLightItalic.woff") format("woff"),
			url("../fonts/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

    @font-face {
      font-family: "Lato-Black";
      src: url("../fonts/LatoBlack/Lato-Black.eot"); /* IE9 Compat Modes */
      src: url("../fonts/LatoBlack/Lato-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../fonts/LatoBlack/Lato-Black.woff") format("woff"); /* Modern Browsers */
      font-weight: normal;
      font-style: normal;
    }
 
body {
    font-family: "LatoRegular";
}

.landing .subtitletxt, .landing header p {
    font-family: "LatoLight";
}
  
.landing header {
    width:1090px;
}
    
.wardrobe-video {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    max-height: 360px;
}

.toning {
    position: absolute;
    top: 0;
    left: 0;
    background-color:#33475B;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.wardrobe-video video {
    height: auto;
    min-width: 100%;
    background-position: center center;
    margin-top: -10%;   
}

.video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vb_gallery .vb_video_title, .video-play .vb_video_title, #vbCaption {
    font-family: "LatoLight", FontAwesome;
    color:#FFFFFF;
    margin-top:10px;
}

.video-play .vb_video_title {
    font-size:27px;
}

.video-play .vb_video_title:after {
    margin-top:10px;
    margin-left:8px;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #FFFFFF;
    transition: width .3s ease-in-out;
}

.video-play .vb_video_title:hover:after,
.video-play .vb_video_title:focus:after {
    width: 445px;
}

.infoproduct {
    width:100%;
    background-color:#008DD7;
    background-image: url("/assets/images/texture-cubes-abstract.png"), linear-gradient(45deg,
#008DD7, #008DD7);
}

.infoproduct-2 {
    background-color: #33475B;
    background-image: url("/assets/images/texture-cubes-abstract.png"), linear-gradient(45deg,
#008DD7, #008DD7);
    border-top:1px solid #FFFFFF;
    background-size: cover;
}

.infoproduct h5, .infoproduct-2 h5 {
    color:#ffffff;
    text-align:center;
    padding:80px 0;
    font-size: 27px;
    font-family: 'LatoLight', sans-serif;
    display:block;
    max-width:925px;
    margin:0 auto;
    line-height:1.5;
}

.infoproduct-2 h5 {
    max-width: 950px;   
}

.items_content {
    margin:50px 0;
}

.videobox .pagination {
    display:none;
}

.offer-box .vb_thub_wrap {
    display:none;
}

.offer-box .vb_video_cont {
    margin:0 auto;
    display:block;
}

.vb_video_cont img {
    border-radius:5px;
}

.set-img {
    background-image: url("/assets/images/bgimg-shkaf.jpg"), linear-gradient(45deg, #00ADE4, #006DB0);
    background-size:contain;
    height:440px;
    overflow:hidden;
    background-position:center;
    background-repeat:repeat;
    width:100%;
    
}

.flex-set-img {
    width:1090px;
    display:flex;
    justify-content:center;
    margin:0 auto;
}

.left-txt {
    width:60%;    
}

.right-img {
    width:40%;
}

.right-img img {
    max-width:542px;
    height:auto;
    margin-top:10px;
}

.gift {
    display:flex;
    color:#FFFFFF;
}

.gift img {
    margin-top:30px;
}

.gift .txt {
    margin-left:30px;
}

.gift p {
    padding:10px;
    margin-top:10px;
    border:2px dashed #FFFFFF;
    border-radius:10px;
    font-size:17px;
}

.gift h5 {
    font-size:19px;
    font-family: 'Lato-Black', sans-serif;
    margin-top:30px;
}

.left-txt h4 {
    color:#FFFFFF;
    line-height:1.5;
    font-size:24px;
    margin:80px 0 30px;
    font-family: 'Lato-Black', sans-serif;
}

.left-txt ul li {
    list-style: none;
    list-style-position: inside;
    line-height: 1.5;
    padding-bottom: 2px;
    margin-bottom: 3px;
    color:#FFFFFF;
    font-size:17px;
}

.left-txt ul li i {
    min-width: 20px;
    text-align: center;   
}

.left-txt ul li strong {
    border-bottom:1px solid #D0FF00;
    font-family: "LatoBold";
}

.landing .content {
    width: 1170px;
    margin: 0 auto;
}

.map-box {
    padding: 80px 10px;
    margin: 0 auto;
    max-width: 1090px;
}

.mapcontainer {
    background-color: #EFEFEF;
    padding-bottom:50px;
}

.map {
    margin-top: 60px;
    height: 535px;
    width: 100%;
    position:relative;
    color: #33475B;
}

.map .contacts {
    border: 2px solid #00bcd5;
    padding: 35px;
    position:absolute;
    top:50px;
    left:50px;
    background:#FFFFFF;
}

.contacts span, .contacts a {
    color: #33475B;
    font-size: 18px;
    line-height: 2;
    display: block;
    font-family: 'Lato-Black', sans-serif;
}

.contacts p {
    font-size: 18px;
    margin: 30px 0;
}

.map-box h4 {
    color: #33475B;
    font-size: 24px;
    font-family: 'Lato-Black', sans-serif;
}

/*****
********************
********************

ФОРМА ЗАЯВКИ

********************
********************
*****/

.cons-scroll-cont {
    padding:15px 0;
}
.cons-scroll {
    padding:15px 20px;
}

.cons-scroll, #screenform input[type="submit"], #mk-form input[type="submit"] {
    border: 0px solid #FFFFFF;
    color: #FFFFFF;
    font-family: "LatoBold";
    cursor: pointer;
    text-transform: uppercase;
    background-color:#e8364e;
}

.cons-scroll:hover #screenform input[type="submit"]:hover, #mk-form input[type="submit"]:hover {
    background-color:#D03045;
}

#screenform input, #mk-form input {
    width: 100%;
    box-sizing: border-box;
    margin: 15px 0px;
    font-size: 16px;
    border: 0px solid #FFFFFF;
    border-radius: 0px;
    padding: 15px 15px;
    font-family: "LatoRegular";
    background-color:#efefef;
    color: #33475B;
}

#screenform input:focus, #mk-form input:focus {
    background-color:#FFF2C4;
}

.right-form .circle-1, .right-form .circle-2, .right-form .circle-3 {
    color:#00B300;
    display:none;
}

.callback-form {
    max-width: 1090px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
}

.callback-form .left, .callback-form .right-form {
    width:50%;
}

.right-form {
    padding-left:40px;
    box-sizing:border-box;
}

.callback-form .left {
    padding-right:30px;
    max-width:505px;
}

.formtitle {
    font-family: 'Lato-Black', sans-serif;
    display:block;
    font-size:36px;
    color:#33475B;
    line-height:1.3;
}

.formsubtitle {
    font-family: 'Lato-Black', sans-serif;
    display:block;
    font-size:22.5px;
    margin:10px 0;
    color:#33475B;
}

.callback-form p {
    color:#33475B;
    font-family: "LatoLight", sans-serif;
    margin: 0 0;
    line-height: 2;
    font-size: 18px;
}

.right-form h4 {
    font-family: 'Lato-Black', sans-serif;
    display: block;
    font-size: 19px;
    color: #33475B;
    line-height: 1.3;
    margin-bottom:36px;
    margin-top:7px;
}

.callback-form .right-form p {
    color:#7A7A7A;
    font-family: "LatoRegular", sans-serif;
    text-align:center;
    line-height: 1.5;
    font-size: 14px;
}

#screenform span {
    font-family: "LatoRegular", sans-serif;
    line-height: 1.5;
    font-size: 18px;
    color: #33475B;
}

.callback-form img {
    margin-top:50px;
}

#mk-form-img {
    margin-top:30px;
    width:100%;
    height:auto;
    border-radius:10px;
}


/********** ************/

.set_box {
    background-color: #EFEFEF;
    padding-top:50px;
}

.set_box h3 {
    text-align:center;
    font-size:24px;
    font-family: "Montserrat Bold";
    color:#777;
    margin:0 auto 30px;
}

.set_box h3 span {
    color:#ff036b;
}

.set {
    max-width: 1170px;
    padding-top:0px;
    padding-bottom:50px;
    margin: 0 auto;
    display: flex;
}

.set .items span {
    font-size: 24px;
    font-family: 'Lato-Black', sans-serif;
    color: #33475B;
    margin-bottom: 20px;
    display:block;
    line-height:1.5;
}

.set .items span strong {
    color:#E53450;
}

.set .item p {
    text-align:justify;
    border-left: none;
    padding: 15px;
    margin: 5px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 10px;
    color:#33475B;
}

.set .items {
    display: flex;
    flex-wrap: wrap;
}

.set .item {
    width: 50%;
    margin: 30px 0;
    padding:0 20px;
    box-sizing:border-box;
    min-height:inherit;
}

.set .items .icon {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin: 0 20px auto;
    background-size: cover;
}

#diler {
    margin :0;
    display:block;
    width:100%;
}

.info-3 {
    display:none;
    width:100%;
    margin-top:20px;
    background-color:#F2F2F2;
    padding:10px;
    border-radius:10px;
}

.info-3 ul li {
    border-bottom: 1px solid #E4E4E4;
}

.info-3 ul li.strong {
    font-family: "Lato-Black";
    list-style:none;
}

.btn-3{
    display: block;
    box-sizing: border-box;
    border: none;
    width: 300px;
    color: #33475B;
}

.buttons {
    display:flex;
    width:505px;
    margin:0 auto;
    position:relative;
}

.landing .item .buttons a {
    display: block;
    padding: 15px 10px;
    color:#FFFFFF;
    font-family: 'Lato-Black', sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    border: none;
    width: 50%;
    text-align:center;
}

.btn-1 {
    background-color:#E8364E;
}

.btn-2 {
    background-color:#33475B;
}

.btn-1:hover {
    background-color:#D03045;
}

.btn-2:hover {
    background-color:#2B3C4D;
}

.info-1, .info-2 {
    position:absolute;
    font-size: 18px;
    color:#FFFFFF;
    width:50%;
    box-sizing: border-box;
    top:47px;
    z-index:100;
    display:none;
}

.buttons ul li {
    list-style: disc;
    list-style-position: inside;
    line-height: 1.5;
    padding-bottom:10px;
    margin-bottom:10px;
}

.info-2 ul li {
    border-bottom:1px solid #46627D;
}

.info-1 ul li {
    border-bottom:1px solid #E87281;
}

.buttons ul li:last-child {
    border-bottom:0px solid #46627D;
    padding-bottom:0px ;
    margin-bottom:0px;
}

.info-1 {
    background-color:#E8364E;
    padding:10px;
    left:0px;
}

.info-2 {
    background-color:#33475B;
    padding:10px;
    left:50%;
}

.items-header {
    margin:0 auto;
    max-width: 1090px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

a.soc {
    display: inline-block;
    background-color: #5A7DA0;
    color: #FFFFFF;
    width:32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
    box-sizing: border-box;
    margin-right: 15px;
    cursor: pointer;
    line-height: 0;
}
.soc i {
    font-size: 19px;
}

.soc_title {
    margin: 30px 0;
}

.landing footer {
    background-color: #33475B;
    padding: 80px 10px;
}

footer .addres {
    margin: 0 0 0 60px;
}

footer p a {
    color:#B0C9E4;
    border-bottom: 1px dashed #B0C9E4;
}

footer button {
    width: 270px;
}

footer p {
    font-size: 16px;
    text-align: center;
    color:#B0C9E4;
    padding-top:80px;
    margin-top:80px;
    border-top:1px solid #3F5871;
}

.logo {
    width: 190px;
    height: 72px;
    background-image: url(../images/logo-min.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 10px;
}

.addres {
    display: flex;
    margin: 0 80px auto 0;
}

.addres span, .addres a {
    color:#B0C9E4;
}

.addres span {
    display: block;
    font-size: 16px;
    color: #B0C9E4;
    line-height:1.5;
}

.addres a {
    color: #FFFFFF;
    border-bottom: 1px solid #ff036b;
    display: inline;
    font-size: 14px;
    line-height:2;
}

.addres i {
    display: block;
    font-size: 43px;
    margin-right: 30px;
    color: #FFFFFF;
}

.headerbutton {
    display: flex;
}

.headerbutton button {
    padding: 15px 20px;
    background-color: #e8364e;
    color: #FFFFFF;
    font-family: "LatoBold";
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 10px;
}

.headerbutton button:hover {
    background-color: #D03045;
}

/*****
********************
********************

РЕДАКТИРУЕМЫЕ СТИЛИ

********************
********************
*****/

/*
**************
**************
*/

.callback_btn span {
    border: 1px solid #6E6E6E;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
    
    background-image: url(../images/bg-btn-anim.png);
    background-repeat: no-repeat;
    background-position: -110px 0;
    animation: animatedBackground 5s linear normal infinite;
    transition-property: all;
    transition-duration: 0.5s;
}

.callback_btn span:hover {
    border: 1px solid #9F3481;
    color: #FFFFFF;
    background-color: #89377d;
}

.callback_btn span:hover i {
    color: #FFFFFF;
}

.form {
    width: 595px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0.4em 0.4em 5px rgba(0,0,0,0.4);
    position: relative;
}

.form p {
    font-family: "Montserrat Medium";
    margin-bottom:inherit;
    text-align: center;
    font-size: 19px;
    color: #585858;
}

.form p.titleform {
    font-size: 24px;
}
.form p.subtitleform {
    font-size: 18px;
    margin-bottom: 50px;
}

.form span, .form input {
    font-family: "Montserrat Medium";
    display: block;
    font-size: 18px;
    color: #414545;
}

.form input, .form textarea {
    color: #a4abac;
    font-family: "Montserrat Medium";
    font-size: 18px;
}

.form input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 10px 0;
}

.inp {
    border: 1px solid #d1d7d8;
    padding: 15px;
}

.inp:focus, .form textarea:focus {
    border: 1px solid #FFBD35;
}


.form .btn {
    width: 290px;
    background-color: #e8364e;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 50px auto 0;
    font-size: 16px;
    padding: 20px 15px;
    border:none;
}

.form .btn:hover {
    background-color: #D03045;
}

.form textarea {
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 10px 0;
    border: 1px solid #d1d7d8;
    padding: 15px;
}

form p.small {
    font-size: 14px;
}

#arrow {
    position: absolute;
    top:117px;
    left: -82px;
    
    animation: arrow 5s linear normal infinite;
    transition-property: all;
    transition-duration: 0.5s;
}

.modal-box {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.form i.fa-times {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #57585C;
    font-size: 24px;
    cursor: pointer;
}

/*
*********************
БЛОК №3
*********************
*/



/*
******************
ФОРМА КАЛЬКУЛЯТОР
******************
*/

.calculator-form {
    background-color: #FFFFFF;
    padding: 30px;
    font-family: "Montserrat Medium";
}

.title {
    font-size: 26px;
    text-align: center;
    width: 100%;
    color:#585858;
}

.subtitle {
    font-size: 20px;
    text-align: center;
    width: 100%;
    color:#585858;
}

.calculator-form form span {
    width: 100%;
    color: #777;
    font-size: 18px;
}

#result, .question {
    margin-top: 35px;
}

#result, .br_visible {
    display: none;
}

#result {
    display: block;
}

#plotter_breakage, #printer_breakage {
    margin-bottom: 30px;
}

#price {
    color: #e53450;
    display: inline;
    font-size: 24px;
    font-family: "Montserrat Bold";
}

.calculator-form button {
    margin: 0;
    display: none;
}

.radio{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;    
}

input[type="radio"] {
    display: none;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    
}

.calculator-form form span.cr {
    border: 1px solid #9ba2a2;
    border-radius: 50%;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    position: relative;
    margin-right: 10px;
}

.calculator-form form label {
    cursor: pointer;
}

.calculator label {
    display: flex;
    align-items: center;
}

.calculator-form form span.cr i {
    font-size: 15px;
    position: absolute;
    top:4px;
    left:6px;
    display: none;
    color: #ff036b;
}

.manufacturer {
    display: none;
}

#search {
    font-family: "Montserrat Medium";
    color: #777;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 5px 0;
    display: none;
}

.manufacturer, .model, .breakage {
    margin: 5px 0;
}

.model, .breakage {
    display: none;
}

.form p.smalltxt {
    margin-top:30px;
    font-size: 14px;
}


/*
******************
МЕДИАЗАПРОСЫ
******************
*/

@media screen and (max-width: 1170px) {
    .printer .item {
    width: 100%;
    margin: 30px 0;
    }
    .printer .item br {
        display: none;
    }
    .printer .image {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    footer, .map-box {
        padding: 30px 10px;
    }
    .map {
        margin-top: 30px;
        height: auto;
    }
    footer p {
        margin-top: 30px;
    }
    .calculator {
        flex-direction: column;
        padding: 30px 10px;
        text-align: center;
    }
    .calculator .block_left {
        width: 100%;
        max-width: inherit;
    }
    .calculator img, .calculator button {
        margin: 30px auto;
    }
    .calculator br {
        display: none;
    }
    .screen {
        padding: 30px 0;
    }
    .printer {
        padding: 30px 10px;
    }
    .printer .item {
        margin: 10px 0;
        padding: 10px 0;
    }
    .offer-box {
        margin-top: 30px;
    }
    .offer-box h1, .offer-box h1 span {
        font-size: 32px;
    }
    .headerbutton {
        width: 100%;
        margin: 20px 10px;
    }
    .headerbutton button {
        width: 100%;
    }
    .items-header {
        justify-content: space-around;
    }
    .screen .items {
        flex-direction: column;
        text-align: center;
        margin: 30px auto;
    }
    .screen .items br {
        display: none;
    }
    .screen .items .item {
        width: auto;
        margin-bottom: 20px;
    }
    .screen .items .icon {
        float: inherit;
        margin: 0 auto;
    }
    .screen .items .item p {
        margin: 0;
    }
    #screenform {
        flex-direction: column;
        padding: 0 10px;
        margin-top: 30px;
    }
    #screenform input {
        width: 100%;
        margin: 5px 0;
    }
}

@media screen and (max-width: 680px) {
    footer .addres {
        margin: 0;
    }
    .map .contacts {
        width: 100%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 570px) {
    .calculator button {
        width: 100%;
    }
    .calculator img {
        width: calc(100% - 100px);
        height: auto;
    }
    .logo {
        margin-bottom: 20px;
        width: 100%;
        background-position: center;
    }
    .phone a {
        margin: 0 10px;
        font-size: 19px;
    }
    .printer .items .icon {
        margin: 0 10px 0 0;
    }
}