@charset "UTF-8";

/* Разработка - UNITRA 2019 - Steve Jobs */

/* Общие настройки */
body {
    font-family: sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    font-family: 'Gotham Pro', sans-serif;
    overflow-x: hidden;
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

h1,
h2,
h3 {
    margin: 0;
}

/* Настройки позиций */
*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

/* Настройки загрузки фото */
img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}


.hidden {
    display: none;
}

.container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1152px;
}
.flex_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Настройки шапка */

#header {
    padding-top: 54px;
    padding-bottom: 284px;
    background: url(https://superdim.com.ua/technical/moykaokon/img/header.jpg) no-repeat center/cover;
}

.header_first {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 229px;
}

.logo {
    font-size: 37px;
    font-family: 'Gotham Pro Black', sans-serif;
    color: #fff;
}

.logo a {
    color: #fff;
    text-decoration: none;
}

.logo span {
    color: #007eff;
}

.header_number {
    position: relative;
    font-family: 'Gotham Pro', sans-serif;
    color: #0089ff;
    font-size: 22px;
    padding-left: 2px;
    font-weight: 700;
}

.header_number::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    left: -43px;
    top: -5px;
    background: url(https://superdim.com.ua/technical/moykaokon/img/header_number.png) no-repeat;
}

.header_two h1 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Raleway Black', sans-serif;
    font-size: 62px;
    color: #fff;
    letter-spacing: 5px;
}

.header_two h1 span {
    color: #007eff;
}

.header_three {
    text-align: center;
    font-size: 24px;
    font-family: 'Gotham Pro', sans-serif;
    color: #fff;
    margin-top: 33px;
    letter-spacing: 0.2px;
}

.aktsia {
    color: #007eff;
    font-weight: bold;
    font-style: italic;
}

/* Настройки Галереи */

.fancybox {
    position: relative;
    cursor: pointer;
    width: 365px;
    height: 240px;
    background: url(https://superdim.com.ua/technical/moykaokon/img/gallerysmall1.jpg) no-repeat center;
    transition: border 0.3s;
    margin-bottom: 22px;
    border: 8px solid #fff;
}

.fancybox .text {
    text-align: center;
    font-size: 50px;
    font-family: 'Gotham Pro', sans-serif;
    opacity: 0;
    font-weight: 900;
    position: inherit;
    color: #fff;
    top: 35%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.fancybox {
    outline: none;
}

.fancybox:hover {
    border: 8px solid #007eff;
    transition: all 0.4s cubic-bezier(0.65, 0.46, 0.25, 0.2);
}

.fancybox:hover .text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: background 0.3s;
}

.fancybox:hover .bg {
    background: rgba(0, 0, 0, 0.5);
}

.fancybox:hover .bg {
    background: rgba(0, 0, 0, 0.5);
}

.fancybox:nth-child(2) {
    background: url(https://superdim.com.ua/technical/moykaokon/img/gallerysmall2.jpg) no-repeat center;
}

.fancybox:nth-child(3) {
    background: url(https://superdim.com.ua/technical/moykaokon/img/gallerysmall3.jpg) no-repeat center;
}

.fancybox:nth-child(4) {
    background: url(https://superdim.com.ua/technical/moykaokon/img/gallerysmall4.jpg) no-repeat center;
}

.fancybox:nth-child(5) {
    background: url(https://superdim.com.ua/technical/moykaokon/img/gallerysmall5.jpg) no-repeat center;
}

.fancybox:nth-child(6) {
    background: url(https://superdim.com.ua/technical/moykaokon/img/gallerysmall6.jpg) no-repeat center;
}

/* Настройки списков с галочкой */
.list {
    padding-left: 40px;
}

ul.list li {
    position: relative;
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
    color: #fff;
    margin-bottom: 35px;
    line-height: 1.4;
}

.list li::before {
    content: '';
    position: absolute;
    width: 31px;
    height: 31px;
    left: -41px;
    background: url(https://superdim.com.ua/technical/moykaokon/img/day_list.png) no-repeat;
}

/* Блок таблицы с ценами */


.preparation_bl {
    align-items: center;
}

.preparation_text {
    width: 576px;
}


.preparation_text p {
    padding-top: 10px;
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
}

/* Блок контактной формы*/

.professionals {
    background: url(https://superdim.com.ua/technical/moykaokon/img/supdimcontact.jpg) no-repeat center/cover;
}

.professionals_text {
    width: 727px;
    margin-top: 10px;
}

.professionals_bl h2 {
    font-size: 32px;
    font-family: 'Gotham Pro', sans-serif;
    color: #fff;
    margin-bottom: 28px;
    line-height: 1.2;
    letter-spacing: 0.8px;
}

.professionals_text p {
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
    color: #fff;
}


/* Блок с 2 блоками*/

.natural_text,
.natural2_text,
.ready_day_text,
.ready_day2_text,
.homeblock1_text,
.blockvydjobstext,
.voprosotvettext {
    width: 575px;
    line-height: 1.4;
}
.voprosotvettext,
.blockvydjobstext {
    padding-right: 15px;
}

.blockvydjobs p,
.natural_text p,
.natural2_text p {
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 15px;
}


/* Блок как мы работаем */

.we_work {
    background: url(https://superdim.com.ua/technical/moykaokon/img/supdimblock1.jpg) no-repeat center/cover;
}

.we_work_bl.flex_container {
    align-items: baseline;
}


.work_item {
    width: 211px;
    text-align: center;
}

.work_item p {
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: lighter;
    color: #fff;
    font-weight: 700;
    margin-top: 24px;
    line-height: 1.5;
}


/* Блок как мы работаем */

.ready_day {
    background: url(https://superdim.com.ua/technical/moykaokon/img/supdimblock2.jpg) no-repeat center/cover;
}

.ready_day2{
    background: url(https://superdim.com.ua/technical/moykaokon/img/supdimblock3.jpg) no-repeat center/cover;
}

/* Блок визуализации или основного текста */
.company_text {
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

.company li {
    list-style: disc;
}

.company h3 {
    color: #2a2a2a;
    margin-top: 9px;
    margin-bottom: 9px;
    letter-spacing: 1.5px;
}
.company h4 {
    display: inline-block;
    font-size: 18px;
    color: #2a2a2a;
    font-family: 'Gotham Pro', sans-serif;
    margin-top: 9px;
    margin-bottom: 9px;
    letter-spacing: 1.5px;
}

.company_text p {
    color: #2a2a2a;
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
    line-height: 1.6;
    padding-bottom: 5px;
}

.company_text li {
    color: #656565;
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
    line-height: 1.6;
    margin-bottom: 5px;
}

/* Подвал */

.footer_bl_first {
    background: #1a1a1a;
    padding-top: 40px;
    padding-bottom: 25px;
}

.footer_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer_bl_item {
    margin-right: 60px;
}

.footer_bl_item h3 {
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer_bl_item:nth-child(1) {
    color: #bbbbbb;
    width: 260px;
    margin-right: 41px;
}

.footer_bl_list li {
    padding-bottom: 4px;
    padding-left: 22px;
}

.footer_bl_list li a {
    font-family: 'Gotham Pro', sans-serif;
    color: #278bf3;
    padding-bottom: 6px;
}

.footer_bl_item p {
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
    color: #bbbbbb;
    padding-bottom: 6px;
}

.footer_bl_item:nth-child(2) {
    color: #bbbbbb;
    width: 972px;
}
.footer_bl_item:nth-child(3) {
    color: #bbbbbb;
    width: 486px;
        margin-right: 0;
}


.footer_bl_two {
    padding-top: 17px;
    padding-bottom: 14px;
    background: #fbb51b;
}

.footer_bl_two p {
    font-size: 16px;
    color: #2a2a2a;
    font-family: 'Gotham Pro', sans-serif;
    text-align: center;
}

/* Разработка стилей STEVE JOBS */

/* Общий  */
.natural, 
.natural2, 
.we_work,
.preparation,
.material,
.ready_day,
.ready_day2,
.homeblock1,
.reviewjobs, 
.pricejobs,
.company,
.blockvydjobs,
.linkjobs,
.professionals,
.voprosotvet{
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Блоки с серым цветом  */
.material,
.reviewjobs,
.company,
.voprosotvet{
      background: #f2f2f2;
}


/* H2 центральные STEVE JOBS */

.we_work h2,
.material h2,
.reviewjobs h2,
.pricejobs h2,
.company h2,
.linkjobs h2 {
font-size: 33px;
color: #2a2a2a;
text-align: center;
font-family: 'Gotham Pro',
sans-serif;
margin-bottom: 50px;
letter-spacing: 2px;
}


/* H2 блоков STEVE JOBS */
.natural h2,
.ready_day h2,
.ready_day2 h2,
.homeblock1 h2,
.blockvydjobs h2,
.voprosotvet h2,
.preparation h2,
.natural2 h2 {
    display: inline-block;
    font-size: 33px;
    color: #2a2a2a;
    font-family: 'Gotham Pro', sans-serif;
    margin-bottom: 15px;
}

.we_work h2,
.ready_day h2,
.ready_day2 h2,
.homeblock1 h2
{
    color:#fff;
}

.otstup4blockjobs {
    margin-top: 15px;
}

.textjobswhite {
    color: #fff;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 15px;
}

.alangjobs {
    font-size: 18px;
    margin-right: 25px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 900;
}

.jobscontactform {
    padding-bottom: 10px;
    text-align: left;
    color: #bbbbbb;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

.textuljobs {
    margin-left: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.positiontablejobs {
    position: inherit;
    left: 4%;
}

.urlfooterjobs {
    font-size: 16px;
    color:
    #2a2a2a;
    font-family: 'Gotham Pro', sans-serif;
    text-align: center;
    text-decoration: none;
}

/* Настройки таблицы */
table#pricejobs {
    font-family: 'Gotham Pro', sans-serif;
    border-collapse: collapse;
    color: #2a2a2a;
    font-weight: 700;
    width: 100%
}

table#pricejobs th {
    border-bottom: 3px solid #007eff;
    padding: 6px;
}

table#pricejobs td {
    padding: 6px;
    font-size: 14px;
}

table#pricejobs tr:nth-child(odd) {
    background: white;
}

table#pricejobs tr:nth-child(even) {
    background: #9999994f;
}

table#pricejobs td:nth-child(1) {
    padding-right: 50px;
}

table#pricejobs td:nth-child(2) {
    text-align: right;
    padding-left: 50px;
    padding-right: 50px;
}

table#pricejobs th:nth-child(1) {
    text-align: left;
    padding-right: 50px;
}

table#pricejobs th:nth-child(2) {
    text-align: right;
    padding-left: 50px;
    ;
    padding-right: 45px;
}

/* Настройки контакт формы*/
#pop {
    width: 500px;
    text-align: center;
    font-size: 15px;
    font-family: 'Gotham Pro Black', sans-serif;
}

#form1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#form1 input,
#form1 button {
    width: 240px;
    height: 51px;
    margin-bottom: 16px;
    padding-left: 21px;
    font-size: 15px;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 300;
    outline: none;
}

#form1 button {
    text-transform: uppercase;
    font-family: 'Gotham Pro', sans-serif;
    background: #007eff;
    color: #000;
    border: 0;
    cursor: pointer;
    transition: background 0.3s;
    padding: 0;
    margin-bottom: 17px;
        margin-left: 10px;
}

#form1 input:focus {
    border: 1px solid #6cb4ff;
}

#form1 button:hover {
    background: #6cb4ff;
}


/* Настройки блоков с ценами */
.pricejobsblock {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
}

.pricejobs {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
}

.pricejobsfon {
    background: #848484;
    border: 1px solid #ECF4FF;
    padding: 30px;
    min-height: 380px;
    border-radius: 35px;
}
.pricejobsblock:nth-child(2) > .pricejobsfon{
    background:url(https://superdim.com.ua/technical/moykaokon/img/mat.jpg);
}
.pricejobsblock:nth-child(3) > .pricejobsfon{
    background:url(https://superdim.com.ua/technical/moykaokon/img/glanc.jpg);
}
.pricejobsblock:nth-child(4) > .pricejobsfon{
    background:url(https://superdim.com.ua/technical/moykaokon/img/par.jpg);
}
.pricejobsblock:nth-child(5) > .pricejobsfon{
    background:url(https://superdim.com.ua/technical/moykaokon/img/tkan.jpg);
}
.pricejobsblock:nth-child(6) > .pricejobsfon{
    background:url(https://superdim.com.ua/technical/moykaokon/img/dvyhuroven.jpg);
}
.pricejobsblock:nth-child(7) > .pricejobsfon{
    background:url(https://superdim.com.ua/technical/moykaokon/img/satin.jpg);
}

.pricejobsname {
    font-size: 20px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #fff;
    font-family: 'Gotham Pro', sans-serif;
    line-height: 1.6;
}

.pricejobsinfo {
    margin-top: 5px;
}

.pricejobs p {
    font-family: 'Gotham Pro', sans-serif;
    line-height: 1.6;
    font-weight: 300;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #fff;
}

.pricejobs h4 {
    font-family: 'Gotham Pro', sans-serif;
    line-height: 1.6;
}



/* Настройки отзывов */
.reviewjobsblock {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
}

.reviewjobs {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
}

.stars {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 12px;
}

.stars:before {
    content: '';
    background-image: url(https://superdim.com.ua/technical/moykaokon/img/star.svg);
    width: 16px;
    display: inline-block;
    background-size: contain;
    height: 16px;
}

.stack {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

.star_group {
    float: right;
    padding-top: 5px;
}

.reviewjobsfon {
    background: #fff;
    border: 1px solid #ECF4FF;
    padding: 30px;
    min-height: 380px;
}

.reviewjobsname {
    font-size: 20px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #455A64;
    font-family: 'Gotham Pro', sans-serif;
    line-height: 1.6;
}

.reviewjobsinfo {
    margin-top: 16px;
}

.reviewjobsdata {
    float: right;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #455A64;
    font-family: 'Gotham Pro', sans-serif;
    line-height: 1.6;
    padding-left: 10px;
    padding-bottom: 3px;
}

.reviewjobs p {
    font-family: 'Gotham Pro', sans-serif;
    line-height: 1.6;
    font-weight: 300;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.reviewjobs h4 {
    font-family: 'Gotham Pro', sans-serif;
    line-height: 1.6;
}

/* Настройки виды потолков */

.perelik {
    padding-left: 40px;
}

ul.perelik li {
    position: relative;
    font-family: 'Gotham Pro', sans-serif;
    margin-bottom: 35px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 300;
}

.perelik li::before {
    content: '';
    position: absolute;
    width: 31px;
    height: 31px;
    left: -41px;
    background: url(https://superdim.com.ua/technical/moykaokon/img/day_list.png) no-repeat;
}

.perelik li:nth-child(4) {
    margin-bottom: 30px;
}


/* Настройки перелинковки на главной */
.linkhome {
    padding-left: 150px;
}
.linkhomesection {
    width: 50%;
}
#uljobs li {
  list-style: none;
  padding: 5px;
}
#uljobs a{
    font-family: 'Gotham Pro', sans-serif;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    color: #2a2a2a;
}
#uljobs a:hover {
   color: #007eff;
   text-decoration:none;
}
#uljobs li:before{
    font-size: 20px;
    content: "◉";
    color: #007eff;
    padding-right: 8px;
}

/* Настройки перелинковки на странице услуг */

.linkposlygi {
    padding-left: 60px;
}

.linkposlygisection {
    width: 33%;
    display: inline-grid;
    padding-left: 60px;
}
.linkposlygiblock {
    padding-bottom: 15px;
}
.linkposlygiblock span2:before {
    font-size: 20px;
    content: "◉";
    color: #007eff;
    padding-right: 8px;
}
.linkposlygiblock span2 {
    font-size: 22px;
    color: #2a2a2a;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.linkposlygiblock li {
    padding: 5px;
    display: block;
    text-align: left;
}

.linkposlygiblock a {
    font-family: 'Gotham Pro', sans-serif;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    color: #2a2a2a;

}

.linkposlygiblock a:before {
    font-size: 15px;
    content: "◉";
    color: #1b9efb;
    padding: 5px;
}

.linkposlygiblock a:hover {
    color: #007eff;
    text-decoration: none;
}

/* Настройки перелинковки на странице города */
table#linkjobs {
    font-family: 'Gotham Pro', sans-serif;
    border-collapse: collapse;
    color: #2a2a2a;
    width: 100%;
}

table#linkjobs td {
    padding: 5px;
}

table#linkjobs a {
    font-family: 'Gotham Pro', sans-serif;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    color: #2a2a2a;
}

table#linkjobs a:hover {
    color: #007eff;
    text-decoration: none;
}

table#linkjobs tr:nth-child(odd) {
    background: transparent;
}

table#linkjobs tr:nth-child(even) {
    background: transparent;
}

table#linkjobs td:before {
    font-size: 20px;
    content: "◉";
    color: #007eff;
    padding: 5px;
}

/* Блоки на домашней странице */
.homeblock1 h2{
    color: #007eff;
}

.homeblock1{
    background: url(https://superdim.com.ua/technical/moykaokon/img/supdimblock3.jpg) no-repeat center/cover;
}
.homeblock1 a{
    color: #007eff;
    text-decoration: none;
    font-weight: 600;
}
.homeblock1 a:hover{
    color: #fff;
    text-decoration: none;
}
.nubmerfon a{
position: relative;
    font-family: 'Gotham Pro', sans-serif;
    color: #fff;
    font-size: 32px;
    padding-left: 2px;
    font-weight: 700;
}
.nubmerfon {
    margin-top: 30px;
}



.nubmerfon a:before{
content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    left: -43px;
    background: url(https://superdim.com.ua/technical/moykaokon/img/header_number.png) no-repeat;
}

 .vannayalist li {
    list-style: inside;
}