@font-face {
    font-family: 'ProximaNovaLight';
    src: url(../img/fonts/proximanova-light.otf) format("opentype"),
    url(../img/fonts/proximanova-light.woff) format("woff"),
    url(../img/fonts/proximanova-Light.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family:'ProximaNovaRegular';
    src: url(../img/fonts/proximanova-reg.otf) format("opentype"),
    url(../img/fonts/proximanova-reg.woff) format("woff"),
    url(../img/fonts/proximanova-reg.otf) format("opentype");
    font-weight:400;
    font-style:normal;
}






body,html {
    height: 100%;
    width: 100%;
    -webkit-appearance: none;
        
}

body {
    font-size: 18px;
    color: #151515;
    background-color: #fff;
    font-family: 'ProximaNovaLight', 'ProximaNovaRegular', Arial, serif;
    background: url("../img/golems/dgol-back.png") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

*,:after,:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

ul {
    list-style: none
}

a {
    color: #69889b;
    text-decoration: none
}
a.active, a:hover {
    color: #10c291;
}
a.active {
    cursor: default;
}
.row {
    margin: 0 auto;
    max-width: 920px
}

.row:after,.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.fp-enabled body,html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.fp-slide,.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    position: relative
}

.fp-scrollable,.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0!important
}

.fp-notransition {
    -webkit-transition: none!important;
    transition: none!important
}

#fp-nav,.fp-slidesNav {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0)
}

#fp-nav {
    margin-top: -32px;
    top: 50%;
    position: fixed;
    z-index: 100
}

#fp-nav .arr_up{
    position: absolute;
    top:0;
      cursor: pointer;
    width: 54px;
    height: 54px;
    margin: 20px;
    padding: 20px;
    transform: translateY(-120%) translateX(-40px)
    
}
#fp-nav .arr_down{
    position: absolute;
  cursor: pointer;
    width: 54px;
    height: 54px;
    margin: 20px;
    padding: 20px;
    bottom: 0;
    transform: translateY(120%) translateX(-40px)
}
#fp-nav .arr_up:before, #fp-nav .arr_down:before{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateZ(45deg);
    border: 3px solid rgba(21, 21, 21, 0.5);
}
#fp-nav .arr_up:before{
    border-bottom: none;
    border-right: none;
}
#fp-nav .arr_down:before{
    border-left: none;
    border-top: none;
}
#fp-nav .arr_up:hover{
    position: absolute;
    top:0;
    width: 54px;
    height: 54px;
    margin: 20px;
    padding: 20px;
    transform: translateY(-120%) translateX(-40px);
    
}

#fp-nav .arr_down:hover{
    position: absolute;
   bottom: 0;
    width: 54px;
    height: 54px;
    margin: 20px;
    padding: 20px;
    transform: translateY(120%) translateX(-40px)
}



#fp-nav.right {
    right: calc(((100% - 920px)/4) - 8px);
    right: -webkit-calc(((100% - 920px)/4) - 8px);
    right: -moz-calc(((100% - 920px)/4) - 8px)
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

#fp-nav ul li,.fp-slidesNav ul li {
    width: 14px;
    height: 14px;
    margin: 15px 0;
    position: relative
}

#fp-nav ul li a,.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span,body.blue #fp-nav ul li a.active span,body.blue #fp-nav ul li:hover a.active span,body.blue .fp-slidesNav ul li a.active span,body.blue .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background-color: #10c291
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 8px;
    border: 0;
    background-color: rgba(21, 21, 21, 0.5);
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

body.blue #fp-nav ul li a span,body.blue .fp-slidesNav ul li a span,nav {
    background-color: #fff
}

body.blue #fp-nav ul li a:hover span,body.blue .fp-slidesNav ul li a:hover span{
    background-color: #10c291;
}




#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span {
    background-color: #10c291
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto!important
}



nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(206,216,222,.33);
    z-index: 100;
    transition: border-bottom-color .5s,background-color .5s;
    -o-transition: border-bottom-color .5s,background-color .5s;
    -moz-transition: border-bottom-color .5s,background-color .5s;
    -webkit-transition: border-bottom-color .5s,background-color .5s
}
#nav-icon-mob {
    display: none;
}
.fp-slidesNav ul li,.logo,.menu {
    display: inline-block
}

.logo {
    width: 171px;
    height: 100px;
    background: url(../img/golems/logo-golems.svg) no-repeat center;
   background-size: contain;
    /*margin-top: 27px;*/
}

.nolink{
    pointer-events: none!important;
    
}

.menu {
    font-size: 13px;
    line-height: 124px;
    text-transform: uppercase;
    text-align: right;
    float: right
}

.menu a {
    padding: 0 15px;
    font-weight: 500;
    letter-spacing: 1px
}

.fp-section {
    padding-top: 0
}

.fp-section .rows {
    position: relative;
    height: 100%
}

.fp-section .rows section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
}

#nav-icon-mob {
    width: 56px;
    height: 51px;
    padding: 11px;
    margin: 24px 10px 20px 20px;
    position: absolute;
    top: 5px;
    right: 19px;
    border: 2px solid #10a3e1;
    cursor: pointer
}

#nav-icon-mob div {
    width: 30px;
    height: 20px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    position: relative
}

#nav-icon-mob div span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon-mob div span:nth-child(1) {
    top: 0
}

#nav-icon-mob div span:nth-child(2),#nav-icon-mob div span:nth-child(3) {
    top: 12px
}

#nav-icon-mob div span:nth-child(4) {
    top: 23px
}

#nav-icon-mob.open div span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%
}

#nav-icon-mob.open div span:nth-child(2) {
    transform: rotate(45deg)
}

#nav-icon-mob.open div span:nth-child(3) {
    transform: rotate(-45deg)
}

#nav-icon-mob.open div span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%
}

.hidden, .hiden{
    display: none;
}

.section {
    position: relative;
    max-width: 100%;
    overflow: hidden
}
h1,h2,h5 {
    font-weight:300
}

h1, h5 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 64px
}

h1 text, h5 text{
    font-size: 54px;
    margin-top: 20px;
        display: block;
}

h2 {
    font-size: 42px;
   
   
    font-weight: 100;
}

p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .4px
}

.section_main {
    background: url(../img/golems/dg-slide.png) no-repeat center bottom;
    background-size: cover;
}

.section_main h1 text{
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg,#10a3e1,#10c291);
    background-image: -moz-linear-gradient(0deg,#10a3e1,#10c291);
    background-image: -ms-linear-gradient(0deg,#10a3e1,#10c291);
    background-image: linear-gradient(90deg,#10a3e1,#10c291);
    display: inline-block
}

.section_main p{
    margin-bottom: 40px
}

.section_main .icons{
    font-size: 14px
}

.section_main .icons li{
    width: 47%;
    line-height: 19px;
    position: relative;
    float: left;
    margin-bottom: 35px;
    margin-right: 50px;
    padding: 5px 0 0 70px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.section_main .icons li.icon2, .section_main .left_block .icons li.icon4{
    margin-right: 0
}

.section_features .icons li:before, .section_main .left_block .icons li:before , .section_form_bottom .left_block .icons li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 55px;
    height: 55px
}

.section_features .icons li.icon1:before,.section_main .left_block .icons li.icon1:before {
    background: url(../img/icons/icon1.svg) 0 0 no-repeat
}

.section_features .icons li.icon2:before,.section_main .left_block .icons li.icon2:before {
    background: url(../img/icons/icon2.svg) 0 0 no-repeat
}

.section_features .icons li.icon3:before,.section_main .left_block .icons li.icon3:before {
    background: url(../img/icons/icon3.svg) 0 0 no-repeat
}

.section_features .icons li.icon4:before,.section_main .left_block .icons li.icon4:before {
    background: url(../img/icons/icon4.svg) 0 0 no-repeat
}
.section_features .icons li.icon5:before{
    background: url(../img/icons/icon5.svg) 0 0 no-repeat;
}
.section_features .icons li.icon6:before {
    background: url(../img/icons/icon6.svg) 0 0 no-repeat;
}
.section_features .icons li.icon7:before{
    background: url(../img/icons/icon7.svg) 0 0 no-repeat;
}
.section_features .icons li.icon8:before {
    background: url(../img/icons/icon8.svg) 0 0 no-repeat;
}
.section_features .icons li.icon9:before {
    background: url(../img/icons/icon9.svg) 0 0 no-repeat;
}
.section_features .icons li.icon10:before {
    background: url(../img/icons/icon10.svg) 0 0 no-repeat;
}

.section_sources{

    min-height: 500px;
   
}

.section_sources .left_block {
    width:35%;
    float: left;
    
   
}
.section_sources .left_block h2{
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 1.2;
}
.section_sources .right_block {
    float: right;
    width: 55%
}

.section_sources .right_block .partners {
    width: 100%;
    margin-top:145px;
}

.section_sources .right_block .partners li {
    float: left;
    width: 33%;
    height: 110px
}
.section_sources .right_block .partners li i {
    opacity: 0;
    background-origin: content-box;
    transition: opacity .3s, width .3s, height .3s;
    -o-transition: opacity .3s, width .3s, height .3s;
    -moz-transition: opacity .3s, width .3s, height .3s;
    -webkit-transition: opacity .3s, width .3s, height .3s;
    display: block;
    width: 100%;
    height: 100%;
}
.section_sources .right_block .partners li, .section_sources .right_block .partners li i {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.section_sources .right_block .partners li, .section_sources .right_block .partners li i {
    transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
.section_sources .right_block .partners li:hover i {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.section_overview {
    background-color: #10a3e1;
    color: #fff;
 
}
.section_overview .rows section {
    top:50%;
}
.section_overview .row {
    text-align: center
}

.section_overview h2 {
    margin-bottom: 20px
}

.section_overview .sub_title {
    font-size: 13px;
    text-transform: uppercase;

    margin-bottom: 25px
}

.section_overview .desc {
    max-width: 810px;
    width: 100%;
    margin: 0 auto 30px;
    padding-left: 10%;
    padding-right: 10%;
}

.section_overview .slogan {
    font-size: 27px;
    margin-bottom: 40px;
    font-weight: 100;
}

.section_overview .download_btn {
    width: 100%;
    max-width: 320px;
    height: 60px;
   
 padding:  15px 0;
    font-size: 16px;
    background-color: #10c291;
     border-radius: 2px;
    line-height: 29px;
    -webkit-border-radius: 2px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
        transition: .2s background-color;
    -webkit-transition: .2s background-color;
    -moz-transition: .2s background-color;
    -o-transition: .2s background-color;
    -ms-transition: .2s background-color;
}


.section_overview .download_btn:hover {
    width: 100%;
    max-width: 320px;
    height: 60px;
   
 padding:  15px 0;
    font-size: 16px;
    background-color: #fff;
     border-radius: 2px;
    line-height: 29px;
    -webkit-border-radius: 2px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    color: #10a3e1;
    text-transform: uppercase;
    -webkit-appearance: none;
}


.section_overview .row{
    position: relative;
}

.section_overview .warren {
    height: 296px;
    z-index: 3;
    width: 400px;
    position: absolute;
    bottom: 0;
    left: -100px;
    background: url(../img/warren_buffett.png) 0 0 no-repeat
}

.section_overview .citation {
    z-index: 2;
    width: 100%;
    height: 120px;
    position: absolute;
    padding: 23px 0 0;
    bottom: -1px;
    left: 0;
    background: url(../img/stripe.svg) center center no-repeat;
    background-size: cover;
}

.section_overview .citation .row {
    text-align: right
}

.section_overview .citation span {
    font-size: 21px;
    line-height: 35px;
    color: #000;
  text-align: right;
    width: 50%; 
        padding-right: 10%;
}
.section_overview .citation span:nth-of-type(2) {
  text-align:left
}

.section_content {
    background-color: #10a3e1;
    background-image: -webkit-linear-gradient(45deg,#1098ca,#10c291);
    background-image: -moz-linear-gradient(45deg,#1098ca,#10c291);
    background-image: -ms-linear-gradient(45deg,#1098ca,#10c291);
    background-image: linear-gradient(45deg,#1098ca,#10c291);
    color: #fff;
  
}

.section_content h2 {
    margin-bottom: 20px;
    max-width: 480px;
   
}

.section_content p {
    width: 460px;
    max-width: 460px;
    margin-bottom:50px;
}
.section_content .screener{
        padding: 0px!important;
    position: absolute;
    width: 800px;
    height: 600px;
    right: 0px;
    top:60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../img/screen.png) right bottom  no-repeat;
}

.section_content .wraps{
  position: static;
    height: 100%;
    width: 800px;
    top:0px;
    left:0px;
    float: right;
right: 0px!important;
}
.image-work-block{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin-left: 148px;
    margin-top: 41px;
}
.image-work-screener{
    background-image: url(../img/golems/1212.jpg);
    display: block;
    width: 100%;
    height: 498px;
}

.section_features h2 {
    text-align: left;
   
    margin-top: 90px;
     margin-bottom: 50px;
}

.section_features .icons {
    font-size: 14px;
    overflow: hidden
}

.section_features .icons li {
    margin-bottom: 10px;
    min-height: 160px;
    width: 47.5%;
    margin-right: 5%;
    margin-left: 0%;
    padding-left: 90px;
}
.section_features .icons li:nth-of-type(2n){
    margin-right: 0%;
    
}


.section_features .icons li b {
    font-weight: 600;
    width: 100%;
    max-width: 100%;
 font-size: 16px;   
}
.section_features .icons li b br{
    display: none;
}



.section_features .icons li p {
  
    margin-top: 10px;
   font-weight: 100;
    font-size: 14px;
    line-height: 23px;
}



.section_form_bottom {
    color: #fff;
    background-color: #10a3e1
}

.section_features .rows section{
    top:50%;
}

.section_form_bottom .left_block {
    width: 45%;
}
.section_form_bottom .contactform{
    width: 45%;
    padding: 30px 40px;
    text-align: center;
    background: #fff;
    margin-left: 5%;
}
.contact-form__title{
    color: #69889b;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.contact-form__description{
    font-size: 12px;
    color: #10c291;
    margin-bottom: 10px
}
textarea.contact-form__input{
    resize: none;
    min-height: 100px;
    font-family: 'ProximaNovaLight',  Arial, serif !important;
}
.contact-form__input{
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    height: 45px;
    padding: 12px 20px;
    background: white;
    color: #69889b;
    border: 1px solid rgba(105,136,155,.5);
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.contact-form__input::placeholder {
    color: #7594a8!important
}
.contact-form__input:focus {
    background: white;
    color: #46535e;
    border-color: rgba(105,136,155,1);
    outline: 0;
}
.contact-form__input.error {
    color: #f05;
    border-color: #f05
}
.contact-form__button {
    width: 100%;
    height: 60px;
    background-color: #10a3e1;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 12px 0;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: .2s background-color;
    -webkit-transition: .2s background-color;
    -moz-transition: .2s background-color;
    -o-transition: .2s background-color;
    -ms-transition: .2s background-color;
    -webkit-appearance: none;
}

.contact-form__button:hover {
    background-color: #10c291
}

.section_form_bottom h5 {
color:#fff;
    font-weight: 100!important;
}


.section_features .icons li {
    float: left;
    position: relative;
}

.menu a.donwload_link{

    
}

.menu a.donwload_link.active{
    border-color: #10c291!important;
}



.section_footer .footer .menu a {
    color: #fff
}



.section_footer {
    background-color: #1d2233;
    color: #fff;
    background: url(../img/golems/pro40.jpg) no-repeat center center;
    background-size: cover
}


.section_footer section{
    top:50%!important;
    
}



.section_footer p {
    margin-bottom: 40px
}

.form_container,.section_footer .row {
    text-align: center
}

.section_footer .tags li {
    display: inline-block;
    padding: 0 0px;
    font-size: 18px;
width: 21%;
    line-height: 48px;
    border: 1px solid rgba(255,255,255,.3);
    margin: 0 1.5% 50px
}

.section_footer .footer {
    background-color: #1d2233;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0
}

.section_footer .footer .menu {
    margin-top: 38px;
    margin-bottom: 30px;
    line-height: 34px
}

.section_footer .footer .menu a.donwload_link {
    height: 34px;
    border: 0;
    background-color: #10a3e1
}

.section_footer .footer .logo {
    position: relative;
   margin: 0!important;
    top:30px!important;
  height: 45px;
    background-image: url('../img/golems/logo-golems-wt.svg');
    float: left;
}
.section_footer .footer .copyright a{
   color:   #89a6b8!important;  
}


.section_footer .footer a:hover{
    
 color:   #10a3e1!important;
}

.section_footer .footer .donwload_link:hover{
    background: white!important;
    
}


.section_footer .footer .copyright {
    padding: 25px 0 0;
    color:#69889b;
    border-top: 1px solid #4e6878;
    font-size: 14px;
    text-align: right;
    overflow: hidden;
}

.section_footer .footer .copyright .policy {
    float: right;
    text-align: right;
    text-transform: uppercase
}


@media screen and (max-width: 1024px){
    .section .row {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    nav {
        background-color: #021d34;
        border-bottom-color: transparent;
        overflow: visible;
        height: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    #nav-icon-mob {
        display: block;
    }
    #nav-icon-mob + .menu {
        height: 0;
        transition: .2s height,visibility 0s;
        -webkit-transition: .2s height, visibility 0s;
        display: block;
        visibility: hidden;
        margin-top: 0;
        opacity: 0;
    }
    #nav-icon-mob.open + .menu {
        opacity: 1;
        position: relative;
        display: block;
        visibility: visible;
        width: 100%;
        border-top: 1px solid #69889b;
        height: 190px;
        transition: 0.5s height, visibility 0s,opacity 0.5s ;
        -webkit-transition: 0.5s height,visibility 0s,opacity 0.5s ;
        left: 0;
    }
    #nav-icon-mob.open + .menu a {
        width: 100%;
        display: block;
        left: 0;
        text-align: center;
        height: 60px;
        margin: 0;
        line-height: 60px;
        padding: 0;
        color: white;
    }
    .logo{
        background-image: url('../img/golems/logo-golems-wt.svg');
    }
    .section_content .wraps {
        z-index: 1;
        position: relative;
        width: 100%;
        margin-top: 0;
        right: 0;
        float: left;
        background-size: auto 50%;
        height: 400px;
        margin-right: calc(25% - 345px);
        bottom: 40px;
    }
    .section_content .screener {
        height: 400px;
        width: 600px;
        background-size: contain;
    }
    .rows section h2{
        margin-top: 90px;
        margin-bottom: 50px;
    }
    .section_content .rows section{
        display: block;
        position: relative;
        height: auto;
    }
    .section_content .row{
        height: auto;
    }
    .image-work-block {
        margin-left: 168px;
        margin-top: 30px;
    }
    .image-work-screener {
        height: 325px;
    }
    .section_footer .footer{
        height: auto;
        padding-bottom: 20px;
        margin-top: 30px;
    }
    h1 text, h5 text {
        font-size: 43px;
    }

}
@media screen and (max-width: 769px){
    .left_block, .right_block {
        width: 100% !important;
        float: none !important;
    }
    .section_content p{
        width: auto;
        max-width: 100%;
    }
    .fp-section .rows section{
        height: auto;
        display: block;

    }
    .section_main{
        padding-top: 106px;
    }
    h1, h5 {
        font-size: 45px;
        line-height: 60px;
    }
    h1 text, h5 text {
        font-size: 33px;
    }
    .section_main .icons li{
        width: 100%;
        float: none;
    }
    .section{
        height: auto !important;
    }
    .section_footer .footer{
        position: relative;
    }
    .section_form_bottom .contactform{
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .section_footer{
        padding-top: 30px;
    }
    .section_sources .right_block .partners{
        margin-top: 30px;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .section_main .icons{
        margin-bottom: 30px;
    }

}
@media screen and (max-width: 640px){
    .section_features .icons li{
        width: 100%;
        margin: 0;
        height: auto;
        text-align: center;
        padding-left: 0 ;
        padding-right: 0 ;
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .section_features .icons li:before {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%) scale(1,1);
    }
    h1, h5 {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 54px;
    }
    .section_content .screener{
        height: 340px;
        width: 530px;
        top: 40%;
    }
    .image-work-screener {
        height: 265px;
    }
    .section_footer .footer .menu a{
        display: block;
    }
}


