body{
    overflow-y: scroll;
    border:none;
    padding:0px;
    margin:0px;
}

.page_cont{
    width: 100%;
    height: auto;
    float: left;
    overflow-x: hidden;
    position: relative;
}

.menu{
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,1);
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 140px -30px rgba(161, 55, 102, 0.35);
    -moz-box-shadow: 0px 0px 140px -30px rgba(161, 55, 102, 0.35);
    box-shadow: 0px 0px 140px -30px rgba(161, 55, 102, 0.35);
    transition: ease-out 350ms;
    -webkit-transition: ease-out 350ms;
    -moz-transition: ease-out 350ms;
}

.menu .inner{
    width: calc(100% - 100px);
    height: auto;
    float: left;
    margin-top: 120px;
    padding: 50px;
    display: flex;
    flex-direction: column;
}

.menu .inner .line{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.menu .inner .line:nth-child(1){
    margin-top: 0;
}

.menu .inner .line .icon{
    width: 30px;
    height: 30px;
    float: left;
}

.menu .inner .line .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #F49CC3;
    stroke-width: 2px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.menu .inner .line:hover .icon svg{
    transform: translateX(10px);
}

.menu .inner .line .text{
    width: calc(100% - 30px - 20px);
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 30px;
    color: #373838;
    margin-left: 20px;
}

.header{
    width: 100%;
    height: 120px;
    float: left;
    background: #FEFEFF;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1100;
}

.header .inner{
    width: calc(1600px - 100px);
    height: inherit;
    float: left;
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

.header .inner .logo{
    width: auto;
    height: calc(100% - 50px);
    float: left;
}

.header .inner .logo svg{
    width: auto;
    height: 100%;
    float: left;
}

.header .inner .box{
    width: auto;
    height: auto;
    float: left;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header .inner .box .button{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 18px;
    color: #FFFFFF;
    background: #F49CC3;
    border: 2px solid #F49CC3;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    margin-right: 40px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.header .inner .box .button:hover{
    background: #A13766;
    border: 2px solid #A13766;
}

.header .inner .box .button:last-child{
    margin-right: 0;
}

.header .inner .box .button.light{
    background: none;
    border: 2px solid #F49CC3;
    color: #F49CC3;
}

.header .inner .box .button.light:hover{
    border: 2px solid #A13766;
    color: #A13766;
}

.header .inner .box .burger{
    width: 46px;
    height: auto;
    float: left;
    cursor: pointer;
}

.header .inner .box .burger .item{
    width: 100%;
    height: 3px;
    float: left;
    background: #F49CC3;
    margin-bottom: 12px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.header .inner .box .burger .item:last-child{
    margin-bottom: 0;
}

.header .inner .box .burger .item:nth-child(2){
    width: calc(100% - 10px);
    margin-left: 5px;
}

.header .inner .box .burger.open .item:nth-child(1),
.header .inner .box .burger.open .item:nth-child(3){
    width: calc(100% - 20px);
    margin-left: 10px;
}

.header .inner .box .burger.open .item:nth-child(2){
    width: 100%;
    margin-left: 0;
}

.block1{
    width: 100%;
    height: auto;
    float: left;
    padding-top: 835px;
    position: relative;
    background: #fcebf3;
}

.block1 .inner{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
}

.block1 .inner .content{
    width: calc(1600px - 100px);
    height: auto;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    z-index: 900;
}

.block1 .inner .content .image{
    width: auto;
    height: 100%;
    float: left;
    position: relative;
    margin-left: 200px;
}

.block1 .inner .content .image img{
    width: 100%;
    height: calc(100% - 75px);
    float: left;
    position: relative;
    margin-top: 75px;
}

.block1 .inner .content .box{
    width: 50%;
    height: auto;
    float: left;
    margin-left: 100px;
}

.block1 .inner .content .box .head{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: interextrabold;
    color: #F49CC3;
}

.block1 .inner .content .box .head span{
    width: auto;
    height: auto;
    float: left;
    clear: both;
    font-size: 55px;
    opacity: 0.7;
}

.block1 .inner .content .box .head span:nth-child(2){
    font-size: 75px;
    opacity: 1;
}

.block1 .inner .content .box .text{
    width: calc(100% - 100px);
    height: auto;
    float: left;
    font-family: intermedium;
    font-size: 25px;
    color: #373838;
    margin-top: 35px;
    line-height: 1.5;
}

.block1 .inner .content .box .text a{
    text-decoration: none;
    color: inherit;
    font-family: interbold;
}

.block1 .inner .content .box .text a:hover{
    text-decoration: underline;
}

.block1 .inner .content .box .buttons{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}

.block1 .inner .content .box .buttons .button{
    width: auto;
    height: auto;
    float: left;
    font-family: intersemibold;
    font-size: 18px;
    background: #F49CC3;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 30px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.block1 .inner .content .box .buttons .button:last-child{
    margin-right: 0;
}

.block1 .inner .content .box .buttons .button:hover{
    background: #A13766;
}

.block1 .social{
    width: auto;
    height: auto;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block1 .social .line{
    width: 2px;
    height: 50px;
    float: left;
    background: #F49CC3;
}

.block1 .social .icon{
    width: 30px;
    height: 30px;
    float: left;
    clear: both;
    margin-bottom: 15px;
}

.block1 .social .icon:nth-child(2){
    margin-top: 15px;
}

.block1 .social .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke-width: 1.75px;
    stroke: #F49CC3;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.block1 .social .icon:hover svg{
    stroke: #A13766;
}

.container{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
}

.container .inner{
    width: calc(1600px - 100px);
    height: auto;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.container .inner .box{
    width: calc(100% - 400px);
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.container .inner .box:first-child{
    margin-top: 100px;
}

.container .inner .box:last-child{
    margin-bottom: 100px;
}

.container .inner .box:nth-child(even){
    flex-direction: row-reverse;
}

.container .inner .box .part{
    width: calc((100% / 2) - 100px);
    height: auto;
    float: left;
    padding-top: calc((100% / 2) - 100px);
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 140px -30px rgba(55, 56, 56, 0.35);
    -moz-box-shadow: 0px 0px 140px -30px rgba(55, 56, 56, 0.35);
    box-shadow: 0px 0px 140px -30px rgba(55, 56, 56, 0.35);
}

.container .inner .box .part .image{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.container .inner .box .part .image img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center center;
}

.container .inner .box .content{
    width: calc((100% / 2) + 0px);
    height: auto;
    float: left;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
}

.container .inner .box:nth-child(even) .content{
    margin-left: 0;
    margin-right: 100px;
}

.container .inner .box .content .head{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 40px;
    color: #F49CC3;
}

.container .inner .box .content .text{
    width: 100%;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 20px;
    color: #373838;
    margin-top: 20px;
    line-height: 1.5;
}

.container .inner .box .content .text span{
    font-family: interbold;
}

.container .inner .box .content .buttons{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.container .inner .box .content .buttons .button{
    width: auto;
    height: auto;
    font-family: intersemibold;
    font-size: 18px;
    color: #FFFFFF;
    background: #F49CC3;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    align-self: flex-start;
    margin-top: 30px;
    text-decoration: none;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    margin-right: 30px;
}

.container .inner .box .content .buttons .button:last-child{
    margin-right: 0;
}

.container .inner .box .content .buttons .button:hover{
    background: #A13766;
}

.container .inner .box .content .buttons .button.light{
    background: none;
    border: 2px solid #F49CC3;
    color: #F49CC3;
    padding: 8px;
    padding-left: 18px;
    padding-right: 18px;
}

.container .inner .box .content .buttons .button.light:hover{
    border: 2px solid #A13766;
    color: #A13766;
}

.container .inner .product{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
    margin-bottom: 100px;
}

.container .inner .product .image{
    width: calc((100% / 2) - 100px);
    height: auto;
    float: left;
    padding-top: calc((100% / 2) - 100px);
    position: relative;
}

.container .inner .product .image img{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.container .inner .product .box{
    width: calc(100% / 2);
    height: auto;
    float: left;
    display: block;
    margin: 0;
    margin-left: 100px;
}

.container .inner .product .box .head{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 50px;
    color: #F49CC3;
    margin: 0;
}

.container .inner .product .box .imagetext{
    display: none;
}

.container .inner .product .box .text{
    width: calc(100% - 100px);
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 20px;
    color: #373838;
    line-height: 1.5;
    margin: 0;
    margin-top: 30px;
}

.container .inner .product .box .text span{
    font-family: interbold;
}

.container .inner .product .box .button{
    width: auto;
    height: auto;
    float: left;
    background: #F49CC3;
    font-family: interbold;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    text-decoration: none;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.container .inner .product .box .button:hover{
    background: #A13766;
}

.container .inner .product .box .panel{
    width: calc(100% - 100px - 100px);
    height: auto;
    float: left;
    background: #fcebf3;
    margin-top: 30px;
    padding: 50px;
}

.container .inner .product .box .panel .head{
    width: auto;
    height: auto;
    float: left;
    font-family: interextrabold;
    font-size: 26px;
    color: #F49CC3;
    margin: 0;
    line-height: 1.3;
}

.container .inner .product .box .panel .lines{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.container .inner .product .box .panel .lines .line{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.container .inner .product .box .panel .lines .line:nth-child(1){
    margin-top: 0;
}

.container .inner .product .box .panel .lines .line .icon{
    width: 24px;
    height: 24px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .inner .product .box .panel .lines .line .icon svg{
    width: 22px;
    height: 22px;
    float: left;
    stroke: #F49CC3;
    stroke-width: 2px;
}

.container .inner .product .box .panel .lines .line .text{
    width: calc(100% - 26px - 10px);
    height: auto;
    float: left;
    margin-left: 10px;
    margin-top: 0;
    font-family: interregular;
    font-size: 18px;
    color: #373838;
}

.container .inner .product .box .panel .lines .line .text span{
    font-family: interbold;
}

.container .inner .product .box .panel .lines .line .text .row{
    width: 100%;
    height: auto;
    float: left;
}

.container .inner .product .box .panel .lines .line .text .row:nth-child(1){
    font-family: interbold;
}

.gallery{
    width: 100%;
    height: auto;
    float: left;
}

.gallery .item{
    width: calc(100% / 6);
    height: auto;
    float: left;
    padding-top: calc(100% / 6);
    position: relative;
}

.gallery .item img{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(0%);
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.gallery .item:hover img{
    filter: grayscale(100%);
}

.gallery .item .overlay{
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(22, 22, 22, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .item:hover .overlay{
    background: rgba(22, 22, 22, 0.25);
}

.gallery .item .overlay .zoom{
    width: auto;
    height: auto;
    float: left;
    background: #F49CC3;
    opacity: 0;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.gallery .item:hover .overlay .zoom{
    opacity: 1;
}

.gallery .item:hover .overlay .zoom:hover{
    background: #A13766;
}

.gallery .item .overlay .zoom svg{
    width: 26px;
    height: 26px;
    float: left;
    stroke-width: 2px;
    stroke: #FFFFFF;
    padding: 15px;
}

.contactus{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    background: #f9f9f9;
}

.contactus .inner{
    width: calc(1600px - 100px);
    height: auto;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contactus .inner .panel{
    width: calc(((100% / 5) * 3) + 100px - 50px);
    height: auto;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 50px;
}

.contactus .inner .panel .text{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 40px;
    color: #F49CC3;
    line-height: 1.3;
    margin: 0;
}

.contactus .inner form{
    width: calc(((100% / 5) * 2) - 100px - 100px);
    height: auto;
    float: left;
    background: #fcebf3;
    margin: 0;
    padding: 50px;
}

.contactus .inner form .line{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 40px;
}

.contactus .inner form .line:nth-child(2){
    display: none;
}

.contactus .inner form .line:nth-child(3){
    margin-top: 0;
}

.contactus .inner form .line:nth-last-child(2){
    margin-top: 10px;
}

.contactus .inner form .line:nth-child(6){
    margin-top: 10px;
}

.contactus .inner form .line .head{
    width: 100%;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 18px;
    color: #F49CC3;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.contactus .inner form .line .head.error{
    color: #E54545;
}

.contactus .inner form .line .input{
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 10px;
    font-family: interregular;
    font-size: 18px;
    color: #373838;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    border: 1px solid #F49CC3;
}

.contactus .inner form .line .input::placeholder{
    color: #a1a5a5;
}

.contactus .inner form .line .input.error{
    border: 1px solid #E54545;
}

.contactus .inner form .line .box{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

.contactus .inner form .line .box .radio{
    display: none;
}

.contactus .inner form .line .box .radio_button{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 16px;
    color: #F49CC3;
    background: none;
    border: 2px solid #F49CC3;
    padding: calc(10px - 2px);
    padding-left: calc(20px - 2px);
    padding-right: calc(20px - 2px);
    margin-right: 30px;
    margin-bottom: 30px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    cursor: pointer;
    position: relative;
}

.contactus .inner form .line .box .radio_button:hover{
    background: #F49CC3;
    color: #FFFFFF;
}

.contactus .inner form .line .box .radio_button:last-child{
    margin-right: 0;
}

.contactus .inner form .line .box input[type="radio"]:checked + .radio_button{
    background: #A13766;
    color: white;
    border: 2px solid #A13766;
}

.contactus .inner form .line textarea{
    width: 100%;
    min-height: 200px;
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    border: 1px solid #F49CC3;
    margin-top: 10px;
    font-family: interregular;
    font-size: 18px;
    line-height: 1.5;
    color: #373838;
}

.contactus .inner form .button_wrapper{
    width: auto;
    max-width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-top: 30px;
}

.contactus .inner form .button_wrapper .button{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #F49CC3;
    color: #FFFFFF;
    font-family: interbold;
    font-size: 18px;
    border: 2px solid #F49CC3;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    cursor: pointer;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    z-index: 1100;
    position: relative;
    font-weight: normal;
}

.contactus .inner form .button_wrapper .button:hover{
    background: #A13766;
    border:2px solid #A13766;
}

.contactus .inner form .button_wrapper .button.hidden{
    opacity: 0;
    z-index: 1000;
}

.contactus .inner form .button_wrapper .loading{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    float: left;
    background: rgba(161, 55, 102, 0.75);
    border: 1px solid #A13766;
    position: absolute;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactus .inner form .button_wrapper .loading.hidden{
    display:none
}

.contactus .inner form .button_wrapper .loading .round{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform-origin: center center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.contactus .inner form .button_wrapper .message_alert{
    width: calc(100% - 12px - 2px);
    height: auto;
    opacity: 1;
    float: left;
    clear: both;
    text-align: center;
    padding: 10px;
    padding-left: 6px;
    padding-right: 6px;
    font-family: interbold;
    font-size: 18px;
    color: #28a745;
    background: #d4edd9;
    border: 2px solid #a9dbb4;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
}

.contactus .inner form .button_wrapper .message_alert.hidden{
    opacity: 0;
    z-index: 1000;
}


/*
.contactus .inner form .button{
    width: auto;
    height: auto;
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: interbold;
    font-size: 18px;
    background: #F49CC3;
    color: #FFFFFF;
    margin-top: 40px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    cursor: pointer;
}

.contactus .inner form .button:hover{
    background: #A13766;
}
*/









.partners{
    width: 100%;
    height: auto;
    float: left;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
}

.partners .inner{
    width: calc(1600px - 100px);
    height: auto;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.partners .inner .head{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 30px;
    color: #F49CC3;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.partners .inner .line{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

.partners .inner .line .overlay{
    width: 100px;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: -webkit-linear-gradient(90deg,rgba(245, 245, 245, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(90deg,rgba(245, 245, 245, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg,rgba(245, 245, 245, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.partners .inner .line .overlay:nth-child(2){
    right: 0;
    left: unset;
    transform: rotate(180deg);
}

.partners .inner .line .logos{
    width: fit-content;
    display: flex;
}

.partners .inner .line .logos .logo{
    width: auto;
    height: 100%;
    float: left;
    margin-right: 75px;
    display: flex;
    align-items: center;
}

.partners .inner .line .logos .logo:last-child{
    margin-right: 0;
}

.partners .inner .line .logos .logo svg{
    width: auto;
    height: auto;
    float: left;
}

.contact{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    background: #fcebf3;
}

.contact .inner{
    width: calc(1600px - 100px);
    height: auto;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}

.contact .inner .part:nth-child(1){
    width: calc((100% / 2) - 100px);
    height: auto;
    float: left;
    margin-left: 100px;
    margin-bottom: 100px;
    margin-top: 100px;
}

.contact .inner .part:nth-child(2){
    width: calc((100% / 2) - 200px - 100px);
    height: auto;
    float: left;
    background: #FFFFFF;
    margin-left: 100px;
    margin-bottom: 100px;
    margin-top: 100px;
    padding: 50px;
}

.contact .inner .part .head{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    font-family: interextrabold;
    font-size: 50px;
    color: #F49CC3;
}

.contact .inner .part .item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.contact .inner .part .item .profile{
    width: 100px;
    height: 100px;
    float: left;
    background: #FFFFFF;
    border-radius: 50%;
}

.contact .inner .part .item .profile img{
    width: 100%;
    height: 100%;
    float: left;
}

.contact .inner .part .item .data{
    width: calc(100% - 100px - 30px);
    height: auto;
    float: left;
    margin-left: 30px;
}

.contact .inner .part .item .data .name{
    width: 100%;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 30px;
    color: #F49CC3;
}

.contact .inner .part .item .data .row{
    width: auto;
    height: auto;
    float: left;
    font-family: intersemibold;
    font-size: 20px;
    color: #373838;
    margin-top: 10px;
    text-decoration: none;
    clear: left;
}

.contact .inner .part:nth-child(2) .block{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 50px;
}

.contact .inner .part:nth-child(2) .block:last-child{
    margin-bottom: 0;
}

.contact .inner .part:nth-child(2) .block .head{
    width: 100%;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 30px;
    color: #F49CC3;
    margin: 0;
}

.contact .inner .part:nth-child(2) .block .line{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: interregular;
    font-size: 20px;
    color: #373838;
    margin-bottom: 5px;
    clear: left;
}

.contact .inner .part:nth-child(2) .block .line:last-child{
    margin-bottom: 0;
}

.contact .inner .part:nth-child(2) .block .line.main{
    font-family: interbold;
}

.contact .inner .part:nth-child(2) .block .line:nth-child(2){
    margin-top: 10px;
}

.contact .inner .part:nth-child(2) .block .button{
    width: auto;
    height: auto;
    float: left;
    background: #F49CC3;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    clear: left;
    margin-top: 5px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.contact .inner .part:nth-child(2) .block .button:hover{
    background: #A13766;
}

.contact .inner .part:nth-child(2) .block .button .icon{
    width: 20px;
    height: 20px;
    float: left;
}

.contact .inner .part:nth-child(2) .block .button .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #FFFFFF;
    stroke-width: 2px;
}

.contact .inner .part:nth-child(2) .block .button .text{
    width: auto;
    height: auto;
    float: left;
    font-family: intersemibold;
    font-size: 16px;
    color: #FFFFFF;
    white-space: nowrap;
    margin-left: 10px;
}


.footer{
    width: 100%;
    height: auto;
    float: left;
    background: #373838;
    display: flex;
    justify-content: center;
}

.footer .inner{
    width: calc(1600px - 100px);
    height: auto;
    float: left;
    padding: 50px;
}

.footer .inner .logo{
    width: auto;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.footer .inner .logo svg{
    width: 250px;
    height: auto;
    float: left;
    fill: #636969;
}

.footer .inner .logo svg .color{
    fill:#F49CC3
}

.footer .inner .box{
    width: calc(100% - 250px - 100px);
    height: auto;
    float: left;
    margin-left: 100px;
}

.footer .inner .box .col{
    width: calc(((100% - 100px) / 3) + 100px);
    height: auto;
    float: left;
    margin-left: 50px;
}

.footer .inner .box .col:nth-child(1){
    margin-left: 0px;
}

.footer .inner .box .col:nth-child(2),
.footer .inner .box .col:nth-child(3){
    width: calc(((100% - 100px) / 3) - 50px);
}

.footer .inner .box .col .part{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 25px;
}

.footer .inner .box .col .part:first-child{
    margin-top: 0;
}

.footer .inner .box .col .part .head{
    width: 100%;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 20px;
    color: #636969;
}

.footer .inner .box .col .part .line{
    width: 100%;
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 16px;
    color: #a1a5a5;
    margin-top: 0;
}

.footer .inner .box .col .part .line:nth-child(2){
    margin-top: 5px;
}

.footer .inner .box .col .part .item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.footer .inner .box .col .part .item:nth-child(2){
    margin-top: 5px;
}

.footer .inner .box .col .part .item .icon{
    width: 24px;
    height: 24px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .inner .box .col .part .item .icon svg{
    width: 22px;
    height: 22px;
    float: left;
    stroke: #F49CC3;
    stroke-width: 2px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.footer .inner .box .col .part .item:hover .icon svg{
    transform: translateX(5px);
}

.footer .inner .box .col .part .item .text{
    width: calc(100% - 30px - 10px);
    height: auto;
    float: left;
    font-family: interregular;
    font-size: 18px;
    color: #a1a5a5;
    margin-left: 10px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.footer .inner .box .col .part .item:hover .text{
    color: #FFFFFF;
}

.footer .inner .box .col .social{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 25px;    
}

.footer .inner .box .col .social .icon{
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 10px;
}

.footer .inner .box .col .social .icon:last-child{
    margin-right: 0;
}

.footer .inner .box .col .social .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #a1a5a5;
    stroke-width: 1.5px;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.footer .inner .box .col .social .icon:hover svg{
    stroke: #F49CC3;
}

.foot{
    width: 100%;
    height: 100px;
    float: left;
    background: #231F20;
    display: flex;
    justify-content: center;
}

.foot .inner{
    width: calc(1600px - 100px);
    height: 100%;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
}

.foot .inner .copy{
    width: auto;
    height: auto;
    float: left;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.foot .inner .copy .text{
    width: auto;
    height: auto;
    float: left;
    font-family: interbold;
    font-size: 16px;
    color: #636969;
}

.foot .inner .copy .text:nth-child(2){
    font-family: interregular;
    font-size: 14px;
    margin-top: 5px;
}
