



html {min-width: 320px;}

 body {position: relative; margin: 0; padding: 0px 0 0 0; height: auto !important; min-height: 100%; min-width:320px; font-family: 'Nunito Sans'; background: #FAFAFD;}
 html > body {padding: 0;}
 img {padding: 0; margin: 0; border: 0;}
 .cleaner {clear: both;}
 a:hover {text-decoration: none;}
input::-moz-placeholder {opacity: 1; color: #A6A6A6;}
input::-webkit-input-placeholder {opacity: 1; color: #A6A6A6;}
input.error::-moz-placeholder {opacity: 1; color: color: #A6A6A6;}
input.error::-webkit-input-placeholder {opacity: 1; color: #A6A6A6;}
input:focus::-moz-placeholder {opacity: 0!important;}
input:focus::-webkit-input-placeholder {opacity: 0!important;}
textarea::-moz-placeholder {opacity: 1; color: #A6A6A6;}
textarea::-webkit-input-placeholder {opacity: 1; color: #A6A6A6;}
textarea:focus::-moz-placeholder {opacity: 0;}
textarea:focus::-webkit-input-placeholder {opacity: 0;}
a {color: #FF5C00;}
* {outline: none; box-sizing: border-box; }
form {padding: 0; margin: 0; border: 0;}
form fieldset {padding: 0; margin: 0; border: 0;}
button, a {transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}
p {padding: 0; margin: 0;}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
 /* display: none; <- Crashes Chrome on hover */
 -webkit-appearance: none;
 margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.container {position: relative; width:100%; overflow: hidden; margin: 0 auto; }
.all {padding: 0 40px; max-width: 1260px; margin: 0 auto;}

.first-screen {position: relative; margin: 0 0 100px;}
.first-screen > * {position: relative;}
.first-screen:before {content: ''; display: block; position: absolute; top: 0; left: 50%; width: 100vw; min-width: 1920px; bottom: 0; background: url(img/bg.webp) top right no-repeat; transform: translateX(-50%);} 

header {display: flex; align-items: center; justify-content: space-between; padding: 40px 0;}
header .logo img {display: block;}
header .worktime {color: #374551; font-size: 16px; font-weight: 600; line-height: 120%;}
header .icons {display: flex;}
header .icons a {width: 46px; height: 46px; border-radius: 50%; background: #F4F5FB; display: flex; align-items: center; justify-content: center;}
header .icons a + a {margin-left: 6px;}
header .icons img {display: block; max-width: 14px;}
header .phone {color: #44A7F6; font-size: 24px; font-weight: bold; line-height: normal; text-decoration: none;}

.top-txt {padding: 100px 0 150px; max-width: 625px; color: #445563; font-size: 16px; line-height: 160%;}
.top-txt h1 {color: #374551; font-size: 55px; font-weight: bold; line-height: 100%; margin: 0 0 40px;}
.top-txt p + p {padding-top: 20px;}

h2 {color: #374551; font-size: 45px; font-weight: bold; line-height: 120%; margin: 0 0 20px; padding: 0;}

.about-txt {margin: 0 0 100px; display: flex; align-items: flex-start;}
.about-txt .pic {border-radius: 10px 0px 0px 10px; width: 480px; margin: 0 60px 0 0; height: 520px; background: url(img/about-pic.webp) center center/cover no-repeat;}
.about-txt .txt {padding: 50px 0 0 0; color: #5B5C61; font-size: 16px; font-weight: normal; line-height: 160%;  width: calc(100% - 540px);}
.about-txt .txt p {padding: 0 0 20px;}
.about-txt .txt .hidden-txt {display: none;}
.about-txt .txt .btn {transition: none; overflow: hidden; margin: 15px 0 0 0; border-radius: 10px; display: table; position: relative; line-height: 62px; padding: 0 55px; text-decoration: none; color: #fff; background: linear-gradient(180deg, #44A7F6 0%, #4A96D4 100%); color: #FFF; font-size: 14px; font-weight: bold; text-transform: uppercase;}
.about-txt .txt .btn:before {content: ''; display: block; position: absolute; transition: opacity 0.3s ease; top: 0; left: 0; bottom: 0; width: 100%; background: #4A96D4; opacity: 0;}
.about-txt .txt .btn span {position: relative;}
.about-txt .txt .btn span:last-child {display: none;}
.about-txt .txt .btn.shown span {display: none;}
.about-txt .txt .btn.shown span:last-child {display: inline;}
.about-txt .txt .btn:hover:before {opacity: 1;}

.directions {padding: 0 0 70px;}
.directions h2 {text-align: center; max-width: 625px; display: table; margin: 0 auto 40px;}
.directions .block {margin: 0 0 30px; border-radius: 10px; overflow: hidden; }
.directions .block .pic {width: 100%; background-position: center center; background-size: cover;}
.directions .block .pic:before {content: ''; display: block; padding-top: 70%;}
.directions .block .txt {color: #5B5C61; font-size: 15px; line-height: 160%; background: #fff; padding: 25px; }
.directions .block .txt h3 {color: #374551; font-size: 22px; font-weight: bold; line-height: 120%;  margin: 0 0 10px;}

.directions .cols {display: flex; margin-right: -20px; width: calc(100% + 20px);}
.directions .cols .col {width: calc(100% / 3 - 20px); margin: 0 20px 0 0;}

.swiss-block {display: flex; align-items: center;}
.swiss-block .logo {border-radius:10px; background: #fff url(img/swiss.webp) center center no-repeat; min-height: 320px; width: 480px; margin: 0 60px 0 0;}
.swiss-block .txt {color: #5B5C61; font-size: 16px; line-height: 160%; width: calc(100% - 540px);}

footer {background: #374551; padding: 28px 0; margin: 120px 0 0 0; text-align: center; color: #FFF; font-size: 14px; line-height: 160%;}
footer b {display: block;}


@media all and (max-width:1200px) {
* {-webkit-appearance: none!important; max-height: 99999999px;}

}

@media all and (max-width:1000px) {
header {padding: 20px 0; flex-wrap: wrap;  text-align: center;}
header > * {width: 100%; order: 5;}
header img {margin: 0 auto; display: table;}
header .icons {justify-content: center;}
header .logo {margin: 0 0 10px; order: 1;}
header .logo img {width: 240px;}
header .phone {order: 2;}
header .worktime {margin: 10px 0;}
.top-txt {padding-top: 40px; padding-bottom: 40px;}
.top-txt h1 {font-size: 30px; text-align: center;}
.all {padding: 0 20px;}

.first-screen {margin-bottom: 40px;}
.first-screen:before {opacity: 0.1; width: 100%; background-position: top right; background-size: cover; min-width: 100%;}
.about-txt .pic {display: none;}
.about-txt .txt {width:100%; padding-top: 0;}
h2 {font-size: 26px;}
.about-txt .txt .btn {text-align: center; width: 100%; max-width: 360px;}

.directions {padding-bottom: 20px;}
.directions .cols {display: block; margin-right: 0; width: 100%;}
.directions .cols .col {width: 100%; margin: 0;}

.swiss-block {flex-wrap: wrap;}
.swiss-block .logo {margin: 0; order: 2; width: 100%; background-size: contain;}
.swiss-block .txt {width:100%; padding: 0 0 30px;}

}