@font-face {
    font-family: 'pragmatica';
    src: url('../fonts/Pragmatica-Light/pragmatica-light-v4.woff2') format('woff2'),
    url('../fonts/Pragmatica-Light/pragmatica-light-v4.eot') format('eot'),
    url('../fonts/Pragmatica-Light/pragmatica-light-v4.woff') format('woff'),
    url('../fonts/Pragmatica-Light/pragmatica-light-v4.ttf') format('ttf');
    font-weight:300;
    font-style:normal
}

@font-face {
    font-family: 'pragmatica';
    src: url('../fonts/Pragmatica-Regular/pragmatica-regular-v4.woff2') format('woff2'),
    url('../fonts/Pragmatica-Regular/pragmatica-regular-v4.woff') format('woff'),
    url('../fonts/Pragmatica-Regular/pragmatica-regular-v4.eot') format('eot'),
    url('../fonts/Pragmatica-Regular/pragmatica-regular-v4.ttf') format('ttf');
    font-weight: 400;
    font-style:normal;
}

@font-face {
    font-family: 'pragmatica';
    src: url('../fonts/Pragmatica-Medium/pragmatica-medium-v4.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
body{
    font-family: pragmatica;
}
*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}
ul,li{
    margin:0;
    padding:0;
}
.container {
    width: 1170px;
    margin:0 auto;
}
.wrap{
    padding-top:50px;
}
.header{
    height: 50px;
    background-color: #f5f5f6;
    color: #333;
    box-shadow: 0 10px 16px -6px rgba(0,0,0,.08);
    position: fixed;
    top:0;
    width:100%;
    left:0;
    z-index: 100;
}
.header .menu_holder{
    position: relative;
    z-index: 10;
    background-color: #f5f5f6;
}
.header .menu_holder:before{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-color: #f5f5f6;
}
.logo{
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    margin-right: 33px;
    position: relative;
    left:0;
    top:0;
    z-index: 7;
}
.header .menu {
    display: block;
    float: left;
    position: relative;
    z-index: 7;
}
.header .menu li{
    margin-right: 19px;
    display: inline-block;
}
.header .menu li a{
    font-family: pragmatica;
    text-transform: uppercase;
    display: block;
    line-height: 50px;
    letter-spacing: 1.1px;
    color: #959ba4;
    font-size: 11px;
    font-weight: 500;
    transition: 0.3s;
    text-decoration: none;
    cursor: pointer;
}
.header .menu li.active a,
.header .menu li a:hover {
     color: #333;
 }
.header .container:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.toogle_button{
    display: none;
    float: right;
    width: 18px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 14px;
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }
.hamburger.is-active:hover {
    opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #575b74; }
.hamburger-box {
    width: 18px;
    height: 17px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    cursor: pointer
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 18px;
    height: 1px;
    background-color: #575b74;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    right:0;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
    top: 2px; }
.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
.hamburger--slider .hamburger-inner::after {
    top: 17px; }

.hamburger--slider .hamburger-inner::before{
    width:12px;
}
.hamburger--slider .hamburger-inner::after{
    width:6px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    width: 18px; }
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -17px, 0) rotate(-90deg); }



.screen_banner{
    margin-top: 60px;
    margin-bottom: 60px;
}
.banner{
    width:100%;
    max-height:400px;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius:4px;
}
.banner img{
    max-height:100%;
    width:auto;
}
.banner .info{
    padding:40px;
    position: relative;
    max-width: 50%;
}
.banner .info h3{
    font-family: pragmatica;
    margin-bottom:30px;
    margin-top:0px;
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    font-weight: bold;
}
.banner .info ul{
    padding-left:20px;
    list-style: none;
}
.banner .info ul li{
    margin-bottom:10px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    position: relative;
}
.banner .info p{
    margin-bottom:10px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    position: relative;
}
.banner .info ul li:after{
    content:"";
    display: block;
    width:7px;
    height:7px;
    border-radius:7px;
    position: absolute;
    left:-20px;
    top:50%;
    margin-top:-4px;
    background: #575b74;
}
.banner .info .button{
    display: inline-block;
    padding:20px 25px;
    background: #575b74;
    color:#fff;
    border-radius:4px;
    text-decoration: none;
    font-weight: 300;
    position: absolute;
    bottom:40px;
    left:40px;
    transition: 0.3s;
}
.banner .info .button:hover{
    background: #2B3B56;
}


.heading{
    margin-bottom: 60px;
}
.heading h3{
    font-weight: normal;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 45px;
    line-height: 1.2;
}
.heading p {
    display: block;
    text-align: center;
    font-weight: 300;
    color: #9299a3;
    font-size: 18px;
    line-height: 1.4;
}
.screen_icons{
    margin-top: 100px;
    margin-bottom: 100px;
}
.icons{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.icons_item{
    width:50%;
    padding:10px 0;
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.icon{
    background: #f5f5f6;
    width:84px;
    height:84px;
    margin-right:30px;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon_right{
    width: calc(100% - 114px);
    padding-top:20px;
}
.icon_right h5{
    color: #333;
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
}
.icon_right p {
      font-size: 16px;
      color: #9299a3;
      line-height: 24px;
      margin-bottom: 0;
  }

.screen_dice{
    margin-top: 100px;
    margin-bottom: 100px;
}
.dice_out{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.dice_item{
    width: 23%;
    background: #f6f7f9;
    border-radius: 3px;
    position: relative;
    padding-bottom:80px;
    transition: 0.5s;
    transform: translateY(0px);
    box-shadow: none;
}
.dice_item:hover{
    transform: translateY(-4px);
    box-shadow: 0 4px 24px 0 rgba(0,0,0,.12);
}
.dice_item img{
    max-width: 100%;
    height:auto;
}
.dice_item .info{
    padding:20px;
}
.dice_item .info .price{
    background: #888d93;
    display: inline-block;
    padding:3px 15px;
    color:#fff;
    font-size:14px;
    border-radius:20px;
    margin-bottom:15px;
    transition: 0.5s;
}
.dice_item .info h5{
    font-size: 16px;
    margin-bottom:10px;
    transition: 0.5s;
}
.dice_item .info p{
    font-size: 13px;
    transition: 0.5s;
}
.dice_item .button{
    display: inline-block;
    padding:10px 15px;
    background: transparent;
    border:1px solid #575b74;
    color:#575b74;
    border-radius:4px;
    text-decoration: none;
    font-weight: 300;
    position: absolute;
    bottom:20px;
    left:20px;
    transition: 0.3s;
}
.dice_item .button:hover{
    background: #575b74;
    color:#fff;
}

.dice_item:hover .button:hover{
    border:1px solid #fff;
    color:#575b74;
    background: #fff;
}
.screen_feedback{
    margin:100px 0 50px;
}
.form_holder{
    border:1px solid #f1f1f1;
    border-radius:5px;
    width:80%;
    margin-left:10%;
    overflow: hidden;
}
.form_holder .head{
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding: 20px 15px;
    background: #575b76;
}
.form_inner{
    padding:20px 100px;
}
.form_head{
    margin-bottom:20px;
}
.form_head .name{
    font-size: 25px;
    line-height: 28px;
    font-weight: bold;
    text-align: left;
    color: #575b76;
    display: block;
}
.form_head .sub_name{
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #575b76;
    display: block;
}
.form_inner form{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
/*
.form_item{
    position: relative;
    width:100%;
    margin-bottom: 20px;
}

.form_item.half{
    width:49%;
}
.form_item input[type="text"]{
    background: #eef1f6;
    border-radius: 4px;
    line-height: 1;
    color: #575b76;
    font-size: 14px;
    border: 0;
    padding: 26px 15px 18px;
    outline: none;
    width: 100%;
    font-family: 'pragmatica';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form_item .input-label{
    position: absolute;
    top:20px;
    left:15px;
    transition: 0.3s;
    transform: translateY(0);
    font-family: 'pragmatica';
}
.form_item.focused .input-label{
    font-size:12px;
    transform: translateY(-15px);
}
label.error {
    color: red !important;
    position: absolute;
    left: 15px;
    bottom: -16px;
    font-size: 12px !important;
}
input[type="checkbox"] {
    opacity: 0;
    width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label.agree {cursor: pointer;color: #9299a3;font-size: 13px;}
label.agree span {
    display:inline-block;
    width:19px;
    height:19px;
    margin: -2px 11px 0 0;
    vertical-align:middle;
    background: #fff;
    cursor:pointer;
    border-radius: 3px;
    transition: all 0.1s linear;
    float: left;
    border: 1px solid #565c74;
}
label.agree a{
    color: #575b76;
}
input[type="checkbox"]:checked + label +label span, input[type="checkbox"]:checked + label span {
    background: #565c74 url(../img/icon-checked.png) no-repeat center;
}
.check{
    display: flex;
    align-items: center;
}
.check label.error {top: auto;bottom: -10px;}
.right-align{
    display: flex;
    justify-content: flex-end;
}
.submit{
    background: #565c74;
    line-height: 60px;
    display: inline-block;
    padding: 0 45px;
    border:0;
    border-radius:5px;
    color:#fff;
    outline: none;
    cursor: pointer;
    font-size:18px;
    font-family: 'pragmatica';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 0.3s;
}
.submit:hover{
    background:#57585b
}*/



/*форма*/
.form .input-block {height: 62px;    padding: 10px;margin-bottom: 20px;    border-radius: 6px;cursor: text;}
.not-focused {
    position: relative;
    background: #eef1f6;
    border-radius: 3px;
    border: none;
    transition: 0.2s;
    width: 100%;
    height: 62px;
    margin-bottom:20px;
}
.form .input-block.half{
    width:49%;
}
.not-focused.valid {
    background: #eef1f6;
}

.input-label {
    font-size: 17px;
    line-height: 1.38;
    margin: 10px 0 0 18px;
    position: relative;
    transition: 0.2s;
    color: #575b76;
}

.input-label.textarea-comment {font-size: 14px;margin: 0; margin: 0 0 0 18px;}

.not-focused input[type='text'], .not-focused textarea {
    border: none;
    background: transparent;
    width: 100%;
    height: 0;
    background-color: transparent;
    font-family: pragmatica;
    resize: none;
    box-sizing: border-box;
    padding: 0;
    margin-top: -10px;
    outline: none;
}
.focused .input-label {
    font-size: 13px;
    margin: 0px 0 0 0;
    transition: 0.2s;
}

.not-focused.focused input[type='text'] {
    height: 25px;
    line-height: 25px;
    font-family: pragmatica;
    font-size: 16px;
    margin-top: 3px;
}

.focused .input-label.textarea-comment {height: 0;opacity: 0;}



.form .input-block.textarea {height: 160px;}
.form .input-block.textarea.focused textarea {height: 100px;position: relative;z-index: 2;}

input[type="checkbox"] {
    opacity: 0;
    width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
label.agree {cursor: pointer;color: #9299a3;font-size: 13px;}
label.agree span {
    display:inline-block;
    width:19px;
    height:19px;
    margin: -2px 11px 0 0;
    vertical-align:middle;
    background: #565c74;
    background-position: center;
    cursor:pointer;
    border-radius: 2px;
    transition: all 0.1s linear;
    float: left;
}
input[type="checkbox"]:checked + label +label span, input[type="checkbox"]:checked + label span {
    background: #565c74 url(../img/icon-checked.png) no-repeat center;
}
.check label.error {top: auto;bottom: -10px;}
.form input[type="submit"] {
    float: right;
    width: 200px;
    height: 50px;
    position: relative;
    border: none;
    outline: none;
    background: #565c74;
    display: inline-block;
    padding: 0 45px;
    border:0;
    border-radius:5px;
    color:#fff;
    outline: none;
    cursor: pointer;
    font-size:18px;
    font-family: 'pragmatica';
    appearance: none;
    -webkit-appearance: none;
    transition: 0.3s;
    line-height: 50px;
}
.form input[type="submit"]:hover {     color: #ffffff; background:#57585b}
.check {
    position: relative;
    padding-top: 13px;
    padding-right:20px;
}
.form .flex {display: flex;justify-content: space-between;padding-left:5px; width:100%;}
label.error {
    color: red !important;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px !important;
}
/*-----форма--------*/




.screen_block{
    margin-top: 100px;
    margin-bottom: 100px;
}
.block_out{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.block_item{
    background: #f6f7f9;
    position: relative;
    border-radius: 5px;
    margin-bottom:20px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    height:200px;
}
.block_item.width60{
    width:59%;
}
.block_item.width40{
    width:39%;
}
.block_item img{
    max-width: 50%;
    height: auto;
    width: auto;
    max-height:100%;
}
.block_item .block_left{
    padding:30px;
    position: relative;
}
.block_item.width60 .block_left{
    max-width:100%;
}
.block_item .block_left h5{
    font-size: 25px;
    margin-bottom:10px;
}
.block_item .block_left p{
    font-size: 14px;
    color: #818790;
    font-weight: 500;
    line-height: 24px;
}
.block_item .block_left .more{
    font-size: 14px;
    color: #818790;
    text-decoration: none;
    position: absolute;
    left:30px;
    bottom:30px;
    transition: 0.3s;
}
.block_item .block_left .more:hover{
    color:#000
}

.screen_step{
    margin-top: 100px;
    margin-bottom: 100px;
}
.step_out{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.step_item{
    width: 31%;
    border-radius: 3px;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.step_item:after{
    content: "";
    display: block;
    width:70%;
    height:1px;
    position: absolute;
    top:32px;
    left:70%;
    background: #f6f7f9;
}
.step_item:last-of-type:after{
    display: none;
}
.step_item .image{
    background: #f6f7f9;
    width:64px;
    height:64px;
    border-radius: 50%;
    font-size:23px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
    color:#847b7b;
}
.step_item .info{
    display: inline-block;
    padding:3px 15px;
    color:#888d93;
    font-size:14px;
    border-radius:20px;
    margin-bottom:15px;
    text-align: center;
    width:90%;
    margin-left:5%;
}

.screen_price{
    margin-top: 100px;
    margin-bottom: 100px;
}
.screen_price ul{
    display: block;
    max-width:100%;
    padding:0;
}
.screen_price ul li{
    list-style: none;
    color: #333;
    font-size: 16px;
    position: relative;
    display: block;
    transition: 0.3s;
    padding:18px 10%;
}
.screen_price ul li:before{
    display: block;
    width:80%;
    content:"";
    height: 1px;
    background: #575b76;
    top:50%;
    left:10%;
    position: absolute;
    z-index: 1;
    transition: 0.3s;
}
.screen_price ul li:after{
    clear: both;
    content: "";
    display: block;
}
.screen_price ul li span{
    background: #fff;
    color: #575b76;
    font-size: 18px;
    position: relative;
    z-index: 4;
    font-weight: bold;
    transition: 0.3s;
}
.screen_price ul li span.left{
    float:left;
    padding-right:20px;
}
.screen_price ul li span.right{
    float:right;
    padding-left:20px;
    color: #575b76;
}
.screen_price ul li:hover{
    background: #575b76;
}
.screen_price ul li:hover span{
    background: #575b76;
    color:#fff;
}
.screen_price ul li:hover:before{
    background: #fff;
}
.footer{
    padding:30px 0;
    border-top:1px solid #f1f1f1;
}
.space-b{
    display: flex;
    justify-content: space-between;
}
.footer .logo_footer{
    display: flex;
    align-items: center;
    color:#525252;
    text-decoration: none;
    width:300px
}
.footer .logo_footer img{
    margin-right:20px;
}
.footer .logo_footer a{
    color:#525252;
    text-decoration: none;
}
.footer .tel{
    width:300px;
    text-align: right;
}
.footer .tel a{
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    color:#333;
    display: block;
}
.footer .tel span{
    font-size: 14px;
    color:#525252;
}